Searched refs:ones (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintmask.c20 int ones; local
24 } else if ((ones = count4bits(*mask)) == -1) {
28 PRINTF("/%d", ones);
/freebsd-11-stable/tools/regression/nfsmmap/test1/
H A Dtest1.c11 char ones[200]; local
14 memset(ones, 1, sizeof ones);
31 if (write(fd, ones, sizeof ones) < 0)
32 err(1, "writing ones");
/freebsd-11-stable/tools/regression/nfsmmap/test2/
H A Dtest2.c11 char ones[200]; local
14 memset(ones, 1, sizeof ones);
31 if (write(fd, ones, sizeof ones) < 0)
32 err(1, "writing ones");
/freebsd-11-stable/sys/dev/rndtest/
H A Drndtest.c186 int i, ones = 0, j; local
193 ones++;
195 if (ones > RNDTEST_MONOBIT_MINONES &&
196 ones < RNDTEST_MONOBIT_MAXONES) {
199 RNDTEST_MONOBIT_MINONES, ones,
205 "monobit failed (%d ones)", ones);
227 int i, j, ones, zeros, rv = 0; local
233 ones = zeros = 0;
238 ones
299 int i, j, ones = 0, zeros = 0, maxones = 0, maxzeros = 0; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-address.h131 uint64_t ones :33; member in struct:__anon8430::__anon8433
167 uint64_t ones : 49; member in struct:__anon8430::__anon8438
174 uint64_t ones : 49; member in struct:__anon8430::__anon8439
/freebsd-11-stable/stand/i386/libi386/
H A Dsmbios.c155 int byteorder, i, ones, zeros; local
160 for (i = 0, ones = 0, zeros = 0; i < UUID_SIZE; i += UUID_STEP) {
163 ones++;
164 else if (ones == 0 && n == 1)
170 if (ones != UUID_ALL_BITS && zeros != UUID_ALL_BITS) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S10 # 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.
/freebsd-11-stable/contrib/ipfilter/
H A Dradix_ipf.h71 u_char *ones; member in struct:radix_softc
H A Dradix_ipf.c807 /* "2" is used as the all ones sentinel, leaving node "1" as the root from */
810 /* the zeroes and ones data rather than have one per head. */
844 node[2].addrkey = (u_32_t *)softr->ones;
896 softr->ones = softr->zeros + sizeof(addrfamily_t);
914 memset(softr->ones, 0xff, sizeof(addrfamily_t));
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.h69 u_char *ones; member in struct:radix_softc
H A Dradix_ipf.c807 /* "2" is used as the all ones sentinel, leaving node "1" as the root from */
810 /* the zeroes and ones data rather than have one per head. */
844 node[2].addrkey = (u_32_t *)softr->ones;
896 softr->ones = softr->zeros + sizeof(addrfamily_t);
914 memset(softr->ones, 0xff, sizeof(addrfamily_t));
/freebsd-11-stable/tools/tools/termcap/
H A Dtermcap.pl41 Show all lengths or the ones for terminals matching [term]
/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.c407 uint64_t ones; local
425 ones = 0;
428 ones |= parray[x].seq;
432 /* compute bits which are not constant into "ones" */
433 ones &= zeros;
434 if (ones == 0)
438 ones = tcp_lro_msb_64(ones);
446 if (parray[y].seq & ones)
460 /* sort ones */
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk87 # Export our selection - sans tricky ones
H A Ddirdeps.mk602 # the :M*/*/*.* just tries to limit the dirs we check to likely ones.
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c53 static const uint8_t ones[IEEE80211_ADDR_LEN] = local
55 OS_MEMCPY(mask, ones, IEEE80211_ADDR_LEN);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c53 static const uint8_t ones[IEEE80211_ADDR_LEN] = local
55 OS_MEMCPY(mask, ones, IEEE80211_ADDR_LEN);
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk5 # and ones that act like they are part of %RULES.
235 # as those are the only ones we will include.
/freebsd-11-stable/contrib/gcc/
H A Dmodulo-sched.c1724 sbitmap ones = sbitmap_alloc (num_nodes);
1727 sbitmap_ones (ones);
1754 sbitmap_difference (tmp, ones, prev_sccs);
1760 sbitmap_free (ones);
1720 sbitmap ones = sbitmap_alloc (num_nodes); local
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk190 # as those are the only ones we will include.
H A Ddirdeps.mk534 # the :M*/*/*.* just tries to limit the dirs we check to likely ones.
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S258 ! VIS code paths are still slower than integer-only ones.
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c265 * tic run, but not about overwriting ones that predate it.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql1199 /* Select all committable externals, i.e. only unpegged ones on the same
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S1499 sltu t8, zero, t8 # dont lose any ones

Completed in 493 milliseconds

12