Searched refs:new (Results 376 - 400 of 2011) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow_filter.c98 libAVEnumPins *new; local
103 new = libAVEnumPins_Create(this->pin, this);
104 if (!new)
107 *enumpin = (IEnumPins *) new;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmisc.c216 void *new = mymalloc(size);
217 if(!new)
219 memcpy(new, ptr, oldsize);
221 return new;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DCA.sh86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
130 $REQ -new -keyout ${CATOP}/private/$CAKEY \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DInternalEvents.h51 return new CMuleInternalEvent(*this);
87 //! Event-handler for completed hashings of new shared files and partfiles.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddll.h55 #include <new> // for new_handler
H A Dmodexppc.h25 void SetModulus(const Integer &v) {m_mr.reset(new MontgomeryRepresentation(v));}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danidecod.h53 { return new wxANIDecoder; }
H A Ddateevt.h38 virtual wxEvent *Clone() const { return new wxDateEvent(*this); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A DObjcPose.h61 wxDummyForPoseAsInitializer wxDummyPoseAsInitializerFor##poser(new wxPoseAsInitializerFor##poser)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dm_templ.h71 parser->AddTagHandler(new wxHTML_Handler_##handler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dcursor.h56 inline virtual wxGDIImageRefData* CreateData(void) const { return (new wxCursorRefData); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dbmap.h49 int gfs2_extent_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, unsigned *extlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dautogen.sh23 sed -e 's/automake\*1.6/automake\*1.[678] | automake\*1.[678]/' < admin/cvs.sh > admin/cvs.sh.new
24 mv admin/cvs.sh.new admin/cvs.sh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-elisp55 tmpfiles="$tmpfiles fr.po.tmp fr.po.new"
59 tr -d '\r' < fr.po.tmp > fr.po.new
63 ${DIFF} fr.po fr.po.new || exit 1
H A Dlang-ycp68 tmpfiles="$tmpfiles fr.po.tmp fr.po.new"
72 tr -d '\r' < fr.po.tmp > fr.po.new
76 ${DIFF} fr.po fr.po.new || exit 1
H A Dmsgmerge-2078 tmpfiles="$tmpfiles mm-test20.tmp.po mm-test20.new.po"
82 tr -d '\r' < mm-test20.tmp.po > mm-test20.new.po
120 ${DIFF} mm-test20.ok mm-test20.new.po
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hmac/
H A Dhmac.c171 u_int8_t *mac_key, old[DB_MAC_KEY], new[DB_MAC_KEY]; local
217 __db_hmac(mac_key, data, data_len, new);
219 LOG_HDR_SUM(1, hdr, new);
220 ret = memcmp(chksum, new, sum_len) ? -1 : 0;
224 * We might be looking at an old log even with the new
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DCA.sh86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
130 $REQ -new -keyout ${CATOP}/private/$CAKEY \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Diri.h48 bool remote_to_utf8 (struct iri *i, const char *str, const char **new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Datomic_64.h71 #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
92 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Datomic.h213 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) argument
215 return cmpxchg(&v->counter, old, new);
218 static inline int atomic_xchg(atomic_t *v, int new) argument
220 return xchg(&v->counter, new);
277 * Returns the new value of @u
H A Dspinlock.h82 int tmp, new;
92 : "=&a" (tmp), "=&q" (new), "+m" (lock->slock)
133 int new;
145 : "=&a" (tmp), "=&q" (new), "+m" (lock->slock)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsystem_mm.h166 unsigned long new, int size)
172 : "d" (new), "0" (old), "m" (*(char *)p));
177 : "d" (new), "0" (old), "m" (*(short *)p));
182 : "d" (new), "0" (old), "m" (*(int *)p));
165 __cmpxchg(volatile void *p, unsigned long old, unsigned long new, int size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A Dmemory.c77 ptable_desc *new; local
85 new = PD_PTABLE(page);
86 PD_MARKBITS(new) = 0xfe;
87 list_add_tail(new, dp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth.c115 * it's second argument 'new'. If this is non-null, it will
138 auth_domain_lookup(char *name, struct auth_domain *new) argument
155 if (new)
156 hlist_add_head(&new->hash, head);
158 return new;

Completed in 243 milliseconds

<<11121314151617181920>>