Searched defs:HASH (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 292 BEGIN HASH; variable
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_cse.c | 35 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_cse.c | 37 HASH(uint32_t hash, unsigned data) in HASH() function
|
D | bi_opt_dual_tex.c | 108 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_vectorize.c | 40 #define HASH(hash, data) XXH32(&data, sizeof(data), hash) macro
|
D | nir_instr_set.c | 86 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_vectorize_vs_inputs.c | 226 #define HASH(hash, data) XXH32(&(data), sizeof(data), (hash)) macro
|
/third_party/python/Lib/test/ |
D | test_hashlib.py | 53 HASH = None variable
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 71 #define HASH 0x0023 macro
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 71 #define HASH 0x0023 macro
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | parse.cpp | 71 #define HASH 0x0023 macro
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 71 #define HASH 0x0023 macro
|
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 1262 #define HASH(fx,fy,bx,by) ((fx)+17*(fy)+63*(bx)+117*(by)) in bidir_refine() macro
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | mod.rs | 132 const HASH = 1 << 4; constant
|