/external/libcxx/utils/libcxx/sym_check/ |
D | diff.py | 31 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/ |
D | atomic_cell.rs | 325 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/ |
D | brel_ma.c | 105 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()
|
D | brel.h | 79 #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
|
D | irel.h | 103 #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/ |
D | atomic.h | 22 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/ |
D | debugrm.h | 47 #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/ |
D | PluralSamples.java | 37 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/ |
D | default_resource.pass.cpp | 50 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/ |
D | ShadowLogTest.java | 171 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/ |
D | test_rel.c | 93 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/ |
D | bm_speedup.py | 32 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/ |
D | bm_speedup.py | 31 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/ |
D | mir.c | 28 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/ |
D | u_atomic.h | 72 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/ |
D | atomic_arch.h | 10 int old, tmp; in a_cas() local 26 void *old; in a_cas_p() local
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLogTest.java | 172 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/ |
D | sigaction.c | 20 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/ |
D | Log4jMDCAdapter.java | 69 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/ |
D | atomic_arch.h | 4 register int old, tmp; in a_cas() local 23 register int old, tmp; in a_swap() local
|
/external/tpm2-tss/test/unit/ |
D | test_tss2_rc.c | 166 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/ |
D | sanitizer_bitvector.h | 35 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/ |
D | random.c | 74 void *old; in initstate() local 98 void *old; in setstate() local
|
/external/python/cpython2/Modules/ |
D | unicodedata.c | 134 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/ |
D | constexpr-turing.cpp | 30 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()
|