Home
last modified time | relevance | path

Searched refs:one (Results 626 - 650 of 2056) sorted by relevance

1...<<21222324252627282930>>...83

/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_idct.asm375 ; 4 at one time (4 columns) 1 e8[1] + o8[1]
651 ; 4 at one time (4 columns) 1 e32[1] + o32[1]
/third_party/gn/src/gn/
H A Dfunctions.cc81 "If you need to set the value of one arg based on another, put\n" in EnsureNotReadingFromSameDeclareArgs()
82 "them in two separate declare_args() calls, one after the other.\n"); in EnsureNotReadingFromSameDeclareArgs()
240 "assert() takes one or two arguments, " in RunAssert()
453 block, if you need to make the default value of one arg depend
555 "Expecting exactly one."); in RunDefined()
755 "Expecting one, two or three arguments.");
782 // Extract the source scope if different from current one.
806 "The first argument is not a scope, expecting one or two arguments.");
872 context of more than one toolchain it is recommended to specify an
987 prints from one fil
[all...]
/third_party/ffmpeg/libswresample/x86/
H A Dresample.asm77 ; on stack so that we have 'ctx' available as one extra register
302 ; on stack so that we have 'ctx' available as one extra register
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm108 ; Scale one or $filterSize lines of source data to generate one line of output
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_cmod_propagation.cpp234 src_reg one(brw_imm_d(1)); in TEST_F()
238 bld.AND(bld.null_reg_d(), src_reg(dest), one)); in TEST_F()
602 /* Note that basic is using glsl_type:float types, while this one is using
/third_party/mesa3d/src/util/
H A Dxxhash.h60 Note : SMHasher's CRC32 implementation is not the fastest one.
411 * The check costs one initial branch per hash;
555 const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in XXH_isLittleEndian() local
556 return one.c[0]; in XXH_isLittleEndian()
667 * compared to one for scalar: in XXH32_round()
987 * on 64-bit hosts, as only one jump is required.
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-mmx.asm96 ; Perform dequantization and inverse DCT on one block of coefficients,
490 ; Perform dequantization and inverse DCT on one block of coefficients,
H A Djidctred-sse2.asm96 ; Perform dequantization and inverse DCT on one block of coefficients,
411 ; Perform dequantization and inverse DCT on one block of coefficients,
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djchuff-sse2.asm18 ; This file contains an SSE2 implementation for Huffman coding of one block.
192 ; requires 2 µops (with memory operand) on Intel. In either case, only one
H A Djidctred-sse2.asm97 ; Perform dequantization and inverse DCT on one block of coefficients,
400 ; Perform dequantization and inverse DCT on one block of coefficients,
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_sse2.c422 const __m128i one = _mm_and_si128(_mm_xor_si128(*a0, *a1), ones); in Average2_m128i() local
423 *avg = _mm_sub_epi8(avg1, one); in Average2_m128i()
H A Dyuv_sse2.c173 // To pack, we will keep taking one every two 8b integer and move it in PlanarTo24b_SSE2()
764 const __m128i one = _mm_set1_epi16(1); in SharpYUVUpdateY_SSE2() local
774 const __m128i G = _mm_or_si128(E, one); // -1 or 1 in SharpYUVUpdateY_SSE2()
/third_party/pcre2/pcre2/
H A DRunTest.bat122 echo Where test_number is one or more optional test numbers 1 through 23, default is all tests.
217 echo In above output, one or more of the various tests failed!
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc111 // plus one for the closing \0. in StrAppendV()
611 // implementation against the native one there. in TestWithMultipleFormatsHelper()
760 // implementation against the native one there. in TEST_F()
1134 // implementation against the native one there. in TEST_F()
1190 int one = 1; in FormatFails() local
1191 const FormatArgImpl args[] = {FormatArgImpl(value), FormatArgImpl(one)}; in FormatFails()
1228 // If one of the following tests break then it is either because the above PP in TEST_F()
/third_party/node/lib/internal/
H A Derrors.js419 // at the outermost one
532 // to make sure it is the same as the one created in C++
1066 'Symlink type must be one of "dir", "file", or "junction". Received "%s"',
1264 msg += `${types.length > 1 ? 'one of type' : 'of type'} ${formatList(types, 'or')}`;
1277 msg += `one of ${formatList(other, 'or')}`;
1395 `one of scheme ${expected[0]} or ${expected[1]}` :
1401 E('ERR_IPC_ONE_PIPE', 'Child process can have only one IPC pipe', Error);
1447 assert(args.length > 0, 'At least one arg needs to be specified');
1671 'At least one category is required', TypeError);
1716 'At least one vali
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c495 nir_ssa_def *one = nir_imm_ivec4(b, 1, 0, 0, 0); in clamp_and_mask() local
501 nir_ieq(b, channels, one), in clamp_and_mask()
502 nir_isub(b, src, one), in clamp_and_mask()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl38 # not 4 [as one would expect, because algorithm complexity is n^2].
43 # 1024-bit one [in comparison to original version of *this* module].
246 // 7*(n+7) ticks on Itanium (the one codenamed Merced). Factor of 7
248 // that its performance would be ~20% lower than optimal one. No
672 // above loop has to execute one more time, without (p16), which is
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl38 # not 4 [as one would expect, because algorithm complexity is n^2].
43 # 1024-bit one [in comparison to original version of *this* module].
246 // 7*(n+7) ticks on Itanium (the one codenamed Merced). Factor of 7
248 // that its performance would be ~20% lower than optimal one. No
672 // above loop has to execute one more time, without (p16), which is
/third_party/python/Lib/test/
H A Dtest_grammar.py345 def one(): function
349 my_lst[one()-1]: int = 5
1238 global one, two, three, four, five, six, seven, eight, nine, ten
1644 x = {'one': 1}
1645 x = {'one': 1,}
1646 x = {'one' or 'two': 1 or 2}
1647 x = {'one': 1, 'two': 2}
1648 x = {'one': 1, 'two': 2,}
1649 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
1651 x = {'one'}
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc63 // Set or delete breakpoint (there can be only one).
244 // Execute the one instruction we broke at with breakpoints disabled. in Debug()
544 PrintF(" step one/num instruction(s) (alias 'si')\n"); in Debug()
629 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() argument
630 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch()
632 return one == two; in ICacheMatch()
837 // - one double argument and zero or one integer arguments.
1017 double dval0, dval1; // one or two double parameters in SoftwareInterrupt()
1018 intptr_t ival; // zero or one intege in SoftwareInterrupt()
2053 int64_t one = 1; // work-around gcc ExecuteGeneric() local
2528 intptr_t one = 1; // work-around gcc ExecuteGeneric() local
2922 int64_t one = 1; // work-around gcc ExecuteGeneric() local
3653 int64_t one = 1; // work-around gcc ExecuteGeneric() local
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/chacha/
H A Dchacha-x86_64.s8 L$one:
67 movdqa L$one(%rip),%xmm4
350 movdqa L$one(%rip),%xmm3
471 movdqa L$one(%rip),%xmm1
578 paddd L$one(%rip),%xmm1
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp664 // so declare them but don't assign a register index yet (one will be assigned when referenced in reachable code). in visitSymbol()
1077 Constant one(one_value.f, one_value.f, one_value.f, one_value.f); in visitUnary()
1104 emit(addOpcode, arg, index, arg, index, &one); in visitUnary()
1118 emit(subOpcode, arg, index, arg, index, &one); in visitUnary()
1130 emit(addOpcode, result, index, arg, index, &one); in visitUnary()
1142 emit(subOpcode, result, index, arg, index, &one); in visitUnary()
1240 Constant one(1.0f, 1.0f, 1.0f, 1.0f); in visitUnary()
1241 Instruction *div = emit(sw::Shader::OPCODE_DIV, &invDet, &one, &invDet); in visitUnary()
1524 // At most one more instruction when constructing a vec3 from a mat2 or a vec4 from a mat2/mat3 in visitAggregate()
/third_party/node/test/fixtures/wpt/streams/resources/
H A Drs-test-templates.js92 }, label + ': should not be able to acquire a second reader if we don\'t release the first one');
662 const reason1 = new Error('This little one\'s not worth the effort.');
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h208 // The currently executing Simulator instance. Potentially there can be one
290 static bool ICacheMatch(void* one, void* two);
294 // Returns true if pc register contains one of the 'special_values' defined
480 // Executes one instruction.
482 // Execute one instruction placed in a branch delay slot.
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h236 // The currently executing Simulator instance. Potentially there can be one
326 static bool ICacheMatch(void* one, void* two);
330 // Returns true if pc register contains one of the 'special_values' defined
560 // Executes one instruction.
562 // Execute one instruction placed in a branch delay slot.

Completed in 54 milliseconds

1...<<21222324252627282930>>...83