Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 5565) sorted by relevance

12345678910>>...223

/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d.out4 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 …]
H A Dtst.negorder.d.out4 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 …]
H A Dtst.quantmany.d.out3 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 …]
H A Dtst.quantzero.d.out3 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-12.1/libexec/getty/
H A Dgettytab.h62 #define NX gettystrs[0].value
63 #define CL gettystrs[1].value
64 #define IM gettystrs[2].value
65 #define LM gettystrs[3].value
66 #define ER gettystrs[4].value
67 #define KL gettystrs[5].value
68 #define ET gettystrs[6].value
69 #define PC gettystrs[7].value
70 #define TT gettystrs[8].value
71 #define EV gettystrs[9].value
[all …]
/freebsd-12.1/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c262 u32 value; in read_sge_debug_data() local
302 u32 value = 0; in t5_wtp_data() local
649 drop += (value & 0xFFFF) + ((value >> 16) & 0xFFFF); in t5_wtp_data()
700 err += value; in t5_wtp_data()
708 err += value; in t5_wtp_data()
716 err += value; in t5_wtp_data()
724 err += value; in t5_wtp_data()
732 err += value; in t5_wtp_data()
740 err += value; in t5_wtp_data()
944 u32 value = 0; in t6_wtp_data() local
[all …]
/freebsd-12.1/crypto/openssl/crypto/asn1/
H A Da_utf8.c30 unsigned long value; in UTF8_getc() local
38 value = *p++ & 0x7f; in UTF8_getc()
46 value |= *p++ & 0x3f; in UTF8_getc()
47 if (value < 0x80) in UTF8_getc()
58 value |= *p++ & 0x3f; in UTF8_getc()
59 if (value < 0x800) in UTF8_getc()
73 if (value < 0x10000) in UTF8_getc()
112 *val = value; in UTF8_getc()
130 if (value < 0x80) { in UTF8_putc()
135 if (value < 0x800) { in UTF8_putc()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dvalue.h42 struct value struct
284 struct value *value; member
357 extern struct value *value_concat (struct value *arg1, struct value *arg2);
359 extern struct value *value_binop (struct value *arg1, struct value *arg2,
362 extern struct value *value_add (struct value *arg1, struct value *arg2);
364 extern struct value *value_sub (struct value *arg1, struct value *arg2);
374 extern struct value *value_assign (struct value *toval, struct value *fromval);
420 extern struct value *value_subscript (struct value *array, struct value *idx);
425 extern struct value *value_in (struct value *element, struct value *set);
473 extern struct value *value_x_binop (struct value *arg1, struct value *arg2,
[all …]
H A Dax-gdb.c160 static struct value *
183 static struct value *
187 struct value *v1; in const_expr()
224 static struct value *
653 value->type = type; in gen_int_literal()
720 value->type = lookup_pointer_type (value->type); in gen_usual_unary()
1118 value->type = check_typedef (TYPE_TARGET_TYPE (value->type)); in gen_deref()
1119 value->kind = ((TYPE_CODE (value->type) == TYPE_CODE_FUNC) in gen_deref()
1134 value->type = lookup_pointer_type (value->type); in gen_address_of()
1146 value->type = lookup_pointer_type (value->type); in gen_address_of()
[all …]
/freebsd-12.1/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_get.c106 sdp_data_t value; in ATF_TC_BODY() local
178 uuid_t value; in ATF_TC_BODY() local
217 bool value; in ATF_TC_BODY() local
280 uintmax_t value; in ATF_TC_BODY() local
390 intmax_t value; in ATF_TC_BODY() local
483 ATF_CHECK_EQ(value.next, value.end); in ATF_TC_BODY()
490 ATF_CHECK_EQ(value.next, value.end); in ATF_TC_BODY()
493 ATF_CHECK_EQ(value.next, value.end); in ATF_TC_BODY()
523 ATF_CHECK_EQ(value.next, value.end); in ATF_TC_BODY()
530 ATF_CHECK_EQ(value.next, value.end); in ATF_TC_BODY()
[all …]
/freebsd-12.1/contrib/binutils/opcodes/
H A Dmep-ibld.c196 if (value < minval || value > maxval) in insert_normal()
627 value = ((int) (value) >> (1)); in mep_cgen_insert_operand()
634 value = ((int) (value) >> (2)); in mep_cgen_insert_operand()
641 value = ((int) (value) >> (3)); in mep_cgen_insert_operand()
1105 value = ((value) << (1)); in mep_cgen_extract_operand()
1113 value = ((value) << (2)); in mep_cgen_extract_operand()
1121 value = ((value) << (3)); in mep_cgen_extract_operand()
1277 value = ((((value) << (1))) + (pc)); in mep_cgen_extract_operand()
1395 value = ((value) << (1)); in mep_cgen_extract_operand()
1403 value = ((value) << (2)); in mep_cgen_extract_operand()
[all …]
/freebsd-12.1/lib/libsdp/
H A Dutil.c296 } value; in sdp_print() local
381 printf("str8 %*.*s\n", value.uint8, value.uint8, start); in sdp_print()
382 start += value.uint8; in sdp_print()
386 printf("str16 %*.*s\n", value.uint16, value.uint16, start); in sdp_print()
391 printf("str32 %*.*s\n", value.uint32, value.uint32, start); in sdp_print()
404 start += value.uint8; in sdp_print()
423 start += value.uint8; in sdp_print()
440 printf("url8 %*.*s\n", value.uint8, value.uint8, start); in sdp_print()
441 start += value.uint8; in sdp_print()
445 printf("url16 %*.*s\n", value.uint16, value.uint16, start); in sdp_print()
[all …]
/freebsd-12.1/sys/dev/sfxge/common/
H A Dsiena_mac.c276 efx_qword_t value; in siena_mac_stats_update() local
341 &value); in siena_mac_stats_update()
345 &value); in siena_mac_stats_update()
355 &value); in siena_mac_stats_update()
425 &(value.eq_dword[0])); in siena_mac_stats_update()
427 &(value.eq_dword[1])); in siena_mac_stats_update()
431 &(value.eq_dword[0])); in siena_mac_stats_update()
433 &(value.eq_dword[1])); in siena_mac_stats_update()
437 &(value.eq_dword[0])); in siena_mac_stats_update()
439 &(value.eq_dword[1])); in siena_mac_stats_update()
[all …]
H A Def10_mac.c657 &value); in ef10_mac_stats_update()
796 &value); in ef10_mac_stats_update()
798 &value); in ef10_mac_stats_update()
801 &value); in ef10_mac_stats_update()
803 &value); in ef10_mac_stats_update()
806 &value); in ef10_mac_stats_update()
808 &value); in ef10_mac_stats_update()
811 &value); in ef10_mac_stats_update()
813 &value); in ef10_mac_stats_update()
816 &value); in ef10_mac_stats_update()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.td16 class ValueType<int size, int value> {
19 int Value = value;
22 def OtherVT: ValueType<0 , 1>; // "Other" value
23 def i1 : ValueType<1 , 2>; // One bit boolean value
24 def i8 : ValueType<8 , 3>; // 8-bit integer value
25 def i16 : ValueType<16 , 4>; // 16-bit integer value
26 def i32 : ValueType<32 , 5>; // 32-bit integer value
27 def i64 : ValueType<64 , 6>; // 64-bit integer value
28 def i128 : ValueType<128, 7>; // 128-bit integer value
36 def v1i1 : ValueType<1 , 14>; // 1 x i1 vector value
[all …]
/freebsd-12.1/contrib/tcp_wrappers/
H A Doptions.c157 value += strspn(value, whitespace);
161 value += strspn(value, whitespace);
202 char *value; in allow_option()
213 char *value; in deny_option()
222 char *value; in banners_option()
254 char *value; in group_option()
273 char *value; in user_option()
295 char *value; in umask_option()
311 char *value; in spawn_option()
323 char *value; in linger_option()
[all …]
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-fau.h94 int64_t value : 63; member
105 int32_t value : 31; member
116 int16_t value : 15; member
127 int8_t value : 7; member
182 cvmx_build_bits(CVMX_FAU_BITS_INEVAL, value) | in __cvmx_fau_atomic_address()
515 cvmx_write64_int64(__cvmx_fau_store_address(0, reg), value); in cvmx_fau_atomic_add64()
527 cvmx_write64_int32(__cvmx_fau_store_address(0, reg), value); in cvmx_fau_atomic_add32()
539 cvmx_write64_int16(__cvmx_fau_store_address(0, reg), value); in cvmx_fau_atomic_add16()
550 cvmx_write64_int8(__cvmx_fau_store_address(0, reg), value); in cvmx_fau_atomic_add8()
562 cvmx_write64_int64(__cvmx_fau_store_address(1, reg), value); in cvmx_fau_atomic_write64()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacbuffer.h274 #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
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
308 #define ACPI_PLD_SET_PANEL(dword,value) ACPI_SET_BITS (dword, 3, ACPI_3BIT_MASK, value) … argument
311 #define ACPI_PLD_SET_VERTICAL(dword,value) ACPI_SET_BITS (dword, 6, ACPI_2BIT_MASK, value) … argument
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp138 io.enumCase(value, "unknown", in enumeration()
140 io.enumCase(value, "Mac OS X", in enumeration()
142 io.enumCase(value, "iOS", in enumeration()
256 value = alignment; in input()
492 value = 0; in input()
506 value = value | llvm::MachO::VM_PROT_WRITE; in input()
515 value = value | llvm::MachO::VM_PROT_EXECUTE; in input()
696 out << llvm::format("%d.%d", (value >> 16), (value >> 8) & 0xFF); in output()
697 if (value & 0xFF) { in output()
702 uint32_t value; in input() local
[all …]
/freebsd-12.1/sys/dev/isci/scil/
H A Dscic_sds_controller_registers.h87 (value) \
99 (value) \
123 (value) \
135 value \
152 value \
165 value \
439 value \
446 value \
459 value \
472 value \
[all …]
/freebsd-12.1/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c169 switch (value->var.subs[sub - 1]) { in op_ip()
174 if (value->v.integer == 1) { in op_ip()
189 if (value->v.integer < 1 || value->v.integer > 255) in op_ip()
227 switch (value->var.subs[sub - 1]) { in op_ip()
234 value->v.integer = ip_defttl; in op_ip()
266 switch (value->var.subs[sub - 1]) { in op_ipstat()
292 value->v.uint32 = ip_idrop; in op_ipstat()
312 value->v.integer = IPFRAGTTL; in op_ipstat()
371 switch (value->var.subs[sub - 1]) { in op_icmpstat()
374 value->v.integer = 0; in op_icmpstat()
[all …]
H A DmibII_interfaces.c226 if (value->v.integer != 1 && value->v.integer != 2) in op_ifentry()
278 value->v.integer = in op_ifentry()
301 value->v.uint32 = in op_ifentry()
407 if (value->v.integer != 1 && value->v.integer != 2) in op_ifxtable()
416 if (value->v.integer != 1 && value->v.integer != 2) in op_ifxtable()
446 value->v.uint32 = 0; in op_ifxtable()
454 value->v.uint32 = 0; in op_ifxtable()
471 value->v.counter64 = 0; in op_ifxtable()
496 value->v.integer = in op_ifxtable()
501 value->v.integer = in op_ifxtable()
[all …]
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Daction.c71 u_long value; in act_getkernint() local
76 len = sizeof(value); in act_getkernint()
82 sprintf(string, "%lu", value); in act_getkernint()
399 if (value->v.integer < 0 || value->v.integer > 8) in op_debug()
460 value->var.len = sub + 1; in op_or_table()
487 value->v.oid = objres->oid; in op_or_table()
700 if (value->v.uint32 == 0 || in op_snmpd_config()
778 idx.subs[1] = value->var.subs[value->var.len - 1]; in op_community()
982 ptr < value->v.octetstring.octets + value->v.octetstring.len; in op_modules()
1002 asn_slice_oid(&idx, &value->var, sub, value->var.len); in op_modules()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.negorder.d.out4 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 …]
/freebsd-12.1/bin/sh/
H A Darith_yylex.c84 int value; in yylex() local
90 value = *buf; in yylex()
91 switch (value) { in yylex()
171 value = ARITH_VAR; in yylex()
174 value += ARITH_ASS - '='; in yylex()
180 value += 11; in yylex()
185 value += ARITH_GE - '>'; in yylex()
191 value += ARITH_GT - '>'; in yylex()
213 value += ARITH_OR - '|'; in yylex()
227 value += ARITH_NE - '!'; in yylex()
[all …]

12345678910>>...223