/third_party/boost/boost/ |
D | integer.hpp | 61 template<> struct int_least_helper<1> { typedef boost::long_long_type least; }; typedef 63 template<> struct int_least_helper<1> { typedef __int64 least; }; typedef 65 template<> struct int_least_helper<2> { typedef long least; }; typedef 66 template<> struct int_least_helper<3> { typedef int least; }; typedef 67 template<> struct int_least_helper<4> { typedef short least; }; typedef 68 template<> struct int_least_helper<5> { typedef signed char least; }; typedef 70 template<> struct uint_least_helper<1> { typedef boost::ulong_long_type least; }; typedef 72 template<> struct uint_least_helper<1> { typedef unsigned __int64 least; }; typedef 74 template<> struct uint_least_helper<2> { typedef unsigned long least; }; typedef 75 template<> struct uint_least_helper<3> { typedef unsigned int least; }; typedef [all …]
|
/third_party/boost/boost/integer/ |
D | integer_mask.hpp | 45 typedef typename uint_t<(Bit + 1)>::least least; typedef 48 BOOST_STATIC_CONSTANT( least, high_bit = (least( 1u ) << Bit) ); 68 typedef typename uint_t<Bits>::least least; typedef 71 BOOST_STATIC_CONSTANT( least, sig_bits = least(~(least(~(least( 0u ))) << Bits )) ); 85 typedef uint_t<limits_type::digits>::least least; \ 87 BOOST_STATIC_CONSTANT( least, sig_bits = (~( least(0u) )) ); \
|
/third_party/boost/libs/integer/test/ |
D | integer_include_test.cpp | 16 boost::int_t<12>::least l = 0; in main() 22 boost::uint_t<12>::least ul = 0; in main() 26 boost::int_max_value_t<2000>::least v2 = 0; in main() 30 boost::int_min_value_t<-2000>::least v4 = 0; in main() 34 boost::uint_value_t<2000>::least v6 = 0; in main()
|
D | integer_test.cpp | 64 typedef typename boost::int_t<Bits>::least least_int; in do_test_exact() 65 typedef typename boost::uint_t<Bits>::least least_uint; in do_test_exact() 99 typedef typename boost::int_t<Bits>::least least_int; in do_test_bits() 100 typedef typename boost::int_t<Bits>::least fast_int; in do_test_bits() 101 typedef typename boost::uint_t<Bits>::least least_uint; in do_test_bits() 172 typedef typename Traits::least least_type; in test_min_max_type()
|
D | integer_mask_include_test.cpp | 10 boost::high_bit_mask_t<20>::least l = boost::high_bit_mask_t<20>::high_bit; in main() 14 boost::low_bits_mask_t<20>::least l2 = boost::low_bits_mask_t<20>::sig_bits; in main()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | enough.c | 207 int least; /* least number of syms to use at this juncture */ in count() local 227 least = (left << 1) - syms; in count() 228 if (least < 0) in count() 229 least = 0; in count() 239 for (use = least; use <= most; use++) { in count() 324 int least; /* least number of syms to use at this juncture */ in examine() local 363 least = (left << 1) - syms; in examine() 364 if (least < 0) in examine() 365 least = 0; in examine() 374 use = least; in examine() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | enough.c | 207 int least; /* least number of syms to use at this juncture */ in count() local 227 least = (left << 1) - syms; in count() 228 if (least < 0) in count() 229 least = 0; in count() 239 for (use = least; use <= most; use++) { in count() 324 int least; /* least number of syms to use at this juncture */ in examine() local 363 least = (left << 1) - syms; in examine() 364 if (least < 0) in examine() 365 least = 0; in examine() 374 use = least; in examine() [all …]
|
/third_party/boost/boost/log/expressions/predicates/ |
D | is_in_range.hpp | 89 is_in_range(attribute_actor< T, FallbackPolicyT, TagT, ActorT > const& attr, BoundaryT const& least… in is_in_range() argument 93 … terminal_type(attr.get_name(), std::pair< boundary_type, boundary_type >(least, most), attr.get_f… in is_in_range() 103 is_in_range(attribute_keyword< DescriptorT, ActorT > const&, BoundaryT const& least, BoundaryT cons… in is_in_range() argument 107 … terminal_type(DescriptorT::get_name(), std::pair< boundary_type, boundary_type >(least, most)) }}; in is_in_range() 117 is_in_range(attribute_name const& name, BoundaryT const& least, BoundaryT const& most) in is_in_range() argument 121 …nal_type > act = {{ terminal_type(name, std::pair< boundary_type, boundary_type >(least, most)) }}; in is_in_range()
|
/third_party/grpc/doc/ |
D | xds-test-descriptions.md | 30 fail after at least one RPC has succeeded, indicating a valid xDS config 104 1. All backends receive at least one RPC 123 1. Once all backends receive at least one RPC, the following 100 RPCs are 142 1. All backends receive at least one RPC. 155 1. Once all backends receive at least one RPC, the distribution for a block of 175 1. All backends in the primary locality receive at least 1 RPC. 182 1. All backends in the secondary locality receive at least 1 RPC. 188 1. All backends in the primary locality receive at least 1 RPC. 194 when at least one of the backends in the primary locality remain healthy. 211 1. All backends in the primary locality receive at least 1 RPC. [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | callWithSpread3.errors.txt | 7 …essions/functionCalls/callWithSpread3.ts(20,6): error TS2557: Expected at least 2 arguments, but g… 9 …ssions/functionCalls/callWithSpread3.ts(22,13): error TS2557: Expected at least 2 arguments, but g… 10 …ssions/functionCalls/callWithSpread3.ts(23,13): error TS2557: Expected at least 2 arguments, but g… 12 …ssions/functionCalls/callWithSpread3.ts(31,13): error TS2557: Expected at least 2 arguments, but g… 49 !!! error TS2557: Expected at least 2 arguments, but got 0 or more. 56 !!! error TS2557: Expected at least 2 arguments, but got 1 or more. 60 !!! error TS2557: Expected at least 2 arguments, but got 2 or more. 72 !!! error TS2557: Expected at least 2 arguments, but got 4 or more.
|
D | callOverload.errors.txt | 3 …xpressions/functionCalls/callOverload.ts(10,1): error TS2555: Expected at least 1 arguments, but g… 4 …pressions/functionCalls/callOverload.ts(11,10): error TS2557: Expected at least 1 arguments, but g… 23 !!! error TS2555: Expected at least 1 arguments, but got 0. 27 !!! error TS2557: Expected at least 1 arguments, but got 0 or more.
|
D | jsxIssuesErrorWhenTagExpectsTooManyArguments.errors.txt | 1 …xpectsTooManyArguments.tsx(19,12): error TS6229: Tag 'MyComp4' expects at least '4' arguments, but… 2 …xpectsTooManyArguments.tsx(20,12): error TS6229: Tag 'MyComp3' expects at least '3' arguments, but… 26 !!! error TS6229: Tag 'MyComp4' expects at least '4' arguments, but the JSX factory 'React.createEl… 30 !!! error TS6229: Tag 'MyComp3' expects at least '3' arguments, but the JSX factory 'React.createEl…
|
/third_party/boost/libs/integer/doc/ |
D | integer.qbk | 169 // fast integers from least integers 182 typedef ``['implementation-defined-type]`` least; 183 typedef int_fast_t<least>::fast fast; 192 typedef ``['implementation-defined-type]`` least; 193 typedef int_fast_t<least>::fast fast; 200 typedef ``['implementation-defined-type]`` least; 201 typedef int_fast_t<least>::fast fast; 207 typedef ``['implementation-defined-type]`` least; 208 typedef int_fast_t<least>::fast fast; 215 typedef ``['implementation-defined-type]`` least; [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_storage_compression.txt | 144 least 1 bit and less than 2 bits per component. 147 least 2 bits and less than 3 bits per component. 150 least 3 bits and less than 4 bits per component. 153 least 4 bits and less than 5 bit per component. 156 least 5 bits and less than 6 bits per component. 159 least 6 bits and less than 7 bits per component. 162 least 7 bits and less than 8 bits per component. 165 least 8 bits and less than 9 bits per component. 168 least 9 bits and less than 10 bits per component. 171 least 10 bits and less than 11 bits per component. [all …]
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCubicHull.cpp | 130 int least = yMin ^ mask; in convexHull() local 133 order[1] = least; in convexHull() 137 if (!rotate(*this, least, most, midPath)) { // ! if cbc[least]==cbc[most] in convexHull() 141 int midSides = side(midPath[yMin].fY - midPath[least].fY); in convexHull() 142 midSides ^= side(midPath[midX].fY - midPath[least].fY); in convexHull()
|
/third_party/skia/src/pathops/ |
D | SkOpCubicHull.cpp | 130 int least = yMin ^ mask; in convexHull() local 133 order[1] = least; in convexHull() 137 if (!rotate(*this, least, most, midPath)) { // ! if cbc[least]==cbc[most] in convexHull() 141 int midSides = side(midPath[yMin].fY - midPath[least].fY); in convexHull() 142 midSides ^= side(midPath[midX].fY - midPath[least].fY); in convexHull()
|
/third_party/mbedtls/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 34 * Make at least one failing call to `psa_register_se_driver` followed by a successful call. 35 * Make at least one test that successfully registers the maximum number of drivers and fails to reg… 41 * Make at least one test with a key in a secure element that checks that the driver method is calle… 42 * Make at least one test with a key that is not in a secure element that checks that the driver met… 43 * Make at least one test with a key in a secure element with a driver that does not have the requis… 44 * Make at least one test with a key in a secure element with a driver that does not have the substr… 45 * At least one test should register multiple drivers with a key in each driver and check that the e… 46 * At least one test should register the same driver structure with multiple lifetime values and che… 65 * Unexpected errors. At least test that if the driver returns `PSA_ERROR_GENERIC_ERROR`, this is pr… 70 * Check that the storage ends up in the expected state. At least make sure that no intermediate fil… [all …]
|
/third_party/zlib/examples/ |
D | enough.c | 277 int least = (left << 1) - syms; in count() local 278 if (least < 0) in count() 279 least = 0; in count() 289 for (int use = least; use <= most; use++) { in count() 414 int least = (left << 1) - syms; in examine() local 415 if (least < 0) in examine() 416 least = 0; in examine() 425 int use = least; in examine() 434 for (use = least; use <= most; use++) { in examine()
|
/third_party/node/doc/guides/ |
D | adding-new-napi-api.md | 22 * There **must** be at least one test case showing how to use the API. 23 * There **should** be at least one test case per interesting use of the API. 27 * A new API addition **must** be signed off by at least two members of 29 * A new API addition **should** be simultaneously implemented in at least 31 * A new API **must** be considered experimental for at least one minor 38 * Experimental status exit criteria **must** involve at least the
|
/third_party/glslang/Test/baseResults/ |
D | spv.subgroupClusteredNeg.comp.out | 2 ERROR: 0:22: 'cluster size' : argument must be at least 1 5 ERROR: 0:29: 'cluster size' : argument must be at least 1 6 ERROR: 0:31: 'cluster size' : argument must be at least 1
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_surface_compression.txt | 110 least 1 bit and less than 2 bits per component. 113 least 2 bits and less than 3 bits per component. 116 least 3 bits and less than 4 bits per component. 119 least 4 bits and less than 5 bits per component. 122 least 5 bits and less than 6 bits per component. 125 least 6 bits and less than 7 bits per component. 128 least 7 bits and less than 8 bits per component. 131 least 8 bits and less than 9 bits per component. 134 least 9 bits and less than 10 bits per component. 137 least 10 bits and less than 11 bits per component. [all …]
|
/third_party/boost/libs/spirit/doc/karma/ |
D | binary.qbk | 87 [[`byte_`] [Output the binary representation of the least 91 [[`word`] [Output the binary representation of the least 96 [[`dword`] [Output the binary representation of the least 101 [[`qword`] [Output the binary representation of the least 114 [[`byte_(b)`] [Output the binary representation of the least 118 [[`word(w)`] [Output the binary representation of the least 123 [[`dword(dw)`] [Output the binary representation of the least 128 [[`qword(qw)`] [Output the binary representation of the least 263 [[`little_word`] [Output the binary representation of the least 268 [[`little_dword`] [Output the binary representation of the least [all …]
|
/third_party/libinput/quirks/ |
D | README.md | 32 A data file must contain at least one section, each section must have at 33 least one `Match` tag and at least one of either `Attr` or `Model`. Section 63 * Sections without at least one `Match*` entry 65 * Sections without at least one of `Model*` or `Attr` entries
|
/third_party/boost/libs/config/doc/ |
D | cstdint.qbk | 71 of at least # bits, such that no signed integer type with lesser size has at least the specified wi… 72 Thus, [^int_least32_t] denotes the smallest signed integer type with a width of at least 32 bits. 73 … typedef name [^uint_least#_t] designates an unsigned integer type with a width of at least # bits, 74 such that no unsigned integer type with lesser size has at least the specified width. 98 with a width of at least # bits. Similarly, the typedef name [^uint_fast#_t] designates the fastest 99 unsigned integer type with a width of at least # bits. 135 integer constants of at least the specified width to be declared:
|
/third_party/skia/tests/sksl/errors/ |
D | InterfaceBlockWithNoMembers.glsl | 3 error: 1: interface block 'S' must contain at least one member 4 error: 2: interface block 'testBlock' must contain at least one member
|