Home
last modified time | relevance | path

Searched refs:values (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/musl/src/conf/
A Dfpathconf.c6 static const short values[] = {[_PC_LINK_MAX] = _POSIX_LINK_MAX, in fpathconf() local
27 if (name < 0 || (size_t)name >= sizeof(values) / sizeof(values[0])) { in fpathconf()
31 return values[name]; in fpathconf()
A Dsysconf.c26 static const short values[] = { in sysconf() local
169 if (name < 0 || (size_t)name >= sizeof(values) / sizeof(values[0]) || !values[name]) { in sysconf()
172 } else if (values[name] >= -1) { in sysconf()
173 return values[name]; in sysconf()
176 switch ((unsigned char)values[name]) { in sysconf()
213 return values[name]; in sysconf()
/third_party/tools/android/
A Dmkbootimg85 def __call__(self, parser, namespace, values, option_string=None):
86 if len(values) > self.maxlen:
88 format(self.maxlen, len(values)))
89 setattr(namespace, self.dest, values)
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dsmoothstep.sh69 * to 1 in 0 <= x <= 1. The table is stored as integer fixed point values so
/third_party/lib/acpica/
A Dchanges.txt35 of 32-bit values, but the _PIN values are in fact 16 bits each. This
816 values. Reported as bug by joe.liu@apple.com.
1074 values.
8329 constant values for this parameter.
9848 too many values in the interrupt list (16 max) and invalid values in the
9902 initializer values is greater than 255.
11180 return values for some objects.
11487 values
11979 default values easily.
15359 and Function values.
[all …]
/third_party/ulib/uboringssl/crypto/err/
A Derr.c467 const uint32_t *values, in err_string_lookup() argument
487 const uint32_t *result = bsearch(&search_key, values, num_values, in err_string_lookup()
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl4781 // Store known values for checking later
4835 // Store known values for checking later
5182 // set memory contents to known values using misaligned field entries
5191 // set memory contents to known values using misaligned field entries
5200 // set memory contents to known values using misaligned field entries
5209 // set memory contents to known values using misaligned field entries
5919 // operator for Local values.
6598 // verify values stored into uninitialized package elements
6625 { // initial values
6723 // set memory contents to known values using DWORD field
[all …]
A Dbadcode.asl128 // Invalid _HID values
/third_party/ulib/musl/
A DWHATSNEW456 - strtoull wrongly rejecting the highest 16 possible values as overflow
563 - large (up to a few %) errors in strtod for certain values due to bug
621 - bogus localeconv values
857 - additional socket option, IPPROTO_* values, and multicase macros
1033 - timer thread TLS incorrectly keeping values from previous expiry run
1072 - wrong values for some sysconf properties
1123 - hang in localtime with near-overflowing time_t values on 64-bit archs
1401 - wrong return values for pthread_getaffinity_np and pthread_setaffinity_np
1453 - mips POLLWRNORM and POLLWRBAND macros had wrong values
/third_party/uapp/dash/src/
A Dnodes.c.pat327 // contains an arbitrary non-zero value. (These values are the address of
A DTOUR252 located so that the shell can reference the values of these vari-
/third_party/ulib/jemalloc/
A DINSTALL275 safe values for the most commonly used modern architectures, there is a
A DChangeLog105 - Support --with-lg-page values larger than actual page size. (@jasone)
/third_party/ulib/jemalloc/bin/
A Djeprof.in4332 my @values = ($cycles, $count, $cycles / $count);
4333 AddEntries($profile, $pcs, FixCallerAddresses($stack), $values[$index]);

Completed in 47 milliseconds