/third_party/ffmpeg/libavcodec/ |
D | vp9lpf.c | 42 int L = *l, H = L >> 4; in filter_plane_cols() local 65 int L = l[8 << ss_v], H = L >> 4; in filter_plane_cols() local 77 int L = *l, H = L >> 4; in filter_plane_cols() local 90 int L = l[8 << ss_v], H = L >> 4; in filter_plane_cols() local 117 int L = *l, H = L >> 4; in filter_plane_rows() local 140 int L = l[1 + ss_h], H = L >> 4; in filter_plane_rows() local 149 int L = *l, H = L >> 4; in filter_plane_rows() local 162 int L = l[1 + ss_h], H = L >> 4; in filter_plane_rows() local
|
/third_party/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
|
D | surface.cpp | 37 #define H 100 macro 204 #define DEF_BASIC_SURFACE_TEST(name, canvas, main, W, H) \ argument 212 #define DEF_BACKEND_SURFACE_TEST(name, canvas, main, type, W, H) \ argument 224 #define DEF_BET_SURFACE_TEST(name, canvas, main, W, H) \ argument 228 #define DEF_BERT_SURFACE_TEST(name, canvas, main, W, H) \ argument 234 #define DEF_SURFACE_TESTS(name, canvas, W, H) \ argument
|
/third_party/skia/third_party/externals/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
|
/third_party/node/deps/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/rust/crates/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()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | unordered_map_constructor_test.h | 50 using H = typename TypeParam::hasher; in TYPED_TEST_P() local 60 using H = typename TypeParam::hasher; in TYPED_TEST_P() local 73 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
|
D | unordered_set_constructor_test.h | 51 using H = typename TypeParam::hasher; in TYPED_TEST_P() local 61 using H = typename TypeParam::hasher; in TYPED_TEST_P() local 74 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afranges.h | 29 #define SCRIPT( s, S, d, h, H, ss ) \ argument 35 #define SCRIPT( s, S, d, h, H, ss ) \ argument
|
/third_party/typescript/tests/baselines/reference/ |
D | duplicateIdentifierRelatedSpans2.js | 11 class H { } class 62 function H() { class in H
|
D | superCallAssignResult.js | 6 class H extends E { class 36 function H() { class in H
|
D | importsNotUsedAsValues_error.js | 45 class H {} class 126 function H() { class in H
|
D | indexerConstraints2.js | 14 class H { class 127 function H() { class in H
|
D | jsDeclarationsEnums.js | 100 var H; variable 101 (function (H) { argument
|
/third_party/typescript/tests/cases/compiler/ |
D | duplicateIdentifierRelatedSpans2.ts | 10 class H { } class 20 class H { } class
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round() 192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init() 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() 231 sip24_final(struct siphash *H) { in sip24_final()
|
/third_party/python/Modules/expat/ |
D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round() 192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init() 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() 231 sip24_final(struct siphash *H) { in sip24_final()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() 258 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ae() local 292 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ad() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() 258 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ae() local 292 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ad() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | Header.cpp | 23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) { in operator <<() 70 Header H; in decode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DJB.cpp | 60 static Optional<uint32_t> fastCaseFoldingDjbHash(StringRef Buffer, uint32_t H) { in fastCaseFoldingDjbHash() 71 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash()
|
/third_party/rust/crates/syn/src/ |
D | tt.rs | 49 fn hash<H: Hasher>(&self, h: &mut H) { in hash() 100 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
|