/freebsd-src/contrib/kyua/store/ |
H A D | testdata_v2.sql | 42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root'); 45 INSERT INTO actions (action_id, context_id) VALUES (1, 1); 57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root'); 59 VALUES (2, 'HOME', '/home/test'); 61 VALUES (2, 'PATH', '/bin:/usr/bin'); 64 INSERT INTO actions (action_id, context_id) VALUES (2, 2); 67 INSERT INTO metadatas VALUES (1, 'allowed_architectures', ''); 68 INSERT INTO metadatas VALUES (1, 'allowed_platforms', ''); 69 INSERT INTO metadatas VALUES (1, 'description', ''); 70 INSERT INTO metadatas VALUES (1, 'has_cleanup', 'false'); [all …]
|
H A D | testdata_v3_3.sql | 39 INSERT INTO contexts (cwd) VALUES ('/usr/tests'); 41 VALUES ('PATH', '/bin:/usr/bin'); 44 INSERT INTO metadatas VALUES (6, 'allowed_architectures', ''); 45 INSERT INTO metadatas VALUES (6, 'allowed_platforms', ''); 46 INSERT INTO metadatas VALUES (6, 'description', ''); 47 INSERT INTO metadatas VALUES (6, 'has_cleanup', 'false'); 48 INSERT INTO metadatas VALUES (6, 'required_configs', ''); 49 INSERT INTO metadatas VALUES (6, 'required_files', ''); 50 INSERT INTO metadatas VALUES (6, 'required_memory', '0'); 51 INSERT INTO metadatas VALUES (6, 'required_programs', ''); [all …]
|
H A D | testdata_v3_2.sql | 40 INSERT INTO contexts (cwd) VALUES ('/test/suite/root'); 42 VALUES ('HOME', '/home/test'); 44 VALUES ('PATH', '/bin:/usr/bin'); 47 INSERT INTO metadatas VALUES (1, 'allowed_architectures', ''); 48 INSERT INTO metadatas VALUES (1, 'allowed_platforms', ''); 49 INSERT INTO metadatas VALUES (1, 'description', ''); 50 INSERT INTO metadatas VALUES (1, 'has_cleanup', 'false'); 51 INSERT INTO metadatas VALUES (1, 'required_configs', ''); 52 INSERT INTO metadatas VALUES (1, 'required_files', ''); 53 INSERT INTO metadatas VALUES (1, 'required_memory', '0'); [all …]
|
H A D | testdata_v3_4.sql | 39 INSERT INTO contexts (cwd) VALUES ('/usr/tests'); 41 VALUES ('LANG', 'C'); 43 VALUES ('PATH', '/bin:/usr/bin'); 45 VALUES ('TERM', 'xterm'); 48 INSERT INTO metadatas VALUES (12, 'allowed_architectures', ''); 49 INSERT INTO metadatas VALUES (12, 'allowed_platforms', ''); 50 INSERT INTO metadatas VALUES (12, 'description', ''); 51 INSERT INTO metadatas VALUES (12, 'has_cleanup', 'false'); 52 INSERT INTO metadatas VALUES (12, 'required_configs', ''); 53 INSERT INTO metadatas VALUES (12, 'required_files', ''); [all …]
|
H A D | testdata_v1.sql | 42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root'); 45 INSERT INTO actions (action_id, context_id) VALUES (1, 1); 57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root'); 59 VALUES (2, 'HOME', '/home/test'); 61 VALUES (2, 'PATH', '/bin:/usr/bin'); 64 INSERT INTO actions (action_id, context_id) VALUES (2, 2); 69 VALUES (1, 2, '/test/suite/root/foo_test', '/test/suite/root', 72 VALUES (1, 300000000); 76 VALUES (1, 1, 'main'); 79 VALUES (1, 'passed', NULL, 1357643611000000, 1357643621000500); [all …]
|
/freebsd-src/contrib/unbound/util/ |
H A D | fptr_wlist.h | 40 * The functions contain a whitelist of known good callback values. 41 * Any other values lead to an error. 78 * Check function pointer whitelist for comm_point callback values. 86 * Check function pointer whitelist for raw comm_point callback values. 94 * Check function pointer whitelist for comm_timer callback values. 102 * Check function pointer whitelist for comm_signal callback values. 110 * Check function pointer whitelist for start_accept callback values. 118 * Check function pointer whitelist for stop_accept callback values. 126 * Check function pointer whitelist for event structure callback values. 135 * Check function pointer whitelist for pending udp callback values [all...] |
/freebsd-src/contrib/ntp/scripts/monitoring/ |
H A D | loopwatch.config.SAMPLE | 15 # showoffs: yes/no control display of offset values 18 # showfreq: yes/no control display of frequency values 21 # showcmpl: yes/no control display of compliance values 24 # showoreg: yes/no control display of linear regression of offset values 27 # showfreg: yes/no control display of linear regression of frequency values 32 # values are interpreted using local time zone 34 # parts omitted from end default to lowest permitted values 40 # if a number is given, subtract this from sampling values for display 42 # offset values 46 # if a number is given, the sampling values are divided by this number [all …]
|
/freebsd-src/contrib/cortex-strings/scripts/ |
H A D | libplot.py | 27 """Return the unique values of a column in the records""" 29 values = list(set(create_column_tuple(x, name) for x in records)) 31 values = list(set(getattr(x, name) for x in records)) 33 if not values: 34 return values 35 elif type(values[0]) == str: 36 return sorted(values, key=lambda x: '%-06d|%s' % (-prefer.find(x), x)) 38 return sorted(values) 55 # Pull out any bounce values 74 values = list(record) [all …]
|
/freebsd-src/lib/libc/locale/ |
H A D | localeconv.3 | 52 especially currency values: 85 The decimal point character, except for currency values, 89 before the decimal point, except for currency values. 91 The sizes of the groups of digits, except for currency values. 108 The decimal point character for currency values. 110 The separator for digit groups in currency values. 114 but for currency values. 116 The character used to denote nonnegative currency values, 119 The character used to denote negative currency values, 126 in the local style for currency values. [all …]
|
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBDataExtensions.i | 137 uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like object out of which you can read uint8 values.''') 138 uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-like object out of which you can read uint16 values.''') 139 uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-like object out of which you can read uint32 values.''') 140 uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-like object out of which you can read uint64 values.''') 141 sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like object out of which you can read sint8 values.''') 142 sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-like object out of which you can read sint16 values.''') 143 sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-like object out of which you can read sint32 values.''') 144 sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-like object out of which you can read sint64 values.''') 145 float = property(_make_helper_float, None, doc='''A read only property that returns an array-like object out of which you can read float values.''') 146 double = property(_make_helper_double, None, doc='''A read only property that returns an array-like object out of which you can read double values [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | tmmintrin.h | 38 /// \returns A 64-bit integer vector containing the absolute values of the 56 /// \returns A 128-bit integer vector containing the absolute values of the 74 /// \returns A 64-bit integer vector containing the absolute values of the 92 /// \returns A 128-bit integer vector containing the absolute values of the 110 /// \returns A 64-bit integer vector containing the absolute values of the 128 /// \returns A 128-bit integer vector containing the absolute values of the 182 /// Horizontally adds the adjacent pairs of values contained in 2 packed 191 /// horizontal sums of the values are stored in the lower bits of the 195 /// horizontal sums of the values are stored in the upper bits of the 205 /// Horizontally adds the adjacent pairs of values containe [all...] |
H A D | pmmintrin.h | 36 /// A pointer to a 128-bit integer vector containing integer values. 37 /// \returns A 128-bit vector containing the moved values. 44 /// Adds the even-indexed values and subtracts the odd-indexed values of 63 /// Horizontally adds the adjacent pairs of values contained in two 72 /// The horizontal sums of the values are stored in the lower bits of the 76 /// The horizontal sums of the values are stored in the upper bits of the 86 /// Horizontally subtracts the adjacent pairs of values contained in two 95 /// The horizontal differences between the values are stored in the lower 99 /// The horizontal differences between the values are stored in the upper 109 /// Moves and duplicates odd-indexed values from a 128-bit vector [all …]
|
H A D | emmintrin.h | 59 /// Adds lower double-precision values in both operands and returns the 137 /// Multiplies lower double-precision values in both operands and returns 242 /// Calculates the square root of the each of two values stored in a 252 /// values in the operand. 257 /// Compares lower 64-bit double-precision values of both operands, and 258 /// returns the lesser of the pair of values in the lower 64-bits of the 284 /// values. 296 /// \returns A 128-bit vector of [2 x double] containing the minimum values in _mm_min_pd() 303 /// Compares lower 64-bit double-precision values of both operands, and 304 /// returns the greater of the pair of values i [all...] |
H A D | f16cintrin.h | 72 /// Converts a 128-bit vector containing 32-bit float values into a 73 /// 128-bit vector containing 16-bit half-precision float values. 84 /// A 128-bit vector containing 32-bit float values. 93 /// values. The lower 64 bits are used to store the converted 16-bit 94 /// half-precision floating-point values. 99 /// values into a 128-bit vector containing 32-bit float values. 106 /// A 128-bit vector containing 16-bit half-precision float values. The lower 108 /// \returns A 128-bit vector of [4 x float] containing converted float values. 116 /// containing 16-bit half-precision float values. 127 /// A 256-bit vector containing 32-bit single-precision float values to be [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Option/ |
H A D | Arg.cpp | 29 Values.push_back(Value0); in Arg() 36 Values.push_back(Value0); in Arg() 37 Values.push_back(Value1); in Arg() 42 for (unsigned i = 0, e = Values.size(); i != e; ++i) in ~Arg() 43 delete[] Values[i]; in ~Arg() 53 O << " Values: ["; in print() 54 for (unsigned i = 0, e = Values.size(); i != e; ++i) { in print() 56 O << "'" << Values[i] << "'"; in print() 91 Output.append(Values.begin(), Values.end()); in renderAsInput() 97 Output.append(Values.begin(), Values.end()); in render() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 23 /// than binary trees, because they store multiple keys/values in each node. 71 /// Values - This tracks the SourceDelta's currently in this node. 72 SourceDelta Values[2*WidthFactor-1]; member in __anon9d934e970111::DeltaTreeNode 74 /// NumValuesUsed - This tracks the number of values this node currently 82 /// FullDelta - This is the full delta of all the values in this node and 97 return Values[i]; in getValue() 102 return Values[i]; in getValue() 140 Values[0] = IR.Split; in DeltaTreeInteriorNode() 173 NewFullDelta += Values[i].Delta; in RecomputeFullDeltaLocally() 201 Values[i].Delta += Delta; in DoInsertion() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/opal/ |
H A D | power-mgt.txt | 41 Array of unsigned 32-bit values containing the values of the 61 Array of unsigned 32-bit values containing the values of the 66 Array of unsigned 32-bit values containing the values of the 74 Array of unsigned 64-bit values containing the values for the 79 Array of unsigned 64-bit values containing the masks 90 values. 101 For all the other values of the entry in 107 Array of unsigned 64-bit values containing the pmicr values 115 Array of unsigned 64-bit values containing the mask indicating
|
/freebsd-src/usr.sbin/sysrc/ |
H A D | sysrc.8 | 60 appropriate privilege to change values in a safe and effective manner. 136 Show only variable values, not their names. 138 Show only variable names, not their values. 197 is supported for adding items to values 198 .Pq see APPENDING VALUES 201 is supported for removing items from values 202 .Pq see SUBTRACTING VALUES . 208 instead works on values in the system 235 When changing values of a given variable, it does not matter if the variable 252 .Sh APPENDING VALUES [all …]
|
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 59 using ::testing::Values; 87 // We cannot use EXPECT_EQ() here as the values may be tuples, in VerifyGenerator() 129 // generates an expected sequence of values. The general test pattern 309 ContainerType values; in TEST() local 310 values.push_back(3); in TEST() 311 values.push_back(5); in TEST() 312 values.push_back(8); in TEST() 313 const ParamGenerator<int> gen = ValuesIn(values); in TEST() 322 ContainerType values; in TEST() local 323 values.push_back(3); in TEST() [all …]
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 50 // class hierarchies), where the type of your parameter values. 53 // lifespan of the pointed values. 81 // Range(begin, end [, step]) - Yields values {begin, begin+step, 82 // begin+step+step, ...}. The values do not 84 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}. 85 // ValuesIn(container) - Yields values from a C-style array, an STL 89 // for the math savvy) of the values generated 96 // each with parameter values "meeny", "miny", and "moe". 100 Values("meen 335 internal::ValueArray<T...> Values(T... v) { Values() function [all...] |
/freebsd-src/contrib/netbsd-tests/lib/libm/ |
H A D | t_fe_round.c | 25 } values[] = { variable 77 for (unsigned int i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 78 fesetround(values[i].round_mode); in ATF_TC_BODY() 80 received = lrint(values[i].input); in ATF_TC_BODY() 82 (labs(received - values[i].expected) < EPSILON), in ATF_TC_BODY() 85 values[i].input, i, received, values[i].expected); in ATF_TC_BODY() 89 (fegetround() == values[i].round_mode), in ATF_TC_BODY() 92 i, values[i].round_mode, fegetround()); in ATF_TC_BODY() 106 for (unsigned int i = 0; i < __arraycount(values); i++) { in ATF_TC_BODY() 107 fesetround(values[i].round_mode); in ATF_TC_BODY() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 154 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands() argument 157 for (VPValue *V : Values) { in getOperands() 165 static bool areCommutative(ArrayRef<VPValue *> Values) { in areCommutative() argument 167 cast<VPInstruction>(Values[0])->getOpcode()); in areCommutative() 171 getOperands(ArrayRef<VPValue *> Values) { in getOperands() argument 173 auto *VPI = cast<VPInstruction>(Values[0]); in getOperands() 179 Result.push_back(getOperands(Values, 0)); in getOperands() 183 Result.push_back(getOperands(Values, I)); in getOperands() 190 /// Returns the opcode of Values or ~0 if they do not all agree. 191 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() argument 345 dumpBundle(ArrayRef<VPValue * > Values) dumpBundle() argument 359 buildGraph(ArrayRef<VPValue * > Values) buildGraph() argument [all...] |
/freebsd-src/contrib/lib9p/pytest/ |
H A D | numalloc.py | 6 Basically, these keep track of a set of allocatable values in 8 the range and return values into the range. 45 range. You can also free multiple values at once: 54 Note that this changes the min/max values: 59 To prevent adding values outside the min/max range, create the 72 you free values into it: 115 There is currently no way to find all allocated values, although 158 find it, return its index and its values. 202 This may return None, if no values are still available. 217 # values. [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 9 // Represent a range of possible values that may occur when the program is run 13 // STL iterators. When used with boolean values, the following are important 21 // The other integral ranges use min/max values for special range values. For 46 /// This class represents a range of values. 67 /// Initialize a range of values explicitly. This will assert out if 95 /// Produce the smallest range such that all values that may satisfy the given 106 /// Produce the largest range such that all values in the returned range 107 /// satisfy the given predicate with all values contained within Other. 117 /// Produce the exact range such that all values i [all...] |
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | DSA_get0_pqg.pod | 46 to NULL. Otherwise they are set to pointers to their respective values. These 47 point directly to the internal representations of the values and therefore 50 The B<p>, B<q> and B<g> values can be set by calling DSA_set0_pqg() and passing 51 the new values for B<p>, B<q> and B<g> as parameters to the function. Calling 52 this function transfers the memory management of the values to the DSA object, 53 and therefore the values that have been passed in should not be freed directly 56 To get the public and private key values use the DSA_get0_key() function. A 60 be. The values point to the internal representation of the public key and 61 private key values. This memory should not be freed directly. 63 The public and private key values can be set using DSA_set0_key(). The public [all …]
|