Searched refs:new (Results 201 - 225 of 3164) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dwarnings.t31 $template = Text::Template->new(type => 'STRING', source => $template);
40 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
43 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Diasm.d46 auto ias = new InlineAsmStatement(s.loc, s.tokens);
51 auto eas = new GccAsmStatement(s.loc, s.tokens);
57 return new ErrorStatement();
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dcxa_atexit.c41 struct exit_function *new = __new_exitfn (listp); local
43 if (new == NULL)
49 new->func.cxa.fn = (void (*) (void *, int)) func;
50 new->func.cxa.arg = arg;
51 new->func.cxa.dso_handle = d;
53 new->flavor = ef_cxa;
97 the previous block if it exists. Otherwise create a new one. */
/netbsd-current/common/lib/libc/atomic/
H A Datomic_init_testset.c104 _atomic_cas_up(volatile uint32_t *ptr, uint32_t old, uint32_t new) argument
113 *ptr = new;
122 _atomic_cas_64_up(volatile uint64_t *ptr, uint64_t old, uint64_t new) argument
131 *ptr = new;
140 _atomic_cas_16_up(volatile uint16_t *ptr, uint16_t old, uint16_t new) argument
149 *ptr = new;
158 _atomic_cas_8_up(volatile uint8_t *ptr, uint8_t old, uint8_t new) argument
167 *ptr = new;
175 _atomic_cas_mp(volatile uint32_t *ptr, uint32_t old, uint32_t new) argument
184 *ptr = new;
193 _atomic_cas_64_mp(volatile uint64_t *ptr, uint64_t old, uint64_t new) argument
211 _atomic_cas_16_mp(volatile uint16_t *ptr, uint16_t old, uint16_t new) argument
228 _atomic_cas_8_mp(volatile uint8_t *ptr, uint8_t old, uint8_t new) argument
245 _atomic_cas_32(volatile uint32_t *ptr, uint32_t old, uint32_t new) argument
255 _atomic_cas_64(volatile uint64_t *ptr, uint64_t old, uint64_t new) argument
263 _atomic_cas_16(volatile uint16_t *ptr, uint16_t old, uint16_t new) argument
272 _atomic_cas_8(volatile uint8_t *ptr, uint8_t old, uint8_t new) argument
[all...]
H A Datomic_swap_32_cas.c37 atomic_swap_32(volatile uint32_t *addr, uint32_t new) argument
43 } while (atomic_cas_32(addr, old, new) != old);
H A Datomic_swap_64_cas.c39 atomic_swap_64(volatile uint64_t *addr, uint64_t new) argument
45 } while (atomic_cas_64(addr, old, new) != old);
/netbsd-current/sys/lib/libsa/
H A Dext2fs.c161 * Read a new inode into a file structure.
889 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new) argument
893 memcpy(new, old, sizeof(struct ext2fs));
894 new->e2fs_icount = bswap32(old->e2fs_icount);
895 new->e2fs_bcount = bswap32(old->e2fs_bcount);
896 new->e2fs_rbcount = bswap32(old->e2fs_rbcount);
897 new->e2fs_fbcount = bswap32(old->e2fs_fbcount);
898 new->e2fs_ficount = bswap32(old->e2fs_ficount);
899 new->e2fs_first_dblock = bswap32(old->e2fs_first_dblock);
900 new
929 e2fs_i_bswap(struct ext2fs_dinode *old, struct ext2fs_dinode *new, size_t isize) argument
[all...]
H A Dminixfs3.h134 # define mfs_sbload(old, new) \
135 memcpy((new), (old), SBSIZE);
136 # define mfs_iload(old, new) \
137 memcpy((new),(old),sizeof(struct mfs_dinode))
143 # define mfs_sbload(old, new) minixfs3_sb_bswap((old), (new))
144 # define mfs_iload(old, new) minixfs3_i_bswap((old), (new))
/netbsd-current/external/cddl/osnet/lib/libzpool/
H A Datomic.c9 atomic_cas_64(volatile uint64_t *ptr, uint64_t old, uint64_t new) { argument
12 *ptr = new;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
H A Dmethods.go19 var pt = new (T)
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsymtabs.c79 struct tree *w, *new, *last; local
128 /* Create new node */
129 new = getree();
131 new->bitno = cix | (bit ? RIGHT_IS_LEAF : LEFT_IS_LEAF);
132 new->lr[bit] = (struct tree *)newstring(key, len);
136 new->lr[!bit] = *first;
137 new->bitno |= (bit ? LEFT_IS_LEAF : RIGHT_IS_LEAF);
138 *first = new;
139 return (char *)new->lr[bit];
159 new
183 struct tree *w, *new, *last; local
347 struct symtab *new; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Diasm.c38 GccAsmStatement *eas = new GccAsmStatement(s->loc, s->tokens);
41 InlineAsmStatement *ias = new InlineAsmStatement(s->loc, s->tokens);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
H A Dline_trace.d18 throw new Exception("exception");
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dconstruct_at.h31 ::new (declval<void*>()) _Tp(declval<_Args>()...)
36 return ::new ((void*)__location) _Tp(_VSTD::forward<_Args>(__args)...);
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dgetvalues.c185 char **new; local
200 new = LDAP_MALLOC( (i+1)*sizeof(char *) ); /* Alloc array of pointers */
201 if( new == NULL ) {
206 new[i] = LDAP_STRDUP( vals[i] ); /* Dup each value */
207 if( new[i] == NULL ) {
208 LDAP_VFREE( new );
212 new[i] = NULL;
214 return new;
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dupdate_version_git57 echo "${CURR_DATE}" > $file.new
59 if /usr/bin/cmp -s $file $file.new; then
60 rm -f $file.new
62 mv -f $file.new $file
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dnow-1.d3 #ld: -shared -z now --enable-new-dtags
H A Dnow-2.d3 #ld: -shared -z now --enable-new-dtags
H A Dnow-3.d3 #ld: -shared -z now --disable-new-dtags
H A Dnow-4.d3 #ld: -shared -z now --disable-new-dtags
H A Drpath-1.d3 #ld: -shared -rpath=. --disable-new-dtags
H A Drpath-2.d3 #ld: -shared -rpath=. --disable-new-dtags
H A Drunpath-1.d3 #ld: -shared -rpath . --enable-new-dtags
H A Drunpath-2.d3 #ld: -shared -rpath . --enable-new-dtags
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsve-movprfx_6.l2 .*: Warning: instruction opens new dependency sequence without ending previous one -- `movprfx z2,z3'

Completed in 385 milliseconds

1234567891011>>