Searched refs:values (Results 51 - 75 of 186) sorted by relevance

12345678

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h37 lldb_private::ValueList &values) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h47 lldb_private::ValueList &values) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h41 lldb_private::ValueList &values) const;
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dsc_machdep.c141 sc_get_bios_values(bios_values_t *values) argument
/freebsd-10-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-10-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-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c283 STACK_OF(CONF_VALUE) *values = NULL;
322 X509V3_add_value(ntmp, NULL, &values);
339 X509V3_add_value(ntmp, vtmp, &values);
357 X509V3_add_value(ntmp, vtmp, &values);
367 X509V3_add_value(ntmp, NULL, &values);
370 return values;
374 sk_CONF_VALUE_pop_free(values, X509V3_conf_free);
755 * Treat the IPv6 representation as a list of values separated by ':'.
/freebsd-10-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c389 /* Return values not checked, since we just want to make it go away. */
1122 apr_hash_t **values)
1128 if (!*values) {
1129 *values = apr_hash_make(data_pool);
1138 apr_hash_set(*values, value->key, klen, value);
1148 apr_hash_t *values,
1168 value = apr_hash_get(values, server_query->query_vec[j].iov_base,
1182 apr_hash_t *values)
1197 apr_int32_t veclen = 2 + 2 * apr_hash_count(values) - 1; /* get <key>[<space><key>...]\r\n */
1212 value_hash_index = apr_hash_first(temp_pool, values);
1120 apr_memcache_add_multget_key(apr_pool_t *data_pool, const char* key, apr_hash_t **values) argument
1141 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-10-stable/bin/sh/
H A Dvar.c650 int ch, values; local
654 values = 0;
658 values = 1;
663 if (values && *argptr != NULL)
687 if (values) {
698 if (values && !(vp->flags & VUNSET)) {
736 * value and flags are saved in a localvar structure. The saved values
/freebsd-10-stable/contrib/llvm/tools/lli/
H A Dlli.cpp159 cl::values(
174 cl::values(clEnumValN(CodeModel::JITDefault, "default",
195 cl::values(
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py140 getattr(parser.values, option.dest).append((opt, value))
/freebsd-10-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-10-stable/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp38 cl::values(
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp33 cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"),
/freebsd-10-stable/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp81 cl::values(
118 cl::values(
133 cl::values(clEnumValN(CodeModel::Default, "default",
175 cl::values(clEnumValN(AC_AsLex, "as-lex",
/freebsd-10-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-10-stable/contrib/apr-util/
H A Dapu-config.in51 Known values for OPTION are:
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp50 cl::values(
69 cl::values(clEnumValN(DefaultIT, "arm-default-it",
/freebsd-10-stable/crypto/openssl/crypto/des/
H A DFILES035 the new iv values back in the passed iv vector.
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c43 * Numbers will be stored in 7 bits / byte and using byte values above
533 /* reference to the values */
534 const svn_string_t **values; member in struct:properties_data_t
595 properties.values = apr_palloc(pool, sizeof(const char*) * properties.count);
601 properties.values[i] = apr_hash_this_val(hi);
612 serialize_svn_string_array(context, &properties.values, properties.count);
635 svn_temp_deserializer__resolve(properties, (void**)&properties->values);
644 deserialize_svn_string(properties->values,
645 (svn_string_t **)&properties->values[i]);
649 properties->values[
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.c43 * Numbers will be stored in 7 bits / byte and using byte values above
520 /* reference to the values */
521 const svn_string_t **values; member in struct:properties_data_t
582 properties.values = apr_palloc(pool, sizeof(const char*) * properties.count);
588 properties.values[i] = apr_hash_this_val(hi);
599 serialize_svn_string_array(context, &properties.values, properties.count);
622 svn_temp_deserializer__resolve(properties, (void**)&properties->values);
631 deserialize_svn_string(properties->values,
632 (svn_string_t **)&properties->values[i]);
636 properties->values[
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c1018 * refclock_control - set and/or return clock values
1021 * values from the interface structure that can be displayed using
1134 * values from the interface structure that can be displayed using
1166 * Copy structure values
1170 bug->values[0] = pp->year;
1171 bug->values[1] = pp->day;
1172 bug->values[2] = pp->hour;
1173 bug->values[3] = pp->minute;
1174 bug->values[4] = pp->second;
1175 bug->values[
[all...]
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestmemcache.c45 /* text for values we store */
423 apr_hash_t *tdata, *values; local
436 values = apr_hash_make(p);
458 &values);
463 values);
467 apr_hash_count(values) == TDATA_SET);
/freebsd-10-stable/usr.bin/dtc/
H A Dfdt.cc235 values.push_back(v);
267 values.push_back(v);
272 values.push_back(v);
299 values.push_back(v);
327 values.push_back(v);
345 values.push_back(v);
382 values.push_back(v);
403 values.push_back((*found).second->values[0]);
510 if (!values
[all...]
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dr600_cs.c261 static int r600_get_array_mode_alignment(struct array_mode_checker *values, argument
269 u32 macro_tile_width = values->nbanks;
270 u32 macro_tile_height = values->npipes;
271 u32 tile_bytes = tile_width * tile_height * values->blocksize * values->nsamples;
274 switch (values->array_mode) {
283 *pitch_align = max((u32)64, (u32)(values->group_size / values->blocksize));
286 *base_align = values->group_size;
290 (u32)(values
[all...]

Completed in 307 milliseconds

12345678