/external/libtextclassifier/utils/sentencepiece/ |
D | encoder.h | 43 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/ |
D | picture_mpeg4.c | 155 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()
|
D | va_private.h | 281 uint8_t start_code[32]; member
|
D | picture.c | 332 buffers[num_buffers] = (void *)context->mpeg4.start_code; in handleVASliceDataBufferType()
|
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 536 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 …]
|
D | pcre2_intmodedep.h | 720 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/ |
D | hb-ot-cmap-table.hh | 79 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/ |
D | hw_data.c | 236 .start_code = 1, 247 .start_code = 1, 256 .start_code = 0,
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
D | hw_data.c | 286 .start_code = 6, 301 .start_code = 6, 318 .start_code = 0x17, 334 .start_code = 0x17,
|
/external/libtextclassifier/utils/tflite/ |
D | text_encoder_config.fbs | 28 start_code:int32 = 0; 34 // `start_code` and `end_code`.
|
D | text_encoder.cc | 127 config->start_code(), config->end_code(), config->encoding_offset(), in Initialize()
|
/external/strace/linux/bfin/ |
D | userent.h | 4 XLAT_UOFF(start_code),
|
/external/strace/linux/s390/ |
D | userent1.h | 4 XLAT_UOFF(start_code),
|
/external/strace/linux/mips/ |
D | userent.h | 76 XLAT_UOFF(start_code),
|
/external/strace/linux/sh/ |
D | userent0.h | 5 XLAT_UOFF(start_code),
|
/external/strace/linux/i386/ |
D | userent0.h | 6 XLAT_UOFF(start_code),
|
/external/strace/linux/m68k/ |
D | userent.h | 26 XLAT_UOFF(start_code),
|
/external/strace/linux/arm/ |
D | userent.h | 23 XLAT_UOFF(start_code),
|
/external/strace/linux/avr32/ |
D | userent.h | 23 XLAT_UOFF(start_code),
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 616 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/ |
D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
/external/v4l2_codec2/vda/ |
D | h264_parser.cc | 375 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/ |
D | htmllib.py | 348 def start_code(self, attrs): self.start_tt(attrs) member in HTMLParser
|
/external/u-boot/arch/arm/mach-omap2/ |
D | clocks-common.c | 438 return offset_code + pmic->start_code; in get_offset_code()
|
/external/u-boot/arch/arm/include/asm/ |
D | omap_common.h | 535 u32 start_code; member
|