| /src/lib/libc/compat/net/ |
| compat_ns_addr.c | 108 int i, ibase, base16 = 0, base10 = 0; local 181 ibase = 4096; 183 ibase = 512; 186 ibase = 1000; 215 cvtbase((long)ibase, 256, hb, i, out, len);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-prefetch.cc | 436 tree ibase, step, stepsize; local 443 ibase = iv.base; 446 if (TREE_CODE (ibase) == POINTER_PLUS_EXPR 447 && cst_and_fits_in_hwi (TREE_OPERAND (ibase, 1))) 449 idelta = int_cst_value (TREE_OPERAND (ibase, 1)); 450 ibase = TREE_OPERAND (ibase, 0); 452 if (cst_and_fits_in_hwi (ibase)) 454 idelta += int_cst_value (ibase); 455 ibase = build_int_cst (TREE_TYPE (ibase), 0) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-prefetch.cc | 436 tree ibase, step, stepsize; local 443 ibase = iv.base; 446 if (TREE_CODE (ibase) == POINTER_PLUS_EXPR 447 && cst_and_fits_in_hwi (TREE_OPERAND (ibase, 1))) 449 idelta = int_cst_value (TREE_OPERAND (ibase, 1)); 450 ibase = TREE_OPERAND (ibase, 0); 452 if (cst_and_fits_in_hwi (ibase)) 454 idelta += int_cst_value (ibase); 455 ibase = build_int_cst (TREE_TYPE (ibase), 0) [all...] |
| /src/games/warp/ |
| warp.h | 402 EXT int ibase; variable
|
| /src/sys/arch/hppa/dev/ |
| elroyreg.h | 88 uint32_t ibase; /* 0x300 */ member in struct:elroy_regs
|
| /src/usr.bin/dc/ |
| bcode.c | 45 u_int ibase; member in struct:bmachine 260 bmachine.obase = bmachine.ibase = 10; 636 bn_check(BN_set_word(n->number, bmachine.ibase)); 650 bmachine.ibase = (u_int)base; 1663 bmachine.ibase));
|
| /src/external/lgpl3/gmp/dist/demos/calc/ |
| calc.c | 166 int ibase = 0; variable 1547 { ibase = 16; obase = -16; } 1553 { ibase = 0; obase = 10; } 1750 if (mpz_set_str (sp, (yyvsp[0].str), ibase) != 0)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linespec.c | 1234 int ibase; local 1281 for (ibase = 0; ibase < TYPE_N_BASECLASSES (t); ibase++) 1282 superclasses->push_back (TYPE_BASECLASS (t, ibase));
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linespec.c | 1245 int ibase; local 1292 for (ibase = 0; ibase < TYPE_N_BASECLASSES (t); ibase++) 1293 superclasses->push_back (TYPE_BASECLASS (t, ibase));
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldlex.c | 1778 int ibase ; variable 1784 ibase = 16; 1788 ibase = 8; 1792 ibase = 2; 1795 ibase = 10; 1797 yylval.integer = strtoull (yytext, 0, ibase); 1807 int ibase = 0; variable 1812 ibase = 16; 1814 yylval.integer = strtoull (s, 0, ibase);
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlex.c | 1778 int ibase ; variable 1784 ibase = 16; 1788 ibase = 8; 1792 ibase = 2; 1795 ibase = 10; 1797 yylval.integer = strtoull (yytext, 0, ibase); 1807 int ibase = 0; variable 1812 ibase = 16; 1814 yylval.integer = strtoull (s, 0, ibase);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| bconfig.c | 4960 SlapReply *rs, int *renum, int *ibase ) 5066 if ( ibase ) *ibase = index; 5320 int i, ibase = -1, nocs, rc = 0; local 5516 &ibase ); 5607 ca->valx = ibase; 5631 ibase = 0; 5632 else if ( ibase != -1 ) 5633 ibase++; 5636 if ( ibase < 0 ) [all...] |