Home
last modified time | relevance | path

Searched refs:base_off (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.h326 uint32_t stage_idx, uint32_t base_off,
344 uint32_t base_off, InstructionBuilder* builder);
348 void GenStageStreamWriteCode(uint32_t stage_idx, uint32_t base_off,
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.h326 uint32_t stage_idx, uint32_t base_off,
344 uint32_t base_off, InstructionBuilder* builder);
348 void GenStageStreamWriteCode(uint32_t stage_idx, uint32_t base_off,
/external/oss-fuzz/projects/cryptofuzz/
Dxxd.c272 long base_off) in huntype() argument
324 if (base_off + want_off != have_off) in huntype()
329 c = fseek(fpo, base_off + want_off - have_off, 1); in huntype()
331 have_off = base_off + want_off; in huntype()
333 if (base_off + want_off < have_off) in huntype()
338 for (; have_off < base_off + want_off; have_off++) in huntype()