HomeSort by: relevance | last modified time | path
    Searched defs:far (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hack/
hack.fight.c 110 boolean far = (dist(magr->mx, magr->my) > 15); local
111 if (far != far_noise || moves - noisetime > 10) {
112 far_noise = far;
115 far ? " in the distance" : "");
  /src/sys/arch/arm/arm32/
fault.c 190 data_abort_fixup(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l)
221 dab_fatal(tf, fsr, far, l, NULL);
235 u_int far, fsr; local
245 /* Grab FAR/FSR before enabling interrupts */
246 far = cpu_faultaddress();
264 UVMHIST_LOG(maphist, " (l=%#jx, far=%#jx, fsr=%#jx",
265 (uintptr_t)l, far, fsr, 0);
280 printf("%s: data_aborts fsr=0x%x far=0x%x\n",
281 __func__, fsr, far);
283 if ((data_aborts[fsr & FAULT_TYPE_MASK].func)(tf, fsr, far,
    [all...]
  /src/external/gpl2/mkhybrid/dist/include/
mconfig.h 234 # define far macro
241 # define far macro
253 # define far macro
260 # define far macro
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 8094 bool far = false;
8098 far = true;
8100 if (far)
8153 int spaces = 8, far;
8156 /* v9 branches are limited to +-1MB. If it is too far away,
8177 far = TARGET_V9 && (get_attr_length (insn) >= 3);
8178 if (reversed ^ far)
8304 if (annul && ! far)
8316 if (! far && insn && INSN_ADDRESSES_SET_P ())
8364 >= profile_probability::even ()) ^ far)
8079 bool far = false; local
8138 int spaces = 8, far; local
8613 int far, emit_nop, len; local
8735 int far; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 2073 is generated. So far we only have some ad-hoc observations:
2586 int far;
2597 far = 0;
2603 far = 1;
2650 if (far && flag_pic && TARGET_SH2)
2656 if (far)
2660 if (far && flag_pic)
2667 output_asm_insn (far ? ".long %O2" : ".word %O2-%O0", &this_jmp.lab);
5140 we have gathered so far.
5598 jump / far branch right now, and thus exposing all constituen
2580 int far; local
    [all...]

Completed in 35 milliseconds