Home
last modified time | relevance | path

Searched refs:alloc1 (Results 1 – 3 of 3) sorted by relevance

/third_party/lame/mpglib/
Dlayer2.c136 struct al_table2 const *alloc1 = fr->alloc; in II_step_one() local
145 short step = alloc1->bits; in II_step_one()
148 alloc1 += ((size_t)1 << step); in II_step_one()
153 short step = alloc1->bits; in II_step_one()
155 alloc1 += ((size_t)1 << step); in II_step_one()
170 short step = alloc1->bits; in II_step_one()
172 alloc1 += ((size_t)1 << step); in II_step_one()
220 struct al_table2 const *alloc1 = fr->alloc; in II_step_two() local
229 short step = alloc1->bits; in II_step_two()
234 struct al_table2 const *alloc2 = alloc1 + ba; in II_step_two()
[all …]
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3649 int alloc1 = 0 ; in _wrap_WebPGetInfo() local
3660 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPGetInfo()
3680 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPGetInfo()
3683 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPGetInfo()
3697 int alloc1 = 0 ; in _wrap_WebPDecodeRGB() local
3708 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPDecodeRGB()
3732 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPDecodeRGB()
3736 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPDecodeRGB()
3750 int alloc1 = 0 ; in _wrap_WebPDecodeRGBA() local
3761 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPDecodeRGBA()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc2856 Alloc alloc1(&bytes_used1); in TEST() local
2857 Set set1(alloc1); in TEST()
2893 Alloc alloc1(&bytes_used1); in TEST() local
2894 Set set1(alloc1); in TEST()