Home
last modified time | relevance | path

Searched full:values (Results 1 – 25 of 6779) sorted by relevance

12345678910>>...272

/freebsd/contrib/kyua/store/
H A Dtestdata_v2.sql42 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 Dtestdata_v3_3.sql39 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 Dtestdata_v3_2.sql40 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 Dtestdata_v3_4.sql39 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 Dtestdata_v1.sql42 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/crypto/krb5/src/util/profile/
H A Dt_profile.c80 const char *values[] = { "slick", "harry", "john", NULL }; in test_iterate() local
86 /* Iterate and check for the expected values. */ in test_iterate()
93 assert(values[i] != NULL); in test_iterate()
94 assert(strcmp(value, values[i]) == 0); in test_iterate()
98 assert(values[i] == NULL); in test_iterate()
117 /* Check that no values for the section are found in the resulting file. */ in test_iterate()
171 char **values, **dummy; in test_clear() local
174 check(profile_get_values(p, names, &values)); in test_clear()
177 check(profile_add_relation(p, names, values[0])); in test_clear()
178 profile_free_list(values); in test_clear()
[all …]
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.h40 * 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/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_profile.c95 char **values = NULL; in pkinit_kdcdefault_strings() local
117 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings()
118 if (retval == 0 && values != NULL) in pkinit_kdcdefault_strings()
132 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings()
133 if (retval == 0 && values != NULL) in pkinit_kdcdefault_strings()
137 if (values == NULL) in pkinit_kdcdefault_strings()
140 *ret_value = values; in pkinit_kdcdefault_strings()
151 char **values = NULL; in pkinit_kdcdefault_string() local
153 retval = pkinit_kdcdefault_strings(context, realmname, option, &values); in pkinit_kdcdefault_string()
157 if (values[0] == NULL) { in pkinit_kdcdefault_string()
[all …]
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/test/
H A DReadme.txt6 Test values: Known Answer Tests and Monte Carlo Tests
13 cbc_d_m.txt: Test values for the CBC decryption MCT.
14 cbc_e_m.txt: Test values for the CBC encryption MCT.
15 ecb_d_m.txt: Test values for the ECB decryption MCT.
16 ecb_e_m.txt: Test values for the ECB encryption MCT.
17 ecb_vk.txt: Test values for the Variable Key KAT.
18 ecb_vt.txt: Test values for the Variable Text KAT.
19 ecb_iv.txt: Test values for the Intermediate Values KAT.
20 ecb_iv.readme: Detailed information about the Intermediate Values KAT.
21 ecb_tbl.txt: Test values for the Table KAT.
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtmmintrin.h38 /// \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 contained in 2 packed
[all …]
H A Df16cintrin.h72 /// 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/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE15 # 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/lib/libc/locale/
H A Dlocaleconv.352 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/contrib/llvm-project/lldb/bindings/interface/
H A DSBDataExtensions.i137 …'A read only property that returns an array-like object out of which you can read uint8 values.''')
138 …A read only property that returns an array-like object out of which you can read uint16 values.''')
139 …A read only property that returns an array-like object out of which you can read uint32 values.''')
140 …A read only property that returns an array-like object out of which you can read uint64 values.''')
141 …'A read only property that returns an array-like object out of which you can read sint8 values.''')
142 …A read only property that returns an array-like object out of which you can read sint16 values.''')
143 …A read only property that returns an array-like object out of which you can read sint32 values.''')
144 …A read only property that returns an array-like object out of which you can read sint64 values.''')
145 …'A read only property that returns an array-like object out of which you can read float values.''')
146 …A read only property that returns an array-like object out of which you can read double values.''')
[all …]
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dalt_prof.c53 * krb5_aprof_getvals() - Get values from alternate profile.
58 * retdata - Returned data values.
109 char **values, *valp; in krb5_aprof_get_boolean() local
113 ret = krb5_aprof_getvals(acontext, hierarchy, &values); in krb5_aprof_get_boolean()
118 while (values[idx] != NULL) in krb5_aprof_get_boolean()
122 valp = values[idx]; in krb5_aprof_get_boolean()
124 profile_free_list(values); in krb5_aprof_get_boolean()
151 char **values, *valp; in krb5_aprof_get_deltat() local
154 ret = krb5_aprof_getvals(acontext, hierarchy, &values); in krb5_aprof_get_deltat()
160 for (idx = 0; values[idx] != NULL; idx++); in krb5_aprof_get_deltat()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp29 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 in renderAsInput()
[all...]
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp23 /// 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 __anon5fc690450111::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/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc59 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/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h50 // 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("meeny", "miny", "moe"));
119 // with parameter values "cat" and "dog":
[all …]
/freebsd/usr.sbin/sysrc/
H A Dsysrc.860 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/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h9 // 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 in the returned range satisfy
179 /// Initialize a range containing all values X that satisfy `(X & Mask)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/
H A Dpower-mgt.txt41 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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp154 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
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c25 } 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/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h147 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
148 the result, and the four 16-bit values from M2 into the upper four 8-bit
149 values of the result, all with signed saturation. */
172 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
173 the result, and the two 32-bit values from M2 into the upper two 16-bit
174 values of the result, all with signed saturation. */
197 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
198 the result, and the four 16-bit values from M2 into the upper four 8-bit
199 values of the result, all with unsigned saturation. */
226 /* Interleave the four 8-bit values from the high half of M1 with the four
[all …]

12345678910>>...272