Home
last modified time | relevance | path

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

/external/bc/include/
Dvector.h46 #define BC_VEC_START_CAP (UINTMAX_C(1)<<5) macro
/external/bc/src/
Dvector.c63 v->cap = BC_VEC_START_CAP; in bc_vec_init()
66 v->v = bc_vm_malloc(bc_vm_arraySize(BC_VEC_START_CAP, esize)); in bc_vec_init()
/external/toybox/toys/pending/
Dbc.c127 #define BC_VEC_START_CAP (1<<5) macro
875 v->cap = BC_VEC_START_CAP; in bc_vec_init()
878 v->v = xmalloc(esize * BC_VEC_START_CAP); in bc_vec_init()