Home
last modified time | relevance | path

Searched refs:one (Results 601 - 625 of 2343) sorted by relevance

1...<<21222324252627282930>>...94

/third_party/libunwind/libunwind/doc/
H A Dunw_get_fpreg.tex40 Otherwise the negative value of one of the error-codes below is
H A Dunw_get_reg.tex41 Otherwise the negative value of one of the error-codes below is
H A Dunw_init_remote.tex44 Otherwise the negative value of one of the error-codes below is
H A Dunw_set_fpreg.tex40 Otherwise the negative value of one of the error-codes below is
/third_party/mbedtls/tests/scripts/
H A Dgenerate_pkcs7_tests.py147 one unaccounted extra byte")
/third_party/json/tests/src/
H A Dunit-readme.cpp201 std::set<std::string> c_set {"one", "two", "three", "four", "one"};
202 json j_set(c_set); // only one entry for "one" is used
203 // ["four", "one", "three", "two"]
205 std::unordered_set<std::string> c_uset {"one", "two", "three", "four", "one"};
206 json j_uset(c_uset); // only one entry for "one" is used
207 // maybe ["two", "three", "four", "one"]
[all...]
/third_party/node/test/parallel/
H A Dtest-dns-lookup.js76 message: `The property 'options.family' must be one of: 0, 4, 6. Received ${family}`
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_gpu.h60 uint32_t one; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h169 LLVMValueRef one; member
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86asm.pl22 # but on the pros side we don't have to implement one subroutine per
287 Pick one target type from
/third_party/openssl/crypto/perlasm/
H A Dx86asm.pl22 # but on the pros side we don't have to implement one subroutine per
287 Pick one target type from
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_replayer_test.cpp907 OpMemberName %68 0 "one"
1691 // Cycle the repeated pass strategy so that we try a different one next time
1754 // - "one == 1.0"
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_replayer_test.cpp907 OpMemberName %68 0 "one"
1691 // Cycle the repeated pass strategy so that we try a different one next time
1754 // - "one == 1.0"
/third_party/python/PCbuild/
H A Dfind_msbuild.bat28 @rem If msbuild.exe is on the PATH, assume that the user wants that one.
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_replayer_test.cpp907 OpMemberName %68 0 "one"
1691 // Cycle the repeated pass strategy so that we try a different one next time
1754 // - "one == 1.0"
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c99 static const mpd_t one = {MPD_STATIC|MPD_CONST_DATA, 0, 1, 1, 1, data_one}; variable
1664 * Check if one of the operands is NaN, copy to result and return 1 if this
1747 * check if the result has one digit too many. in _mpd_apply_round()
4289 /* Check if the result is guaranteed to be one. */
4465 mpd_qfma(&sum, &sum, &tmp, &one, &workctx, &workctx.status); in _mpd_qexp()
4747 mpd_qsub(&tmp, &tmp, &one, &maxcontext, status); in mpd_qln10()
4838 * Internal ln() function that does not check for specials, zero or one.
4867 /* Initial approximation: we have at least one non-zero digit */ in _mpd_qln()
4916 int cmp = _mpd_cmp(&v, &one); in _mpd_qln()
4919 _mpd_qsub(&tmp, &v, &one, in _mpd_qln()
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl.c509 /* CCS surfaces are required to have one of the GENX_CCS_* formats which in isl_tiling_get_info()
511 * corresponds to one cache-line pair in the main surface. From the Sky in isl_tiling_get_info()
659 /* Of the tiling modes remaining, choose the one that offers the best in isl_surf_choose_tiling()
892 * are those present in 3DSTATE_DEPTH_BUFFER incremented by one. in isl_choose_image_alignment_el()
1946 * usage bit. The one thing we do know is that we haven't enable CCS on in isl_surf_init_s()
2053 * in 3DSTATE_DEPTH_BUFFER incremented by one. in isl_surf_get_hiz_surf()
2422 /* They may only specify one of the above bits at a time */ in isl_surf_fill_state_s()
2883 /* We only consider one Z or array slice */ in isl_surf_get_image_range_B_tile()
2919 * last pixel (what we just calculated) is inclusive. Add one. in isl_surf_get_image_range_B_tile()
3050 /* If only one arra in isl_surf_get_uncompressed_surf()
3336 isl_color_value_channel(union isl_color_value src, enum isl_channel_select chan, uint32_t one) isl_color_value_channel() argument
3357 uint32_t one = is_float ? 0x3f800000 : 1; isl_color_value_swizzle() local
[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex164 A \tag{registry} contains the entire definition of one or more related
180 Usually only one tag is used.
183 languages other than C. Usually only one tag is used.
187 commands (functions). Usually only one tag is used.
192 extension interfaces. Usually only one tag is used, wrapping many
474 \item \tag{alias} has one attribute, \attr{name}, containing a string which is the
481 \item \tag{vecequiv} has one attribute, \attr{name}, containing a string which is
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha1_ssse3_asm.S108 * This macro implements 80 rounds of SHA-1 for one 64-byte block
164 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use
371 # blended scheduling of vector and scalar instruction streams, one 4-wide
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S510 # The worst case can at least be bounded by having one bit that represents
538 # or one byte per 256 bytes. OTOH, we can safely get rid of the +128 as
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dslogn.S80 one: .long 0x3F800000 label
425 fsubs one,%fp1 | ...FP1 IS X-1
426 fadds one,%fp0 | ...FP0 IS X+1
499 fadds one,%fp0 | ...X := ROUND(1+Z)
520 fadds one,%fp0 | ...FP0 IS 1+X
559 fmoves one,%fp0
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dslogn.S80 one: .long 0x3F800000 label
425 fsubs one,%fp1 | ...FP1 IS X-1
426 fadds one,%fp0 | ...FP0 IS X+1
499 fadds one,%fp0 | ...X := ROUND(1+Z)
520 fadds one,%fp0 | ...FP0 IS 1+X
559 fmoves one,%fp0
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dheader.S452 # The worst case can at least be bounded by having one bit that represents
480 # or one byte per 256 bytes. OTOH, we can safely get rid of the +128 as
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha1_ssse3_asm.S109 * This macro implements 80 rounds of SHA-1 for one 64-byte block
165 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use
372 # blended scheduling of vector and scalar instruction streams, one 4-wide
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp566 using one = char;
573 template <typename C> static one test( decltype(&C::capacity) ) ;

Completed in 27 milliseconds

1...<<21222324252627282930>>...94