/external/icu4c/test/cintltst/ |
ccapitst.c | 3233 static const UChar head[] = {0xDBC4,0xDE34,0xD900,0xDC05,0x0000};\/* \\U00101234\\U00050005 *\/ local 3335 char head[] = { 0x01, 0x02, 0x03, 0x0a , 0x00}; local [all...] |
/external/javassist/src/main/javassist/compiler/ |
CodeGen.java | 258 Keyword k = (Keyword)mods.head(); 268 atDeclarator((Declarator)params.head()); 303 body = (Stmnt)body.head(); 306 ASTree expr = body.head(); 309 ASTree target = ((Expr)expr).head(); 347 ASTree h = list.head(); 380 ASTree expr = st.head(); 381 Stmnt thenp = (Stmnt)st.tail().head(); 382 Stmnt elsep = (Stmnt)st.tail().tail().head(); 418 ASTree expr = st.head(); [all...] |
/external/libmtp/src/ |
libmtp.c | 6665 LIBMTP_folder_t head, *rv; local [all...] |
/external/libsepol/include/sepol/policydb/ |
policydb.h | 342 struct ocontext *head; member in struct:genfs
|
/external/libvpx/libvpx/nestegg/src/ |
nestegg.c | 31 /* Seek Head Elements */ 150 struct ebml_list_node * head; member in struct:ebml_list 893 if (!list->head) 894 list->head = node; 1168 node = ctx->segment.tracks.track_entry.head; 1345 struct ebml_list * head; local 1352 head = seek_head->data; 1353 seek = head->head; [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.h | 63 struct list_head head; member in struct:r600_atom 288 struct list_head head; member in struct:r600_fence 295 struct list_head head; member in struct:r600_fence_block 471 if (atom->head.next && atom->head.prev) 472 LIST_DELINIT(&atom->head); 479 LIST_ADD(&state->head, &rctx->dirty_states); 481 LIST_ADDTAIL(&state->head, &rctx->dirty_states);
|
/external/pixman/pixman/ |
pixman-private.h | 821 pixman_link_t *head; member in struct:pixman_list_t 828 list->head = (pixman_link_t *)list; 835 link->next = list->head; 837 list->head->prev = link; 838 list->head = link; [all...] |
/external/qemu/block/ |
vvfat.c | 244 uint8_t head; member in struct:__anon24827 355 /* take the sector position spos and convert it to Cylinder/Head/Sector position 360 int head,sector; local 362 head = spos % (bs->heads); spos/= bs->heads; 367 chs->head = 0xFF; 372 chs->head = (uint8_t)head; [all...] |
/external/qemu/hw/ |
usb-ohci.c | 146 /* Flags in the head field of an Endpoint Desciptor. */ 193 uint32_t head; member in struct:ohci_ed 620 addr = ed->head & OHCI_DPTR_MASK; 632 printf("--- ISO_TD ED head 0x%.8x tailp 0x%.8x\n" 639 ed->head & OHCI_DPTR_MASK, ed->tail & OHCI_DPTR_MASK, 657 ed->head &= ~OHCI_DPTR_MASK; 658 ed->head |= (iso_td.next & OHCI_DPTR_MASK); 823 ed->head &= ~OHCI_DPTR_MASK; 824 ed->head |= (iso_td.next & OHCI_DPTR_MASK); 852 addr = ed->head & OHCI_DPTR_MASK [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 788 __u32 head; member in struct:__anon29004
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 103 void *head; /* first packet to dequeue */ member in struct:pktq_prec 294 #define pktq_ppeek(pq, prec) ((pq)->q[prec].head)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cdk.h | 444 unsigned short head; member in struct:cdkasyrq
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 444 unsigned short head; member in struct:cdkasyrq
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 444 unsigned short head; member in struct:cdkasyrq
|
/external/chromium/third_party/libevent/ |
evdns.c | 321 static void evdns_request_insert(struct request *req, struct request **head); 551 /* head is a pointer to the head of the list it should be */ 554 request_finished(struct request *const req, struct request **head) { 555 if (head) { 558 *head = NULL; 562 if (*head == req) *head = req->next; 2387 struct search_domain *head; member in struct:search_state [all...] |
/external/chromium_org/third_party/libevent/ |
evdns.c | 321 static void evdns_request_insert(struct request *req, struct request **head); 551 /* head is a pointer to the head of the list it should be */ 554 request_finished(struct request *const req, struct request **head) { 555 if (head) { 558 *head = NULL; 562 if (*head == req) *head = req->next; 2387 struct search_domain *head; member in struct:search_state [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-pp.c | 4088 SMacro *head = NULL, *m; local 4531 MMacro *head, *m; local 4877 Token *head, **tail, *t; local [all...] |
/external/elfutils/src/ |
ldgeneric.c | 3174 struct scnhead *head = ld_state.allsections[cnt]; local 4439 struct scnhead *head = ld_state.allsections[cnt]; local [all...] |
/external/grub/stage2/ |
builtins.c | 1391 char *cylinder, *head, *sector, *total_sector; 1395 head = skip_to (0, cylinder); 1396 sector = skip_to (0, head); 1399 || ! safe_parse_maxint (&head, &num_head) 1443 "geometry DRIVE [CYLINDER HEAD SECTOR [TOTAL_SECTOR]]", 1447 " sectors are set to CYLINDER, HEAD, SECTOR and TOTAL_SECTOR," 1372 char *cylinder, *head, *sector, *total_sector; local 2761 int cylinder, head, sector; local [all...] |
/external/kernel-headers/original/linux/ |
perf_event.h | 297 __u64 data_head; /* head in the data section */ 599 local_t head; /* write position */ member in struct:perf_mmap_data 1004 struct hlist_head *head);
|
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 315 __u64 data_head; /* head in the data section */ 706 local_t head; /* write position */ member in struct:perf_buffer 1144 struct hlist_head *head, int rctx);
|
/external/svox/pico/lib/ |
picopam.c | 930 picodata_itemhead_t head; local 1029 picodata_itemhead_t head; local 1073 picodata_itemhead_t head; local 1134 picodata_itemhead_t head; local [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.c | 2186 size_t head; \/* Size and inuse bits. *\/ member in struct:malloc_chunk 2396 size_t head; member in struct:malloc_tree_chunk 3316 tchunkptr head = 0; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.cpp | 2247 HTMLHeadElement* Document::head() function in class:WebCore::Document [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 1594 char *ptr, *head; local [all...] |