Searched refs:values (Results 101 - 125 of 297) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr-util/
H A Dapu-config.in51 Known values for OPTION are:
/freebsd-11-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
510 /* reference to the values */
511 const svn_string_t **values; member in struct:properties_data_t
572 properties.values = apr_palloc(pool, sizeof(const svn_string_t *) * properties.count);
578 properties.values[i] = apr_hash_this_val(hi);
589 serialize_svn_string_array(context, &properties.values, properties.count);
612 svn_temp_deserializer__resolve(properties, (void**)&properties->values);
621 deserialize_svn_string(properties->values,
622 (svn_string_t **)&properties->values[i]);
626 properties->values[
[all...]
/freebsd-11-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
540 /* reference to the values */
541 const svn_string_t **values; member in struct:properties_data_t
602 properties.values = apr_palloc(pool, sizeof(const svn_string_t *) * properties.count);
608 properties.values[i] = apr_hash_this_val(hi);
619 serialize_svn_string_array(context, &properties.values, properties.count);
642 svn_temp_deserializer__resolve(properties, (void**)&properties->values);
651 deserialize_svn_string(properties->values,
652 (svn_string_t **)&properties->values[i]);
656 properties->values[
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c636 * jitter. To see the modified values, check the NTP clock variable
1163 * refclock_control - set and/or return clock values
1166 * values from the interface structure that can be displayed using
1284 * values from the interface structure that can be displayed using
1316 * Copy structure values
1320 bug->values[0] = pp->year;
1321 bug->values[1] = pp->day;
1322 bug->values[2] = pp->hour;
1323 bug->values[3] = pp->minute;
1324 bug->values[
[all...]
/freebsd-11-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-11-stable/sys/dev/drm2/radeon/
H A Dr600_cs.c259 static int r600_get_array_mode_alignment(struct array_mode_checker *values, argument
267 u32 macro_tile_width = values->nbanks;
268 u32 macro_tile_height = values->npipes;
269 u32 tile_bytes = tile_width * tile_height * values->blocksize * values->nsamples;
272 switch (values->array_mode) {
281 *pitch_align = max((u32)64, (u32)(values->group_size / values->blocksize));
284 *base_align = values->group_size;
288 (u32)(values
[all...]
/freebsd-11-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);
1187 * Treat the IPv6 representation as a list of values separated by ':'.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1076 values from the previously selected architecture for this
1087 The DUMP_TDEP function shall print out all target specific values.
1141 basic initialization using values obtained from the INFO andTDEP
1239 registered. NULL DATA and/or INIT values can be specified.
1342 /* Multi-arch values.
1361 variable (base values on the host's c-type system).
1385 /* The default architecture uses host values (for want of a better
1408 /* Multi-arch values */
1440 values are not influenced by the previous architecture. Once
1520 /* Ensure that all values i
[all...]
H A Dvalues.c1 /* Low level packing and unpacking of values for GDB, the GNU Debugger.
52 /* The value-history records all the values printed
54 records 60 consecutive values. The first chunk on
55 the chain records the most recent values.
56 The total number of values is in value_history_count. */
63 struct value *values[VALUE_HISTORY_CHUNK]; member in struct:value_history_chunk
127 /* Return a mark in the value chain. All values allocated after the
136 /* Free all values allocated since MARK was obtained by value_mark
152 /* Free all the values that have been allocated (except for those released).
194 /* Release all values u
[all...]
/freebsd-11-stable/lib/libjail/
H A Djail.c58 static int jailparam_import_enum(const char **values, int nvalues,
448 jailparam_import_enum(const char **values, int nvalues, const char *valstr, argument
455 if (valsize == strlen(values[i]) &&
456 !strncasecmp(valstr, values[i], valsize)) {
497 * Set booleans without values. If one has a value of
531 * Try to fill in missing values with an empty string.
740 char *value, *tvalue, **values; local
758 values = alloca(nval * sizeof(char *));
833 values[i] = alloca(valuelens[i]);
834 strcpy(values[
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py43 "values", "colname", "rightalign", "visible", "indextable"
60 self.values = t[7]
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dupnp_xml.c112 * Some values implied by the above are however illegal because they
177 * other in args and their values go here, if any
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-normalize.py62 for v in trans.values():
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_refclock.h36 * Configuration flag values
117 u_char nvalues; /* values following */
119 u_short svalues; /* values format sign array */
121 u_int32 values[NCLKBUGVALUES]; /* real values */ member in struct:refclockbug
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp46 cl::values(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp53 cl::values(
H A DBlockFrequencyInfo.cpp40 cl::values(clEnumValN(GVDT_None, "none", "do not display graphs."),
77 cl::values(clEnumValN(PGOVCT_None, "none", "do not show."),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h65 virtual bool GetArgumentValues(Thread &thread, ValueList &values) const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp34 cl::values(clEnumValN(Auto, "auto", "auto-detect style"),
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp68 cl::values(
103 clEnumValN(PrintEnums, "print-enums", "Print enum values for a class"),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp63 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
87 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
111 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
135 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
H A Dxray-graph-diff.cpp109 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
132 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
156 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
180 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
/freebsd-11-stable/contrib/gcc/
H A Dtree-outof-ssa.c1861 rewrite_trees (var_map map, tree *values) argument
1930 if (replace_use_variable (map, use_p, values))
1945 if (values && values[SSA_NAME_VERSION (DEF_FROM_PTR (def_p))])
2346 tree *values = NULL; local
2372 values = find_replaceable_exprs (map);
2373 if (values && dump_file && (dump_flags & TDF_DETAILS))
2374 dump_replaceable_exprs (dump_file, values);
2399 rewrite_trees (map, values);
2401 if (values)
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm37 ! sections. It is linked in before the values-Xx.o files and also before
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_encode.c66 } *p, values[] = { local
99 for(p = values; p->value != -1; p++)

Completed in 309 milliseconds

1234567891011>>