Searched refs:new (Results 1 - 25 of 2217) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Ddevextras.h29 #define new newHack macro
70 * Insert a new entry between two known consecutive entries.
75 static __inline__ void __list_add(struct list_head *new, argument
79 next->prev = new;
80 new->next = next;
81 new->prev = prev;
82 prev->next = new;
86 * list_add - add a new entry
87 * @new: new entr
93 list_add(struct list_head *new, struct list_head *head) argument
106 list_add_tail(struct list_head *new, struct list_head *head) argument
266 #undef new macro
[all...]
/external/zlib/src/contrib/iostream2/
H A Dzstream.h147 char* x = new char[len.value()+1];
237 if (m_os == 0) m_os = new ostrstream;
243 ostrstream* oss = new ostrstream;
/external/zlib/src/
H A Dmake_vms.com13 $! 0.02 20061008 Adapt to new Makefile.in
15 $! 0.04 20100110 Add new gzclose, gzlib, gzread, gzwrite
17 $! 0.06 20120111 Fix missing amiss_err, update zconf_h.in, fix new exmples
303 $! 0.02 20060126 Add new "HELP" target
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m329 new = fread(fid,inf,precision);
336 if length(new) ~= length(ref)
338 minlength = min(length(new), length(ref));
339 new = new(1:minlength);
342 diffvector = new - ref;
344 if isequal(new, ref)
348 if isempty(new)
352 snr = snrseg(new,ref,80);
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h11 #pragma warning(disable:4351) // remove warning "new behavior: elements of array
157 // new size of vectors
171 // allocate new
174 fragmentationOffset = new WebRtc_UWord32[header.fragmentationVectorSize];
178 fragmentationLength = new WebRtc_UWord32[header.fragmentationVectorSize];
182 fragmentationTimeDiff = new WebRtc_UWord16[header.fragmentationVectorSize];
186 fragmentationPlType = new WebRtc_UWord8[header.fragmentationVectorSize];
189 // set new size
227 fragmentationOffset = new WebRtc_UWord32[size];
237 fragmentationLength = new WebRtc_UWord3
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h56 // Combines the string table_name and the integer table_id into a new string
57 // table_name + _ + table_id. The new string will be lower-case.
60 // Adds a new table, with the name table_name, and creates the file, with the
65 // Adds a new column to a table. The column will be a multi-value-column
89 new ValueContainer<T>(value));
110 new MultiValueContainer<T>(array, length));
114 // Starts a new empty row.
/external/webrtc/src/system_wrappers/source/
H A Dunittest_utilities.h30 char* cmd_print = new char[length+1];
/external/wpa_supplicant_8/hs20/server/ca/
H A Dsetup.sh26 $OPENSSL req -config openssl.cnf.tmp -batch -new -newkey rsa:4096 -keyout rootCA/private/cakey.pem -out rootCA/careq.pem || fail "Failed to generate Root CA private key"
45 $OPENSSL req -config openssl.cnf.tmp -batch -new -newkey rsa:2048 -keyout demoCA/private/cakey.pem -out demoCA/careq.pem || fail "Failed to generate Intermediate CA private key"
60 $OPENSSL req -config $PWD/openssl.cnf.tmp -batch -new -newkey rsa:2048 -nodes -out ocsp.csr -keyout ocsp.key -extensions v3_OCSP
68 $OPENSSL req -config $PWD/openssl.cnf.tmp -batch -new -newkey rsa:2048 -nodes -out server-revoked.csr -keyout server-revoked.key
77 $OPENSSL req -config $PWD/openssl.cnf.tmp -batch -new -newkey rsa:2048 -nodes -out server-client.csr -keyout server-client.key
85 $OPENSSL req -config $PWD/openssl.cnf.tmp -batch -new -newkey rsa:2048 -nodes -out user.csr -keyout user.key
102 echo $OPENSSL req -config $PWD/openssl.cnf.tmp -batch -sha256 -new -newkey rsa:2048 -nodes -out server.csr -keyout server.key -reqexts v3_osu_server
103 $OPENSSL req -config $PWD/openssl.cnf.tmp -batch -sha256 -new -newkey rsa:2048 -nodes -out server.csr -keyout server.key -reqexts v3_osu_server || fail "Failed to generate server request"
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c135 /* not allocated - allocate a new storage area */
385 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Add new id %u BSSID " MACSTR
394 const struct wpa_scan_res *new, u32 ie)
404 new_ie = wpa_scan_get_vendor_ie(new, ie);
409 new_ie_buff = wpa_scan_get_vendor_ie_multi(new, ie);
416 new_ie = wpa_scan_get_ie(new, ie);
450 const struct wpa_scan_res *new)
453 int caps_diff = old->caps ^ new->caps;
455 if (old->freq != new->freq)
458 if (old->level != new
393 are_ies_equal(const struct wpa_bss *old, const struct wpa_scan_res *new, u32 ie) argument
449 wpa_bss_compare_res(const struct wpa_bss *old, const struct wpa_scan_res *new) argument
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dlpr.c4 int lpr(int org, int *new) argument
13 *new = _new;
17 int lpgr(unsigned long org, unsigned long *new) argument
27 *new = _new;
31 int lpgfr(unsigned long org, unsigned long *new) argument
41 *new = _new;
52 printf("new: %d cc: %d\n", n, cc);
62 printf("new: %ld cc: %d\n", n, cc);
72 printf("new: %ld cc: %d\n", n, cc);
/external/valgrind/main/perf/
H A Dmany-loss-records.c92 struct Chunk *new = NULL; // shut gcc up local
96 new = malloc (sz);
99 new->child = prev;
100 prev = new;
102 topblocks[freetop] = new;
/external/valgrind/main/tests/
H A Dfilter_libc24 s/(at.*)__builtin_new/$1...operator new.../;
25 s/(at.*)operator new\(unsigned(| int| long)\)/$1...operator new.../;
27 s/(at.*)__builtin_vec_new/$1...operator new.../;
28 s/(at.*)operator new\[\]\(unsigned(| int| long)\)/$1...operator new[].../;
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in44 # (not sure why higher; maybe due to new '.' entries?)
683 @@ gather new information.
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in48 # (not sure why higher; maybe due to new '.' entries?)
593 # Setup new one
1009 @@ gather new information.
/external/valgrind/main/coregrind/
H A Dlink_tool_exe_darwin.in34 # the *.a, *.o and -o outfile parts. Wrap them up in a new command
157 my $stack_addr = Math::BigInt->new( $ala ) - $TX_STACK_OFFSET_BEFORE_TEXT;
H A Dm_redir.c73 That calls VG_(redir_notify_new_DebugInfo) when a new DebugInfo
74 (shared object symbol table, basically) appears. Appearance of new
75 symbols can cause new (active) redirections to appear for two
76 reasons: the symbols in the new table may match existing
78 symbols in the new table may themselves supply new redirect
79 specifications which match existing symbols (or ones in the new
179 When a new DebugInfo appears:
180 - it may be the source of new specs
181 - it may be the source of new matche
697 Active *old, new; local
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dregcache.c227 Bool new; local
228 VG_(dmemcpy) (register_data_for_supply (n, 0, &new),
230 if (new)
236 Bool new; local
239 VG_(dmemcpy) (register_data_for_supply (n, 0, &new),
241 if (new)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c83 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
89 /* Make sure error reporting is enabled in the new thread. */
360 (VG_(interim_stack)) it's better to allocate a new one, so that
2797 there's a second arg containing flags to be applied to the new file
3111 vki_sigaction_toK_t new, *newp; local
3139 new.ksa_handler = oldnew->ksa_handler;
3140 new.sa_flags = oldnew->sa_flags;
3141 new.sa_restorer = oldnew->sa_restorer;
3142 convert_sigset_to_rt(&oldnew->sa_mask, &new.sa_mask);
3143 newp = &new;
[all...]
/external/valgrind/main/drd/
H A Ddrd_vc.c69 /** Copy constructor -- initializes *new. */
70 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs) argument
72 DRD_(vc_init)(new, rhs->vc, rhs->size);
H A Ddrd_vc.h40 * new actions of the current thread are executed after the actions of the
77 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs);
/external/valgrind/main/drd/tests/
H A Dannotate_sem.c40 unsigned old, new; local
46 new = old - 1;
49 } while (!old || !__sync_bool_compare_and_swap(&p->value, old, new));
H A Dannotate_smart_pointer2.stderr.exp8 at 0x........: ...operator new... (vg_replace_malloc.c:...)
H A Dfp_race_xml.stderr.exp82 <trace><text>drd_post_thread_join joiner = 1, joinee = 2, new vc: [ ... ]</text></trace>
H A Dtc08_hbl2.stdout.exp1 child: new value 6
2 child: new value 10
H A Dtc15_laog_lockdel.stderr.exp4 Free 2 and re-allocate it. This gives it a new identity,

Completed in 2340 milliseconds

1234567891011>>