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

1 2 3 4

  /src/external/bsd/ipf/dist/lib/
printmask.c 20 int ones; local
24 } else if ((ones = count4bits(*mask)) == -1) {
28 PRINTF("/%d", ones);
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
add_n.asm 79 ldq u1, 0(r17) C L0 get next ones
83 ldq u0, 8(r17) C L0 get next ones
88 ldq u1, 16(r17) C L0 get next ones
96 $ret5f: ldq u0, 24(r17) C L0 get next ones
104 ldq u1, 32(r17) C L0 get next ones
124 $ret7: ldq u0, 0(r17) C L0 get next ones
134 ldq u1, 8(r17) C L0 get next ones
144 $ret1: ldq u0, 16(r17) C L0 get next ones
154 ldq u1, 24(r17) C L0 get next ones
164 $ret3: ldq u0, 32(r17) C L0 get next ones
    [all...]
sub_n.asm 79 ldq u1, 0(r17) C L0 get next ones
83 ldq u0, 8(r17) C L0 get next ones
88 ldq u1, 16(r17) C L0 get next ones
96 $ret5f: ldq u0, 24(r17) C L0 get next ones
104 ldq u1, 32(r17) C L0 get next ones
124 $ret7: ldq u0, 0(r17) C L0 get next ones
134 ldq u1, 8(r17) C L0 get next ones
144 $ret1: ldq u0, 16(r17) C L0 get next ones
154 ldq u1, 24(r17) C L0 get next ones
164 $ret3: ldq u0, 32(r17) C L0 get next ones
    [all...]
  /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
  /src/external/bsd/ipf/dist/
radix_ipf.h 71 u_char *ones; member in struct:radix_softc
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
com.asm 44 C Take the bitwise ones-complement of src,size and write it to dst,size.
69 pcmpeqd %mm7, %mm7 C all ones
logops_n.asm 94 C Unaligned movq loads and stores are a bit slower than aligned ones. The
187 pcmpeqd %mm7, %mm7 C all ones
  /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/external/gpl3/gcc.old/dist/libgcc/config/rl78/
smaxdi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
smindi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
umaxdi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
umindi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
smaxdi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
smindi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
umaxdi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
umindi3.S 40 ; use 16-bit compares from the most significant words downto the least significant 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.

Completed in 35 milliseconds

1 2 3 4