Home
last modified time | relevance | path

Searched defs:type_code (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() local
772 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); in BuildAndStoreBlockSplitCode() local
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() local
772 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); in BuildAndStoreBlockSplitCode() local
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h432 ValueTypeCode type_code; member
/third_party/ffmpeg/libavcodec/
Dflacenc.c79 int type_code; member
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1401 enum type_codes type_code = TYPE_CODE_STRUCT_ANON; in emit_struct_type() local
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs31 pub type type_code = u32; typedef