| /src/external/bsd/bc/dist/ |
| libmath.b | 55 /* b - holds the original ibase. */ 57 /* Non base 10 ibase? */ 58 if (ibase != A) { 59 b = ibase; 60 ibase = A; 62 ibase = b; 108 /* Non base 10 ibase? */ 109 if (ibase != A) { 110 b = ibase; 111 ibase = A [all...] |
| scan.l | 233 ibase return(Ibase);
|
| /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/lgpl3/gmp/dist/demos/calc/ |
| calc.y | 96 int ibase = 0; 189 | HEX { ibase = 16; obase = -16; } 190 | DECIMAL { ibase = 0; obase = 10; } 249 if (mpz_set_str (sp, $1, ibase) != 0)
|
| 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/binutils/dist/ld/ |
| ldlex.l | 141 int ibase ; 147 ibase = 16; 151 ibase = 8; 155 ibase = 2; 158 ibase = 10; 160 yylval.integer = strtoull (yytext, 0, ibase); 166 int ibase = 0; 171 ibase = 16; 173 yylval.integer = strtoull (s, 0, ibase);
|
| 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.l | 141 int ibase ; 147 ibase = 16; 151 ibase = 8; 155 ibase = 2; 158 ibase = 10; 160 yylval.integer = strtoull (yytext, 0, ibase); 166 int ibase = 0; 171 ibase = 16; 173 yylval.integer = strtoull (s, 0, ibase);
|
| 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/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/external/gpl3/binutils/dist/etc/ |
| texi2pod.pl | 38 $ibase = ""; 76 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|; 244 # Try cwd and $ibase, then explicit -I paths. 246 foreach $path ("", $ibase, @ipath) {
|
| /src/external/gpl3/binutils.old/dist/etc/ |
| texi2pod.pl | 38 $ibase = ""; 76 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|; 244 # Try cwd and $ibase, then explicit -I paths. 246 foreach $path ("", $ibase, @ipath) {
|
| /src/external/gpl3/gcc/dist/contrib/ |
| texi2pod.pl | 38 $ibase = ""; 74 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|; 248 # Try cwd and $ibase, then explicit -I paths. 250 foreach $path ("", $ibase, @ipath) {
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| texi2pod.pl | 38 $ibase = ""; 74 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|; 248 # Try cwd and $ibase, then explicit -I paths. 250 foreach $path ("", $ibase, @ipath) {
|
| /src/external/gpl3/gdb.old/dist/etc/ |
| texi2pod.pl | 38 $ibase = ""; 76 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|; 244 # Try cwd and $ibase, then explicit -I paths. 246 foreach $path ("", $ibase, @ipath) {
|
| /src/external/gpl3/gdb/dist/etc/ |
| texi2pod.pl | 38 $ibase = ""; 76 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|; 244 # Try cwd and $ibase, then explicit -I paths. 246 foreach $path ("", $ibase, @ipath) {
|
| /src/sys/arch/hppa/dev/ |
| elroyreg.h | 88 uint32_t ibase; /* 0x300 */ member in struct:elroy_regs
|
| elroy.c | 1340 elroy_write32(&r->ibase, htole32(ELROY_BASE_RE));
|
| /src/games/warp/ |
| warp.h | 402 EXT int ibase; variable
|
| init.c | 376 ibase = (numbases != 0); 377 if (ibase) {
|
| score.c | 467 !ibase?"":base?"saved":"destroyed", numbases);
|
| /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/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...] |
| /src/external/bsd/openldap/dist/include/ |
| slapi-plugin.h | 396 void slapi_seq_internal_set_pb( Slapi_PBlock *pb, char *ibase, int type,
|