| /freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| HD | tst.lquantzero.d.out | 4 value ------------- Distribution ------------- count 9 value ------------- Distribution ------------- count 14 value ------------- Distribution ------------- count 19 value ------------- Distribution ------------- count 24 value ------------- Distribution ------------- count 29 value ------------- Distribution ------------- count 34 value ------------- Distribution ------------- count 39 value ------------- Distribution ------------- count 44 value ------------- Distribution ------------- count 49 value ------------- Distribution ------------- count [all …]
|
| HD | tst.negorder.d.out | 4 value ------------- Distribution ------------- count 10 value ------------- Distribution ------------- count 16 value ------------- Distribution ------------- count 22 value ------------- Distribution ------------- count 28 value ------------- Distribution ------------- count 34 value ------------- Distribution ------------- count 40 value ------------- Distribution ------------- count 46 value ------------- Distribution ------------- count 52 value ------------- Distribution ------------- count 58 value ------------- Distribution ------------- count [all …]
|
| HD | tst.quantmany.d.out | 3 value ------------- Distribution ------------- count 10 value ------------- Distribution ------------- count 21 value ------------- Distribution ------------- count 34 value ------------- Distribution ------------- count 49 value ------------- Distribution ------------- count 66 value ------------- Distribution ------------- count 85 value ------------- Distribution ------------- count 106 value ------------- Distribution ------------- count 129 value ------------- Distribution ------------- count 154 value ------------- Distribution ------------- count [all …]
|
| HD | tst.quantzero.d.out | 3 value ------------- Distribution ------------- count 9 value ------------- Distribution ------------- count 15 value ------------- Distribution ------------- count 21 value ------------- Distribution ------------- count 27 value ------------- Distribution ------------- count 33 value ------------- Distribution ------------- count 39 value ------------- Distribution ------------- count 45 value ------------- Distribution ------------- count 51 value ------------- Distribution ------------- count 57 value ------------- Distribution ------------- count [all …]
|
| /freebsd-13-stable/libexec/getty/ |
| HD | gettytab.h | 40 char *value; /* value that we find there */ member 46 long value; /* number we find there */ member 54 char value; /* true/false flag */ member 61 #define NX gettystrs[0].value 62 #define CL gettystrs[1].value 63 #define IM gettystrs[2].value 64 #define LM gettystrs[3].value 65 #define ER gettystrs[4].value 66 #define KL gettystrs[5].value 67 #define ET gettystrs[6].value [all …]
|
| /freebsd-13-stable/sys/contrib/dev/rtw89/ |
| HD | cam.h | 15 static inline void FWCMD_SET_ADDR_IDX(void *cmd, u32 value) in FWCMD_SET_ADDR_IDX() argument 17 le32p_replace_bits((__le32 *)(cmd) + 1, value, GENMASK(7, 0)); in FWCMD_SET_ADDR_IDX() 20 static inline void FWCMD_SET_ADDR_OFFSET(void *cmd, u32 value) in FWCMD_SET_ADDR_OFFSET() argument 22 le32p_replace_bits((__le32 *)(cmd) + 1, value, GENMASK(15, 8)); in FWCMD_SET_ADDR_OFFSET() 25 static inline void FWCMD_SET_ADDR_LEN(void *cmd, u32 value) in FWCMD_SET_ADDR_LEN() argument 27 le32p_replace_bits((__le32 *)(cmd) + 1, value, GENMASK(23, 16)); in FWCMD_SET_ADDR_LEN() 30 static inline void FWCMD_SET_ADDR_VALID(void *cmd, u32 value) in FWCMD_SET_ADDR_VALID() argument 32 le32p_replace_bits((__le32 *)(cmd) + 2, value, BIT(0)); in FWCMD_SET_ADDR_VALID() 35 static inline void FWCMD_SET_ADDR_NET_TYPE(void *cmd, u32 value) in FWCMD_SET_ADDR_NET_TYPE() argument 37 le32p_replace_bits((__le32 *)(cmd) + 2, value, GENMASK(2, 1)); in FWCMD_SET_ADDR_NET_TYPE() [all …]
|
| /freebsd-13-stable/sys/contrib/dev/rtw88/ |
| HD | fw.h | 387 #define SET_PKT_H2C_CATEGORY(h2c_pkt, value) \ argument 388 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(6, 0)) 389 #define SET_PKT_H2C_CMD_ID(h2c_pkt, value) \ argument 390 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(15, 8)) 391 #define SET_PKT_H2C_SUB_CMD_ID(h2c_pkt, value) \ argument 392 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(31, 16)) 393 #define SET_PKT_H2C_TOTAL_LEN(h2c_pkt, value) \ argument 394 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x01, value, GENMASK(15, 0)) 403 #define FW_OFFLOAD_H2C_SET_SEQ_NUM(h2c_pkt, value) \ argument 404 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x01, value, GENMASK(31, 16)) [all …]
|
| /freebsd-13-stable/sys/dev/cxgbe/cudbg/ |
| HD | cudbg_wtp.c | 260 u32 value; in read_sge_debug_data() local 265 value = t4_read_reg(padap, A_SGE_DEBUG_DATA_LOW); in read_sge_debug_data() 267 sge_dbg_reg[(i << 1) | 1] = HTONL_NIBBLE(value); in read_sge_debug_data() 268 value = t4_read_reg(padap, A_SGE_DEBUG_DATA_HIGH); in read_sge_debug_data() 270 sge_dbg_reg[(i << 1)] = HTONL_NIBBLE(value); in read_sge_debug_data() 282 t4_tp_mib_read(padap, &tp_mib[i].value, 1, in read_tp_mib_data() 300 u32 value = 0; in t5_wtp_data() local 333 value = t4_read_reg(padap, A_PCIE_CMDR_REQ_CNT); in t5_wtp_data() 335 wtp->pcie_core_cmd_req.sop[0] = ((value >> 0) & 0xFF); /*bit 0:7*/ in t5_wtp_data() 336 wtp->pcie_core_cmd_req.sop[1] = ((value >> 8) & 0xFF); /*bit 8:15*/ in t5_wtp_data() [all …]
|
| /freebsd-13-stable/crypto/openssl/crypto/asn1/ |
| HD | a_utf8.c | 30 unsigned long value; in UTF8_getc() local 38 value = *p++ & 0x7f; in UTF8_getc() 45 value = (*p++ & 0x1f) << 6; in UTF8_getc() 46 value |= *p++ & 0x3f; in UTF8_getc() 47 if (value < 0x80) in UTF8_getc() 56 value = (*p++ & 0xf) << 12; in UTF8_getc() 57 value |= (*p++ & 0x3f) << 6; in UTF8_getc() 58 value |= *p++ & 0x3f; in UTF8_getc() 59 if (value < 0x800) in UTF8_getc() 69 value = ((unsigned long)(*p++ & 0x7)) << 18; in UTF8_getc() [all …]
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libbluetooth/ |
| HD | t_sdp_get.c | 59 sdp_data_t value, seq; in ATF_TC_BODY() local 65 ATF_REQUIRE(sdp_get_data(&test, &value)); in ATF_TC_BODY() 66 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_UINT16); in ATF_TC_BODY() 67 ATF_CHECK_EQ(sdp_data_size(&value), 3); in ATF_TC_BODY() 69 ATF_REQUIRE(sdp_get_data(&test, &value)); in ATF_TC_BODY() 70 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_SEQ8); in ATF_TC_BODY() 71 ATF_CHECK_EQ(sdp_data_size(&value), 7); in ATF_TC_BODY() 73 ATF_REQUIRE(sdp_get_data(&test, &value)); in ATF_TC_BODY() 74 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_SEQ16); in ATF_TC_BODY() 75 ATF_CHECK_EQ(sdp_data_size(&value), 4); in ATF_TC_BODY() [all …]
|
| /freebsd-13-stable/sys/dev/sfxge/common/ |
| HD | ef10_mac.c | 612 efx_qword_t value; in ef10_mac_stats_update() local 651 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PKTS, &value); in ef10_mac_stats_update() 652 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in ef10_mac_stats_update() 654 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_CONTROL_PKTS, &value); in ef10_mac_stats_update() 655 EFSYS_STAT_SUBR_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in ef10_mac_stats_update() 657 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PAUSE_PKTS, &value); in ef10_mac_stats_update() 658 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PAUSE_PKTS]), &value); in ef10_mac_stats_update() 660 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_UNICAST_PKTS, &value); in ef10_mac_stats_update() 661 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_UNICST_PKTS]), &value); in ef10_mac_stats_update() 663 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_MULTICAST_PKTS, &value); in ef10_mac_stats_update() [all …]
|
| HD | siena_mac.c | 277 efx_qword_t value; in siena_mac_stats_update() local 299 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PKTS, &value); in siena_mac_stats_update() 300 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in siena_mac_stats_update() 301 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_CONTROL_PKTS, &value); in siena_mac_stats_update() 302 EFSYS_STAT_SUBR_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in siena_mac_stats_update() 304 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PAUSE_PKTS, &value); in siena_mac_stats_update() 305 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PAUSE_PKTS]), &value); in siena_mac_stats_update() 307 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_UNICAST_PKTS, &value); in siena_mac_stats_update() 308 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_UNICST_PKTS]), &value); in siena_mac_stats_update() 310 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_MULTICAST_PKTS, &value); in siena_mac_stats_update() [all …]
|
| /freebsd-13-stable/lib/libsdp/ |
| HD | util.c | 295 } value; in sdp_print() local 314 SDP_GET8(value.uint8, start); in sdp_print() 315 printf("uint8 %u\n", value.uint8); in sdp_print() 318 SDP_GET16(value.uint16, start); in sdp_print() 319 printf("uint16 %u\n", value.uint16); in sdp_print() 322 SDP_GET32(value.uint32, start); in sdp_print() 323 printf("uint32 %u\n", value.uint32); in sdp_print() 326 SDP_GET64(value.uint64, start); in sdp_print() 327 printf("uint64 %ju\n", value.uint64); in sdp_print() 332 SDP_GET128(&value.int128, start); in sdp_print() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | ValueTypes.td | 14 class ValueType<int size, int value> { 18 int Value = value; 31 class VTAny<int value> : ValueType<0, value> { 35 class VTInt<int size, int value> 36 : ValueType<size, value> { 40 class VTFP<int size, int value> 41 : ValueType<size, value> { 45 class VTVec<int nelem, ValueType elt, int value> 46 : ValueType<!mul(nelem, elt.Size), value> { 54 class VTScalableVec<int nelem, ValueType elt, int value> [all …]
|
| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-fau.h | 94 int64_t value : 63; member 105 int32_t value : 31; member 116 int16_t value : 15; member 127 int8_t value : 7; member 179 static inline uint64_t __cvmx_fau_atomic_address(uint64_t tagwait, uint64_t reg, int64_t value) in __cvmx_fau_atomic_address() argument 182 cvmx_build_bits(CVMX_FAU_BITS_INEVAL, value) | in __cvmx_fau_atomic_address() 196 static inline int64_t cvmx_fau_fetch_and_add64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_fetch_and_add64() argument 198 return cvmx_read64_int64(__cvmx_fau_atomic_address(0, reg, value)); in cvmx_fau_fetch_and_add64() 210 static inline int32_t cvmx_fau_fetch_and_add32(cvmx_fau_reg_32_t reg, int32_t value) in cvmx_fau_fetch_and_add32() argument 212 return cvmx_read64_int32(__cvmx_fau_atomic_address(0, reg, value)); in cvmx_fau_fetch_and_add32() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| HD | endian_test.cpp | 35 uint64_t value = 1; in TEST() local 36 for (std::size_t i = 0; i <= sizeof(value); ++i) { in TEST() 37 uint8_t original_uint8 = static_cast<uint8_t>(value); in TEST() 40 uint16_t original_uint16 = static_cast<uint16_t>(value); in TEST() 44 uint32_t original_uint32 = static_cast<uint32_t>(value); in TEST() 48 uint64_t original_uint64 = static_cast<uint64_t>(value); in TEST() 52 value = (value << 8) | 0x55; // binary 0101 0101. in TEST() 59 uint64_t value = 1; in TEST() local 60 for (std::size_t i = 0; i <= sizeof(value); ++i) { in TEST() 61 int8_t original_int8 = static_cast<int8_t>(value); in TEST() [all …]
|
| /freebsd-13-stable/contrib/libcbor/src/cbor/internal/ |
| HD | encoders.c | 11 size_t _cbor_encode_uint8(uint8_t value, unsigned char *buffer, in _cbor_encode_uint8() argument 13 if (value <= 23) { in _cbor_encode_uint8() 15 buffer[0] = value + offset; in _cbor_encode_uint8() 21 buffer[1] = value; in _cbor_encode_uint8() 28 size_t _cbor_encode_uint16(uint16_t value, unsigned char *buffer, in _cbor_encode_uint16() argument 34 memcpy(buffer + 1, &value, 2); in _cbor_encode_uint16() 36 buffer[1] = (unsigned char)(value >> 8); in _cbor_encode_uint16() 37 buffer[2] = (unsigned char)value; in _cbor_encode_uint16() 45 size_t _cbor_encode_uint32(uint32_t value, unsigned char *buffer, in _cbor_encode_uint32() argument 51 memcpy(buffer + 1, &value, 4); in _cbor_encode_uint32() [all …]
|
| /freebsd-13-stable/contrib/tcp_wrappers/ |
| HD | options.c | 98 void (*func) (char *value, struct request_info *request); 139 char *value; in process_options() local 153 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) { in process_options() 154 if (*value != '=') { in process_options() 155 *value++ = 0; in process_options() 156 value += strspn(value, whitespace); in process_options() 158 if (*value == '=') { in process_options() 159 *value++ = 0; in process_options() 160 value += strspn(value, whitespace); in process_options() 163 if (*value == 0) in process_options() [all …]
|
| /freebsd-13-stable/sys/contrib/dev/acpica/include/ |
| HD | acbuffer.h | 274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument 277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument 280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument 283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument 286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument 291 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … argument 294 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … argument 299 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument 302 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument 305 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument [all …]
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_filter.c | 97 tf->entries[i].value = set_val; in setup_time_filter() 128 tf->entries[i].value = set_val; in setup_time_filter_small() 136 check_update_times(struct time_filter *tf, uint64_t value, uint32_t now) in check_update_times() argument 148 tf->entries[i].value = tf->entries[j].value; in check_update_times() 156 tf->entries[i].value = value; in check_update_times() 165 tf->entries[i].value = value; in check_update_times() 171 check_update_times_small(struct time_filter_small *tf, uint32_t value, uint32_t now) in check_update_times_small() argument 183 tf->entries[i].value = tf->entries[j].value; in check_update_times_small() 191 tf->entries[i].value = value; in check_update_times_small() 200 tf->entries[i].value = value; in check_update_times_small() [all …]
|
| /freebsd-13-stable/sys/dev/isci/scil/ |
| HD | scic_sds_controller_registers.h | 81 #define scic_sds_controller_smu_register_write(controller, reg, value) \ argument 85 (value) \ 93 #define scu_afe_register_write(controller, reg, value) \ argument 97 (value) \ 117 #define scu_sgpio_peg0_register_write(controller, reg, value) \ argument 121 (value) \ 129 #define scu_controller_viit_register_write(controller, index, reg, value) \ argument 133 value \ 146 #define scu_controller_scratch_ram_register_write(controller, index, value) \ argument 150 value \ [all …]
|
| /freebsd-13-stable/contrib/bsnmp/snmp_mibII/ |
| HD | mibII_ip.c | 151 op_ip(struct snmp_context *ctx, struct snmp_value *value, in op_ip() argument 169 switch (value->var.subs[sub - 1]) { in op_ip() 173 ctx->scratch->int2 = value->v.integer; in op_ip() 174 if (value->v.integer == 1) { in op_ip() 178 } else if (value->v.integer == 2) { in op_ip() 188 ctx->scratch->int2 = value->v.integer; in op_ip() 189 if (value->v.integer < 1 || value->v.integer > 255) in op_ip() 191 if (ip_defttl != value->v.integer && in op_ip() 192 ip_setttl(value->v.integer, &old)) in op_ip() 200 switch (value->var.subs[sub - 1]) { in op_ip() [all …]
|
| HD | mibII_interfaces.c | 159 op_interfaces(struct snmp_context *ctx __unused, struct snmp_value *value, in op_interfaces() argument 178 switch (value->var.subs[sub - 1]) { in op_interfaces() 181 value->v.integer = mib_if_number; in op_interfaces() 191 op_ifentry(struct snmp_context *ctx, struct snmp_value *value, in op_ifentry() argument 202 if ((ifp = NEXT_OBJECT_INT(&mibif_list, &value->var, sub)) == NULL) in op_ifentry() 204 value->var.len = sub + 1; in op_ifentry() 205 value->var.subs[sub] = ifp->index; in op_ifentry() 209 if (value->var.len - sub != 1) in op_ifentry() 211 if ((ifp = mib_find_if(value->var.subs[sub])) == NULL) in op_ifentry() 216 if (value->var.len - sub != 1) in op_ifentry() [all …]
|
| /freebsd-13-stable/bin/sh/ |
| HD | arith_yylex.c | 82 int value; in yylex() local 88 value = *buf; in yylex() 89 switch (value) { in yylex() 169 value = ARITH_VAR; in yylex() 172 value += ARITH_ASS - '='; in yylex() 178 value += 11; in yylex() 183 value += ARITH_GE - '>'; in yylex() 186 value += ARITH_RSHIFT - '>'; in yylex() 189 value += ARITH_GT - '>'; in yylex() 196 value += ARITH_LE - '<'; in yylex() [all …]
|
| /freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/ |
| HD | tst.negorder.d.out | 4 value ------------- Distribution ------------- count 10 value ------------- Distribution ------------- count 16 value ------------- Distribution ------------- count 22 value ------------- Distribution ------------- count 28 value ------------- Distribution ------------- count 34 value ------------- Distribution ------------- count 40 value ------------- Distribution ------------- count 46 value ------------- Distribution ------------- count 52 value ------------- Distribution ------------- count 58 value ------------- Distribution ------------- count [all …]
|