HomeSort by: relevance | last modified time | path
    Searched refs:ones (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_powerpc64_asm.S 10 # floating point, and vector parameters, so that we only spill those live ones.
151 # floating point, and vector parameters, so that we only spill those live ones.
  /src/usr.bin/make/unit-tests/
deptgt.exp 23 make: deptgt.mk:64: warning: Special and mundane targets don't mix. Mundane ones ignored
deptgt.mk 63 # expect+1: warning: Special and mundane targets don't mix. Mundane ones ignored
sh-flags.mk 10 # remaining ones.
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.h 71 u_char *ones; member in struct:radix_softc
radix_ipf.c 785 /* "2" is used as the all ones sentinel, leaving node "1" as the root from */
788 /* the zeroes and ones data rather than have one per head. */
820 node[2].addrkey = (u_32_t *)softr->ones;
871 softr->ones = softr->zeros + sizeof(addrfamily_t);
888 memset(softr->ones, 0xff, sizeof(addrfamily_t));
  /src/compat/
exec.mk 22 # of these, savecore, crash and kgmon are the only ones that
  /src/sys/dev/ic/
rs5c313.c 177 int ones = rs5c313_read_reg(sc, RS5C313_ ## y ## 1); \
179 dt->dt_ ## x = tens * 10 + ones; \
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_misc.c 53 static const uint8_t ones[IEEE80211_ADDR_LEN] = local
55 OS_MEMCPY(mask, ones, IEEE80211_ADDR_LEN);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 363 sljit_s32 negated, ones, right; local
407 COUNT_TRAILING_ZERO(imm, ones);
418 return ins | ((len - ones - 1) << 10) | ((len - ones - right) << 16);
420 return ins | ((ones - 1) << 10) | ((len - right) << 16);
428 sljit_s32 i, zeros, ones, first; local
466 ones = 0;
471 ones++;
477 if (ones > zeros) {
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_misc.c 53 static const uint8_t ones[IEEE80211_ADDR_LEN] = local
55 OS_MEMCPY(mask, ones, IEEE80211_ADDR_LEN);
  /src/usr.sbin/sysinst/
README.md_defs 72 when UEFI installs do not need any bootblocks, but BIOS ones do.
msg.mi.en 189 or remove existing ones and apply the default partition sizes.}
msg.mi.es 191 or remove existing ones and apply the default partition sizes.}
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 37 | oc_cksum: ones complement 16 bit checksum for MC68020.
  /src/sys/arch/i386/bioscall/
biostramp.S 158 # set up new stack: save old ones, create new segs
  /src/sys/arch/m68k/m68k/
oc_cksum.s 33 | oc_cksum: ones complement 16 bit checksum for MC68020.
  /src/distrib/utils/embedded/
mkimage 198 -x Load the X sets too, not just the base ones
  /src/games/warp/
config.h.SH 109 * should be used, as opposed to the ones in 4.1bsd (sigset, etc.).
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 39 int i, ones = 0; local
42 ones += hweight8(ksv[i]);
43 if (ones != 20)
  /src/share/mk/
bsd.x11.mk 426 # These ones used to appear as __foo__ but may be now @foo@.
bsd.prog.mk 272 # These ones have "_" in the variable name and "-" in the path.
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 216 # Add these defs to the ones dumped into +BUILD_DEFS
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 1356 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1625 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1934 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled & set
2170 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
2538 # The packed operand is an INF or a NAN if the exponent field is all ones.
2658 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enable and set
12940 # The packed operand is an INF or a NAN if the exponent field is all ones.
fpsp.s 1356 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1625 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1934 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled & set
2170 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
2538 # The packed operand is an INF or a NAN if the exponent field is all ones.
2658 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enable and set
4190 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled and set
22979 # The packed operand is an INF or a NAN if the exponent field is all ones.

Completed in 59 milliseconds

1 2