/dalvik/dx/src/com/android/dx/rop/cst/ |
Constant.java | 28 * meaning it takes up two slots in the constant pool, or
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/shaders/compiled/ |
flipyvs.h | 24 // approximately 2 instruction slots used
|
passthroughps.h | 24 // approximately 2 instruction slots used (1 texture, 1 arithmetic)
|
standardvs.h | 24 // approximately 2 instruction slots used
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600Schedule.td | 11 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
inline-context-slots.js | 28 // Test inlining of functions with context slots.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
Constant.java | 28 * meaning it takes up two slots in the constant pool, or
|
/external/llvm/lib/Target/Sparc/ |
README.txt | 57 * Fill delay slots
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
spill-01.py | 1 # Test cases where MVC is used for spill slots that end up being out of range.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600Schedule.td | 11 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
|
/external/srec/config/en.us/grammars/ |
slot_test1.grxml | 3 Test grammar, stacked slots
|
/external/v8/test/mjsunit/compiler/ |
inline-context-slots.js | 28 // Test inlining of functions with context slots.
|
/frameworks/av/include/media/nbaio/ |
Pipe.h | 32 // maxFrames will be rounded up to a power of 2, and all slots are available. Must be >= 2.
|
/ndk/sources/host-tools/make-3.81/ |
hash.h | 46 unsigned long ht_size; /* total number of slots (power of 2) */ 47 unsigned long ht_capacity; /* usable slots, limited by loading-factor */ 49 unsigned long ht_empty_slots; /* empty slots not including deleted slots */
|
/external/chromium_org/third_party/sqlite/src/src/ |
table.c | 32 int nAlloc; /* Slots allocated for azResult[] */ 35 int nData; /* Slots used in azResult[]. (nRow+1)*nColumn */ 46 int need; /* Slots needed in p->azResult[] */
|
/external/libselinux/src/ |
avc.c | 33 struct avc_node *slots[AVC_CACHE_SLOTS]; member in struct:avc_cache 139 avc_cache.slots[i] = 0; 227 node = avc_cache.slots[i]; 260 cur = avc_cache.slots[hvalue]; 281 avc_cache.slots[hvalue] = cur->next; 319 new->next = avc_cache.slots[hvalue]; 320 avc_cache.slots[hvalue] = new; 336 cur = avc_cache.slots[hvalue]; 463 node = avc_cache.slots[i]; 472 avc_cache.slots[i] = 0 [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reg2Mem.cpp | 64 INITIALIZE_PASS_BEGIN(RegToMem, "reg2mem", "Demote all values to stack slots", 67 INITIALIZE_PASS_END(RegToMem, "reg2mem", "Demote all values to stack slots", 90 // Find the escaped instructions. But don't create stack slots for
|
/external/qemu/android/utils/ |
reflist.h | 28 * - 'size' is the number of slots in the list's array. It is 29 * always >= 'count'. Some slots correspond to deleted items 31 * - 'max' is the size of the slots array
|
/frameworks/compile/libbcc/include/bcinfo/ |
MetadataExtractor.h | 96 * \return number of exported global variables (slots) in this script/module. 110 * \return number of exported global functions (slots) in this script/module. 166 * \return number of object slots contained in objectSlotList.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
msdos_fs.h | 56 #define MSDOS_SLOTS 21 /* max # of slots for short and long names */ 169 __le16 start; /* starting cluster number, 0 in long slots */ 176 int nr_slots; /* number of slots + 1(de) in filename */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
msdos_fs.h | 56 #define MSDOS_SLOTS 21 /* max # of slots for short and long names */ 169 __le16 start; /* starting cluster number, 0 in long slots */ 176 int nr_slots; /* number of slots + 1(de) in filename */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
msdos_fs.h | 56 #define MSDOS_SLOTS 21 /* max # of slots for short and long names */ 169 __le16 start; /* starting cluster number, 0 in long slots */ 176 int nr_slots; /* number of slots + 1(de) in filename */
|
/external/chromium_org/base/threading/ |
thread_local_storage_win.cc | 16 // contains an array of slots for the application to use. In 32 // The maximum number of 'slots' in our thread local storage stack. 35 // The maximum number of times to try to clear slots by calling destructors. 39 // An array of destructor function pointers for the slots. If a slot has a 179 // At this time, we don't reclaim old indices for TLS slots.
|
/frameworks/native/include/gui/ |
BufferQueue.h | 50 // When in async mode we reserve two slots in order to guarantee that the 79 // BufferQueue manages a pool of gralloc memory slots to be used by 99 // setBufferCount updates the number of available buffer slots. If this 100 // method succeeds, buffer slots will be both unallocated and owned by 156 // must discard cached GraphicBuffer references for all slots. 262 // indicating which buffer slots have been released by the BufferQueue 322 // all slots. 325 // setDefaultMaxBufferCountLocked sets the maximum number of buffer slots 356 // in one of the slots. 379 // can be. All slots are initially FREE [all...] |
/external/llvm/lib/Target/Mips/ |
MipsCallingConv.td | 64 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned. 80 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned. 127 // Integer values get stored in stack slots that are 4 bytes in 131 // Integer values get stored in stack slots that are 8 bytes in 154 // Stack parameter slots for f64 are 64-bit doublewords and 8-byte aligned. 170 // Stack parameter slots for i64 and f64 are 64-bit doublewords and 191 // Stack parameter slots for i32 and f32 are 32-bit words and 4-byte aligned.
|