代码搜索:Packing
找到约 2,087 项符合「Packing」的源代码
代码结果 2,087
www.eeworm.com/read/10438/185914
iomanip
// iomanip standard header
#pragma once
#ifndef _IOMANIP_
#define _IOMANIP_
#ifndef RC_INVOKED
#include
#include
#include
#pragma pack(push,_CRT_PACKING)
#p
www.eeworm.com/read/10438/185995
iterator
// iterator standard header
#pragma once
#ifndef _ITERATOR_
#define _ITERATOR_
#ifndef RC_INVOKED
#include
#include
#pragma pack(push,_CRT_PACKING)
#pragma warning(pus
www.eeworm.com/read/10438/186104
xloctime
// xloctime internal header (from )
#pragma once
#ifndef _XLOCTIME_
#define _XLOCTIME_
#ifndef RC_INVOKED
#include
#include
#pragma pack(push,_CRT_PACKING)
#pragm
www.eeworm.com/read/10438/186410
list
// list standard header
#pragma once
#ifndef _LIST_
#define _LIST_
#ifndef RC_INVOKED
#include
#include
#include
#pragma pack(push,_CRT_PACKING)
#pragma
www.eeworm.com/read/10438/186591
typeindex
// typeindex standard header
#pragma once
#ifndef _TYPEINDEX_
#define _TYPEINDEX_
#ifndef RC_INVOKED
#include
#pragma pack(push,_CRT_PACKING)
#pragma warning(push,3)
#if _HAS
www.eeworm.com/read/10438/186683
iostream
// iostream standard header for Microsoft
#pragma once
#ifndef _IOSTREAM_
#define _IOSTREAM_
#ifndef RC_INVOKED
#include
#pragma pack(push,_CRT_PACKING)
#pragma warning(push,3)
_
www.eeworm.com/read/10438/186699
functional
// functional standard header
#pragma once
#ifndef _FUNCTIONAL_
#define _FUNCTIONAL_
#ifndef RC_INVOKED
#include
#pragma pack(push,_CRT_PACKING)
#pragma warning(push,3)
#p
www.eeworm.com/read/486037/1254712
h swapops.h
/*
* swapcache pages are stored in the swapper_space radix tree. We want to
* get good packing density in that tree, so the index should be dense in
* the low-order bits.
*
* We arrange the `typ
www.eeworm.com/read/486037/1256276
h swapops.h
/*
* swapcache pages are stored in the swapper_space radix tree. We want to
* get good packing density in that tree, so the index should be dense in
* the low-order bits.
*
* We arrange the `typ
www.eeworm.com/read/482538/1287046
cc balancedthreadsched.cc
// -*- c-basic-offset: 4 -*-
/*
* balancedthreadsched.{cc,hh} -- bin-packing sort for tasks (SMP Click)
* Benjie Chen, Eddie Kohler
*
* Copyright (c) 1999-2000 Massachusetts Institute of Technolog