| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lgc.h | 80 #define bitmask(b) (1<<(b)) macro 81 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) 82 #define l_setbit(x,b) setbits(x, bitmask(b)) 83 #define resetbit(x,b) resetbits(x, bitmask(b)) 84 #define testbit(x,b) testbits(x, bitmask(b)) 103 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
|
| H A D | lgc.c | 725 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist() 726 tostop = bitmask(OLDBIT); /* do not sweep old generation */ in sweeplist() 924 (bitmask(GCSsweepstring) | bitmask(GCSsweepudata) | bitmask(GCSsweep)) 956 luaC_runtilstate(L, bitmask(GCSpropagate)); in luaC_changemode() 1125 luaC_runtilstate(L, bitmask(GCSpause)); /* run complete (minor) cycle */ in generationalcollection() 1204 luaC_runtilstate(L, bitmask(GCSpause)); in luaC_fullgc() 1205 luaC_runtilstate(L, ~bitmask(GCSpause)); /* start new collection */ in luaC_fullgc() 1206 luaC_runtilstate(L, bitmask(GCSpause)); /* run entire collection */ in luaC_fullgc() 1209 luaC_runtilstate(L, bitmask(GCSpropagate)); in luaC_fullgc()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lgc.h | 30 #define bitmask(b) (1<<(b)) macro 31 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) 32 #define l_setbit(x,b) setbits(x, bitmask(b)) 33 #define resetbit(x,b) resetbits(x, bitmask(b)) 34 #define testbit(x,b) testbits(x, bitmask(b))
|
| H A D | lgc.c | 32 #define maskmarks cast_byte(~(bitmask(BLACKBIT)|WHITEBITS)) 47 #define KEYWEAK bitmask(KEYWEAKBIT) 48 #define VALUEWEAK bitmask(VALUEWEAKBIT) 420 lua_assert(isdead(g, curr) || deadmask == bitmask(SFIXEDBIT)); in sweeplist() 486 g->currentwhite = WHITEBITS | bitmask(SFIXEDBIT); /* mask to collect all elements */ in luaC_freeall()
|
| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | cat.c | 37 bits_count(uint64_t bitmask) in bits_count() argument 41 for (; bitmask != 0; count++) in bits_count() 42 bitmask &= bitmask - 1; in bits_count() 165 is_contiguous(uint64_t bitmask) in is_contiguous() argument 170 const unsigned max_idx = (sizeof(bitmask) * CHAR_BIT); in is_contiguous() 172 if (bitmask == 0) in is_contiguous() 176 if (((1ULL << i) & bitmask) != 0) in is_contiguous() 182 if (bits_count(bitmask) != j) { in is_contiguous() 184 (unsigned long long)bitmask); in is_contiguous()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/tegra/ |
| H A D | nvidia,tegra114-mipi.txt | 10 - #nvidia,mipi-calibrate-cells: Should be 1. The cell is a bitmask of the pads 14 phandle to refer to the calibration controller node and a bitmask of the pads
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_ahci.c | 73 imx6_ahci_phy_ctrl(struct ahci_controller* sc, uint32_t bitmask, bool on) in imx6_ahci_phy_ctrl() argument 81 v |= bitmask; in imx6_ahci_phy_ctrl() 83 v &= ~bitmask; in imx6_ahci_phy_ctrl()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_cat.rst | 18 bitmasks. In current CAT implementations, a bit in a COS bitmask corresponds to 25 The number of classes and number of valid bits in a COS bitmask is CPU model 26 specific and COS bitmasks need to be contiguous. Sample code calls this bitmask 27 ``cbm`` or capacity bitmask. 95 where ``cbm`` stands for capacity bitmask and must be expressed in
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-stmpe.txt | 8 - st,norequest-mask: bitmask specifying which GPIOs should _not_ be requestable
|
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | ti,c64x+timer64.txt | 16 - ti,core-mask: on multi-core SoCs, bitmask of cores allowed to use this timer.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | keystone-pll.txt | 48 - bit-mask : arbitrary bitmask for programming the mux 70 - bit-mask : arbitrary bitmask for programming the divider
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | stmpe-adc.txt | 10 - st,norequest-mask: bitmask specifying which ADC channels should _not_ be
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | radix_ipf.c | 157 if (cur->bitmask & addr[cur->offset]) { 377 nodes[1].bitmask = htonl(0x80000000 >> (nlen & 0x1f)); 393 if (key[cur->offset] & cur->bitmask) { 400 if ((key[prev->offset] & prev->bitmask) == 0) { 407 if ((key[nodes[1].offset] & nodes[1].bitmask) == 0) { 682 parent->bitmask = prev->bitmask; 718 if (((cur - 1)->addrkey[found->offset] & found->bitmask) != 834 node[1].bitmask = htonl(0x80000000);
|
| H A D | radix_ipf.h | 33 u_32_t bitmask; member
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-dfm-defs.h | 2268 uint64_t bitmask : 8; /**< Mask to select bit lanes on which read-leveling member 2286 uint64_t bitmask : 8; 2333 uint64_t bitmask : 64; /**< Bitmask generated during deskew settings sweep member 2338 uint64_t bitmask : 64; 3019 uint64_t bitmask : 8; /**< Mask to select bit lanes on which write-leveling member 3033 uint64_t bitmask : 8; 3075 uint64_t bitmask : 8; /**< Bitmask generated during deskew settings sweep member 3088 uint64_t bitmask : 8;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | fsl-sec2.txt | 15 - fsl,exec-units-mask : The bitmask representing what execution units 33 - fsl,descriptor-types-mask : The bitmask representing what descriptors
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 370 pf->fdir.flex_mask[pctype].bitmask[i].offset = 0; in i40e_init_flx_pld() 371 pf->fdir.flex_mask[pctype].bitmask[i].mask = 0; in i40e_init_flx_pld() 615 flex_mask->bitmask[nb_bitmask].mask = ~mask_tmp; in i40e_set_flex_mask_on_pctype() 616 flex_mask->bitmask[nb_bitmask].offset = in i40e_set_flex_mask_on_pctype() 629 fd_mask = (flex_mask->bitmask[i].mask << in i40e_set_flex_mask_on_pctype() 632 fd_mask |= ((flex_mask->bitmask[i].offset + in i40e_set_flex_mask_on_pctype() 1537 flex_mask.bitmask[nb_bitmask].mask = ~mask_tmp; in i40e_flow_store_flex_mask() 1538 flex_mask.bitmask[nb_bitmask].offset = in i40e_flow_store_flex_mask() 1579 fd_mask = (flex_mask->bitmask[i].mask << in i40e_flow_set_fdir_flex_msk() 1582 fd_mask |= ((flex_mask->bitmask[i].offset + in i40e_flow_set_fdir_flex_msk() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/bus/ |
| H A D | brcm,gisb-arb.txt | 17 - brcm,gisb-arb-master-mask: 32-bits wide bitmask used to specify which GISB
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 73 Set the hexadecimal bitmask of the cores running the packet forwarding test. 78 Set the hexadecimal bitmask of the ports used by the packet forwarding test. 430 Set the hexadecimal bitmask of TX queue offloads. 435 Set the hexadecimal bitmask of RX queue offloads. 512 Set the hexadecimal bitmask of RX multi queue mode which can be enabled. 527 Set the hairpin port mode with bitmask, only valid when hairpin queues number is set.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | cpus.txt | 32 snooped. This property defines a bitmask which selects the bit
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | renesas,nbpfaxi.txt | 18 slave is connected, the second one is flags. Flags is a bitmask
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_int.c | 951 u32 bitmask) in ecore_int_deassertion_aeu_bit() argument 957 p_bit_name, bitmask); in ecore_int_deassertion_aeu_bit() 996 u32 mask = ~bitmask; in ecore_int_deassertion_aeu_bit() 1124 unsigned long int bitmask; in ecore_int_deassertion() local 1141 bitmask = bits & (((1 << bit_len) - 1) << bit); in ecore_int_deassertion() 1142 bitmask >>= bit; in ecore_int_deassertion() 1144 if (bitmask) { in ecore_int_deassertion() 1149 num = (u8)OSAL_FIND_FIRST_BIT(&bitmask, in ecore_int_deassertion() 1170 bitmask <<= bit; in ecore_int_deassertion() 1177 bitmask); in ecore_int_deassertion()
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 494 uint32_t bitmask = 0; in convert_depth_to_bitmask() local 498 bitmask |= (1 << (31 - j)); in convert_depth_to_bitmask() 499 return bitmask; in convert_depth_to_bitmask()
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 9 Set the hexadecimal bitmask of the cores to run on. 42 Hexadecimal bitmask of cores to be used as service cores.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | mdio-mux-mmioreg.txt | 25 A bitmask of 0x6 means that bits 1 and 2 (bit 0 is lsb) are the bits on
|