Home
last modified time | relevance | path

Searched refs:bval (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/sys/net/npf/
H A Dnpf_portmap.c282 uint64_t bval, b;
287 bval = atomic_load_relaxed(&bm->bits0[i]);
293 if (bval == 0)
298 if ((bval & PORTMAP_L1_TAG) == 0)
299 return bitmap_word_isset(bval, chunk_bit);
302 bm1 = PORTMAP_L1_GET(bval);
314 uint64_t bval, b, oval, nval; in bitmap_set() local
320 bval = bm->bits0[i]; in bitmap_set()
322 if ((bval & PORTMAP_L1_TAG) == 0) { in bitmap_set()
326 if (bitmap_word_isset(bval, chunk_bit)) { in bitmap_set()
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dip2k.cpu569 (sequence ((QI result) (BI newcbit) (QI isLreg) (HI 16bval))
579 (set 16bval (reg h-spr (sub (ifield f-reg) 1)))
580 (set 16bval (sll 16bval 8))
581 (set 16bval (or 16bval (and (reg h-spr (ifield f-reg)) #xFF)))
582 (set 16bval (addc HI 16bval w cbit))
583 (set (reg h-spr (ifield f-reg)) (and 16bval #xFF))
585 (and (srl 16bval 8) #xFF))
616 (sequence ((QI isLreg) (HI 16bval))
625 (set 16bval (reg h-spr (sub (ifield f-reg) 1)))
626 (set 16bval (sll 16bval 8))
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dip2k.cpu569 (sequence ((QI result) (BI newcbit) (QI isLreg) (HI 16bval))
579 (set 16bval (reg h-spr (sub (ifield f-reg) 1)))
580 (set 16bval (sll 16bval 8))
581 (set 16bval (or 16bval (and (reg h-spr (ifield f-reg)) #xFF)))
582 (set 16bval (addc HI 16bval w cbit))
583 (set (reg h-spr (ifield f-reg)) (and 16bval #xFF))
585 (and (srl 16bval 8) #xFF))
616 (sequence ((QI isLreg) (HI 16bval))
625 (set 16bval (reg h-spr (sub (ifield f-reg) 1)))
626 (set 16bval (sll 16bval 8))
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dip2k.cpu569 (sequence ((QI result) (BI newcbit) (QI isLreg) (HI 16bval))
579 (set 16bval (reg h-spr (sub (ifield f-reg) 1)))
580 (set 16bval (sll 16bval 8))
581 (set 16bval (or 16bval (and (reg h-spr (ifield f-reg)) #xFF)))
582 (set 16bval (addc HI 16bval w cbit))
583 (set (reg h-spr (ifield f-reg)) (and 16bval #xFF))
585 (and (srl 16bval 8) #xFF))
616 (sequence ((QI isLreg) (HI 16bval))
625 (set 16bval (reg h-spr (sub (ifield f-reg) 1)))
626 (set 16bval (sll 16bval 8))
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dip2k.cpu569 (sequence ((QI result) (BI newcbit) (QI isLreg) (HI 16bval))
579 (set 16bval (reg h-spr (sub (ifield f-reg) 1)))
580 (set 16bval (sll 16bval 8))
581 (set 16bval (or 16bval (and (reg h-spr (ifield f-reg)) #xFF)))
582 (set 16bval (addc HI 16bval w cbit))
583 (set (reg h-spr (ifield f-reg)) (and 16bval #xFF))
585 (and (srl 16bval 8) #xFF))
616 (sequence ((QI isLreg) (HI 16bval))
625 (set 16bval (reg h-spr (sub (ifield f-reg) 1)))
626 (set 16bval (sll 16bval 8))
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-template.c417 TESTSeqOf5 *bval = b; in cmp_test_seqof5() local
419 IF_OPT_COMPARE(aval, bval, outer) { in cmp_test_seqof5()
420 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u0); in cmp_test_seqof5()
421 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s0); in cmp_test_seqof5()
422 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u1); in cmp_test_seqof5()
423 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s1); in cmp_test_seqof5()
424 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u2); in cmp_test_seqof5()
425 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s2); in cmp_test_seqof5()
426 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u3); in cmp_test_seqof5()
427 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s3); in cmp_test_seqof5()
[all …]
H A Dcheck-gen.c1685 TESTSeqOf5 *bval = b; in cmp_test_seqof5() local
1687 IF_OPT_COMPARE(aval, bval, outer) { in cmp_test_seqof5()
1688 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u0); in cmp_test_seqof5()
1689 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s0); in cmp_test_seqof5()
1690 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u1); in cmp_test_seqof5()
1691 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s1); in cmp_test_seqof5()
1692 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u2); in cmp_test_seqof5()
1693 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s2); in cmp_test_seqof5()
1694 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u3); in cmp_test_seqof5()
1695 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s3); in cmp_test_seqof5()
[all …]
/netbsd-src/sys/dev/acpi/
H A Ddwcmmc_acpi.c152 bool bval; in dwcmmc_acpi_init_props() local
169 bval = false; in dwcmmc_acpi_init_props()
170 acpi_dsd_bool(handle, "non-removable", &bval); in dwcmmc_acpi_init_props()
171 if (bval) { in dwcmmc_acpi_init_props()
174 bval = false; in dwcmmc_acpi_init_props()
175 acpi_dsd_bool(handle, "broken-cd", &bval); in dwcmmc_acpi_init_props()
176 if (bval) { in dwcmmc_acpi_init_props()
/netbsd-src/lib/libc/db/recno/
H A Drec_get.c179 int bval, ch; in __rec_vpipe() local
182 bval = t->bt_bval; in __rec_vpipe()
186 if ((ch = getc(t->bt_rfp)) == EOF || ch == bval) { in __rec_vpipe()
280 int bval; in __rec_vmap() local
284 bval = t->bt_bval; in __rec_vmap()
291 for (data.data = sp; sp < ep && *sp != bval; ++sp); in __rec_vmap()
H A Drec_open.c110 t->bt_bval = openinfo->bval; in __rec_open()
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Ddecode.c736 struct berval data, *bval, **bvp, ***bvpp; in ber_scanf() local
805 bval = va_arg( ap, struct berval * ); in ber_scanf()
806 rc = ber_get_stringbv( ber, bval, 0 ); in ber_scanf()
831 bval = va_arg( ap, struct berval * ); in ber_scanf()
832 rc = ber_get_stringbv( ber, bval, LBER_BV_ALLOC ); in ber_scanf()
954 bval = va_arg( ap, struct berval * ); in ber_scanf()
955 BER_BVZERO( bval ); in ber_scanf()
967 bval = va_arg( ap, struct berval * ); in ber_scanf()
968 ber_memfree_x( bval->bv_val, ber->ber_memctx ); in ber_scanf()
969 BER_BVZERO( bval ); in ber_scanf()
/netbsd-src/sys/arch/evbarm/mini2440/
H A Daudio_mini2440.c442 char bval = (value >> i) & 0x1; in uda_ssio_l3_write() local
446 reg = GPIO_SET_DATA(reg, L3DATA, bval); in uda_ssio_l3_write()
453 reg = GPIO_SET_DATA(reg, L3DATA, bval); in uda_ssio_l3_write()
/netbsd-src/sys/dev/usb/
H A Dif_axen.c676 uint8_t bval = 0; in axen_attach()
679 axen_cmd(un, cmd, 1, AXEN_FW_MODE_178A179, &bval); in axen_attach()
909 uint8_t bval; in axen_uno_init() local
918 bval = 0x01; in axen_uno_init()
919 axen_cmd(un, AXEN_CMD_MAC_WRITE, 1, AXEN_UNK_28, &bval); in axen_uno_init()
/netbsd-src/external/cddl/osnet/dist/lib/pyzfs/common/
H A Dioctl.c87 boolean_t bval; in nvl2py() local
112 (void) nvpair_value_boolean_value(nvp, &bval); in nvl2py()
113 pyval = Py_BuildValue("i", bval); in nvl2py()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c2148 tree bval = binding->value; in supplement_binding_1() local
2150 tree target_bval = strip_using_decl (bval); in supplement_binding_1()
2195 binding->type = bval; in supplement_binding_1()
2238 && TREE_CODE (bval) == NAMESPACE_DECL in supplement_binding_1()
2240 && DECL_NAMESPACE_ALIAS (bval) in supplement_binding_1()
2241 && ORIGINAL_NAMESPACE (bval) == ORIGINAL_NAMESPACE (decl)) in supplement_binding_1()
2251 if (!error_operand_p (bval)) in supplement_binding_1()
2252 diagnose_name_conflict (decl, bval); in supplement_binding_1()
2262 diagnose_name_conflict (tree decl, tree bval) in diagnose_name_conflict() argument
2264 if (TREE_CODE (decl) == TREE_CODE (bval) in diagnose_name_conflict()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc2580 tree bval = binding->value; in supplement_binding() local
2582 tree target_bval = strip_using_decl (bval); in supplement_binding()
2627 binding->type = bval; in supplement_binding()
2670 && TREE_CODE (bval) == NAMESPACE_DECL in supplement_binding()
2672 && DECL_NAMESPACE_ALIAS (bval) in supplement_binding()
2673 && ORIGINAL_NAMESPACE (bval) == ORIGINAL_NAMESPACE (decl)) in supplement_binding()
2681 else if (TREE_CODE (bval) == USING_DECL in supplement_binding()
2687 if (!error_operand_p (bval)) in supplement_binding()
2688 diagnose_name_conflict (decl, bval); in supplement_binding()
2702 diagnose_name_conflict (tree decl, tree bval) in diagnose_name_conflict() argument
[all …]
/netbsd-src/games/rogue/
H A Droom.c67 boolean *bval; member
569 *(options[i].bval) = (((ch == 't') || (ch == 'T')) ? 1 : 0); in edit_opts()
631 s = *(opt->bval) ? "True" : "False"; in opt_show()
/netbsd-src/external/bsd/nvi/dist/ip/
H A Dip_funcs.c161 ip_busy(SCR *sp, const char *str, busy_t bval) in ip_busy() argument
167 switch (bval) { in ip_busy()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h145 Slapi_Value *slapi_value_new_berval(const struct berval *bval);
149 Slapi_Value *slapi_value_init_berval(Slapi_Value *v, struct berval *bval);
154 Slapi_Value *slapi_value_set_berval( Slapi_Value *value, const struct berval *bval );
312 int slapi_filter_get_ava( Slapi_Filter *f, char **type, struct berval **bval );
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c1517 struct berval **bval ) in slapi_filter_get_ava() argument
1523 assert( bval != NULL ); in slapi_filter_get_ava()
1526 *bval = NULL; in slapi_filter_get_ava()
1538 *bval = &f->f_un.f_un_ava->aa_value; in slapi_filter_get_ava()
2310 Slapi_Value *slapi_value_new_berval(const struct berval *bval) in slapi_value_new_berval() argument
2312 return ber_dupbv( NULL, (struct berval *)bval ); in slapi_value_new_berval()
2338 Slapi_Value *slapi_value_init_berval(Slapi_Value *v, struct berval *bval) in slapi_value_init_berval() argument
2340 return ber_dupbv( v, bval ); in slapi_value_init_berval()
2373 Slapi_Value *slapi_value_set_berval( Slapi_Value *value, const struct berval *bval ) in slapi_value_set_berval() argument
2381 slapi_value_init_berval( value, (struct berval *)bval ); in slapi_value_set_berval()
/netbsd-src/include/
H A Ddb.h169 uint8_t bval; /* delimiting byte (variable-length records */ member
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldifutil.c66 static int parse_ldif_control LDAP_P(( struct berval *bval, LDAPControl ***ppctrls ));
611 struct berval *bval, in parse_ldif_control() argument
625 s = bval->bv_val; in parse_ldif_control()
/netbsd-src/sys/dev/isa/
H A Dif_ix.c628 uint8_t bpat, bval; in ix_attach() local
758 bval = bus_space_read_1(iot, ioh, IX_DATAPORT); in ix_attach()
760 if (bval != bpat) in ix_attach()
/netbsd-src/sys/dev/ic/
H A Ddwc_eqos.c1335 bool bval; in eqos_axi_configure()
1338 if (prop_dictionary_get_bool(prop, "snps,mixed-burst", &bval) && bval) { in eqos_axi_configure()
1341 if (prop_dictionary_get_bool(prop, "snps,fixed-burst", &bval) && bval) { in eqos_setup_dma()
1310 bool bval; eqos_axi_configure() local
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc322 tree bval = binding->value; in supplement_binding() local
324 tree target_bval = strip_using_decl (bval); in supplement_binding()
371 binding->type = bval; in supplement_binding()
414 && TREE_CODE (bval) == NAMESPACE_DECL in supplement_binding()
416 && DECL_NAMESPACE_ALIAS (bval) in supplement_binding()
417 && ORIGINAL_NAMESPACE (bval) == ORIGINAL_NAMESPACE (decl)) in supplement_binding()

123