Searched refs:values (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_acos.c62 ATF_LIBM_TEST(acos_inrange, "Test acos/acosf(x) for some valid values")
67 } values[] = { variable in typeref:struct:__anon4723
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 Dt_atan.c39 } values[] = { variable in typeref:struct:__anon4725
68 ATF_LIBM_TEST(atan_inrange, "Test atan/atanf(x) for some values")
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 Dt_fe_round.c25 } values[] = { variable in typeref:struct:__anon3604
77 for (unsigned int i = 0; i < __arraycount(values); i++) {
78 fesetround(values[i].round_mode);
80 received = lrint(values[i].input);
82 (labs(received - values[i].expected) < EPSILON),
85 values[i].input, i, received, values[i].expected);
89 (fegetround() == values[i].round_mode),
92 i, fegetround(), values[i].round_mode);
H A Dt_casinh.c7 * Testing special values of casinh
23 } values[] = { variable in typeref:struct:__anon3600
58 atf_tc_set_md_var(tc, "descr","Check casinh family - special values");
66 for (i = 0; i < __arraycount(values); i++) {
67 RE(input) = values[i].input_re;
68 IM(input) = values[i].input_im;
69 RE(result) = values[i].result_re;
70 IM(result) = values[i].result_im;
H A Dt_cosh.c42 } values[] = { variable in typeref:struct:__anon4727
62 atf_tc_set_md_var(tc, "descr", "cosh(x) for some values");
72 for (i = 0; i < __arraycount(values); i++) {
73 x = values[i].x;
74 y = values[i].y;
75 eps = 1e-15 * values[i].e;
160 atf_tc_set_md_var(tc, "descr", "coshf(x) for some values");
170 for (i = 0; i < __arraycount(values); i++) {
171 x = values[i].x;
172 y = values[
[all...]
H A Dt_asin.c38 } values[] = { variable in typeref:struct:__anon4724
115 atf_tc_set_md_var(tc, "descr", "Test asin(x) for some values");
124 for (i = 0; i < __arraycount(values); i++) {
125 y = asin(values[i].x);
126 if (fabs(y - values[i].y) > eps)
128 values[i].x, values[i].y);
228 atf_tc_set_md_var(tc, "descr", "Test asinf(x) for some values");
238 for (i = 0; i < __arraycount(values); i++) {
239 x = values[
[all...]
H A Dt_sinh.c42 } values[] = { variable in typeref:struct:__anon4732
61 atf_tc_set_md_var(tc, "descr", "sinh(x) for some values");
71 for (i = 0; i < __arraycount(values); i++) {
72 x = values[i].x;
73 y = values[i].y;
74 eps = 1e-15 * values[i].e;
161 atf_tc_set_md_var(tc, "descr", "sinhf(x) for some values");
171 for (i = 0; i < __arraycount(values); i++) {
172 x = values[i].x;
173 y = values[
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c261 const char *values[dbdLAST]; local
269 values[j] = 0;
275 values[dbdTIC] = TicDirectory;
279 values[dbdCfgList] = TERMINFO_DIRS;
282 values[dbdCfgOnce] = TERMINFO;
287 values[dbdCfgList2] = TERMPATH;
292 values[dbdEnvOnce] = cache_getenv("TERMINFO", dbdEnvOnce);
293 values[dbdHome] = _nc_home_terminfo();
295 values[dbdEnvList] = cache_getenv("TERMINFO_DIRS", dbdEnvList);
299 values[dbdEnvOnce
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_statvfs.sh30 # correct values) over a tmpfs mount point.
33 atf_test_case values
35 atf_set "descr" "Tests that statvfs(2) returns correct values"
66 atf_add_test_case values
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlinespec.c478 struct symtabs_and_lines values, return_values; local
486 values.sals = (struct symtab_and_line *)
505 init_sal (&values.sals[i]);
508 values.sals[i] = find_function_start_sal (sym_arr[i], funfirstline);
509 if (values.sals[i].symtab)
513 values.sals[i].symtab->filename,
514 values.sals[i].line);
519 values.sals[i].line);
565 memcpy (return_values.sals, values.sals,
579 if (values
716 struct symtabs_and_lines values; local
944 struct symtabs_and_lines values; local
1076 struct symtabs_and_lines values; local
1163 struct symtabs_and_lines values; local
1402 struct symtabs_and_lines values; local
1564 struct symtabs_and_lines values; local
1650 struct symtabs_and_lines values; local
1780 struct symtabs_and_lines values; local
1836 struct symtabs_and_lines values; local
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dsc_machdep.c79 sc_get_bios_values(bios_values_t *values) argument
81 values->cursor_start = 0;
82 values->cursor_end = 32;
83 values->shift_state = 0;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dsc_machdep.c79 sc_get_bios_values(bios_values_t *values) argument
81 values->cursor_start = 0;
82 values->cursor_end = 32;
83 values->shift_state = 0;
/freebsd-11-stable/sys/mips/mips/
H A Dsc_machdep.c79 sc_get_bios_values(bios_values_t *values) argument
81 values->cursor_start = 0;
82 values->cursor_end = 32;
83 values->shift_state = 0;
/freebsd-11-stable/usr.sbin/nscd/
H A Dhashtable.h53 type *values; \
85 (table)->entries[var].field.values = malloc( \
88 assert((table)->entries[var].field.values != NULL);\
99 free((table)->entries[var].field.values); \
118 for ((var) = &((entry)->field.values[0]); \
119 (var) < &((entry)->field.values[(entry)->field.size]); \
134 (entry)->field.values = realloc((entry)->field.values, \
141 (entry)->field.values = realloc((entry)->field.values, \
[all...]
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_array.c104 target->values[array->n_entries++] = value;
124 target->values[array->n_entries++] = value;
136 v = array->transaction->values;
138 v = array->active->values;
159 if (target->values[i] == value) {
160 target->values[i] = target->values[--array->n_entries];
171 if (target->values[i] == value)
180 ck_pr_store_ptr(&target->values[i], target->values[
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c70 static sdp_attr_t values[8]; variable
71 #define nvalues (sizeof(values)/sizeof(values[0]))
106 values[i].flags = SDP_ATTR_INVALID;
107 values[i].attr = 0;
108 values[i].vlen = sizeof(buffer[i]);
109 values[i].value = buffer[i];
116 if (sdp_search(ss, 1, &service, nattrs, attrs, nvalues, values) != 0)
123 if (values[i].flags != SDP_ATTR_OK)
126 switch (values[
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c63 static sdp_attr_t values[NRECS * attrs_len]; variable
64 #define values_len (sizeof(values)/sizeof(values[0]))
626 /* Initialize attribute values array */
628 values[n].flags = SDP_ATTR_INVALID;
629 values[n].attr = 0;
630 values[n].vlen = BSIZE;
631 values[n].value = buffer[n];
635 n = sdp_search(xs, 1, &service, attrs_len, attrs, values_len, values);
639 /* Print attributes values */
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c446 static void dbd_sqlite3_bind(apr_dbd_prepared_t *statement, const char **values) argument
452 if (values[j] == NULL) {
460 char *data = (char *)values[j];
461 int size = atoi((char*)values[++j]);
470 sqlite3_bind_text(stmt, i + 1, values[j],
471 strlen(values[j]), SQLITE_STATIC);
482 const char **values)
495 dbd_sqlite3_bind(statement, values);
513 const char **values; local
520 values
480 dbd_sqlite3_pquery(apr_pool_t *pool, apr_dbd_t *sql, int *nrows, apr_dbd_prepared_t *statement, const char **values) argument
529 dbd_sqlite3_pselect(apr_pool_t *pool, apr_dbd_t *sql, apr_dbd_results_t **results, apr_dbd_prepared_t *statement, int seek, const char **values) argument
565 const char **values; local
581 dbd_sqlite3_bbind(apr_dbd_prepared_t * statement, const void **values) argument
660 dbd_sqlite3_pbquery(apr_pool_t * pool, apr_dbd_t * sql, int *nrows, apr_dbd_prepared_t * statement, const void **values) argument
694 const void **values; local
710 dbd_sqlite3_pbselect(apr_pool_t * pool, apr_dbd_t * sql, apr_dbd_results_t ** results, apr_dbd_prepared_t * statement, int seek, const void **values) argument
746 const void **values; local
[all...]
H A Dapr_dbd_pgsql.c610 const char **values,
632 values, len, fmt, 0);
636 values, len, fmt, 0);
690 const char **values,
696 if (values[j] == NULL) {
703 val[i] = (char *)values[j];
704 len[i] = atoi(values[++j]);
711 val[i] = values[j];
722 const char **values)
735 dbd_pgsql_bind(statement, values, va
608 dbd_pgsql_pquery_internal(apr_pool_t *pool, apr_dbd_t *sql, int *nrows, apr_dbd_prepared_t *statement, const char **values, const int *len, const int *fmt) argument
689 dbd_pgsql_bind(apr_dbd_prepared_t *statement, const char **values, const char **val, int *len, int *fmt) argument
720 dbd_pgsql_pquery(apr_pool_t *pool, apr_dbd_t *sql, int *nrows, apr_dbd_prepared_t *statement, const char **values) argument
745 const char **values; local
761 dbd_pgsql_pselect_internal(apr_pool_t *pool, apr_dbd_t *sql, apr_dbd_results_t **results, apr_dbd_prepared_t *statement, int seek, const char **values, const int *len, const int *fmt) argument
923 dbd_pgsql_pselect(apr_pool_t *pool, apr_dbd_t *sql, apr_dbd_results_t **results, apr_dbd_prepared_t *statement, int seek, const char **values) argument
950 const char **values; local
966 dbd_pgsql_bbind(apr_pool_t *pool, apr_dbd_prepared_t * statement, const void **values, const char **val, int *len, int *fmt) argument
1043 dbd_pgsql_pbquery(apr_pool_t * pool, apr_dbd_t * sql, int *nrows, apr_dbd_prepared_t * statement, const void **values) argument
1068 const void **values; local
1084 dbd_pgsql_pbselect(apr_pool_t * pool, apr_dbd_t * sql, apr_dbd_results_t ** results, apr_dbd_prepared_t * statement, int seek, const void **values) argument
1111 const void **values; local
[all...]
/freebsd-11-stable/sys/isa/
H A Dsyscons_isa.c205 sc_get_bios_values(bios_values_t *values) argument
210 values->cursor_start = *(uint8_t *)BIOS_PADDRTOVADDR(0x461);
211 values->cursor_end = *(uint8_t *)BIOS_PADDRTOVADDR(0x460);
213 values->shift_state = ((shift & BIOS_CLKED) != 0 ? CLKED : 0) |
218 values->cursor_start = 0;
219 values->cursor_end = 32;
220 values->shift_state = 0;
222 values->bell_pitch = BELL_PITCH;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h22 // This map is useful for mapping unique C string names to values of type T.
25 // Any other string table that has guaranteed unique values can also be used.
49 // during while using the returned values.
63 // copy when accessing values by index.
67 // want to copy when accessing values by index.
80 // T values and only if there is a sensible failure value that can
81 // be returned and that won't match any existing values.
120 size_t GetValues(ConstString unique_cstr, std::vector<T> &values) const {
121 const size_t start_size = values.size();
125 values
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_bcons.c73 STACK_OF(CONF_VALUE) *values);
105 STACK_OF(CONF_VALUE) *values)
114 for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
115 val = sk_CONF_VALUE_value(values, i);
H A Dv3_pcons.c72 STACK_OF(CONF_VALUE) *values);
106 STACK_OF(CONF_VALUE) *values)
115 for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
116 val = sk_CONF_VALUE_value(values, i);
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_array.h40 void *values[]; member in struct:_ck_array
82 return a->values;
97 ((*b) = (a)->active->values[_ck_i], 1); \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c86 svn_sqlite__value_t *values[],
92 if (argc == 1 && svn_sqlite__value_type(values[0]) == SVN_SQLITE__TEXT)
93 path = svn_sqlite__value_text(values[0]);
83 relpath_depth_sqlite(svn_sqlite__context_t *sctx, int argc, svn_sqlite__value_t *values[], void *baton) argument

Completed in 260 milliseconds

1234567891011>>