Home
last modified time | relevance | path

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

/external/bc/include/
Dlang.h232 typedef enum BcResultType { enum
255 } BcResultType; typedef
264 BcResultType t;
/external/bc/src/
Dprogram.c300 BcResultType lt; in bc_program_binPrep()
345 BcResultType lt; in bc_program_assignPrep()
398 static void bc_program_retire(BcProgram *p, BcResult *r, BcResultType t) { in bc_program_retire()
1540 static void bc_program_pushBigDig(BcProgram *p, BcBigDig dig, BcResultType type) in bc_program_pushBigDig()
1552 BcResultType t; in bc_program_pushGlobal()
/external/toybox/toys/pending/
Dbc.c276 typedef enum BcResultType { enum
294 } BcResultType; typedef
303 BcResultType t;
4634 BcResultType lt; in bc_program_binPrep()
4672 BcResultType lt; in bc_program_assignPrep()
4706 static void bc_program_retire(BcProgram *p, BcResult *r, BcResultType t) { in bc_program_retire()