HomeSort by relevance Sort by last modified time
    Searched refs:head (Results 451 - 475 of 1084) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/glsl/
ir_reader.cpp 215 s_symbol *name = SX_AS_SYMBOL(list->subexpressions.head->next);
260 s_expression *type_expr = (s_expression*) list->subexpressions.head->next;
420 s_list *quals = SX_AS_LIST(list->subexpressions.head->next);
493 s_expression *cond_expr = (s_expression*) list->subexpressions.head->next;
525 s_expression *count_expr = (s_expression*) list->subexpressions.head->next;
552 s_expression *expr = (s_expression*) list->subexpressions.head->next;
607 s_expression *cond_expr = (s_expression*) list->subexpressions.head->next;
625 s_symbol *mask_symbol = SX_AS_SYMBOL(mask_list->subexpressions.head);
679 s_symbol *name = SX_AS_SYMBOL(list->subexpressions.head->next);
680 s_list *params = SX_AS_LIST(list->subexpressions.head->next->next)
    [all...]
  /external/blktrace/
blktrace.c 92 struct list_head head; member in struct:devpath
135 struct list_head head; member in struct:trace_buf
143 struct list_head head; member in struct:tracer_devpath_head
164 struct list_head head; member in struct:tracer
195 * Each host encountered has one of these. The head is used to link this
201 struct list_head head; member in struct:cl_host
912 struct devpath *dpp = list_entry(p, struct devpath, head);
1045 struct devpath *dpp = list_entry(p, struct devpath, head);
1069 struct devpath *dpp = list_entry(p, struct devpath, head);
1111 struct devpath *dpp = list_entry(p, struct devpath, head);
    [all...]
  /dalvik/vm/mterp/x86/
OP_IPUT_OBJECT.S 55 shrl $$GC_CARD_SHIFT,%ecx # object head to card number
56 movb %al,(%eax,%ecx) # mark card using object head
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java 72 public T head() { return elementAt(0); } method in class:FastQueue
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.h 68 public T head() { return get(0); } function in class:FastQueue
  /external/chromium/base/
linked_list.h 19 // Next, to keep track of the list's head/tail, use a LinkedList instance:
36 // for (LinkNode<MyNodeType>* node = list.head();
154 LinkNode<T>* head() const { function in class:base::LinkedList
  /external/dhcpcd/dhcpcd-hooks/
20-resolv.conf 49 # Assemble resolv.conf using our head and tail files
53 if [ -f /etc/resolv.conf.head ]; then
54 cat /etc/resolv.conf.head >> "$cf"
56 echo "# /etc/resolv.conf.head can replace this line" >> "$cf"
  /external/e2fsprogs/lib/ext2fs/
dosio.h 28 unsigned short head; member in struct:__anon6174
  /external/grub/stage2/
bios.c 106 int head;
111 head = sector / geometry->sectors;
112 head_offset = head % geometry->heads;
113 cylinder_offset = head / geometry->heads;
104 int head; local
  /external/ipsec-tools/src/racoon/
sainfo.c 257 inssainfoalg(head, new)
258 struct sainfoalg **head;
263 for (a = *head; a && a->next; a = a->next)
268 *head = new;
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 89 ASTree p = classname.head();
173 ASTree left = args.head();
185 ASTree a = args.head();
205 ASTree a = args.head();
  /external/kernel-headers/original/linux/
hidraw.h 65 int head; member in struct:hidraw_list
  /external/libsepol/src/
conditional.c 271 cond_expr_t *cur, *head, *tail, *new_expr; local
272 tail = head = NULL;
283 if (!head)
284 head = new_expr;
290 return head;
293 while (head) {
294 tail = head->next;
295 free(head);
296 head = tail;
621 cond_av_list_t *head; member in struct:cond_insertf_data
    [all...]
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 419 union {struct vpx_codec_pkt_list head;\
420 struct {struct vpx_codec_pkt_list head;\
424 (m)->alloc.head.cnt = 0,\
425 (m)->alloc.head.max = sizeof((m)->alloc.pkts) / sizeof((m)->alloc.pkts[0])
  /external/regex-re2/doc/
mksyntaxhtml 23 <head>
26 </head>
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfile.cpp 58 PassRefPtr<ScriptProfileNode> ScriptProfile::head() const function in class:WebCore::ScriptProfile
  /external/webkit/Source/WebKit/chromium/public/
WebDocument.h 76 WEBKIT_API WebElement head();
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_process.c 63 const u8 *head; local
71 head = wpabuf_head(msg);
73 if (head + len != key_wrap_auth - 4) {
79 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
  /external/wpa_supplicant_8/src/ap/
beacon.c 492 struct ieee80211_mgmt *head = NULL; local
510 head = os_zalloc(BEACON_HEAD_BUF_SIZE);
521 if (head == NULL || tail == NULL) {
523 os_free(head);
528 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
530 head->duration = host_to_le16(0);
531 os_memset(head->da, 0xff, ETH_ALEN);
533 os_memcpy(head->sa, hapd->own_addr, ETH_ALEN);
534 os_memcpy(head->bssid, hapd->own_addr, ETH_ALEN);
535 head->u.beacon.beacon_int
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 57 const u8 *head; local
65 head = wpabuf_head(msg);
67 if (head + len != key_wrap_auth - 4) {
73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
  /frameworks/compile/mclinker/include/mcld/LD/
StringUnorderedMap.h 167 HashEntry *&head = this->m_HashTable[hashVal % this->m_Capacity]; local
170 for(HashEntry *ptr = head; ptr != 0; ptr = ptr->next)
180 ans->next = head;
181 head = ans;
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.h 142 TI_UINT32 head; member in struct:__anon18525
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
RxBuf.c 61 rx_head = (rx_head_t *)skb->head;
65 printk("-->> RxBufAlloc(len=%d) skb=0x%x skb->data=0x%x skb->head=0x%x skb->len=%d\n",
66 (int)len, (int)skb, (int)skb->data, (int)skb->head, (int)skb->len);
97 printk("-->> RxBufFree() skb=0x%x skb->data=0x%x skb->head=0x%x skb->len=%d\n",
98 (int)skb, (int)skb->data, (int)skb->head, (int)skb->len);
  /ndk/build/tools/
dev-defaults.sh 34 DEFAULT_GCC_VERSION=$(echo "$DEFAULT_GCC_VERSION_LIST" | tr ' ' '\n' | head -n 1)
  /bionic/libc/bionic/
dlmalloc.c 1728 size_t head; \/* Size and inuse bits. *\/ member in struct:malloc_chunk
1934 size_t head; member in struct:malloc_tree_chunk
2804 tchunkptr head = 0; local
    [all...]

Completed in 1176 milliseconds

<<11121314151617181920>>