Home
last modified time | relevance | path

Searched refs:ptable (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/ctype/
H A D__ctype_tolower_loc.c25 static const int32_t *const ptable = table+128; variable
29 return (void *)&ptable; in __ctype_tolower_loc()
H A D__ctype_toupper_loc.c25 static const int32_t *const ptable = table+128; variable
29 return (void *)&ptable; in __ctype_toupper_loc()
H A D__ctype_b_loc.c36 static const unsigned short *const ptable = table+128; variable
40 return (void *)&ptable; in __ctype_b_loc()
/third_party/skia/third_party/externals/libpng/
H A Dpng.c3972 png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *ptable, in png_build_16bit_table() argument
3987 png_uint_16pp table = *ptable = in png_build_16bit_table()
4049 png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *ptable, in png_build_16to8_table() argument
4057 png_uint_16pp table = *ptable = in png_build_16to8_table()
4117 png_build_8bit_table(png_structrp png_ptr, png_bytepp ptable, in png_build_8bit_table() argument
4121 png_bytep table = *ptable = (png_bytep)png_malloc(png_ptr, 256); in png_build_8bit_table()
/third_party/ffmpeg/libavcodec/
H A Dwavpack.c92 int ptable [PTABLE_BINS]; member
460 init_ptable(s->ptable, rate_i, rate_s); in wv_unpack_dsd_high()
489 int32_t *pp = s->ptable + ((sp[0].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in wv_unpack_dsd_high()
526 pp = s->ptable + ((sp[1].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in wv_unpack_dsd_high()

Completed in 8 milliseconds