Home
last modified time | relevance | path

Searched defs:HASH (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l292 BEGIN HASH; variable
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cse.c35 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_cse.c37 HASH(uint32_t hash, unsigned data) in HASH() function
Dbi_opt_dual_tex.c108 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c40 #define HASH(hash, data) XXH32(&data, sizeof(data), hash) macro
Dnir_instr_set.c86 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_vectorize_vs_inputs.c226 #define HASH(hash, data) XXH32(&(data), sizeof(data), (hash)) macro
/third_party/python/Lib/test/
Dtest_hashlib.py53 HASH = None variable
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp71 #define HASH 0x0023 macro
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp71 #define HASH 0x0023 macro
/third_party/node/deps/icu-small/source/tools/genrb/
Dparse.cpp71 #define HASH 0x0023 macro
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp71 #define HASH 0x0023 macro
/third_party/ffmpeg/libavcodec/
Dmotion_est.c1262 #define HASH(fx,fy,bx,by) ((fx)+17*(fy)+63*(bx)+117*(by)) in bidir_refine() macro
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs132 const HASH = 1 << 4; constant