| /src/sys/arch/mac68k/mac68k/ |
| macrom.c | 1147 u_int32_t oldbase, newbase; local 1152 newbase = (u_int32_t) nbase; 1170 0 : (char *)rom->adbintr - oldbase + newbase; 1173 0 : (char *)rom->pmintr - oldbase + newbase; 1175 0 : (char *)rom->ADBAlternateInit - oldbase + newbase; 1181 0 : (u_int32_t) rom->adb130intr - oldbase + newbase; 1184 0 : (char *)rom->CountADBs - oldbase + newbase; 1186 0 : (char *)rom->GetIndADB - oldbase + newbase; 1188 0 : (char *)rom->GetADBInfo - oldbase + newbase; 1190 0 : (char *)rom->SetADBInfo - oldbase + newbase; [all...] |
| /src/sys/arch/acorn32/stand/lib/ |
| rmreloc.c | 106 relocate_self(Elf_Dyn *dynamic, void *oldbase, void *newbase) 114 obj = &o; obj->dynamic = dynamic; obj->relocbase = newbase;
|
| /src/lib/libc/compat/net/ |
| compat_ns_addr.c | 219 cvtbase(long oldbase, int newbase, int input[], int inlen, 232 /* long division: input=input/newbase */ 236 input[d++] = (int) (sum / newbase); 237 sum %= newbase;
|
| /src/games/factor/ |
| factor.c | 345 newbase: 354 goto newbase;
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| options.c | 721 const char *newbase = (const char *) invalue; local 724 if ( newbase != NULL ) { 725 defbase = LDAP_STRDUP( newbase );
|
| /src/external/gpl3/gcc/dist/gcc/config/rl78/ |
| rl78.cc | 2958 copy it into NEWBASE and return the updated MEM. Otherwise just 2961 transcode_memory_rtx (rtx m, rtx newbase, rtx_insn *before) 2999 gcc_assert (REG_P (newbase)); 3009 /* BASE should be a virtual register. We copy it to NEWBASE. If 3014 || (addend > limit && REGNO (newbase) != BC_REG) 3017 && ((REGNO (newbase) != BC_REG)) 3025 EM (emit_insn_before (gen_movhi (newbase, AX), before)); 3027 record_content (newbase, NULL_RTX); 3029 base = newbase; 3035 base = gen_and_emit_move (newbase, base, before, true) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
| rl78.cc | 2958 copy it into NEWBASE and return the updated MEM. Otherwise just 2961 transcode_memory_rtx (rtx m, rtx newbase, rtx_insn *before) 2999 gcc_assert (REG_P (newbase)); 3009 /* BASE should be a virtual register. We copy it to NEWBASE. If 3014 || (addend > limit && REGNO (newbase) != BC_REG) 3017 && ((REGNO (newbase) != BC_REG)) 3025 EM (emit_insn_before (gen_movhi (newbase, AX), before)); 3027 record_content (newbase, NULL_RTX); 3029 base = newbase; 3035 base = gen_and_emit_move (newbase, base, before, true) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| collctrl.cc | 2547 char newbase[MAXPATHLEN]; local 2550 snprintf (newbase, sizeof (newbase), "%s%d.er", base_name, version); 2551 if ((strcmp (oldbase, newbase) != 0) && chgmsg) 2554 oldbase, newbase); 2560 base_name = xstrdup (newbase);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| collctrl.cc | 2547 char newbase[MAXPATHLEN]; local 2550 snprintf (newbase, sizeof (newbase), "%s%d.er", base_name, version); 2551 if ((strcmp (oldbase, newbase) != 0) && chgmsg) 2554 oldbase, newbase); 2560 base_name = xstrdup (newbase);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| frontend-passes.cc | 388 gfc_constructor_base newbase; local 392 newbase = NULL; 398 new_c = gfc_constructor_append_expr (&newbase, fcn, &(e->where)); 400 new_expr->value.constructor = newbase; 1756 gfc_constructor_base oldbase, newbase; local 1830 newbase = NULL; 1856 new_c = gfc_constructor_append_expr (&newbase, new_expr, &(e->where)); 1865 e->value.constructor = newbase;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| frontend-passes.cc | 388 gfc_constructor_base newbase; local 392 newbase = NULL; 398 new_c = gfc_constructor_append_expr (&newbase, fcn, &(e->where)); 400 new_expr->value.constructor = newbase; 1756 gfc_constructor_base oldbase, newbase; local 1830 newbase = NULL; 1856 new_c = gfc_constructor_append_expr (&newbase, new_expr, &(e->where)); 1865 e->value.constructor = newbase;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-expand.cc | 8890 enum built_in_function oldbase, newbase, tmpbase; 8947 newbase = BUILT_IN_ATOMIC_ADD_FETCH_N; 8951 newbase = BUILT_IN_ATOMIC_SUB_FETCH_N; 8955 newbase = BUILT_IN_ATOMIC_AND_FETCH_N; 8959 newbase = BUILT_IN_ATOMIC_OR_FETCH_N; 8963 newbase = BUILT_IN_ATOMIC_XOR_FETCH_N; 8979 ((need_new ? newbase : oldbase) + index + 1));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-expand.cc | 8782 enum built_in_function oldbase, newbase, tmpbase; 8839 newbase = BUILT_IN_ATOMIC_ADD_FETCH_N; 8843 newbase = BUILT_IN_ATOMIC_SUB_FETCH_N; 8847 newbase = BUILT_IN_ATOMIC_AND_FETCH_N; 8851 newbase = BUILT_IN_ATOMIC_OR_FETCH_N; 8855 newbase = BUILT_IN_ATOMIC_XOR_FETCH_N; 8871 ((need_new ? newbase : oldbase) + index + 1));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm.cc | 14965 rtx newbase = TARGET_THUMB1 ? base_reg_rtx : gen_rtx_REG (SImode, regs[0]); 14966 emit_insn (gen_addsi3 (newbase, base_reg_rtx, GEN_INT (offset))); 14968 base_reg_rtx = newbase;
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm.cc | 15190 rtx newbase = TARGET_THUMB1 ? base_reg_rtx : gen_rtx_REG (SImode, regs[0]); 15191 emit_insn (gen_addsi3 (newbase, base_reg_rtx, GEN_INT (offset))); 15193 base_reg_rtx = newbase;
|