Searched refs:new (Results 226 - 250 of 2011) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsystem.h358 unsigned long new, int size)
372 : "r" (ptr), "Ir" (old), "r" (new)
384 : "r" (ptr), "Ir" (old), "r" (new)
397 : "r" (ptr), "Ir" (old), "r" (new)
410 unsigned long new, int size)
415 ret = __cmpxchg(ptr, old, new, size);
429 unsigned long new, int size)
437 ret = __cmpxchg_local_generic(ptr, old, new, size);
441 ret = __cmpxchg(ptr, old, new, size);
462 unsigned long long new)
357 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
409 __cmpxchg_mb(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
427 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
460 __cmpxchg64(volatile void *ptr, unsigned long long old, unsigned long long new) argument
485 __cmpxchg64_mb(volatile void *ptr, unsigned long long old, unsigned long long new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dpolicy.c214 struct secpolicy *new; local
216 new = racoon_calloc(1, sizeof(*new));
217 if (new == NULL)
220 return new;
272 inssp(new)
273 struct secpolicy *new;
275 TAILQ_INSERT_TAIL(&sptree, new, chain);
306 struct ipsecrequest *new; local
308 new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc70 RegExTestSuite *suite = new regextest_1;
95 RegExTestSuite *suite = new regextest_2;
122 RegExTestSuite *suite = new regextest_3;
150 RegExTestSuite *suite = new regextest_4;
188 RegExTestSuite *suite = new regextest_5;
218 RegExTestSuite *suite = new regextest_6;
260 RegExTestSuite *suite = new regextest_7;
297 RegExTestSuite *suite = new regextest_8;
346 RegExTestSuite *suite = new regextest_9;
412 RegExTestSuite *suite = new regextest_1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dauth.c197 struct rpc_cred_cache *new; local
200 new = kmalloc(sizeof(*new), GFP_KERNEL);
201 if (!new)
203 new->hashbits = auth_hashbits;
204 hashsize = 1U << new->hashbits;
205 new->hashtable = kcalloc(hashsize, sizeof(new->hashtable[0]), GFP_KERNEL);
206 if (!new->hashtable)
208 spin_lock_init(&new
356 *entry, *new; local
489 struct rpc_cred *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgbposition.tex23 Construct a new wxGBPosition, optionally setting the row and column.
42 Set a new column value.
48 Set a new row value.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dvmcore.c224 struct vmcore *new; local
251 new = get_new_element();
252 if (!new) {
256 new->paddr = phdr_ptr->p_offset;
257 new->size = real_sz;
258 list_add_tail(&new->list, vc_list);
305 struct vmcore *new; local
332 new = get_new_element();
333 if (!new) {
337 new
380 struct vmcore *new; local
417 struct vmcore *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dport_user.c171 int new, err; local
176 new = accept(fd, NULL, 0);
177 if (new < 0)
185 { .sock_fd = new,
193 return new;
201 close(new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datomic_mm.h86 #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
118 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) argument
126 atomic_set(v, new);
131 static inline int atomic_xchg(atomic_t *v, int new) argument
138 atomic_set(v, new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlist.h32 * Insert a new entry between two known consecutive entries.
38 static inline void __list_add(struct list_head *new, argument
42 next->prev = new;
43 new->next = next;
44 new->prev = prev;
45 prev->next = new;
48 extern void __list_add(struct list_head *new,
54 * list_add - add a new entry
55 * @new: new entr
61 list_add(struct list_head *new, struct list_head *head) argument
75 list_add_tail(struct list_head *new, struct list_head *head) argument
117 list_replace(struct list_head *old, struct list_head *new) argument
126 list_replace_init(struct list_head *old, struct list_head *new) argument
644 hlist_move_list(struct hlist_head *old, struct hlist_head *new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dpm-gpio.c112 * { OUT => SFN } Change CON first, so new data will not glitch
113 * { OUT => IN } Change CON first, so new data will not glitch
115 * { SFN => OUT } Change DAT first, so new data will not glitch [1]
131 u32 gpcon, old, new, mask; local
145 new = (gps_gpcon & mask) >> nr;
149 if (old == new)
154 if (is_sfn(old) && is_sfn(new))
159 if (is_in(old) && is_out(new))
164 if (is_sfn(old) && is_out(new))
174 /* Write the new CO
208 u32 old, new, mask; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A DMakefile.am7 # and change to the new one (libpng14), then change the
8 # -version-number settings below so that the new values have
107 rm -f $@ $@.new
112 >$@.new
113 mv $@.new $@
116 rm -f $@ $@.new
117 echo PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0 '{global:' > $@.new
118 $(SED) s/$$/\;/ libpng.sym >> $@.new
119 echo 'local: *; };' >> $@.new
120 mv $@.new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvalgen.h33 // Another possibility is to always pass a pointer to a new validator
35 virtual wxObject *Clone() const { return new wxGenericValidator(*this); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dsimple_alloc.c100 void *new; local
116 new = simple_malloc(size);
117 memcpy(new, ptr, p->size);
119 return new;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-1663 tmpfiles="$tmpfiles mm-test16.tmp.po mm-test16.new.po"
67 tr -d '\r' < mm-test16.tmp.po > mm-test16.new.po
96 ${DIFF} mm-test16.ok mm-test16.new.po
H A Dmsgmerge-1757 tmpfiles="$tmpfiles mm-test17.tmp.po mm-test17.new.po"
61 tr -d '\r' < mm-test17.tmp.po > mm-test17.new.po
91 ${DIFF} mm-test17.ok mm-test17.new.po
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t33 my $redirectObj = new Redirect $redirect ;
82 my $redirectObj = new Redirect $redirect ;
89 my $db = new BerkeleyDB::Hash
132 my $redirectObj = new Redirect $redirect ;
177 my $redirectObj = new Redirect $redirect ;
223 my $redirectObj = new Redirect $redirect ;
271 my $redirectObj = new Redirect $redirect ;
315 my $redirectObj = new Redirect $redirect ;
H A Dexamples.t.T33 my $redirectObj = new Redirect $redirect ;
84 my $redirectObj = new Redirect $redirect ;
92 my $db = new BerkeleyDB::Hash
136 my $redirectObj = new Redirect $redirect ;
183 my $redirectObj = new Redirect $redirect ;
231 my $redirectObj = new Redirect $redirect ;
281 my $redirectObj = new Redirect $redirect ;
327 my $redirectObj = new Redirect $redirect ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-proxied-https-auth.px22 my $SOCKET = HTTP::Daemon->new (LocalAddr => 'localhost',
56 $rspn = HTTP::Response->new(200, 'OK');
78 $rspn = HTTP::Response->new(401, 'Unauthorized', [
88 $rspn = HTTP::Response->new(200, 'OK', [
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Datomic32.c43 int atomic_cmpxchg(atomic_t *v, int old, int new) argument
51 v->counter = new;
122 unsigned long __cmpxchg_u32(volatile u32 *ptr, u32 old, u32 new) argument
129 *ptr = new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Datomic64_64.h188 static inline long atomic64_cmpxchg(atomic64_t *v, long old, long new) argument
190 return cmpxchg(&v->counter, old, new);
193 static inline long atomic64_xchg(atomic64_t *v, long new) argument
195 return xchg(&v->counter, new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dvma_map.c72 struct vma_to_fileoffset_map *new = local
74 if (!new) {
81 new->next = map;
82 new->vma = vma;
83 new->size = size;
84 new->offset = offset;
85 new->guard_ptr = guard_ptr;
86 new->guard_val = guard_val;
88 return new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dmmu_emu.c226 unsigned long new = 1; local
231 new = next_to_die;
232 clear_context(new);
237 while(new < CONTEXTS_NUM) {
238 if(ctx_alloc[new])
239 new++;
244 if(new == CONTEXTS_NUM)
248 ctx_alloc[new] = mm;
251 return new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dgroups.c158 * @new: The newly prepared set of credentials to alter
164 int set_groups(struct cred *new, struct group_info *group_info) argument
166 put_group_info(new->group_info);
169 new->group_info = group_info;
184 struct cred *new; local
187 new = prepare_creds();
188 if (!new)
191 ret = set_groups(new, group_info);
193 abort_creds(new);
197 return commit_creds(new);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac_arith.h112 int new = bytestream_get_be16(&c->bytestream);
116 new |= 0xff;
118 new |= 0xff00;
123 c->low += new << counter;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_notify.l16 CSCnotificationBoardNew - create a new notification board
19 CSCnotificationNew - create a new notification in a board

Completed in 228 milliseconds

1234567891011>>