Home
last modified time | relevance | path

Searched defs:H (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/external/mtools/
Dhash.c42 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/rust/crates/gdbstub/src/protocol/commands/
D_h_upcase.rs10 pub struct H { struct
15 impl<'a> ParseCommand<'a> for H { argument
/external/clang/test/CodeGen/
D2007-09-28-PackedUnionMember.c4 struct H { struct
5 unsigned long f1;
29 struct H cmd = { 4, 412 }; in hndlr() argument
/external/llvm-project/clang/test/CodeGen/
D2007-09-28-PackedUnionMember.c4 struct H { struct
5 unsigned long f1;
29 struct H cmd = { 4, 412 }; in hndlr() argument
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h60 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/llvm/include/llvm/ExecutionEngine/Orc/
DObjectTransformLayer.h56 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()
DIRCompileLayer.h82 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()
/external/skia/gm/
Daaa.cpp19 #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
Dgm.h39 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument
41 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument
43 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
51 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument
53 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
55 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument
63 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, W, H) \ argument
65 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument
77 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument
81 H, BGCOLOR) \ argument
/external/skqp/gm/
Daaa.cpp13 #define H 800 macro
15 DEF_SIMPLE_GM(analytic_antialias_convex, canvas, W, H) { in DEF_SIMPLE_GM() argument
89 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
/external/clang/test/CodeGenCXX/
Dpr20719.cpp9 struct H { struct
10 H() {} in H() argument
/external/llvm-project/clang/test/CodeGenCXX/
Dpr20719.cpp9 struct H { struct
10 H() {} in H() argument
/external/libcxx/test/std/utilities/variant/variant.hash/
Dhash.pass.cpp40 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/llvm-project/clang/test/SemaCXX/
Dcdtor-fn-try-block.cpp75 struct H { struct
81 H() try { in H() argument
/external/clang/test/SemaCXX/
Dcdtor-fn-try-block.cpp75 struct H { struct
81 H() try { in H() argument
/external/llvm-project/libcxx/test/std/utilities/variant/variant.hash/
Dhash.pass.cpp39 using H = std::hash<V>; in test_hash_variant() typedef
54 using H = std::hash<V>; in test_hash_variant() typedef
83 using H = std::hash<V>; in test_hash_variant() typedef
95 using H = std::hash<std::monostate>; in test_hash_monostate() typedef
115 using H = std::hash<V>; in test_hash_variant_duplicate_elements() typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-bool-pointer-implicit-conversion.cpp92 struct H { struct
96 // CHECK-MESSAGES: :[[@LINE-1]]:9: warning: dubious check of 'bool *' against 'nullptr' in foo() argument
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/
Dfrom_address.fail.cpp33 using H = coro::coroutine_handle<>; in main() typedef
40 using H = coro::coroutine_handle<int>; in main() typedef
/external/brotli/c/dec/
Dhuffman.h66 #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/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-pubtypes.m6 @interface H interface
10 @implementation H implementation
/external/clang/test/CodeGenObjC/
Ddebug-info-pubtypes.m6 @interface H interface
10 @implementation H implementation
/external/llvm-project/clang/test/CXX/special/class.copy/
Dimplicit-move-def.cpp21 struct H : G { struct
28 H s; in f() argument
/external/clang/test/CXX/special/class.copy/
Dimplicit-move-def.cpp21 struct H : G { struct
28 H s; in f() argument
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp88 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/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/
Dfrom_address.fail.cpp32 using H = coro::coroutine_handle<>; in main() typedef
39 using H = coro::coroutine_handle<int>; in main() typedef

12345678910>>...40