Searched refs:bc_vec_item_rev (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/bc/include/ |
| H A D | vector.h | 305 bc_vec_item_rev(const BcVec* restrict v, size_t idx); 377 #define bc_vec_top(v) (bc_vec_item_rev((v), 0))
|
| /freebsd/contrib/bc/src/ |
| H A D | rand.c | 403 rng2 = bc_vec_item_rev(&r->v, idx); in bc_rand_seedZeroes() 413 bc_rand_copy(bc_vec_item_rev(&r->v, i), rng); in bc_rand_seedZeroes() 481 BcRNGData* rng2 = bc_vec_item_rev(&r->v, i); in bc_rand_propagate() 615 if (r->v.len > 1) bc_rand_copy(rng, bc_vec_item_rev(&r->v, 1)); in bc_rand_push()
|
| H A D | program.c | 451 *r = bc_vec_item_rev(&p->results, idx); in bc_program_operand() 983 r = bc_vec_item_rev(&p->results, idx); in bc_program_print() 2457 size_t calls = *((size_t*) bc_vec_item_rev(&p->tail_calls, i)) + 1; in bc_program_nquit() 2976 BcInstPtr* ip = bc_vec_item_rev(&p->stack, i); in bc_program_printStackTrace() 3547 ptr = bc_vec_item_rev(&p->results, 0); in bc_program_exec() 3548 ptr2 = bc_vec_item_rev(&p->results, 1); in bc_program_exec()
|
| H A D | history.c | 1709 char* s = *((char**) bc_vec_item_rev(&h->history, 0)); in bc_history_add() 1738 char* s = *((char**) bc_vec_item_rev(&h->history, 0)); in bc_history_add_empty()
|
| H A D | vector.c | 379 bc_vec_item_rev(const BcVec* restrict v, size_t idx) in bc_vec_item_rev() function
|
| H A D | bc_parse.c | 115 fptr = bc_vec_item_rev(&p->flags, i); in bc_parse_isDelimiter() 136 uint16_t* fptr = bc_vec_item_rev(&p->flags, i); in bc_parse_isDelimiter()
|
| H A D | num.c | 3248 ptr = bc_vec_item_rev(&stack, i); in bc_num_printNum()
|