Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 25 of 28) sorted by relevance

12

/external/libtextclassifier/utils/sentencepiece/
Dencoder.h43 const float* pieces_scores, int start_code = 0, int end_code = 1,
49 start_code_(start_code), in num_pieces_()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_mpeg4.c155 memset(context->mpeg4.start_code, 0, sizeof(context->mpeg4.start_code)); in vlVaDecoderFixMPEG4Startcode()
174 memcpy(context->mpeg4.start_code, group_of_vop, sizeof(group_of_vop)); in vlVaDecoderFixMPEG4Startcode()
207 memcpy(context->mpeg4.start_code + context->mpeg4.start_code_size, vop, vop_size); in vlVaDecoderFixMPEG4Startcode()
Dva_private.h281 uint8_t start_code[32]; member
Dpicture.c332 buffers[num_buffers] = (void *)context->mpeg4.start_code; in handleVASliceDataBufferType()
/external/pcre/dist2/src/
Dpcre2_dfa_match.c536 PCRE2_SPTR start_code = mb->start_code; in internal_dfa_match() local
628 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen); in internal_dfa_match()
666 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_match()
775 code = start_code + state_offset; in internal_dfa_match()
897 ADD_ACTIVE((int)(code - start_code), 0); in internal_dfa_match()
905 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
914 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); in internal_dfa_match()
918 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
929 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
936 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
[all …]
Dpcre2_intmodedep.h720 PCRE2_SPTR start_code; /* The start of the compiled code */ member
864 PCRE2_SPTR start_code; /* For use when recursing */ member
892 PCRE2_SPTR start_code; /* Start of the compiled pattern */ member
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh79 HBUINT16 start_code; member
114 start_count[i].set (segments[i].start_code); in serialize()
117 hb_codepoint_t cp = segments[i].start_code; in serialize()
121 id_delta[i].set (start_gid - segments[i].start_code); in serialize()
124 unsigned int num_codepoints = segments[i].end_code - segments[i].start_code + 1; in serialize()
145 hb_codepoint_t cp = segments[i].start_code + j; in serialize()
171 segment_size += (segments[i].end_code - segments[i].start_code + 1) * 2; in get_sub_table_size()
201 segment->start_code.set (cp); in create_sub_table_plan()
219 segment->start_code.set (0xFFFF); in create_sub_table_plan()
/external/u-boot/arch/arm/mach-omap2/omap4/
Dhw_data.c236 .start_code = 1,
247 .start_code = 1,
256 .start_code = 0,
/external/u-boot/arch/arm/mach-omap2/omap5/
Dhw_data.c286 .start_code = 6,
301 .start_code = 6,
318 .start_code = 0x17,
334 .start_code = 0x17,
/external/libtextclassifier/utils/tflite/
Dtext_encoder_config.fbs28 start_code:int32 = 0;
34 // `start_code` and `end_code`.
Dtext_encoder.cc127 config->start_code(), config->end_code(), config->encoding_offset(), in Initialize()
/external/strace/linux/bfin/
Duserent.h4 XLAT_UOFF(start_code),
/external/strace/linux/s390/
Duserent1.h4 XLAT_UOFF(start_code),
/external/strace/linux/mips/
Duserent.h76 XLAT_UOFF(start_code),
/external/strace/linux/sh/
Duserent0.h5 XLAT_UOFF(start_code),
/external/strace/linux/i386/
Duserent0.h6 XLAT_UOFF(start_code),
/external/strace/linux/m68k/
Duserent.h26 XLAT_UOFF(start_code),
/external/strace/linux/arm/
Duserent.h23 XLAT_UOFF(start_code),
/external/strace/linux/avr32/
Duserent.h23 XLAT_UOFF(start_code),
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc616 int32_t start_code = StartCode(segment); in GlyphId() local
617 return RetrieveGlyphId(segment, start_code, character); in GlyphId()
621 int32_t start_code, in RetrieveGlyphId() argument
623 if (character < start_code) { in RetrieveGlyphId()
632 2 * (character - start_code)); in RetrieveGlyphId()
672 int32_t start_code = data->ReadUShort(StartCodeOffset(seg_count) + in StartCode() local
674 return start_code; in StartCode()
/external/kernel-headers/original/uapi/linux/
Dprctl.h135 __u64 start_code; /* code section bounds */ member
/external/v4l2_codec2/vda/
Dh264_parser.cc375 const uint8_t* start_code = start + *offset; in FindStartCodeInClearRanges() local
376 const uint8_t* start_code_end = start_code + *start_code_size; in FindStartCodeInClearRanges()
378 start_code_range.Add(start_code, start_code_end + 1); in FindStartCodeInClearRanges()
/external/python/cpython2/Lib/
Dhtmllib.py348 def start_code(self, attrs): self.start_tt(attrs) member in HTMLParser
/external/u-boot/arch/arm/mach-omap2/
Dclocks-common.c438 return offset_code + pmic->start_code; in get_offset_code()
/external/u-boot/arch/arm/include/asm/
Domap_common.h535 u32 start_code; member

12