Home
last modified time | relevance | path

Searched defs:alloc2 (Results 1 – 8 of 8) 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/m133/tests/
DArenaAllocTest.cpp133 [[maybe_unused]] char* alloc2 = arena.makeArray<char>(alloc2Size); in DEF_TEST() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_alias.c453 const struct reg_alloc_info *alloc2 = ptr2; in cmp_alloc() local
/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.h2399 #define alloc2(m,n,ap) aresize2(NULL, (m), (n), (ap)) macro