Home
last modified time | relevance | path

Searched refs:type_code (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dminireflect.h204 auto type_code = type_table->type_codes[type_code_idx]; in IterateValue() local
205 switch (type_code.base_type) { in IterateValue()
207 auto ref = type_table->type_refs[type_code.sequence_ref](); in IterateValue()
239 auto type_code = type_table->type_codes[i]; in IterateObject() local
240 auto type = static_cast<ElementaryType>(type_code.base_type); in IterateObject()
241 auto is_repeating = type_code.is_repeating != 0; in IterateObject()
242 auto ref_idx = type_code.sequence_ref; in IterateObject()
/third_party/ffmpeg/libavcodec/
Dflacenc.c79 int type_code; member
843 sub->type = sub->type_code = FLAC_SUBFRAME_CONSTANT; in encode_residual_ch()
850 sub->type = sub->type_code = FLAC_SUBFRAME_VERBATIM; in encode_residual_ch()
875 sub->type_code = sub->type | sub->order; in encode_residual_ch()
1004 sub->type_code = sub->type | (sub->order-1); in encode_residual_ch()
1255 put_bits(&s->pb, 6, sub->type_code); in write_subframes()
/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
67 return type_code; in NextBlockTypeCode()
772 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); in BuildAndStoreBlockSplitCode() local
773 if (i != 0) ++type_histo[type_code]; in BuildAndStoreBlockSplitCode()
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() local
67 return type_code; in NextBlockTypeCode()
772 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); in BuildAndStoreBlockSplitCode() local
773 if (i != 0) ++type_histo[type_code]; in BuildAndStoreBlockSplitCode()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1392 enum type_codes type_code = TYPE_CODE_STRUCT_ANON; in emit_struct_type() local
1395 type_code = TYPE_CODE_STRUCT_NAMED; in emit_struct_type()
1407 temp[0] = type_code; in emit_struct_type()