HomeSort by relevance Sort by last modified time
    Searched defs:next (Results 651 - 675 of 3893) sorted by null

<<21222324252627282930>>

  /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/e2fsprogs/e2fsck/
region.c 25 struct region_el *next; member in struct:region_el
49 struct region_el *r, *next; local
51 for (r = region->allocated; r; r = next) {
52 next = r->next;
61 struct region_el *r, *new_region, *prev, *next; local
77 for (r = region->allocated, prev=NULL; r; prev = r, r = r->next) {
87 if ((next = r->next)) {
88 if (end > next->start
    [all...]
  /external/e2fsprogs/lib/blkid/
devno.c 74 dp->next = *list;
83 struct dir_list *dp, *next; local
85 for (dp = *list; dp; dp = next) {
86 next = dp->next;
157 list = list->next;
166 * the next level of subdirectories. (breadth-first)
list.h 19 * sometimes we already know the next/prev entries and we can
25 struct list_head *next, *prev; member in struct:list_head
34 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
41 * the prev/next entries already!
45 struct list_head * next)
47 next->prev = add;
48 add->next = next;
50 prev->next = add;
63 __list_add(add, head, head->next);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
brel.h 55 errcode_t (*next)(ext2_brel brel, blk_t *old, member in struct:ext2_block_relocation_table
82 #define ext2fs_brel_next(brel, old, ent) ((brel)->next((brel), old, ent))
finddev.c 39 struct dir_list *next; member in struct:dir_list
58 dp->next = *list;
67 struct dir_list *dp, *next; local
69 for (dp = *list; dp; dp = next) {
70 next = dp->next;
140 list = list->next;
151 * the next level of subdirectories. (breadth-first)
  /external/elfutils/libdw/
dwarf_getaranges.c 63 struct arangelist *next; member in struct:arangelist
169 /* Round the address to the next multiple of 2*address_size. */
215 new_arange->next = arangelist;
249 arangelist = arangelist->next;
  /external/elfutils/libdwfl/
dwfl_report_elf.c 97 const GElf_Addr next = (end + align - 1) & -align; local
102 || (bias == 0 && end > start && end != next))
104 shdr->sh_addr = next;
  /external/freetype/src/base/
ftutil.c 254 cur = cur->next;
270 node->next = 0;
274 before->next = node;
291 node->next = after;
313 after = node->next;
316 before->next = after;
337 after = node->next;
343 before->next = after;
351 node->next = list->head;
370 FT_ListNode next = cur->next local
398 FT_ListNode next = cur->next; local
    [all...]
  /external/gtest/samples/
sample3-inl.h 47 // type E and a pointer to the next node.
56 // Gets the next node in the queue.
57 QueueNode* next() { return next_; } function in class:QueueNode
58 const QueueNode* next() const { return next_; } function in class:QueueNode
61 // Creates a node with a given element value. The next pointer is
88 QueueNode<E>* next = node->next(); local
91 node = next;
93 next = node->next();
    [all...]
  /external/guava/guava/src/com/google/common/collect/
DiscreteDomains.java 47 @Override public Integer next(Integer value) { method in class:DiscreteDomains.IntegerDomain
87 @Override public Long next(Long value) { method in class:DiscreteDomains.LongDomain
140 @Override public BigInteger next(BigInteger value) { method in class:DiscreteDomains.BigIntegerDomain
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 127 int next = toInt(array[i]); local
128 if (next < min) {
129 min = next;
147 int next = toInt(array[i]); local
148 if (next > max) {
149 max = next;
UnsignedInts.java 86 int next = flip(array[i]); local
87 if (next < min) {
88 min = next;
106 int next = flip(array[i]); local
107 if (next > max) {
108 max = next;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java 70 return Collections.singletonMap(key, value).entrySet().iterator().next();
117 public T next() { method in class:Helpers
137 public T next() {
141 return iterator.next();
152 iterator.next();
154 return iterator.next();
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 58 assertEquals(0, (int) iter.next());
64 assertEquals(1, (int) iter.next());
72 iter.next();
153 assertEquals(0, (int) iter.next());
177 // hasNext/next), but we'll cop out for now, knowing that
178 // next() both start by invoking hasNext() anyway.
  /external/guava/guava-tests/test/com/google/common/collect/
HashBiMapTest.java 92 // The next two tests verify that map entries are not accessed after they're
100 iterator.next();
101 iterator.next();
103 iterator.next();
115 iterator.next();
116 iterator.next();
118 iterator.next();
LinkedHashMultisetTest.java 123 iterator.next();
UnmodifiableListIteratorTest.java 38 assertEquals("a", iterator.next());
49 assertEquals("a", iterator.next());
50 assertEquals("b", iterator.next());
62 assertEquals("a", iterator.next());
63 assertEquals("b", iterator.next());
81 public String next() { method
  /external/guava/guava-tests/test/com/google/common/math/
DoubleUtilsTest.java 30 assertEquals(FpUtils.nextUp(d), DoubleUtils.next(d, true));
36 assertEquals(FpUtils.nextDown(d), DoubleUtils.next(d, false));
  /external/icu4c/common/
ucharstrie.cpp 46 next(U16_TRAIL(cp)) :
53 next(cp) :
54 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ?
55 next(U16_TRAIL(cp)) :
153 UCharsTrie::next(int32_t uchar) { function in class:UCharsTrie
176 UCharsTrie::next(const UChar *s, int32_t sLength) { function in class:UCharsTrie
187 // Fetch the next input unit, if there is one.
240 // Fetch the next input unit, if there is one.
370 out.appendCodeUnit(*pos); // Next unit of a pending linear-match node.
  /external/icu4c/extra/scrptrun/
scrptrun.cpp 112 UBool ScriptRun::next() function in class:ScriptRun
  /external/icu4c/i18n/
coleitr.cpp 72 * Get the ordering priority of the next character in the string.
73 * @return the next character's ordering. Returns NULLORDER if an error has
76 int32_t CollationElementIterator::next(UErrorCode& status) function in class:CollationElementIterator
  /external/icu4c/i18n/unicode/
smpdtfmt.h 1699 NSOverride *next; member in struct:SimpleDateFormat::NSOverride
    [all...]
  /external/iproute2/include/
ip6tables.h 9 struct ip6tables_rule_match *next; member in struct:ip6tables_rule_match
17 struct ip6tables_match *next; member in struct:ip6tables_match
67 struct ip6tables_target *next; member in struct:ip6tables_target
  /external/iproute2/ip/
ipmroute.c 130 char *next = NULL; local
137 next = strchr(p, ' ');
138 if (next) {
139 *next = 0;
140 next++;
143 p = next;
146 p = next;

Completed in 490 milliseconds

<<21222324252627282930>>