Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/include/
H A Dvector.h283 bc_vec_replaceAt(BcVec* restrict v, size_t idx, const void* data);
/aosp_15_r20/external/bc/src/
H A Dvector.c354 bc_vec_replaceAt(BcVec* restrict v, size_t idx, const void* data) in bc_vec_replaceAt() function
H A Dhistory.c1312 bc_vec_replaceAt(&h->history, h->history.len - 1 - h->idx, &dup); in bc_history_edit_next()