Home
last modified time | relevance | path

Searched refs:bitmask (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-10-stable/sys/sparc64/sparc64/
Ddb_disasm.c809 unsigned int insn, you_lose, bitmask; in db_disasm() local
824 bitmask= (i_ptr->match); in db_disasm()
825 you_lose = (~bitmask); in db_disasm()
827 if (((bitmask>>30) & 0x3) == 0x1) { in db_disasm()
830 } else if (((bitmask>>30) & 0x3) == 0x0) { in db_disasm()
831 if (((bitmask>>22) & 0x7) == 0x4) { in db_disasm()
839 } else if (((bitmask>>30) & 0x3) == 0x2 && in db_disasm()
840 ((bitmask>>19) & 0x3f) == 0x34) /* XXX */ { in db_disasm()
844 } else if (((bitmask>>30) & 0x3) == 0x2 && in db_disasm()
845 ((bitmask>>19) & 0x3f) == 0x3a) /* XXX */ { in db_disasm()
[all …]
/freebsd-10-stable/usr.sbin/ppp/
Dpred.c69 int i, bitmask; in compress() local
76 for (bitmask = 1, i = 0; i < 8 && len; i++, bitmask <<= 1) { in compress()
78 flags |= bitmask; /* Guess was right - don't output */ in compress()
103 int i, bitmask; in decompress() local
110 for (i = 0, bitmask = 1; i < 8; i++, bitmask <<= 1) { in decompress()
111 if (flags & bitmask) { in decompress()
/freebsd-10-stable/crypto/openssl/ssl/
Dd1_both.c128 #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \ argument
131 … for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
134 bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \
135 … for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
136 bitmask[(((end) - 1) >> 3)] |= bitmask_end_values[((end) & 7)]; \
139 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \ argument
143 … if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
145 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
148 # define RSMBLY_BITMASK_PRINT(bitmask, msg_len) { \
151 printf("%d ", (bitmask[ii >> 3] & (1 << (ii & 7))) >> (ii & 7)); \
[all …]
/freebsd-10-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_mode.pod19 SSL_CTX_set_mode() adds the mode set via bitmask in B<mode> to B<ctx>.
22 SSL_set_mode() adds the mode set via bitmask in B<mode> to B<ssl>.
88 SSL_CTX_set_mode() and SSL_set_mode() return the new mode bitmask
91 SSL_CTX_get_mode() and SSL_get_mode() return the current bitmask.
DSSL_CTX_set_options.pod26 SSL_CTX_set_options() adds the options set via bitmask in B<options> to B<ctx>.
29 SSL_set_options() adds the options set via bitmask in B<options> to B<ssl>.
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
35 SSL_clear_options() clears the options set via bitmask in B<options> to B<ssl>.
315 SSL_CTX_set_options() and SSL_set_options() return the new options bitmask
318 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
321 SSL_CTX_get_options() and SSL_get_options() return the current bitmask.
DSSL_set_shutdown.pod23 The shutdown state of an ssl connection is a bitmask of:
DSSL_CTX_set_info_callback.pod48 B<where> is a bitmask made up of the following bits:
/freebsd-10-stable/sys/powerpc/powerpc/
Dcpu.c364 const char *bitmask; in cpu_6xx_setup() local
438 bitmask = HID0_7450_BITMASK; in cpu_6xx_setup()
441 bitmask = HID0_BITMASK; in cpu_6xx_setup()
445 printf("cpu%d: HID0 %b\n", cpuid, (int)hid0, bitmask); in cpu_6xx_setup()
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_transobj.c281 void *bitmask; in mlx5_core_arm_rmp() local
289 bitmask = MLX5_ADDR_OF(modify_rmp_in, in, bitmask); in mlx5_core_arm_rmp()
295 MLX5_SET(rmp_bitmask, bitmask, lwm, 1); in mlx5_core_arm_rmp()
Dmlx5_cmd.c130 ret = find_first_bit(&cmd->bitmask, cmd->max_reg_cmds); in alloc_ent()
141 clear_bit(ent->idx, &cmd->bitmask); in alloc_ent()
154 set_bit(idx, &cmd->bitmask); in free_ent()
1371 vector = ~dev->cmd.bitmask & ((1ul << (1 << dev->cmd.log_sz)) - 1); in mlx5_trigger_cmd_completions()
1653 cmd->bitmask = (1 << cmd->max_reg_cmds) - 1; in mlx5_cmd_init()
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dradix_ipf.c155 if (cur->bitmask & addr[cur->offset]) {
375 nodes[1].bitmask = htonl(0x80000000 >> (nlen & 0x1f));
391 if (key[cur->offset] & cur->bitmask) {
398 if ((key[prev->offset] & prev->bitmask) == 0) {
405 if ((key[nodes[1].offset] & nodes[1].bitmask) == 0) {
680 parent->bitmask = prev->bitmask;
716 if (((cur - 1)->addrkey[found->offset] & found->bitmask) !=
832 node[1].bitmask = htonl(0x80000000);
Dradix_ipf.h33 u_32_t bitmask; member
/freebsd-10-stable/contrib/ipfilter/
Dradix_ipf.c157 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);
Dradix_ipf.h35 u_32_t bitmask; member
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah_regdomain.c140 isChanBitMaskZero(const uint64_t *bitmask) in isChanBitMaskZero() argument
146 if (bitmask[1] != 0) in isChanBitMaskZero()
149 return (bitmask[0] == 0); in isChanBitMaskZero()
244 IS_BIT_SET(int bit, const uint64_t bitmask[]) in IS_BIT_SET() argument
252 return (bitmask[byteOffset] & val) != 0; in IS_BIT_SET()
/freebsd-10-stable/sys/contrib/octeon-sdk/
Dcvmx-dfm-defs.h2268 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;
Dcvmx-lmcx-defs.h6608 uint64_t bitmask : 16; /**< Bitmask generated during deskew settings sweep member
6617 uint64_t bitmask : 16;
6797 uint64_t bitmask : 8; /**< Mask to select bit lanes on which read-leveling member
6819 uint64_t bitmask : 8;
6875 uint64_t bitmask : 64; /**< Bitmask generated during deskew settings sweep member
6880 uint64_t bitmask : 64;
8033 uint64_t bitmask : 8; /**< Mask to select bit lanes on which write-leveling member
8046 uint64_t bitmask : 8;
8091 uint64_t bitmask : 8; /**< Bitmask generated during deskew settings sweep member
8104 uint64_t bitmask : 8;
/freebsd-10-stable/sys/amd64/vmm/amd/
Dsvm.c360 svm_get_intercept(struct svm_softc *sc, int vcpu, int idx, uint32_t bitmask) in svm_get_intercept() argument
367 return (ctrl->intercept[idx] & bitmask ? 1 : 0); in svm_get_intercept()
371 svm_set_intercept(struct svm_softc *sc, int vcpu, int idx, uint32_t bitmask, in svm_set_intercept() argument
383 ctrl->intercept[idx] |= bitmask; in svm_set_intercept()
385 ctrl->intercept[idx] &= ~bitmask; in svm_set_intercept()
395 svm_disable_intercept(struct svm_softc *sc, int vcpu, int off, uint32_t bitmask) in svm_disable_intercept() argument
398 svm_set_intercept(sc, vcpu, off, bitmask, 0); in svm_disable_intercept()
402 svm_enable_intercept(struct svm_softc *sc, int vcpu, int off, uint32_t bitmask) in svm_enable_intercept() argument
405 svm_set_intercept(sc, vcpu, off, bitmask, 1); in svm_enable_intercept()
/freebsd-10-stable/usr.sbin/rtadvd/
Drtadvd.c1355 char bitmask; in find_prefix() local
1363 bitmask = 0xff << (8 - bitlen); in find_prefix()
1369 ((prefix->s6_addr[bytelen] & bitmask) == in find_prefix()
1370 (pfx->pfx_prefix.s6_addr[bytelen] & bitmask))) { in find_prefix()
1384 char bitmask; in prefix_match() local
1391 bitmask = 0xff << (8 - bitlen); in prefix_match()
1397 ((p0->s6_addr[bytelen] & bitmask) == in prefix_match()
1398 (p1->s6_addr[bytelen] & bitmask))) { in prefix_match()
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_int.c915 u32 bitmask) in ecore_int_deassertion_aeu_bit() argument
921 p_bit_name, bitmask); in ecore_int_deassertion_aeu_bit()
950 u32 mask = ~bitmask; in ecore_int_deassertion_aeu_bit()
1077 long unsigned int bitmask; in ecore_int_deassertion() local
1095 bitmask = bits & (((1 << bit_len) - 1) << bit); in ecore_int_deassertion()
1096 bitmask >>= bit; in ecore_int_deassertion()
1098 if (bitmask) { in ecore_int_deassertion()
1103 num = (u8)OSAL_FIND_FIRST_BIT(&bitmask, in ecore_int_deassertion()
1124 bitmask <<= bit; in ecore_int_deassertion()
1131 bitmask); in ecore_int_deassertion()
/freebsd-10-stable/contrib/binutils/include/opcode/
Dscore-inst.h487 unsigned long bitmask; member
/freebsd-10-stable/sys/dev/mxge/
Dif_mxge_var.h318 uint8_t bitmask; member
/freebsd-10-stable/contrib/gcc/doc/
Doptions.texi69 appropriate bitmask. �It will also declare a @code{TARGET_@var{x}}
188 bitmask. It will also declare a @code{TARGET_@var{name}} macro that has
/freebsd-10-stable/sys/ia64/ia64/
Dpmap.c2176 u_long inuse, bitmask; in pmap_remove_pages() local
2190 bitmask = 1UL << bit; in pmap_remove_pages()
2193 inuse &= ~bitmask; in pmap_remove_pages()
2211 pc->pc_map[field] |= bitmask; in pmap_remove_pages()
/freebsd-10-stable/sys/amd64/vmm/
Dvmm_instruction_emul.c1377 int error, bitmask, bitoff; in emulate_bittest() local
1399 bitmask = vie->opsize * 8 - 1; in emulate_bittest()
1400 bitoff = vie->immediate & bitmask; in emulate_bittest()

123