Home
last modified time | relevance | path

Searched +defs:with +defs:temp +defs:file (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
Dbc.c1458 BcNum l1, h1, l2, h2, m2, m1, z0, z1, z2, temp; in bc_num_k() local
1666 BcNum temp; in bc_num_r() local
1840 BcNum temp, mult, result; in bc_num_parseBase() local
2204 BcNum num1, num2, half, f, fprime, *x0, *x1, *temp; in bc_num_sqrt() local
2577 void bc_lex_file(BcLex *l, char *file) { in bc_lex_file()
2674 static void bc_lex_assign(BcLex *l, BcLexType with, BcLexType without) { in bc_lex_assign()
4492 size_t temp = ((size_t) ((int) (uchar) code[*bgn]) & UCHAR_MAX); in bc_program_index() local
4741 char *file; in bc_program_read() local
5087 unsigned long temp; in bc_program_pushArray() local
5712 static BcStatus bc_vm_file(char *file) { in bc_vm_file()