Home
last modified time | relevance | path

Searched refs:BcConst (Results 1 – 4 of 4) sorted by relevance

/external/bc/include/
Dlang.h221 typedef struct BcConst { struct
225 } BcConst; typedef
/external/bc/src/
Dlang.c58 BcConst *c = constant; in bc_const_free()
99 bc_vec_init(&f->consts, sizeof(BcConst), bc_const_free); in bc_func_init()
Dparse.c87 BcConst c; in bc_parse_addNum()
Dprogram.c382 BcConst *c = bc_vec_item(p->consts, bc_program_index(code, bgn)); in bc_program_const()
2320 BcConst *c = bc_vec_item(p->consts, idx); in bc_program_printInst()