/external/rust/crates/ahash/src/ |
D | specialize.rs | 42 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64; in get_hash() 51 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 64 default fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 94 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 102 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 110 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 118 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 126 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 134 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 142 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() [all …]
|
/external/mtools/ |
D | hash.c | 42 static int alloc_ht(T_HashTable *H, size_t size) in alloc_ht() 77 T_HashTable **H) in make_ht() 93 int free_ht(T_HashTable *H, T_HashFunc entry_free) in free_ht() 107 static int _hash_add(T_HashTable *H,T_HashTableEl *E, size_t *hint) in _hash_add() 132 static int rehash(T_HashTable *H) in rehash() 151 int hash_add(T_HashTable *H, T_HashTableEl *E, size_t *hint) in hash_add() 162 static int _hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in _hash_lookup() 197 int hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in hash_lookup() 204 int hash_remove(T_HashTable *H,T_HashTableEl *E, size_t hint) in hash_remove()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 60 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in ProcSym() 68 const Hdr *H = nullptr; in deserialize() local 99 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in Thunk32Sym() 107 const Hdr *H = nullptr; in deserialize() local 134 TrampolineSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H) in TrampolineSym() 140 const Hdr *H = nullptr; in deserialize() local 164 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in SectionSym() 172 const Hdr *H = nullptr; in deserialize() local 196 CoffGroupSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in CoffGroupSym() 204 const Hdr *H = nullptr; in deserialize() local [all …]
|
/external/rust/crates/gdbstub/src/protocol/commands/ |
D | _h_upcase.rs | 10 pub struct H { struct 15 impl<'a> ParseCommand<'a> for H { argument
|
/external/clang/test/CodeGen/ |
D | 2007-09-28-PackedUnionMember.c | 4 struct H { struct 5 unsigned long f1; 29 struct H cmd = { 4, 412 }; in hndlr() argument
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.h | 56 void removeObjectSet(ObjSetHandleT H) { BaseLayer.removeObjectSet(H); } in removeObjectSet() 74 JITSymbol findSymbolIn(ObjSetHandleT H, const std::string &Name, in findSymbolIn() 82 void emitAndFinalize(ObjSetHandleT H) { BaseLayer.emitAndFinalize(H); } in emitAndFinalize() 85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
|
D | IRCompileLayer.h | 82 ModuleSetHandleT H = in addModuleSet() local 90 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeObjectSet(H); } in removeModuleSet() 108 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name, in findSymbolIn() 116 void emitAndFinalize(ModuleSetHandleT H) { in emitAndFinalize()
|
D | IRTransformLayer.h | 57 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeModuleSet(H); } in removeModuleSet() 75 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name, in findSymbolIn() 83 void emitAndFinalize(ModuleSetHandleT H) { in emitAndFinalize()
|
D | GlobalMappingLayer.h | 52 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeModuleSet(H); } in removeModuleSet() 88 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name, in findSymbolIn() 96 void emitAndFinalize(ModuleSetHandleT H) { in emitAndFinalize()
|
/external/skia/gm/ |
D | aaa.cpp | 19 #define H 800 macro 21 DEF_SIMPLE_GM(analytic_antialias_convex, canvas, W, H) { in DEF_SIMPLE_GM() argument 92 DEF_SIMPLE_GM(analytic_antialias_general, canvas, W, H) { in DEF_SIMPLE_GM() argument 135 DEF_SIMPLE_GM(analytic_antialias_inverse, canvas, W, H) { in DEF_SIMPLE_GM() argument
|
D | gm.h | 38 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument 40 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument 42 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument 50 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument 52 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument 54 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument 62 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, CANVAS, W, H) \ argument 65 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument 73 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument 76 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
|
/external/libcxx/test/std/utilities/variant/variant.hash/ |
D | hash.pass.cpp | 40 using H = std::hash<V>; in test_hash_variant() typedef 55 using H = std::hash<V>; in test_hash_variant() typedef 84 using H = std::hash<V>; in test_hash_variant() typedef 96 using H = std::hash<std::monostate>; in test_hash_monostate() typedef 116 using H = std::hash<V>; in test_hash_variant_duplicate_elements() typedef
|
/external/clang/test/SemaCXX/ |
D | cdtor-fn-try-block.cpp | 75 struct H { struct 81 H() try { in H() argument
|
/external/clang/test/CodeGenCXX/ |
D | pr20719.cpp | 9 struct H { struct 10 H() {} in H() argument
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 88 void removeObjectSet(ObjSetHandleT H) { in removeObjectSet() 92 void expectRemoveObjectSet(ObjSetHandleT H) { MockObjSetHandle = H; } in expectRemoveObjectSet() 116 JITSymbol findSymbolIn(ObjSetHandleT H, const std::string &Name, in findSymbolIn() 125 void expectFindSymbolIn(ObjSetHandleT H, const std::string &Name, in expectFindSymbolIn() 138 void emitAndFinalize(ObjSetHandleT H) { in emitAndFinalize() 142 void expectEmitAndFinalize(ObjSetHandleT H) { MockObjSetHandle = H; } in expectEmitAndFinalize() 148 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() 155 void expectMapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in expectMapSectionAddress() 225 auto H = T1.addObjectSet(std::move(Objs1), std::move(MM), std::move(SR)); in TEST() local
|
/external/brotli/c/dec/ |
D | huffman.h | 66 #define BROTLI_HC_MARK_TABLE_FOR_FAST_LOAD(H) argument 67 #define BROTLI_HC_ADJUST_TABLE_INDEX(H, V) H += (V) argument 70 #define BROTLI_HC_FAST_LOAD_BITS(H) (H->bits) argument 71 #define BROTLI_HC_FAST_LOAD_VALUE(H) (H->value) argument
|
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 128 #define VAR(W, H) \ argument 137 #define SUBPIX_VAR(W, H) \ argument 152 #define SUBPIX_AVG_VAR(W, H) \ argument 175 #define GET_VAR(W, H) \ argument 186 #define MSE(W, H) \ argument 196 #define VARIANCES(W, H) \ argument 293 #define HIGHBD_VAR(W, H) \ argument 347 #define HIGHBD_MSE(W, H) \ argument 417 #define HIGHBD_SUBPIX_VAR(W, H) \ argument 463 #define HIGHBD_SUBPIX_AVG_VAR(W, H) \ argument [all …]
|
/external/clang/test/CXX/special/class.copy/ |
D | implicit-move-def.cpp | 21 struct H : G { struct 28 H s; in f() argument
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/ |
D | from_address.fail.cpp | 33 using H = coro::coroutine_handle<>; in main() typedef 40 using H = coro::coroutine_handle<int>; in main() typedef
|
/external/rust/cxx/syntax/ |
D | impls.rs | 41 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 103 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 137 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 176 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 216 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 254 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 292 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 359 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 422 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-pubtypes.m | 6 @interface H interface 10 @implementation H implementation
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_benchmark_cpu_test.cc | 120 #define BM_SPATIAL_NAME(prefix, NT, N, H, W, C, FC, FH, FW) \ argument 123 #define BM_SpatialConvolution(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument 131 #define BM_SpatialConvolutionBwdInput(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument 140 #define BM_SpatialConvolutionBwdKernel(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument 149 #define BM_SpatialConvolutions(N, H, W, C, FC, FH, FW, LABEL) \ argument 155 #define BM_SpatialConvolutionsBwdInput(N, H, W, C, FC, FH, FW, LABEL) \ argument 161 #define BM_SpatialConvolutionsBwdKernel(N, H, W, C, FC, FH, FW, LABEL) \ argument 351 #define BM_CUBOID_NAME(p, NT, N, H, W, P, C, FC, FH, FW, FP) \ argument 355 #define BM_CuboidConvolution(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument 363 #define BM_CuboidConvolutionBwdInput(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sad_mmi.c | 392 #define vpx_sad64xN(H) \ argument 441 #define vpx_sad_avg64xN(H) \ argument 483 #define vpx_sad32xN(H) \ argument 534 #define vpx_sad_avg32xN(H) \ argument 577 #define vpx_sad16xN(H) \ argument 632 #define vpx_sad_avg16xN(H) \ argument 675 #define vpx_sad8xN(H) \ argument 729 #define vpx_sad_avg8xN(H) \ argument 772 #define vpx_sad4xN(H) \ argument 822 #define vpx_sad_avg4xN(H) \ argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | GlobalMappingLayer.h | 55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() 91 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in findSymbolIn() 99 Error emitAndFinalize(ModuleHandleT H) { in emitAndFinalize()
|
D | RemoteObjectLayer.h | 189 Error badObjectHandleError(ObjHandleT H) { in badObjectHandleError() 346 Error removeObject(ObjHandleT H) { in removeObject() 358 JITSymbol findSymbolIn(ObjHandleT H, StringRef Name, bool ExportedSymbolsOnly) { in findSymbolIn() 365 Error emitAndFinalize(ObjHandleT H) { in emitAndFinalize() 371 Expected<RemoteSymbol> lookup(ObjHandleT H, const std::string &Name) { in lookup() 379 Expected<RemoteSymbol> lookupInLogicalDylib(ObjHandleT H, in lookupInLogicalDylib() 489 Error removeObject(ObjHandleT H) { in removeObject() 508 Expected<RemoteSymbol> findSymbolIn(ObjHandleT H, const std::string &Name, in findSymbolIn() 521 Error emitAndFinalize(ObjHandleT H) { in emitAndFinalize()
|