Searched refs:ptable (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/ctype/ |
D | __ctype_tolower_loc.c | 25 static const int32_t *const ptable = table+128; variable 29 return (void *)&ptable; in __ctype_tolower_loc()
|
D | __ctype_toupper_loc.c | 25 static const int32_t *const ptable = table+128; variable 29 return (void *)&ptable; in __ctype_toupper_loc()
|
D | __ctype_b_loc.c | 36 static const unsigned short *const ptable = table+128; variable 40 return (void *)&ptable; in __ctype_b_loc()
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | png.c | 3972 png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *ptable, 3987 png_uint_16pp table = *ptable = 4049 png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *ptable, 4057 png_uint_16pp table = *ptable = 4117 png_build_8bit_table(png_structrp png_ptr, png_bytepp ptable, 4121 png_bytep table = *ptable = (png_bytep)png_malloc(png_ptr, 256);
|
/third_party/skia/third_party/externals/libpng/ |
D | png.c | 3972 png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *ptable, 3987 png_uint_16pp table = *ptable = 4049 png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *ptable, 4057 png_uint_16pp table = *ptable = 4117 png_build_8bit_table(png_structrp png_ptr, png_bytepp ptable, 4121 png_bytep table = *ptable = (png_bytep)png_malloc(png_ptr, 256);
|
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 91 int ptable [PTABLE_BINS]; member 459 init_ptable(s->ptable, rate_i, rate_s); in wv_unpack_dsd_high() 488 int32_t *pp = s->ptable + ((sp[0].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in wv_unpack_dsd_high() 523 pp = s->ptable + ((sp[1].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in wv_unpack_dsd_high()
|