Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/external/libcxx/utils/libcxx/sym_check/
Ddiff.py31 def added_symbols(old, new): argument
35 def removed_symbols(old, new): argument
39 def changed_symbols(old, new): argument
51 def diff(old, new): argument
/external/rust/crates/crossbeam-utils/src/atomic/
Datomic_cell.rs325 let old = *value; localVariable
356 let old = *value; localVariable
385 let old = *value; localVariable
414 let old = *value; localVariable
443 let old = *value; localVariable
472 let old = *value; localVariable
502 let old = *value; localVariable
532 let old = *value; localVariable
570 let old = *value; localVariable
606 let old = *value; localVariable
[all …]
/external/e2fsprogs/lib/ext2fs/
Dbrel_ma.c105 static errcode_t bma_put(ext2_brel brel, blk64_t old, in bma_put()
117 static errcode_t bma_get(ext2_brel brel, blk64_t old, in bma_get()
137 static errcode_t bma_next(ext2_brel brel, blk64_t *old, in bma_next()
154 static errcode_t bma_move(ext2_brel brel, blk64_t old, blk64_t new) in bma_move()
168 static errcode_t bma_delete(ext2_brel brel, blk64_t old) in bma_delete()
Dbrel.h79 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent)) argument
80 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent)) argument
82 #define ext2fs_brel_next(brel, old, ent) ((brel)->next((brel), old, ent)) argument
83 #define ext2fs_brel_move(brel, old, new) ((brel)->move((brel), old, new)) argument
84 #define ext2fs_brel_delete(brel, old) ((brel)->delete((brel), old)) argument
Direl.h103 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent)) argument
104 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, ent)) argument
105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \ argument
108 #define ext2fs_irel_next(irel, old, ent) ((irel)->next((irel), old, ent)) argument
112 #define ext2fs_irel_move(irel, old, new) ((irel)->move((irel), old, new)) argument
113 #define ext2fs_irel_delete(irel, old) ((irel)->delete((irel), old)) argument
/external/musl/src/internal/
Datomic.h22 int old; in a_cas() local
35 int old; in a_swap() local
48 int old; in a_fetch_add() local
61 int old; in a_fetch_and() local
74 int old; in a_fetch_or() local
91 void *old; in a_cas_p() local
110 int old; in a_swap() local
121 int old; in a_fetch_add() local
132 int old; in a_fetch_and() local
142 int old; in a_fetch_or() local
/external/ipsec-tools/src/racoon/
Ddebugrm.h47 #define racoon_realloc(old, sz) realloc((old), (sz)) argument
65 #define racoon_realloc(old, sz) \ argument
89 #define vdup(old) \ argument
91 #define vrealloc(old, sz) \ argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DPluralSamples.java37 Double old = set.get(count); in getValuesForDigits() local
48 Double old = set.get(count); in getValuesForDigits() local
62 Double old = set.get(count); in getValuesForDigits() local
/external/libcxx/test/std/experimental/memory/memory.resource.global/
Ddefault_resource.pass.cpp50 memory_resource *old = set_default_resource(expect); in main() local
60 memory_resource* old = set_default_resource(nullptr); in main() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLogTest.java171 PrintStream old = ShadowLog.stream; in shouldLogToProvidedStream() local
221 PrintStream old = ShadowLog.stream; in infoIsDefaultLoggableLevel() local
235 PrintStream old = ShadowLog.stream; in shouldAlwaysBeLoggableIfStreamIsSpecified() local
270 PrintStream old = ShadowLog.stream; in noLogAfterSetLoggable() local
/external/e2fsprogs/tests/progs/
Dtest_rel.c93 static void display_brel_entry(blk_t old, in display_brel_entry()
103 static void display_irel_entry(ext2_ino_t old, in display_irel_entry()
178 blk_t old, new, offset=0, owner=0; in do_brel_put() local
308 blk_t old, new; in do_brel_move() local
385 ext2_ino_t old, new, max_refs; in do_irel_put() local
421 ext2_ino_t old; in do_irel_get() local
447 ext2_ino_t orig, old; in do_irel_get_by_orig() local
487 ext2_ino_t old; in do_irel_next() local
617 ext2_ino_t old, new; in do_irel_move() local
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py32 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): argument
66 old = [2.96608e-06, 3.35076e-06, 3.45384e-06, 3.34407e-06] variable
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): argument
57 old = [2.96608e-06, 3.35076e-06, 3.45384e-06, 3.34407e-06] variable
/external/mesa3d/src/panfrost/midgard/
Dmir.c28 void mir_rewrite_index_src_single(midgard_instruction *ins, unsigned old, unsigned new) in mir_rewrite_index_src_single()
36 void mir_rewrite_index_dst_single(midgard_instruction *ins, unsigned old, unsigned new) in mir_rewrite_index_dst_single()
43 mir_rewrite_index_src_single_swizzle(midgard_instruction *ins, unsigned old, unsigned new, unsigned… in mir_rewrite_index_src_single_swizzle()
54 mir_rewrite_index_src(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index_src()
62 mir_rewrite_index_src_swizzle(compiler_context *ctx, unsigned old, unsigned new, unsigned *swizzle) in mir_rewrite_index_src_swizzle()
70 mir_rewrite_index_dst(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index_dst()
85 mir_rewrite_index(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_atomic.h72 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg()
119 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg()
164 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg()
189 #define p_atomic_cmpxchg(_v, old, _new) (*(_v) == old ? *(_v) = (_new) : *(_v)) argument
240 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg()
298 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg()
/external/musl/arch/riscv64/
Datomic_arch.h10 int old, tmp; in a_cas() local
26 void *old; in a_cas_p() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLogTest.java172 PrintStream old = ShadowLog.stream; in shouldLogToProvidedStream() local
229 PrintStream old = ShadowLog.stream; in infoIsDefaultLoggableLevel() local
272 PrintStream old = ShadowLog.stream; in noLogAfterSetLoggable() local
315 PrintStream old = ShadowLog.stream; in shouldLogToProvidedStreamWithTimeSupplier() local
/external/musl/src/signal/
Dsigaction.c20 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction()
60 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction()
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
DLog4jMDCAdapter.java69 Map old = org.apache.log4j.MDC.getContext(); in getCopyOfContextMap() local
79 Map old = org.apache.log4j.MDC.getContext(); in setContextMap() local
/external/musl/arch/microblaze/
Datomic_arch.h4 register int old, tmp; in a_cas() local
23 register int old, tmp; in a_swap() local
/external/tpm2-tss/test/unit/
Dtest_tss2_rc.c166 TSS2_RC_HANDLER old = Tss2_RC_SetHandler(1, "cstm", custom_err_handler); in test_custom_handler() local
209 TSS2_RC_HANDLER old = Tss2_RC_SetHandler(TSS2_TPM_RC_LAYER, "", in test_zero_length_name() local
223 TSS2_RC_HANDLER old = Tss2_RC_SetHandler(1, "way to long of name", custom_err_handler); in test_over_length_name() local
235 TSS2_RC_HANDLER old = Tss2_RC_SetHandler(1, in test_null_name() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h35 basic_int_t old = bits_; in setBit() local
42 basic_int_t old = bits_; in clearBit() local
58 basic_int_t old = bits_; in setUnion() local
65 basic_int_t old = bits_; in setIntersection() local
72 basic_int_t old = bits_; in setDifference() local
/external/musl/src/prng/
Drandom.c74 void *old; in initstate() local
98 void *old; in setstate() local
/external/python/cpython2/Modules/
Dunicodedata.c134 const change_record *old = get_old_record(self, c); in unicodedata_decimal() local
219 const change_record *old = get_old_record(self, c); in unicodedata_numeric() local
267 const change_record *old = get_old_record(self, c); in unicodedata_category() local
296 const change_record *old = get_old_record(self, c); in unicodedata_bidirectional() local
327 const change_record *old = get_old_record(self, c); in unicodedata_combining() local
356 const change_record *old = get_old_record(self, c); in unicodedata_mirrored() local
386 const change_record *old = get_old_record(self, c); in unicodedata_east_asian_width() local
419 const change_record *old = get_old_record(self, c); in unicodedata_decomposition() local
905 const change_record *old = get_old_record(self, code); in _getucname() local
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()

12345678910>>...25