Searched refs:next (Results 51 - 75 of 12498) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DTestKeyAssigner.java20 private byte next = 1; field in class:TestKeyAssigner
30 RecordNumberBinding.recordNumberToEntry(next, keyData);
32 keyData.setData(new byte[] { next }, 0, 1);
34 next += 1;
39 next = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Drculist.h16 * the prev/next entries already!
19 struct list_head *prev, struct list_head *next)
21 new->next = next;
23 rcu_assign_pointer(prev->next, new);
24 next->prev = new;
45 __list_add_rcu(new, head, head->next);
96 __list_del(entry->prev, entry->next);
139 new->next = old->next;
18 __list_add_rcu(struct list_head *new, struct list_head *prev, struct list_head *next) argument
313 struct hlist_node *next = old->next; local
372 hlist_add_before_rcu(struct hlist_node *n, struct hlist_node *next) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Drculist.h16 * the prev/next entries already!
19 struct list_head *prev, struct list_head *next)
21 new->next = next;
23 rcu_assign_pointer(prev->next, new);
24 next->prev = new;
45 __list_add_rcu(new, head, head->next);
96 __list_del(entry->prev, entry->next);
139 new->next = old->next;
18 __list_add_rcu(struct list_head *new, struct list_head *prev, struct list_head *next) argument
313 struct hlist_node *next = old->next; local
372 hlist_add_before_rcu(struct hlist_node *n, struct hlist_node *next) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dmmu_context.h13 struct mm_struct *next)
33 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
38 if (likely(prev != next)) {
41 percpu_write(cpu_tlbstate.active_mm, next);
43 cpumask_set_cpu(cpu, mm_cpumask(next));
46 load_cr3(next->pgd);
54 if (unlikely(prev->context.ldt != next->context.ldt))
55 load_LDT_nolock(&next->context);
60 BUG_ON(percpu_read(cpu_tlbstate.active_mm) != next);
62 if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next))) {
12 paravirt_activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dshutils.h182 #define foreach(word, wordlist, next) \
183 for (next = &wordlist[strspn(wordlist, " ")], \
184 strncpy(word, next, sizeof(word)), \
187 next = strchr(next, ' '); \
189 next = next ? &next[strspn(next, " ")] : "", \
190 strncpy(word, next, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmmu_context.h13 struct mm_struct *next)
33 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
38 if (likely(prev != next)) {
41 percpu_write(cpu_tlbstate.active_mm, next);
43 cpumask_set_cpu(cpu, mm_cpumask(next));
46 load_cr3(next->pgd);
54 if (unlikely(prev->context.ldt != next->context.ldt))
55 load_LDT_nolock(&next->context);
60 BUG_ON(percpu_read(cpu_tlbstate.active_mm) != next);
62 if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next))) {
12 paravirt_activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dshutils.h182 #define foreach(word, wordlist, next) \
183 for (next = &wordlist[strspn(wordlist, " ")], \
184 strncpy(word, next, sizeof(word)), \
187 next = strchr(next, ' '); \
189 next = next ? &next[strspn(next, " ")] : "", \
190 strncpy(word, next, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dshutils.h182 #define foreach(word, wordlist, next) \
183 for (next = &wordlist[strspn(wordlist, " ")], \
184 strncpy(word, next, sizeof(word)), \
187 next = strchr(next, ' '); \
189 next = next ? &next[strspn(next, " ")] : "", \
190 strncpy(word, next, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/utils/
H A Dlist.h22 struct dl_list *next; member in struct:dl_list
28 list->next = list;
34 item->next = list->next;
36 list->next->prev = item;
37 list->next = item;
47 item->next->prev = item->prev;
48 item->prev->next = item->next;
49 item->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/utils/
H A Dlist.h22 struct dl_list *next; member in struct:dl_list
28 list->next = list;
34 item->next = list->next;
36 list->next->prev = item;
37 list->next = item;
47 item->next->prev = item->prev;
48 item->prev->next = item->next;
49 item->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/utils/
H A Dlist.h22 struct dl_list *next; member in struct:dl_list
28 list->next = list;
34 item->next = list->next;
36 list->next->prev = item;
37 list->next = item;
47 item->next->prev = item->prev;
48 item->prev->next = item->next;
49 item->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/pqueue/
H A Dpqueue.c78 item->next = NULL;
111 pitem *curr, *next; local
118 for (curr = NULL, next = pq->items;
119 next != NULL; curr = next, next = next->next) {
123 int cmp = memcmp(next->priority, item->priority, 8);
124 if (cmp > 0) { /* next > ite
162 pitem *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/pqueue/
H A Dpqueue.c79 item->next = NULL;
113 pitem *curr, *next; local
121 for(curr = NULL, next = pq->items;
122 next != NULL;
123 curr = next, next = next->next)
127 int cmp = memcmp(next->priority, item->priority,8);
128 if (cmp > 0) /* next > ite
170 pitem *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/pqueue/
H A Dpqueue.c78 item->next = NULL;
111 pitem *curr, *next; local
118 for (curr = NULL, next = pq->items;
119 next != NULL; curr = next, next = next->next) {
123 int cmp = memcmp(next->priority, item->priority, 8);
124 if (cmp > 0) { /* next > ite
162 pitem *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/pqueue/
H A Dpqueue.c79 item->next = NULL;
113 pitem *curr, *next; local
121 for(curr = NULL, next = pq->items;
122 next != NULL;
123 curr = next, next = next->next)
127 int cmp = memcmp(next->priority, item->priority,8);
128 if (cmp > 0) /* next > ite
170 pitem *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/pqueue/
H A Dpqueue.c78 item->next = NULL;
111 pitem *curr, *next; local
118 for (curr = NULL, next = pq->items;
119 next != NULL; curr = next, next = next->next) {
123 int cmp = memcmp(next->priority, item->priority, 8);
124 if (cmp > 0) { /* next > ite
162 pitem *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/pqueue/
H A Dpqueue.c79 item->next = NULL;
113 pitem *curr, *next; local
121 for(curr = NULL, next = pq->items;
122 next != NULL;
123 curr = next, next = next->next)
127 int cmp = memcmp(next->priority, item->priority,8);
128 if (cmp > 0) /* next > ite
170 pitem *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/xmlwf/
H A Dct.c86 const char *next, *p; local
89 next = buf;
90 p = getTok(&next);
91 if (matchkey(p, next, "text"))
93 else if (!matchkey(p, next, "application"))
95 p = getTok(&next);
98 p = getTok(&next);
99 if (matchkey(p, next, "xml"))
101 p = getTok(&next);
104 p = getTok(&next);
[all...]
H A Dxmlmime.c90 const char *next, *p; local
93 next = buf;
94 p = getTok(&next);
95 if (matchkey(p, next, "text"))
97 else if (!matchkey(p, next, "application"))
99 p = getTok(&next);
102 p = getTok(&next);
104 if (!matchkey(p, next, "xml") && charset[0] == '\0')
107 p = getTok(&next);
110 p = getTok(&next);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/xmlwf/
H A Dct.c86 const char *next, *p; local
89 next = buf;
90 p = getTok(&next);
91 if (matchkey(p, next, "text"))
93 else if (!matchkey(p, next, "application"))
95 p = getTok(&next);
98 p = getTok(&next);
99 if (matchkey(p, next, "xml"))
101 p = getTok(&next);
104 p = getTok(&next);
[all...]
H A Dxmlmime.c90 const char *next, *p; local
93 next = buf;
94 p = getTok(&next);
95 if (matchkey(p, next, "text"))
97 else if (!matchkey(p, next, "application"))
99 p = getTok(&next);
102 p = getTok(&next);
104 if (!matchkey(p, next, "xml") && charset[0] == '\0')
107 p = getTok(&next);
110 p = getTok(&next);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/xmlwf/
H A Dct.c86 const char *next, *p; local
89 next = buf;
90 p = getTok(&next);
91 if (matchkey(p, next, "text"))
93 else if (!matchkey(p, next, "application"))
95 p = getTok(&next);
98 p = getTok(&next);
99 if (matchkey(p, next, "xml"))
101 p = getTok(&next);
104 p = getTok(&next);
[all...]
H A Dxmlmime.c90 const char *next, *p; local
93 next = buf;
94 p = getTok(&next);
95 if (matchkey(p, next, "text"))
97 else if (!matchkey(p, next, "application"))
99 p = getTok(&next);
102 p = getTok(&next);
104 if (!matchkey(p, next, "xml") && charset[0] == '\0')
107 p = getTok(&next);
110 p = getTok(&next);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/delta/
H A Ddelta_common.c20 lzma_next_end(&coder->next, allocator);
27 lzma_delta_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
31 if (next->coder == NULL) {
32 next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
33 if (next->coder == NULL)
37 next->end = &delta_coder_end;
38 next->coder->next = LZMA_NEXT_CODER_INIT;
47 next->coder->distance = opt->dist;
50 next
[all...]
H A Ddelta_private.h20 lzma_next_coder next; member in struct:lzma_coder_s
34 lzma_next_coder *next, lzma_allocator *allocator,

Completed in 221 milliseconds

1234567891011>>