HomeSort by relevance Sort by last modified time
    Searched refs:next (Results 326 - 350 of 4218) sorted by null

<<11121314151617181920>>

  /external/skia/gpu/src/
GrAllocPool.cpp 28 static Block* Create(size_t size, Block* next) {
32 block->fNext = next;
79 Block* next = block->fNext; local
81 block = next;
104 Block* next = fBlock->fNext; local
106 fBlock = next;
  /external/tcpdump/
print-igrp.c 84 u_int nint, nsys, next; local
94 next = EXTRACT_16BITS(&hdr->ig_nx);
103 next);
115 } else if (next > 0) {
118 --next;
126 if (nint == 0 && nsys == 0 && next == 0)
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 166 int next = current + releases; local
167 if (next < current) // overflow
169 if (compareAndSetState(current, next))
177 int next = current - reductions; local
178 if (next > current) // underflow
180 if (compareAndSetState(current, next))
271 * semaphore and the current thread is next to be assigned a permit; or
301 * semaphore and the current thread is next to be assigned a permit.
356 * semaphore and the current thread is next to be assigned a permit; or
419 * methods for this semaphore, the current thread is next to be assigne
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
TwoKeyHashMap.java 167 e = e.next;
195 Entry<E, K, V> next = entry.next; local
198 entry.next = newArr[newIndex];
201 entry = next;
259 * @param next
263 Entry<E, K, V> next) {
264 return new Entry<E, K, V>(hashCode, key1, key2, value, next);
294 Entry<E, K, V> next; field in class:TwoKeyHashMap.Entry
296 public Entry(int hash, E key1, K key2, V value, Entry<E, K, V> next) {
424 public Map.Entry<String, V> next() { method in class:TwoKeyHashMap.EntryIteratorImpl
554 public V next() { method in class:TwoKeyHashMap.ValueIteratorImpl
    [all...]
  /external/wpa_supplicant/
eloop_none.c 33 struct eloop_timeout *next; member in struct:eloop_timeout
140 timeout->next = NULL;
153 tmp = tmp->next;
157 timeout->next = eloop.timeout;
160 timeout->next = prev->next;
161 prev->next = timeout;
171 struct eloop_timeout *timeout, *prev, *next; local
177 next = timeout->next;
    [all...]
radius_client.c 61 struct radius_msg_list *next; member in struct:radius_msg_list
234 prev->next = entry->next;
236 radius->msgs = entry->next;
239 entry = entry->next;
257 entry = entry->next;
266 HOSTAPD_LEVEL_DEBUG, "Next RADIUS client "
272 struct hostapd_radius_server *next, *old; local
281 for (entry = radius->msgs; entry; entry = entry->next) {
286 next = old + 1
296 struct hostapd_radius_server *next, *old; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 33 struct eloop_timeout *next; member in struct:eloop_timeout
140 timeout->next = NULL;
153 tmp = tmp->next;
157 timeout->next = eloop.timeout;
160 timeout->next = prev->next;
161 prev->next = timeout;
171 struct eloop_timeout *timeout, *prev, *next; local
177 next = timeout->next;
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop_none.c 33 struct eloop_timeout *next; member in struct:eloop_timeout
137 timeout->next = NULL;
150 tmp = tmp->next;
154 timeout->next = eloop.timeout;
157 timeout->next = prev->next;
158 prev->next = timeout;
168 struct eloop_timeout *timeout, *prev, *next; local
174 next = timeout->next;
    [all...]
  /external/dbus/dbus/
dbus-mempool.c 62 DBusFreedElement *next; /**< next element of the free list */ member in struct:DBusFreedElement
83 DBusMemBlock *next; /**< next block in the list, which is already used up; member in struct:DBusMemBlock
191 DBusMemBlock *next = block->next; local
195 block = next;
234 block->next = pool->blocks;
255 pool->free_elements = pool->free_elements->next;
280 /* use a larger block size for our next block *
    [all...]
  /external/dropbear/
cli-runopts.c 75 char ** next = 0; local
78 int nextiskey = 0; /* A flag if the next argument is a keyfile */
139 if (next) {
141 *next = argv[i];
142 if (*next == NULL) {
145 next = NULL;
157 next = &cli_opts.remoteport;
195 next = &cli_opts.username;
219 next = &dummy;
227 if (next && strlen(argv[i]) > 2)
    [all...]
  /external/elfutils/libebl/
eblstrtab.c 40 struct Ebl_Strent *next; member in struct:Ebl_Strent
50 struct memoryblock *next; member in struct:memoryblock
111 newmem->next = st->memory;
128 mb = mb->next;
162 newstr->next = NULL;
237 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
253 newstr->next = (*sep)->next;
254 (*sep)->next = newstr
    [all...]
  /external/ppp/pppd/plugins/radius/
dict.c 98 vdict->next = vendor_dictionaries;
201 attr->next = vdict->attributes;
204 attr->next = dictionary_attributes;
262 dval->next = dictionary_values;
306 attr = attr->next;
318 attr = attr->next;
344 attr = attr->next;
355 attr = attr->next;
357 dict = dict->next;
382 val = val->next;
    [all...]
  /external/valgrind/main/coregrind/
m_hashtable.c 47 UInt iterChain; // next chain to be traversed by the iterator
128 VgHashNode* next = node->next; local
130 node->next = chains[chain];
132 node = next;
146 node->next = table->chains[chain];
166 curr = curr->next;
183 *prev_next_ptr = curr->next;
187 prev_next_ptr = &(curr->next);
188 curr = curr->next;
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 114 * next_try - Time for the next transmission attempt
124 * next_wait - Next retransmission wait time in seconds
146 * next - Next message in the list
148 struct radius_msg_list *next; member in struct:radius_msg_list
232 * next_radius_identifier - Next RADIUS message identifier to use
401 prev->next = entry->next;
403 radius->msgs = entry->next;
406 entry = entry->next;
439 struct hostapd_radius_server *next, *old; local
463 struct hostapd_radius_server *next, *old; local
    [all...]
  /external/zlib/contrib/infback9/
infback9.c 57 code *next, *lenfix, *distfix; local
67 next = fixed;
68 lenfix = next;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
75 distfix = next;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
128 have = in(in_desc, &next); \
130 next = Z_NULL; \
143 hold += (unsigned long)(*next++) << bits; \
225 unsigned char FAR *next; /* next input * local
    [all...]
  /system/core/adb/
transport.c 31 .next = &transport_list,
86 adisconnect* dis = t->disconnects.next;
90 adisconnect* next = dis->next; local
92 dis = next;
389 device_tracker* next; member in struct:device_tracker
404 *pnode = node->next;
407 pnode = &node->next;
484 tracker->next = device_tracker_list;
502 device_tracker* next = tracker->next local
936 atransport *t, *next; local
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CONST_16.S 8 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_FROM16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_RESULT.S 9 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/x86-atom/
OP_DIV_DOUBLE_2ADDR.S 37 FINISH 1 # jump to next instruction
OP_DIV_FLOAT_2ADDR.S 37 FINISH 1 # jump to next instruction
OP_DOUBLE_TO_INT.S 51 FINISH 1 # jump to next instruction
57 FINISH 1 # jump to next instruction
62 FINISH 1 # jump to next instruction
68 FINISH 1 # jump to next instruction
OP_GOTO_16.S 34 FINISH_RB %edx, %ecx # jump to next instruction
OP_INT_TO_FLOAT.S 36 FINISH 1 # jump to next instruction

Completed in 1472 milliseconds

<<11121314151617181920>>