| /third_party/ffmpeg/libavcodec/ |
| D | lzw.c | 56 int end_code; member 75 return s->end_code; in lzw_get_code() 149 s->end_code = s->clear_code + 1; in ff_lzw_decode_init() 174 if (s->end_code < 0) in ff_lzw_decode() 189 if (c == s->end_code) { in ff_lzw_decode() 223 s->end_code = -1; in ff_lzw_decode()
|
| D | lzwenc.c | 52 int end_code; ///< Value of end code member 209 s->end_code = 257; in ff_lzw_encode_init() 266 writeCode(s, s->end_code); in ff_lzw_encode_flush()
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| D | hb-subset.cc | 209 hb_codepoint_t end_code = strtoul (s, &p, 10); in parse_gids() local 217 if (end_code < start_code) in parse_gids() 220 "Invalid glyph-index range %u-%u", start_code, end_code); in parse_gids() 224 hb_set_add_range (gids, start_code, end_code); in parse_gids() 226 hb_set_del_range (gids, start_code, end_code); in parse_gids() 379 hb_codepoint_t end_code = strtoul (s, &p, 16); in parse_unicodes() local 387 if (end_code < start_code) in parse_unicodes() 390 "Invalid Unicode range %u-%u", start_code, end_code); in parse_unicodes() 394 hb_set_add_range (unicodes, start_code, end_code); in parse_unicodes() 396 hb_set_del_range (unicodes, start_code, end_code); in parse_unicodes()
|
| /third_party/flutter/skia/third_party/externals/wuffs/std/lzw/ |
| D | decode_lzw.wuffs | 39 end_code base.u32[..257], 89 this.end_code = this.clear_code + 1 90 this.save_code = this.end_code 91 this.prev_code = this.end_code 128 var end_code base.u32[..257] 146 end_code = this.end_code 223 } else if code <= end_code { 224 if code == end_code { 228 save_code = end_code 229 prev_code = end_code
|
| /third_party/harfbuzz/util/ |
| D | options-subset.cc | 63 hb_codepoint_t end_code = strtoul (s, &p, 10); in parse_gids() local 72 if (end_code < start_code) in parse_gids() 76 "Invalid gids range value %u-%u", start_code, end_code); in parse_gids() 79 hb_set_add_range (gids, start_code, end_code); in parse_gids()
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-cmap-table.hh | 80 HBUINT16 end_code; member 113 end_count[i] = segments[i].end_code; in serialize() 124 unsigned int num_codepoints = segments[i].end_code - segments[i].start_code + 1; in serialize() 170 segment_size += (segments[i].end_code - segments[i].start_code + 1) * 2; in get_sub_table_size() 197 cp != segment->end_code + 1u) in create_sub_table_plan() 201 segment->end_code = cp; in create_sub_table_plan() 204 segment->end_code = cp; in create_sub_table_plan() 215 if (segment == nullptr || segment->end_code != 0xFFFF) in create_sub_table_plan() 219 segment->end_code = 0xFFFF; in create_sub_table_plan()
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_dfa_match.c | 538 PCRE2_SPTR end_code; in internal_dfa_match() local 589 end_code = this_start_code; in internal_dfa_match() 592 size_t back = (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match() 594 end_code += GET(end_code, 1); in internal_dfa_match() 596 while (*end_code == OP_ALT); in internal_dfa_match() 633 end_code = this_start_code; in internal_dfa_match() 636 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0; in internal_dfa_match() 637 size_t back = (revlen == 0)? 0 : (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match() 640 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen); in internal_dfa_match() 643 end_code += GET(end_code, 1); in internal_dfa_match() [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | rdgif.c | 103 int clear_code, end_code; /* values for Clear and End codes */ member 207 sinfo->end_code = sinfo->clear_code + 1; in InitLZWCode() 229 return sinfo->end_code; /* fake something useful */ in GetCode() 238 return sinfo->end_code; /* fake something useful */ in GetCode() 291 if (code == sinfo->end_code) { in LZWReadByte()
|
| /third_party/libjpeg-turbo/ |
| D | rdgif.c | 103 int clear_code, end_code; /* values for Clear and End codes */ member 207 sinfo->end_code = sinfo->clear_code + 1; in InitLZWCode() 229 return sinfo->end_code; /* fake something useful */ in GetCode() 238 return sinfo->end_code; /* fake something useful */ in GetCode() 291 if (code == sinfo->end_code) { in LZWReadByte()
|
| /third_party/cups-filters/cupsfilters/ |
| D | image-gif.c | 549 end_code, /* End code for LZW input */ in gif_read_lzw() local 564 end_code = clear_code + 1; in gif_read_lzw() 643 else if (code == end_code || code > max_code) in gif_read_lzw()
|
| /third_party/musl/ndk_musl_include/sys/ |
| D | prctl.h | 90 uint64_t end_code; member
|
| /third_party/musl/include/sys/ |
| D | prctl.h | 90 uint64_t end_code; member
|
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| D | prctl.h | 90 uint64_t end_code; member
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
| D | prctl.h | 90 uint64_t end_code; member
|
| /third_party/musl/porting/uniproton/kernel/include/sys/ |
| D | prctl.h | 90 uint64_t end_code; member
|
| /third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
| D | prctl.h | 90 uint64_t end_code; member
|
| /third_party/musl/porting/liteos_a/kernel/include/sys/ |
| D | prctl.h | 90 uint64_t end_code; member
|
| /third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
| D | psmux.c | 117 guint8 end_code[4] = { 0, 0, 1, PSMUX_PROGRAM_END }; in psmux_write_end_code() local 118 return mux->write_func (end_code, 4, mux->write_func_data); in psmux_write_end_code()
|
| /third_party/harfbuzz/src/ |
| D | hb-ot-cmap-table.hh | 102 HBUINT16 end_code; in serialize_endcode_array() local 103 end_code = prev_endcp; in serialize_endcode_array() 104 c->copy<HBUINT16> (end_code); in serialize_endcode_array()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-cmap-table.hh | 108 HBUINT16 end_code; in serialize_endcode_array() local 109 end_code = prev_endcp; in serialize_endcode_array() 110 c->copy<HBUINT16> (end_code); in serialize_endcode_array()
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
| D | cmap_table.cc | 689 int32_t end_code = data->ReadUShort(Offset::kFormat4EndCount + in EndCode() local 691 return end_code; in EndCode()
|
| /third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
| D | cmap_table.cc | 689 int32_t end_code = data->ReadUShort(Offset::kFormat4EndCount + in EndCode() local 691 return end_code; in EndCode()
|
| /third_party/rust/crates/rustix/src/process/ |
| D | prctl.rs | 712 pub end_code: u64, field
|
| /third_party/rust/crates/linux-raw-sys/src/riscv64/ |
| D | general.rs | 3307 pub end_code: __u64, field
|
| /third_party/rust/crates/linux-raw-sys/src/aarch64/ |
| D | general.rs | 3308 pub end_code: __u64, field
|