Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 3025) sorted by relevance

12345678910>>...121

/external/srec/config/en.us/dictionary/
Dcmu2nuance.cpp78 const char* next = 0; in main() local
80 (next=xlate(p, "AA1 R", ")r")) || // odd AA D in main()
81 (next=xlate(p, "AA0", "o")) || // odd AA D in main()
82 (next=xlate(p, "AA1", "o")) || // odd AA D in main()
83 (next=xlate(p, "AA2", "o")) || // odd AA D in main()
85 (next=xlate(p, "AE0", "a")) || // at AE T in main()
86 (next=xlate(p, "AE1", "a")) || // at AE T in main()
87 (next=xlate(p, "AE2", "a")) || // at AE T in main()
90 (next=xlate(p, "AH0 N", "~")) || // hut HH AH T - from jean in main()
91 (next=xlate(p, "AH0 M", "}")) || // hut HH AH T - from jean in main()
[all …]
/external/kernel-headers/original/linux/
Dlist.h22 struct list_head *next, *prev; member
32 list->next = list; in INIT_LIST_HEAD()
44 struct list_head *next) in __list_add() argument
46 next->prev = new; in __list_add()
47 new->next = next; in __list_add()
49 prev->next = new; in __list_add()
62 __list_add(new, head, head->next); in list_add()
85 struct list_head * prev, struct list_head * next) in __list_add_rcu() argument
87 new->next = next; in __list_add_rcu()
90 next->prev = new; in __list_add_rcu()
[all …]
/external/iptables/libiptc/
Dlinux_list.h54 struct list_head *next, *prev; member
63 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
74 struct list_head *next) in __list_add() argument
76 next->prev = new; in __list_add()
77 new->next = next; in __list_add()
79 prev->next = new; in __list_add()
92 __list_add(new, head, head->next); in list_add()
115 struct list_head * prev, struct list_head * next) in __list_add_rcu() argument
117 new->next = next; in __list_add_rcu()
120 next->prev = new; in __list_add_rcu()
[all …]
/external/linux-tools-perf/util/include/linux/added/
Dlist.h13 list->next = list; in INIT_LIST_HEAD()
26 struct list_head *next) in __list_add() argument
28 next->prev = new; in __list_add()
29 new->next = next; in __list_add()
31 prev->next = new; in __list_add()
36 struct list_head *next);
49 __list_add(new, head, head->next); in list_add()
73 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() argument
75 next->prev = prev; in __list_del()
76 prev->next = next; in __list_del()
[all …]
/external/bluetooth/glib/glib/
Dgslist.c60 g_slice_free_chain (GSList, list, next); in g_slist_free()
119 new_list->next = NULL; in g_slist_append()
125 last->next = new_list; in g_slist_append()
162 new_list->next = list; in g_slist_prepend()
199 new_list->next = NULL; in g_slist_insert()
209 tmp_list = tmp_list->next; in g_slist_insert()
214 new_list->next = prev_list->next; in g_slist_insert()
215 prev_list->next = new_list; in g_slist_insert()
219 new_list->next = list; in g_slist_insert()
245 slist->next = NULL; in g_slist_insert_before()
[all …]
Dglist.c65 g_slice_free_chain (GList, list, next); in g_list_free()
124 new_list->next = NULL; in g_list_append()
130 last->next = new_list; in g_list_append()
171 new_list->next = list; in g_list_prepend()
177 list->prev->next = new_list; in g_list_prepend()
219 tmp_list->prev->next = new_list; in g_list_insert()
220 new_list->next = tmp_list; in g_list_insert()
259 node->next = sibling; in g_list_insert_before()
263 node->prev->next = node; in g_list_insert_before()
277 while (last->next) in g_list_insert_before()
[all …]
/external/openssl/crypto/pqueue/
Dpqueue.c79 item->next = NULL; in pitem_new()
113 pitem *curr, *next; in pqueue_insert() local
121 for(curr = NULL, next = pq->items; in pqueue_insert()
122 next != NULL; in pqueue_insert()
123 curr = next, next = next->next) in pqueue_insert()
127 int cmp = memcmp(next->priority, item->priority,8); in pqueue_insert()
130 item->next = next; in pqueue_insert()
135 curr->next = item; in pqueue_insert()
144 item->next = NULL; in pqueue_insert()
145 curr->next = item; in pqueue_insert()
[all …]
/external/libvpx/nestegg/halloc/src/
Dhlist.h32 hlist_item_t * next; member
37 hlist_item_t * next; member
50 #define __hlist_init_item(i) { &hlist_null, &(i).next }
76 for (i = (h)->next; i != &hlist_null; i = i->next)
79 for (i = (h)->next, tmp = i->next; \
81 i = tmp, tmp = i->next)
89 h->next = &hlist_null; in hlist_init()
95 i->prev = &i->next; in hlist_init_item()
96 i->next = &hlist_null; in hlist_init_item()
101 hlist_item_t * next; in hlist_add() local
[all …]
/external/webkit/Source/JavaScriptCore/wtf/
DDecimalNumber.cpp108 UChar* next = buffer; in toStringDecimal() local
116 *next++ = '-'; in toStringDecimal()
117 *next++ = '0'; in toStringDecimal()
118 *next++ = '.'; in toStringDecimal()
120 *next++ = '0'; in toStringDecimal()
122 *next++ = m_significand[i]; in toStringDecimal()
124 return next - buffer; in toStringDecimal()
134 *next++ = '-'; in toStringDecimal()
136 *next++ = m_significand[i]; in toStringDecimal()
138 *next++ = '0'; in toStringDecimal()
[all …]
/external/qemu/android/utils/
Dlist.h30 ACList* next; member
39 list->next = list->prev = list; in alist_init()
46 return list->next == list; in alist_is_empty()
53 ACList* const next = list->next; in alist_insert_head() local
54 entry->next = next; in alist_insert_head()
56 next->prev = entry; in alist_insert_head()
57 list->next = entry; in alist_insert_head()
64 entry->next = list; in alist_insert_tail()
66 prev->next = entry; in alist_insert_tail()
75 ACList* const next = entry->next; in alist_remove() local
[all …]
/external/blktrace/btt/
Dlist.h35 struct list_head *next, *prev; member
45 list->next = list; in INIT_LIST_HEAD()
57 struct list_head *next) in __list_add() argument
59 next->prev = new; in __list_add()
60 new->next = next; in __list_add()
62 prev->next = new; in __list_add()
75 __list_add(new, head, head->next); in list_add()
98 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() argument
100 next->prev = prev; in __list_del()
101 prev->next = next; in __list_del()
[all …]
/external/mesa3d/src/glsl/
Dlist.h79 struct exec_node *next; member
102 exec_node() : next(NULL), prev(NULL) in exec_node()
109 return next; in get_next()
114 return next; in get_next()
129 next->prev = prev; in remove()
130 prev->next = next; in remove()
131 next = NULL; in remove()
142 next = this; in self_link()
151 after->next = this->next; in insert_after()
154 this->next->prev = after; in insert_after()
[all …]
/external/oprofile/libutil/
Dop_list.h25 struct list_head * next, * prev; member
36 ptr->next = ptr; in list_init()
48 struct list_head * next) in __list_add() argument
50 next->prev = new_entry; in __list_add()
51 new_entry->next = next; in __list_add()
53 prev->next = new_entry; in __list_add()
66 __list_add(new_entry, head, head->next); in list_add()
90 struct list_head * next) in __list_del() argument
92 next->prev = prev; in __list_del()
93 prev->next = next; in __list_del()
[all …]
/external/e2fsprogs/lib/blkid/
Dlist.h25 struct list_head *next, *prev; member
34 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
45 struct list_head * next) in __list_add() argument
47 next->prev = add; in __list_add()
48 add->next = next; in __list_add()
50 prev->next = add; in __list_add()
63 __list_add(add, head, head->next); in list_add()
87 struct list_head * next) in __list_del() argument
89 next->prev = prev; in __list_del()
90 prev->next = next; in __list_del()
[all …]
/external/yaffs2/yaffs2/
Ddevextras.h57 struct list_head *next, *prev; member
66 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
77 struct list_head *next) in __list_add() argument
79 next->prev = new; in __list_add()
80 new->next = next; in __list_add()
82 prev->next = new; in __list_add()
95 __list_add(new, head, head->next); in list_add()
120 struct list_head *next) in __list_del() argument
122 next->prev = prev; in __list_del()
123 prev->next = next; in __list_del()
[all …]
/external/dhcpcd/
Deloop.c46 struct event *next; member
55 struct timeout *next; member
68 for (e = events; e; e = e->next) { in add_event()
80 free_events = e->next; in add_event()
86 e->next = NULL; in add_event()
88 last->next = e; in add_event()
98 for (e = events; e; e = e->next) { in delete_event()
101 last->next = e->next; in delete_event()
103 events = e->next; in delete_event()
104 e->next = free_events; in delete_event()
[all …]
/external/elfutils/lib/
Dlist.h57 assert (_newp->next == NULL); \
60 (first) = _newp->next = _newp->previous = _newp; \
63 _newp->next = (first); \
65 _newp->previous->next = _newp->next->previous = _newp; \
76 || ({ __typeof (elem) _runp = first->next; \
81 _runp = _runp->next; \
83 if (unlikely (_elem->next == _elem)) \
87 _elem->next->previous = _elem->previous; \
88 _elem->previous->next = _elem->next; \
90 first = _elem->next; \
[all …]
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h15 struct list_head *next, *prev; member
24 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
39 struct list_head * next) in __list_add() argument
41 next->prev = new; in __list_add()
42 new->next = next; in __list_add()
44 prev->next = new; in __list_add()
52 __list_add(new, head, head->next); in list_add()
71 struct list_head * next) in __list_del() argument
73 next->prev = prev; in __list_del()
74 prev->next = next; in __list_del()
[all …]
/external/mesa3d/src/mesa/main/
Dsimple_list.h41 struct simple_node *next; member
52 (elem)->next->prev = (elem)->prev; \
53 (elem)->prev->next = (elem)->next; \
65 (elem)->next = (list)->next; \
66 (list)->next->prev = elem; \
67 (list)->next = elem; \
78 (elem)->next = list; \
80 (list)->prev->next = elem; \
115 (sentinal)->next = sentinal; \
126 #define first_elem(list) ((list)->next)
[all …]
/external/quake/quake/src/WinQuake/
Dnet_vcr.cpp37 } next; variable
52 Sys_FileRead(vcrFile, &next, sizeof(next)); in VCR_Init()
58 if (Sys_FileRead(vcrFile, &next, sizeof(next)) == 0) in VCR_ReadNext()
60 next.op = 255; in VCR_ReadNext()
63 if (next.op < 1 || next.op > VCR_MAX_MESSAGE) in VCR_ReadNext()
87 …if (host_time != next.time || next.op != VCR_OP_GETMESSAGE || next.session != getDriverDataAsLong(… in VCR_GetMessage()
110 …if (host_time != next.time || next.op != VCR_OP_SENDMESSAGE || next.session != getDriverDataAsLong… in VCR_SendMessage()
125 …if (host_time != next.time || next.op != VCR_OP_CANSENDMESSAGE || next.session != getDriverDataAsL… in VCR_CanSendMessage()
156 if (host_time != next.time || next.op != VCR_OP_CONNECT) in VCR_CheckNewConnections()
159 if (!next.session) in VCR_CheckNewConnections()
[all …]
/external/llvm/test/CodeGen/X86/
Dmem-promote-integers.ll11 br label %next
13 next:
22 br label %next
24 next:
33 br label %next
35 next:
44 br label %next
46 next:
55 br label %next
57 next:
[all …]
/external/libnl-headers/netlink/
Dlist.h17 struct nl_list_head * next; member
23 list->next = list; in NL_INIT_LIST_HEAD()
29 struct nl_list_head *next) in __nl_list_add() argument
31 prev->next = obj; in __nl_list_add()
33 next->prev = obj; in __nl_list_add()
34 obj->next = next; in __nl_list_add()
46 __nl_list_add(obj, head, head->next); in nl_list_add_head()
51 obj->next->prev = obj->prev; in nl_list_del()
52 obj->prev->next = obj->next; in nl_list_del()
57 return head->next == head; in nl_list_empty()
[all …]
/external/nist-sip/java/gov/nist/core/
DLexerCore.java238 char next = lookAhead(0); in match() local
240 if (!isDigit(next)) in match()
244 String.valueOf(next); in match()
249 if (!isAlpha(next)) in match()
253 String.valueOf(next); in match()
262 char next = lookAhead(0); in match() local
263 if (next == ch) { in match()
272 + next + "<<<", ptr); in match()
531 char next = getNextChar(); in quotedString() local
532 if (next == '\"') { in quotedString()
[all …]
/external/expat/xmlwf/
Dct.c86 const char *next, *p; in getXMLCharset() local
89 next = buf; in getXMLCharset()
90 p = getTok(&next); in getXMLCharset()
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
95 p = getTok(&next); in getXMLCharset()
98 p = getTok(&next); in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
101 p = getTok(&next); in getXMLCharset()
104 p = getTok(&next); in getXMLCharset()
[all …]
Dxmlmime.c90 const char *next, *p; in getXMLCharset() local
93 next = buf; in getXMLCharset()
94 p = getTok(&next); in getXMLCharset()
95 if (matchkey(p, next, "text")) in getXMLCharset()
97 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 p = getTok(&next); in getXMLCharset()
102 p = getTok(&next); in getXMLCharset()
104 if (!matchkey(p, next, "xml") && charset[0] == '\0') in getXMLCharset()
107 p = getTok(&next); in getXMLCharset()
110 p = getTok(&next); in getXMLCharset()
[all …]

12345678910>>...121