Home
last modified time | relevance | path

Searched defs:alloc2 (Results 1 – 6 of 6) sorted by relevance

/third_party/lame/mpglib/
Dlayer2.c234 struct al_table2 const *alloc2 = alloc1 + ba; in II_step_two() local
275 struct al_table2 const *alloc2 = alloc1 + ba; in II_step_two() local
/third_party/ffmpeg/libavutil/
Dbuffer_internal.h106 AVBufferRef* (*alloc2)(void *opaque, size_t size); member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc694 Alloc alloc2(&allocated2, &active_instances); in TEST() local
722 Alloc alloc2(&allocated2, &active_instances); in TEST() local
Dinlined_vector_test.cc1602 MyAlloc alloc2(&allocated2); in TEST() local
1617 MyAlloc alloc2(&allocated2); in TEST() local
Dbtree_test.cc2862 Alloc alloc2(&bytes_used2); in TEST() local
2902 Alloc alloc2(&bytes_used2); in TEST() local
/third_party/mksh/
Dsh.h2395 #define alloc2(m,n,ap) aresize2(NULL, (m), (n), (ap)) macro