Searched refs:values (Results 76 - 100 of 297) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.h27 lldb_private::ValueList &values) const override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.h26 lldb_private::ValueList &values) const override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.h28 lldb_private::ValueList &values) const override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h26 lldb_private::ValueList &values) const override;
/freebsd-11-stable/contrib/gcc/
H A Dread-rtl.c46 The integers are mode or code values; the strings are either C conditions
47 or attribute values. */
60 struct map_value *values; member in struct:mapping
307 for (v = m->values; v != 0; v = v->next)
594 for (v = macro->values; v != 0; v = v->next)
600 if (v != macro->values)
630 m->values = 0;
684 lower_ptr = &lower->values;
685 upper_ptr = &upper->values;
698 lower_ptr = &lower->values;
[all...]
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_mod.c125 STACK_OF(CONF_VALUE) *values;
145 values = NCONF_get_section(cnf, vsection);
147 if (!values)
150 for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
151 vl = sk_CONF_VALUE_value(values, i);
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c389 /* Return values not checked, since we just want to make it go away. */
1139 apr_hash_t **values)
1145 if (!*values) {
1146 *values = apr_hash_make(data_pool);
1155 apr_hash_set(*values, value->key, klen, value);
1165 apr_hash_t *values,
1185 value = apr_hash_get(values, server_query->query_vec[j].iov_base,
1199 apr_hash_t *values)
1214 apr_int32_t veclen = 2 + 2 * apr_hash_count(values) - 1; /* get <key>[<space><key>...]\r\n */
1229 value_hash_index = apr_hash_first(temp_pool, values);
1137 apr_memcache_add_multget_key(apr_pool_t *data_pool, const char* key, apr_hash_t **values) argument
1158 mget_conn_result(int serverup, int connup, apr_status_t rv, apr_memcache_t *mc, apr_memcache_server_t *ms, apr_memcache_conn_t *conn, struct cache_server_query_t *server_query, apr_hash_t *values, apr_hash_t *server_queries) argument
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Daldap.c399 aldap_free_references(char **values) argument
403 if (values == NULL)
406 for (i = 0; values[i] != NULL; i++)
407 free(values[i]);
409 free(values);
545 aldap_free_attr(char **values) argument
549 if (values == NULL)
552 for (i = 0; values[i] != NULL; i++)
553 free(values[i]);
555 free(values);
[all...]
H A Daldap.h207 void aldap_free_references(char **values);
/freebsd-11-stable/bin/sh/
H A Dvar.c656 int ch, values; local
660 values = 0;
664 values = 1;
669 if (values && *argptr != NULL)
693 if (values) {
704 if (values && !(vp->flags & VUNSET)) {
742 * value and flags are saved in a localvar structure. The saved values
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodev.py357 values = {}
375 if f in values:
377 values[f] = v
383 remain = self.fields.copy() - set(values.keys())
385 if remain and not ('FAIL' in values and 'PT' in remain):
388 yield values
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c332 const char **values)
347 int seek, const char **values)
362 const void **values)
377 int seek, const void **values)
330 dbd_sqlite_pquery(apr_pool_t * pool, apr_dbd_t * sql, int *nrows, apr_dbd_prepared_t * statement, const char **values) argument
344 dbd_sqlite_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
360 dbd_sqlite_pbquery(apr_pool_t * pool, apr_dbd_t * sql, int *nrows, apr_dbd_prepared_t * statement, const void **values) argument
374 dbd_sqlite_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
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py140 getattr(parser.values, option.dest).append((opt, value))
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c252 XGCValues values; local
260 values.foreground = dw->dvi.foreground;
261 values.cap_style = CapRound;
262 values.join_style = JoinRound;
263 values.line_width = dw->dvi.line_width;
267 &values);
292 values.background = dw->dvi.background;
293 values.stipple = dw->dvi.gray[5];
296 &values);
/freebsd-11-stable/share/mk/
H A Dbsd.linker.mk83 # Use LD's values
89 # Export the values so sub-makes don't have to look them up again, using the
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp188 for (const DIEValue &V : values())
224 for (const auto &V : values())
237 for (const auto &V : Values.values()) {
256 for (const auto &V : values()) {
290 // Add the byte size of all the DIE attribute values.
291 for (const auto &V : values())
705 for (const auto &V : values())
725 for (const auto &V : values())
756 for (const auto &V : values())
776 for (const auto &V : values())
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.h38 lldb_private::ValueList &values) const override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h35 lldb_private::ValueList &values) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp29 cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp51 cl::values(clEnumValN(octal, "o", "octal"),
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc278 values.push_back(v);
323 values.push_back(v);
328 values.push_back(v);
365 values.push_back(v);
393 values.push_back(v);
411 values.push_back(v);
453 values.push_back(v);
474 values.push_back((*found).second->values[0]);
522 values
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc41 // Various constants whose values follow from the type parameters.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp36 cl::values(clEnumValN(GVDT_None, "none", "do not display graphs."),
52 cl::values(clEnumValN(GVDT_None, "none", "do not display graphs."),
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueList.i130 '''Iterate over all values in a lldb.SBValueList object.'''
145 # Access with "str" to get values by name
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp43 cl::values(clEnumValN(FunctionNameKind::None, "none", "omit function name"),
163 cl::values(clEnumValN(DIPrinter::OutputStyle::LLVM, "LLVM",

Completed in 423 milliseconds

1234567891011>>