Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/ffmpeg/libavcodec/
Dvp9lpf.c42 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/
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.h38 #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
Dsurface.cpp37 #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/
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
/third_party/node/deps/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DGlobalMappingLayer.h55 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()
DRemoteObjectLayer.h189 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/
Dimpls.rs43 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/
Dunordered_map_constructor_test.h50 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
Dunordered_set_constructor_test.h51 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/
Dafranges.h29 #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/
DduplicateIdentifierRelatedSpans2.js11 class H { } class
62 function H() { class in H
DsuperCallAssignResult.js6 class H extends E { class
36 function H() { class in H
DimportsNotUsedAsValues_error.js45 class H {} class
126 function H() { class in H
DindexerConstraints2.js14 class H { class
127 function H() { class in H
DjsDeclarationsEnums.js100 var H; variable
101 (function (H) { argument
/third_party/typescript/tests/cases/compiler/
DduplicateIdentifierRelatedSpans2.ts10 class H { } class
20 class H { } class
/third_party/skia/third_party/externals/expat/expat/lib/
Dsiphash.h167 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/
Dsiphash.h167 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/
Daes-gcm.c175 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/
Daes-gcm.c175 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/
DHeader.cpp23 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/
DDJB.cpp60 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/
Dtt.rs49 fn hash<H: Hasher>(&self, h: &mut H) { in hash()
100 fn hash<H: Hasher>(&self, state: &mut H) { in hash()

12345678910>>...17