/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/ |
D | specialize.rs | 21 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64; in get_hash() 30 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 43 default fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 73 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 81 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 89 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 97 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 105 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 113 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 121 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() [all …]
|
/aosp_15_r20/external/mtools/ |
H A 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()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/hash/ |
H A D | mod.rs | 202 fn hash<H: Hasher>(&self, state: &mut H); in hash() 561 impl<H: Hasher + ?Sized> Hasher for &mut H { implementation 779 fn build_hasher(&self) -> H { in build_hasher() 786 fn clone(&self) -> BuildHasherDefault<H> { in clone() 855 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 863 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 871 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 879 fn hash<H: Hasher>(&self, _: &mut H) { in hash() 945 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 954 fn hash<H: Hasher>(&self, state: &mut H) { in hash() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/hash/ |
H A D | mod.rs | 202 fn hash<H: Hasher>(&self, state: &mut H); in hash() 561 impl<H: Hasher + ?Sized> Hasher for &mut H { implementation 779 fn build_hasher(&self) -> H { in build_hasher() 786 fn clone(&self) -> BuildHasherDefault<H> { in clone() 855 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 863 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 871 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 879 fn hash<H: Hasher>(&self, _: &mut H) { in hash() 945 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 954 fn hash<H: Hasher>(&self, state: &mut H) { in hash() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/hash/ |
H A D | mod.rs | 202 fn hash<H: Hasher>(&self, state: &mut H); in hash() 560 impl<H: Hasher + ?Sized> Hasher for &mut H { implementation 778 fn build_hasher(&self) -> H { in build_hasher() 785 fn clone(&self) -> BuildHasherDefault<H> { in clone() 854 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 862 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 870 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 878 fn hash<H: Hasher>(&self, _: &mut H) { in hash() 944 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 953 fn hash<H: Hasher>(&self, state: &mut H) { in hash() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/hash/ |
H A D | mod.rs | 202 fn hash<H: Hasher>(&self, state: &mut H); in hash() 561 impl<H: Hasher + ?Sized> Hasher for &mut H { implementation 779 fn build_hasher(&self) -> H { in build_hasher() 786 fn clone(&self) -> BuildHasherDefault<H> { in clone() 855 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 863 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 871 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 879 fn hash<H: Hasher>(&self, _: &mut H) { in hash() 945 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 954 fn hash<H: Hasher>(&self, state: &mut H) { in hash() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/hash/ |
H A D | mod.rs | 202 fn hash<H: Hasher>(&self, state: &mut H); in hash() 560 impl<H: Hasher + ?Sized> Hasher for &mut H { implementation 778 fn build_hasher(&self) -> H { in build_hasher() 785 fn clone(&self) -> BuildHasherDefault<H> { in clone() 854 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 862 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 870 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 878 fn hash<H: Hasher>(&self, _: &mut H) { in hash() 944 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 953 fn hash<H: Hasher>(&self, state: &mut H) { in hash() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A 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 …]
|
/aosp_15_r20/external/skia/gm/ |
H A D | gm.h | 50 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument 52 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument 54 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument 62 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument 64 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument 66 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument 79 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, CANVAS, W, H) \ argument 82 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument 90 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument 93 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A 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 …]
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | variance.c | 120 #define VAR(W, H) \ argument 129 #define SUBPIX_VAR(W, H) \ argument 144 #define SUBPIX_AVG_VAR(W, H) \ argument 221 #define MSE(W, H) \ argument 231 #define VARIANCES(W, H) \ argument 364 #define HIGHBD_VAR(W, H) \ argument 393 #define HIGHBD_MSE(W, H) \ argument 460 #define HIGHBD_SUBPIX_VAR(W, H) \ argument 506 #define HIGHBD_SUBPIX_AVG_VAR(W, H) \ argument 631 #define HIGHBD_VARIANCES(W, H) \ argument [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | sad_mmi.c | 379 #define vpx_sad64xN(H) \ argument 428 #define vpx_sad_avg64xN(H) \ argument 470 #define vpx_sad32xN(H) \ argument 521 #define vpx_sad_avg32xN(H) \ argument 564 #define vpx_sad16xN(H) \ argument 615 #define vpx_sad_avg16xN(H) \ argument 658 #define vpx_sad8xN(H) \ argument 708 #define vpx_sad_avg8xN(H) \ argument 751 #define vpx_sad4xN(H) \ argument 799 #define vpx_sad_avg4xN(H) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/js/ |
D | jquery-1.3.2.min.js | 12 …+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.… argument 19 …\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toS… argument
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/ |
H A 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
|
/aosp_15_r20/external/clang/test/CXX/drs/ |
H A D | dr14xx.cpp | 72 struct H { struct 73 union { 76 union { // expected-note 2{{member not initialized}} 79 constexpr H() {} // expected-error {{must initialize all members}} in H() function 80 constexpr H(bool) : m(1) {} in H() function 81 constexpr H(char) : n(1) {} // expected-error {{must initialize all members}} in H() argument 82 constexpr H(double) : m(1), n(1) {} in H() function 103 union H { union
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | NamedTensor_test.cpp | 29 auto H = dimnameFromString("H"); in TEST() local 54 auto H = dimnameFromString("H"); in TEST() local 72 auto H = dimnameFromString("H"); in TEST() local 91 auto H = Dimname::fromSymbol(Symbol::dimname("H")); in TEST() local 111 auto H = dimnameFromString("H"); in TEST() local 158 auto H = dimnameFromString("H"); in TEST() local 205 auto H = dimnameFromString("H"); in nchw() local 219 auto H = TensorName(names, 2); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | impls.rs | 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 105 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 139 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 178 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 218 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 294 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 366 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 432 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | impls.rs | 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 105 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 139 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 178 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 218 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 294 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 366 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 432 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | impls.rs | 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 105 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 139 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 178 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 218 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 294 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 366 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 432 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/boxed/ |
H A D | thin.rs | 207 fn new<H, T>(header: H, value: T) -> Self { in new() 222 fn try_new<H, T>(header: H, value: T) -> Result<Self, core::alloc::AllocError> { in try_new() 229 fn new<T>(header: H, value: T) -> WithHeader<H> { in new() 272 fn try_new<T>(header: H, value: T) -> Result<WithHeader<H>, core::alloc::AllocError> { in try_new() 405 fn header(&self) -> *mut H { in header()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/boxed/ |
H A D | thin.rs | 208 fn new<H, T>(header: H, value: T) -> Self { in new() 223 fn try_new<H, T>(header: H, value: T) -> Result<Self, core::alloc::AllocError> { in try_new() 230 fn new<T>(header: H, value: T) -> WithHeader<H> { in new() 273 fn try_new<T>(header: H, value: T) -> Result<WithHeader<H>, core::alloc::AllocError> { in try_new() 406 fn header(&self) -> *mut H { in header()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/boxed/ |
H A D | thin.rs | 208 fn new<H, T>(header: H, value: T) -> Self { in new() 223 fn try_new<H, T>(header: H, value: T) -> Result<Self, core::alloc::AllocError> { in try_new() 230 fn new<T>(header: H, value: T) -> WithHeader<H> { in new() 273 fn try_new<T>(header: H, value: T) -> Result<WithHeader<H>, core::alloc::AllocError> { in try_new() 406 fn header(&self) -> *mut H { in header()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/boxed/ |
H A D | thin.rs | 207 fn new<H, T>(header: H, value: T) -> Self { in new() 222 fn try_new<H, T>(header: H, value: T) -> Result<Self, core::alloc::AllocError> { in try_new() 229 fn new<T>(header: H, value: T) -> WithHeader<H> { in new() 272 fn try_new<T>(header: H, value: T) -> Result<WithHeader<H>, core::alloc::AllocError> { in try_new() 405 fn header(&self) -> *mut H { in header()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A 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()
|