/third_party/musl/src/network/ |
D | dn_comp.c | 23 static int getlens(unsigned char *lens, const char *s, int l) in getlens() 37 const char *end, const unsigned char *lens, int nlen) in match() 60 unsigned char lens[127]; in dn_comp() local
|
/third_party/libsnd/src/ |
D | ogg_vorbis.c | 618 vorbis_read_sample (SF_PRIVATE *psf, void *ptr, sf_count_t lens, convert_func *transfn) in vorbis_read_sample() 667 vorbis_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t lens) in vorbis_read_s() 672 vorbis_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t lens) in vorbis_read_i() 677 vorbis_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t lens) in vorbis_read_f() 682 vorbis_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t lens) in vorbis_read_d() 730 vorbis_write_s (SF_PRIVATE *psf, const short *ptr, sf_count_t lens) in vorbis_write_s() 747 vorbis_write_i (SF_PRIVATE *psf, const int *ptr, sf_count_t lens) in vorbis_write_i() 763 vorbis_write_f (SF_PRIVATE *psf, const float *ptr, sf_count_t lens) in vorbis_write_f() 779 vorbis_write_d (SF_PRIVATE *psf, const double *ptr, sf_count_t lens) in vorbis_write_d()
|
/third_party/ffmpeg/libavcodec/ |
D | huffman.c | 116 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() 143 int16_t lens[256]; in build_huff_tree() local
|
D | sheervideodata.h | 28 uint8_t lens[2 * 15]; member
|
D | ylc.c | 63 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() 90 int16_t lens[256]; in build_vlc() local
|
D | mvha.c | 57 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() 85 int16_t lens[256]; in build_vlc() local
|
/third_party/zlib/contrib/infback9/ |
D | inflate9.h | 44 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
D | inftree9.c | 32 int inflate_table9(type, lens, codes, table, bits, work) in inflate_table9() argument
|
/third_party/skia/third_party/externals/zlib/ |
D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
|
D | inflate.h | 119 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
/third_party/zlib/ |
D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
|
D | inflate.h | 120 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
/third_party/node/deps/zlib/ |
D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
|
D | inflate.h | 119 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
|
/third_party/libwebsockets/win32port/zlib/ |
D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
|
D | inflate.h | 116 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | TestStreaming.java | 37 public TestCase(String in, int ch, int[] np, int[][] lens, String[] msg) { in TestCase()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestStreaming.java | 34 public TestCase(String in, int ch, int[] np, int[][] lens, String[] msg) { in TestCase()
|
/third_party/freetype/src/gzip/ |
D | inftrees.c | 34 unsigned short FAR *lens, in inflate_table()
|
D | inflate.h | 123 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/cal/ |
D | cal.c | 429 int32_t lens [DAY_COUNT]; in print_month() local 547 int32_t lens [DAY_COUNT]; in print_year() local
|
/third_party/icu/icu4c/source/samples/cal/ |
D | cal.c | 429 int32_t lens [DAY_COUNT]; in print_month() local 547 int32_t lens [DAY_COUNT]; in print_year() local
|
/third_party/skia/third_party/externals/icu/source/samples/cal/ |
D | cal.c | 429 int32_t lens [DAY_COUNT]; in print_month() local 547 int32_t lens [DAY_COUNT]; in print_year() local
|
/third_party/toybox/toys/posix/ |
D | getconf.c | 194 int i, j, lens[] = {ARRAY_LEN(sysconfs), ARRAY_LEN(pathconfs), in getconf_main() local
|