Home
last modified time | relevance | path

Searched refs:alloc2 (Results 1 - 15 of 15) sorted by relevance

/third_party/lame/mpglib/
H A Dlayer2.c234 struct al_table2 const *alloc2 = alloc1 + ba; in II_step_two() local
235 short k = alloc2->bits; in II_step_two()
236 short d1 = alloc2->d; in II_step_two()
275 struct al_table2 const *alloc2 = alloc1 + ba; in II_step_two() local
276 short k = alloc2->bits; in II_step_two()
277 short d1 = alloc2->d; in II_step_two()
/third_party/ffmpeg/libavutil/
H A Dbuffer.c271 pool->alloc2 = alloc; in av_buffer_pool_init2()
363 av_assert0(pool->alloc || pool->alloc2); in pool_alloc_buffer()
365 ret = pool->alloc2 ? pool->alloc2(pool->opaque, pool->size) : in pool_alloc_buffer()
H A Dbuffer_internal.h106 AVBufferRef* (*alloc2)(void *opaque, size_t size); member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc694 Alloc alloc2(&allocated2, &active_instances); in TEST()
703 AllocFxdArr arr2(arr1, alloc2); in TEST()
722 Alloc alloc2(&allocated2, &active_instances); in TEST()
731 AllocFxdArr arr2(arr1, alloc2); in TEST()
H A Dinlined_vector_test.cc1602 MyAlloc alloc2(&allocated2); in TEST()
1603 AllocVec v2(v, alloc2); in TEST()
1617 MyAlloc alloc2(&allocated2); in TEST()
1618 AllocVec v2(v, alloc2); in TEST()
H A Dbtree_test.cc2862 Alloc alloc2(&bytes_used2); in TEST()
2863 Set set2(set1, alloc2); in TEST()
2902 Alloc alloc2(&bytes_used2); in TEST()
2903 Set set2(std::move(set1), alloc2); in TEST() local
/third_party/mksh/
H A Dtree.c570 rw = r->vars = alloc2(tw - (const char **)t->vars + 1, in tcopy()
584 r->args = (const char **)(rw = alloc2(tw - t->args + 1, in tcopy()
696 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap); in iocopy()
H A Dmain.c615 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM); in main_init()
1838 ntblp = alloc2(i, sizeof(struct tbl *), tp->areap); in tgrow()
1839 /* multiplication cannot overflow: alloc2 checked that */ in tgrow()
1982 p = alloc2(i, sizeof(struct tbl *), ATEMP); in ktsort()
H A Dsh.h2147 (x).beg = alloc2((x).siz, sizeof(void *), ATEMP); \
2395 #define alloc2(m,n,ap) aresize2(NULL, (m), (n), (ap)) macro
H A Dhistrap.c571 history = alloc2(histsize, sizeof(char *), APERM); in init_histvec()
H A Dlex.c1801 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i()
H A Dsyn.c514 t->ioact = alloc2(iopn, sizeof(struct ioword *), ATEMP); in get_command()
H A Dedit.c523 alloc2(nwords, sizeof(struct path_order_info), ATEMP); in x_command_glob()
5598 x_tab = alloc2(X_NTABS, sizeof(*x_tab), AEDIT); in x_init()
5609 x_atab = alloc2(X_NTABS, sizeof(*x_atab), AEDIT); in x_init()
H A Dexec.c135 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP); in execute()
H A Dfuncs.c2274 l->argv = alloc2(l->argc + 2, sizeof(char *), &l->area); in c_set()

Completed in 34 milliseconds