/external/chromium_org/chrome_frame/crash_reporting/ |
nt_loader.cc | 17 LIST_ENTRY* head = &peb->Ldr->InLoadOrderModuleList; local 18 for (LIST_ENTRY* entry = head->Flink; entry != head; entry = entry->Flink) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
memory_pool.h | 38 unsigned char * head; member in struct:memory_pool
|
/external/icu4c/layout/ |
LEInsertionList.h | 143 * The head of the insertion list. 147 InsertionRecord *head; member in class:LEInsertionList
|
/external/ipsec-tools/src/racoon/ |
logger.h | 38 int head; member in struct:log
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
memory_pool.h | 38 unsigned char * head; member in struct:memory_pool
|
/bionic/libc/kernel/common/linux/ |
circ_buf.h | 24 int head; member in struct:circ_buf 27 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 29 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 30 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 31 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|
/development/ndk/platforms/android-3/include/linux/ |
circ_buf.h | 17 int head; member in struct:circ_buf 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|
/external/chromium_org/media/mp4/ |
offset_byte_queue.h | 17 // of many different meanings of "offset", "head", etc. 32 // It is an error if the offset is before the current head. It's not an error 42 // including the case where |max_offset| is less than the current head. 47 // The head and tail positions, in terms of the file's absolute offsets. 49 int64 head() { return head_; } function in class:media::OffsetByteQueue
|
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/ |
u_execmem.c | 44 static unsigned int head = 0; variable 132 if (head + size > EXEC_MAP_SIZE) 136 addr = exec_mem + head; 137 head += size;
|
/external/chromium_org/third_party/ots/src/ |
loca.cc | 7 #include "head.h" 24 if (!file->maxp || !file->head) { 33 if (file->head->index_to_loc_format == 0) { 71 const OpenTypeHEAD *head = file->head; local 73 if (!head) { 77 if (head->index_to_loc_format == 0) {
|
/external/dropbear/ |
queue.h | 37 struct Link* head; member in struct:Queue
|
/external/eigen/Eigen/src/Core/ |
VectorBlock.h | 143 DenseBase<Derived>::head(Index size) function in class:Eigen::DenseBase 149 /** This is the const version of head(Index).*/ 152 DenseBase<Derived>::head(Index size) const function in class:Eigen::DenseBase 236 DenseBase<Derived>::head() function in class:Eigen::DenseBase 242 /** This is the const version of head<int>().*/ 246 DenseBase<Derived>::head() const function in class:Eigen::DenseBase
|
/external/kernel-headers/original/linux/ |
circ_buf.h | 6 int head; member in struct:circ_buf 11 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 14 as a completely full buffer has head == tail, which is the same as 16 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 19 accessing head and tail more than once, so they can change 21 #define CIRC_CNT_TO_END(head,tail,size) \ 23 int n = ((head) + end) & ((size)-1); \ 27 #define CIRC_SPACE_TO_END(head,tail,size) [all...] |
/external/mesa3d/src/mapi/mapi/ |
u_execmem.c | 44 static unsigned int head = 0; variable 132 if (head + size > EXEC_MAP_SIZE) 136 addr = exec_mem + head; 137 head += size;
|
/external/qemu/ |
qlist.h | 27 QTAILQ_HEAD(,QListEntry) head; member in struct:QList 34 for ((var) = ((qlist)->head.tqh_first); \
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
GLExtensions.cpp | 45 char const* head = curr; local 47 head = strchr(curr, ' '); 48 String8 s(curr, head ? head-curr : strlen(curr)); 52 curr = head+1; 53 } while (head);
|
/hardware/ti/omap3/dspbridge/inc/ |
list.h | 60 #define LST_IsEmpty(l) (((l)->head.next == &(l)->head)) 71 struct LST_ELEM head; member in struct:LST_LIST 85 * at the head of the list pointing to the head of the list, itself. 155 * Pops the head off the list and returns a pointer to it. 158 * Else, removes the element at the head of the list, making the next 159 * element the head of the list. 160 * The head is removed by making the tail element of the list point its 161 * "next" pointer at the next element after the head, and by making th [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
list.h | 60 #define LST_IsEmpty(l) (((l)->head.next == &(l)->head)) 71 struct LST_ELEM head; member in struct:LST_LIST 85 * at the head of the list pointing to the head of the list, itself. 155 * Pops the head off the list and returns a pointer to it. 158 * Else, removes the element at the head of the list, making the next 159 * element the head of the list. 160 * The head is removed by making the tail element of the list point its 161 * "next" pointer at the next element after the head, and by making th [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
circ_buf.h | 17 int head; member in struct:circ_buf 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
circ_buf.h | 17 int head; member in struct:circ_buf 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
circ_buf.h | 17 int head; member in struct:circ_buf 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
circ_buf.h | 17 int head; member in struct:circ_buf 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
circ_buf.h | 17 int head; member in struct:circ_buf 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
circ_buf.h | 17 int head; member in struct:circ_buf 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
circ_buf.h | 17 int head; member in struct:circ_buf 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;}) 27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
|