Home
last modified time | relevance | path

Searched refs:using (Results 2776 - 2800 of 2955) sorted by relevance

1...<<111112113114115116117118119

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.h401 using DirtyBits = angle::BitSet<DIRTY_BIT_MAX>;
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl254 @ using value of borrow as a whole or extracting single bit.
490 @ broadcasting borrow bit to a register, $ff, and using it as
731 @ broadcasting borrow bit to a register, @acc[0], and using it as
1243 @ using value of borrow as a whole or extracting single bit.
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl254 @ using value of borrow as a whole or extracting single bit.
490 @ broadcasting borrow bit to a register, $ff, and using it as
731 @ broadcasting borrow bit to a register, @acc[0], and using it as
1243 @ using value of borrow as a whole or extracting single bit.
/third_party/skia/src/core/
H A DSkVM.h280 using DOpNM = void(V d, V n, V m);
301 using DOpNImm = void(V d, V n, int imm);
307 using DOpN = void(V d, V n);
480 using Val = int;
485 // Ptr and UPtr are an index into the registers args[]. The two styles of using args are
802 I32 round(F32 x); // Round to int using current rounding mode (as if lrintf()). in abs()
1006 using Reg = int; in abs()
/third_party/curl/projects/
H A Dbuild-openssl.bat712 echo Error: Please provide proper VS Path by using -VSpath
719 echo Error: If Perl is portable please provide perl root path by using -perlpath
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h101 // This flag enables using colors in terminal output. Available values are
110 // This flag sets up the filter to select by name using a glob pattern
208 // We do this instead of using '= delete' so as to avoid triggering warnings
228 using TestCase = TestSuite;
238 // When you define a test using the TEST macro, you don't need to
897 // we may want to implement ASSERT_* using exceptions where they are
1373 // It prevents using invalid operator==/!= defined at namespace scope.
1618 // re-using stack space even for temporary variables, so every EXPECT_EQ
1735 // writing data-driven tests often find themselves using ADD_FAILURE
2166 // is to work around a suspected linker bug when using Googl
[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex282 during its lifetime, this creates a risk of \Prog{libunwind} using
287 To prevent the risk of using stale data, \Prog{libunwind} provides two
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h91 // This flag enables using colors in terminal output. Available values are
100 // This flag sets up the filter to select by name using a glob pattern
194 // We do this instead of using '= delete' so as to avoid triggering warnings
214 using TestCase = TestSuite;
224 // When you define a test using the TEST macro, you don't need to
889 // we may want to implement ASSERT_* using exceptions where they are
1368 // It prevents using invalid operator==/!= defined at namespace scope.
1613 // re-using stack space even for temporary variables, so every EXPECT_EQ
1730 // writing data-driven tests often find themselves using ADD_FAILURE
2161 // is to work around a suspected linker bug when using Googl
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.h245 using CheckBoundsFlags = base::Flags<CheckBoundsFlag>;
408 using CheckMapsFlags = base::Flags<CheckMapsFlag>;
H A Dgraph-assembler.h24 using Boolean = Oddball;
193 using NodeChangedCallback = std::function<void(Node*)>;
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h47 using TurboAssemblerBase::TurboAssemblerBase;
625 using TurboAssembler::TurboAssembler;
754 // Checks if value is in range [lower_limit, higher_limit] using a single
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h64 using TurboAssemblerBase::TurboAssemblerBase;
474 // stack, after the argument-slots using helper: CFunctionArgumentOperand().
794 using TurboAssembler::TurboAssembler;
811 // less efficient form using xor instead of mov is emitted.
837 // Checks if value is in range [lower_limit, higher_limit] using a single
/third_party/node/deps/v8/src/objects/
H A Djs-objects.h110 // target, using either Set or CreateDataProperty depending on the
219 using IntegrityLevel = PropertyAttributes;
1214 using BodyDescriptor =
1227 // [bytecode_offset]: optional offset using along with |shared| to generation
H A Dobjects-inl.h157 using AtomicT = typename base::AtomicTypeFromByteWidth<sizeof(T)>::type; in Relaxed_ReadField()
171 using AtomicT = typename base::AtomicTypeFromByteWidth<sizeof(T)>::type; in Relaxed_WriteField()
752 // Recompress value_ using proper host_cage_base since the map word in ToForwardingAddress()
1008 // TODO(ishell, v8:8875): Consider using aligned allocations for BigInt. in RequiredAlignment()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h99 // This flag enables using colors in terminal output. Available values are
104 // This flag sets up the filter to select by name using a glob pattern
191 using TestCase = TestSuite;
384 // When you define a test using the TEST macro, you don't need to
1041 // we may want to implement ASSERT_* using exceptions where they are
1516 // It prevents using invalid operator==/!= defined at namespace scope.
1783 // re-using stack space even for temporary variables, so every EXPECT_EQ
1908 // writing data-driven tests often find themselves using ADD_FAILURE
2324 // is to work around a suspected linker bug when using Google Test as
2348 // the test code between braces after using thi
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm443 If this symbol already exists in loaded data, it will be rewritten using
511 If this symbol already exists in loaded data, it will be rewritten using
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm443 If this symbol already exists in loaded data, it will be rewritten using
511 If this symbol already exists in loaded data, it will be rewritten using
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h26 using base::CheckedNumeric;
27 using base::IsValueInRangeForNumericType;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h49 using namespace llvm::PatternMatch;
309 using BuilderTy = IRBuilder<TargetFolder, IRBuilderCallbackInserter>;
810 /// Tries to simplify add operations using the definition of remainder.
889 /// Try to rotate an operation below a PHI node, using PHI nodes for
/third_party/node/deps/v8/src/torque/
H A Dast.h151 using VisitCallback = std::function<void(Expression*)>;
965 using LabelAndTypesVector = std::vector<LabelAndTypes>;
1120 using GenericParameters = std::vector<GenericParameter>;
/third_party/openGLES/xml/
H A Dreadme.tex33 some additional information about using the registry and scripts to generate
95 we haven't tested this ourselves. Feedback would be helpful. If you're using
102 When generating header files using the \code{genheaders.py} script, an
862 \tag{types} block. Most types are picked up implicitly by using
907 interface, but using different GLX protocol (this might be called
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2301 /// variable, or the location of a single piece of a variable, or (when using
2343 using element_iterator = ArrayRef<uint64_t>::iterator;
2555 using ExtOps = std::array<uint64_t, 6>;
2606 using FragInfo = DIExpression::FragmentInfo;
3001 /// An imported module (C++ using directive or similar).
3274 using FragmentInfo = DIExpression::FragmentInfo;
3319 using FragmentInfo = DIExpression::FragmentInfo;
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h175 // Cast the address using a C-style cast. A reinterpret_cast would be in AddressUntag()
185 using InterceptionCallback = std::function<void(uint64_t)>;
212 // Cast the address using a C-style cast. A reinterpret_cast would be in GenerateMTEkey()
306 // non-AArch64 functions without using the macroassembler.
358 // Cast the address using a C-style cast. A reinterpret_cast would be in IsMTETagsMatched()
571 // "trivially copyable" by using memcpy. We have to provide alternative
1189 // Advance seed_ using a simple linear congruential generator.
1227 // Advance seed_ using a simple linear congruential generator. in IsExclusive()
1294 // could do so by using `WriteGenericOperand()` here, but may need to in Wrapper()
1315 // could do so by using `WriteGenericOperan in Wrapper()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dhevcdsp_idct_neon.S365 @ Do a 4x4 transpose, using q registers for the subtransposes that don't
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.h335 using TParseContextBase::trackLinkage;

Completed in 52 milliseconds

1...<<111112113114115116117118119