/freebsd/lib/libifconfig/ |
H A D | sfp.lua | 54 values = { 104 values = { 136 values = { 152 values = { 168 values = { 181 values = { 198 values = { 214 values = { 230 values = { 246 values = { [all …]
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | sdp.c | 84 static sdp_attr_t values[8]; variable 85 #define nvalues nitems(values) 108 values[i].flags = SDP_ATTR_INVALID; in hid_init_return_values() 109 values[i].attr = 0; in hid_init_return_values() 110 values[i].vlen = sizeof(buffer[i]); in hid_init_return_values() 111 values[i].value = buffer[i]; in hid_init_return_values() 139 if (sdp_search(ss, 1, &service, nattrs, attrs, nvalues, values) != 0) in hid_sdp_query() 143 if (values[i].flags != SDP_ATTR_OK) in hid_sdp_query() 146 switch (values[i].attr) { in hid_sdp_query() 148 control_psm = hid_sdp_parse_protocol_descriptor_list(&values[ in hid_sdp_query() [all...] |
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fe_round.c | 25 } values[] = { variable 77 for (unsigned int i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 78 fesetround(values[i].round_mode); in ATF_TC_BODY() 80 received = lrint(values[i].input); in ATF_TC_BODY() 82 (labs(received - values[i].expected) < EPSILON), in ATF_TC_BODY() 85 values[i].input, i, received, values[i].expected); in ATF_TC_BODY() 89 (fegetround() == values[i].round_mode), in ATF_TC_BODY() 92 i, values[i].round_mode, fegetround()); in ATF_TC_BODY() 106 for (unsigned int i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 107 fesetround(values[i].round_mode); in ATF_TC_BODY() [all …]
|
H A D | t_bit.c | 20 } values[] = { variable 63 for (unsigned int i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 64 iterator_d = values[i].input; in ATF_TC_BODY() 65 iterator_f = (float) values[i].input; in ATF_TC_BODY() 66 if (signbit(iterator_f) != values[i].is_negative) in ATF_TC_BODY() 70 if (signbit(iterator_d) != values[i].is_negative) in ATF_TC_BODY() 76 long double iterator_l = values[i].input; in ATF_TC_BODY() 77 if (signbit(iterator_l) != values[i].is_negative) in ATF_TC_BODY()
|
H A D | t_acos.c | 67 } values[] = { variable 85 for (i = 0; i < __arraycount(values); i++) { 86 T_LIBM_CHECK(i, acos, values[i].x, values[i].y, 1.0e-15); 87 T_LIBM_CHECK(i, acosf, values[i].x, values[i].y, 1.0e-5);
|
H A D | t_atan.c | 39 } values[] = { variable 72 for (i = 0; i < __arraycount(values); i++) { 73 T_LIBM_CHECK(i, atan, values[i].x, values[i].y, 1.0e-15); 74 T_LIBM_CHECK(i, atanf, values[i].x, values[i].y, 1.0e-7);
|
H A D | t_casinh.c | 23 } values[] = { variable 66 for (i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 67 RE(input) = values[i].input_re; in ATF_TC_BODY() 68 IM(input) = values[i].input_im; in ATF_TC_BODY() 69 RE(result) = values[i].result_re; in ATF_TC_BODY() 70 IM(result) = values[i].result_im; in ATF_TC_BODY()
|
H A D | t_asin.c | 39 } values[] = { variable 124 for (i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 125 double x = values[i].x; in ATF_TC_BODY() 126 double y = values[i].y; in ATF_TC_BODY() 130 values[i].x, values[i].y); in ATF_TC_BODY() 238 for (i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 239 float x = values[i].x; in ATF_TC_BODY() 240 float y = values[i].y; in ATF_TC_BODY()
|
H A D | t_cosh.c | 42 } values[] = { variable 70 for (i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 71 double x = values[i].x; in ATF_TC_BODY() 72 double cosh_x = values[i].y; in ATF_TC_BODY() 167 for (i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 168 float x = values[i].x; in ATF_TC_BODY() 169 float cosh_x = values[i].y; in ATF_TC_BODY()
|
H A D | t_sinh.c | 42 } values[] = { variable 69 for (i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 70 double x = values[i].x; in ATF_TC_BODY() 71 double sinh_x = values[i].y; in ATF_TC_BODY() 168 for (i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 169 float x = values[i].x; in ATF_TC_BODY() 170 float sinh_x = values[i].y; in ATF_TC_BODY()
|
/freebsd/usr.sbin/nscd/ |
H A D | hashtable.h | 51 type *values; \ 83 (table)->entries[var].field.values = malloc( \ 86 assert((table)->entries[var].field.values != NULL);\ 97 free((table)->entries[var].field.values); \ 116 for ((var) = &((entry)->field.values[0]); \ 117 (var) < &((entry)->field.values[(entry)->field.size]); \ 132 (entry)->field.values = realloc((entry)->field.values, \ 139 (entry)->field.values = realloc((entry)->field.values, \ 170 memcpy(&(the_entry->field.values[the_entry->field.size++]), \ 173 qsort(the_entry->field.values, the_entry->field.size, \ [all …]
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_array.c | 104 target->values[array->n_entries++] = value; in ck_array_put() 124 target->values[array->n_entries++] = value; in ck_array_put() 136 v = array->transaction->values; in ck_array_put_unique() 138 v = array->active->values; in ck_array_put_unique() 159 if (target->values[i] == value) { in ck_array_remove() 160 target->values[i] = target->values[--array->n_entries]; in ck_array_remove() 171 if (target->values[i] == value) in ck_array_remove() 180 ck_pr_store_ptr(&target->values[i], target->values[--array->n_entries]); in ck_array_remove() 193 memcpy(target->values, array->active->values, sizeof(void *) * array->n_entries); in ck_array_remove() 196 target->values[i] = target->values[--array->n_entries]; in ck_array_remove()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | db_iterator.c | 298 const char *values[dbdLAST]; in _nc_first_db() local 306 values[j] = 0; in _nc_first_db() 312 values[dbdTIC] = TicDirectory; in _nc_first_db() 316 values[dbdCfgList] = TERMINFO_DIRS; in _nc_first_db() 319 values[dbdCfgOnce] = TERMINFO; in _nc_first_db() 324 values[dbdCfgList2] = TERMPATH; in _nc_first_db() 329 values[dbdEnvOnce] = cache_getenv("TERMINFO", dbdEnvOnce); in _nc_first_db() 330 values[dbdHome] = _nc_home_terminfo(); in _nc_first_db() 332 values[dbdEnvList] = cache_getenv("TERMINFO_DIRS", dbdEnvList); in _nc_first_db() 336 values[dbdEnvOnce2] = cache_getenv("TERMCAP", dbdEnvOnce2); in _nc_first_db() [all …]
|
/freebsd/usr.sbin/bluetooth/sdpcontrol/ |
H A D | search.c | 63 static sdp_attr_t values[NRECS * attrs_len]; 64 #define values_len nitems(values) 626 /* Initialize attribute values array */ in do_sdp_search() 628 values[n].flags = SDP_ATTR_INVALID; in do_sdp_search() 629 values[n].attr = 0; in do_sdp_search() 630 values[n].vlen = BSIZE; in do_sdp_search() 631 values[n].value = buffer[n]; in do_sdp_search() 635 n = sdp_search(xs, 1, &service, attrs_len, attrs, values_len, values); in do_sdp_search() 639 /* Print attributes values */ in do_sdp_search() 641 if (values[ in do_sdp_search() 62 static sdp_attr_t values[NRECS * attrs_len]; global() variable [all...] |
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
H A D | zpool_get_002_pos.ksh | 53 rm -f $values 59 typeset values=$TEST_BASE_DIR/values.$$ 66 zpool get all $TESTPOOL > $values 69 log_must grep -q ^"NAME " $values 75 log_must grep -q "$TESTPOOL *${properties[$i]}" $values 82 COUNT=$(wc -l < $values)
|
H A D | zpool_get_003_pos.ksh | 46 rm -f $values 57 typeset values=$TEST_BASE_DIR/values.$$ 62 log_must eval "zpool get ${properties[$i]} $TESTPOOL > $values" 63 log_must grep -q "${properties[$i]}" $values 66 if [ $i -eq 0 ] && ! grep -q "^NAME " $values
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | loopwatch.config.SAMPLE | 15 # showoffs: yes/no control display of offset values 18 # showfreq: yes/no control display of frequency values 21 # showcmpl: yes/no control display of compliance values 24 # showoreg: yes/no control display of linear regression of offset values 27 # showfreg: yes/no control display of linear regression of frequency values 32 # values are interpreted using local time zone 34 # parts omitted from end default to lowest permitted values 40 # if a number is given, subtract this from sampling values for display 42 # offset values 46 # if a number is given, the sampling values are divided by this number [all …]
|
/freebsd/contrib/lib9p/pytest/ |
H A D | numalloc.py | 256 def free_multi(self, values): argument 258 values = list(values) 259 values.sort() 260 self._free_multi('free_multi', values) 262 def _free_multi(self, how, values): argument 266 if len(values) == 0: 269 while values: 273 highval = values.pop() 275 while len(values) and values[-1] == val - 1: 276 val = values.pop()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_020_pos.ksh | 51 rm -f $values 58 typeset values=$TEST_BASE_DIR/values.$$ 75 zpool get all $TESTPOOL > $values 78 log_must grep -q "$TESTPOOL[ ]*cachefile[ ]*none" $values 81 log_must grep -q "$TESTPOOL[ ]*altroot[ ]*/${TESTPOOL}.root" $values 83 rm $values
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_get/ |
H A D | zpool_get_002_pos.ksh | 69 $ZPOOL get all $TESTPOOL > $TMPDIR/values.${TESTCASE_ID} 72 $GREP ^"NAME " $TMPDIR/values.${TESTCASE_ID} > /dev/null 2>&1 82 $GREP "$TESTPOOL *${properties[$i]}" $TMPDIR/values.${TESTCASE_ID} > /dev/null 2>&1 94 COUNT=$($WC $TMPDIR/values.${TESTCASE_ID}) 102 $RM $TMPDIR/values.${TESTCASE_ID}
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
H A D | power-mgt.txt | 41 Array of unsigned 32-bit values containing the values of the 61 Array of unsigned 32-bit values containing the values of the 66 Array of unsigned 32-bit values containing the values of the 74 Array of unsigned 64-bit values containing the values for the 79 Array of unsigned 64-bit values containing the masks 90 values. 101 For all the other values of the entry in 107 Array of unsigned 64-bit values containing the pmicr values 115 Array of unsigned 64-bit values containing the mask indicating
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max77693.txt | 53 Valid values: 3650000 - 4400000, step by 25000 (rounded down) 57 Valid values: 3000000 - 3700000, step by 100000 (rounded down) 63 Valid values: 70, 85, 100, 115 68 Valid values: 2000000 - 3500000, step by 250000 (rounded down) 75 Valid values: 4300000, 4700000, 4800000, 4900000 94 Possible values: 99 Valid values: 3300 - 5500, step by 25 (rounded down) 104 Valid values: 2400 - 3400, step by 33 (rounded down) 111 Valid values for a LED connected to one FLED output: 113 Valid values for a LED connected to both FLED outputs: [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hlr_auc_gw.milenage_db | 2 # The example Ki, OPc, and AMF values here are from 3GPP TS 35.208 v6.0.0 4 # These values can be used for both UMTS (EAP-AKA) and GSM (EAP-SIM) 5 # authentication. In case of GSM/EAP-SIM, AMF and SQN values are not used, but 6 # stub values will need to be included in this file. 13 # These values are from Test Set 19 which has the AMF separation bit set to 1
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | 18.res | 4 many = "values here"; 10 many = "values here"; 15 many = "values here"; 21 many = "values here";
|
/freebsd/tests/sys/cddl/zfs/tests/inheritance/ |
H A D | README.config | 26 # be created but also the initial source values for the datasets 27 # properties, i.e. whether they should be left with their default values 39 # values: 41 # default property values are left unchanged 43 # local property values are set locally 45 # - property values are left unchanged (has the 56 # lower tier properties each inheriting their values from the next tier
|