| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-logic-arm64.cc | 644 LogicVRegister Simulator::add(VectorFormat vform, LogicVRegister dst, in add() function in v8::internal::Simulator [all...] |
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2grep.c | 3150 PCRE2_SIZE add = read_one_line(ptr, bufsize - (ptr - main_buffer), in); in pcre2grep() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 166 void ThreadGroup::add (de::MovePtr<ThreadGroupThread> thread) in add() function in vkt::api::__anon27803::ThreadGroup
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 166 void ThreadGroup::add (de::MovePtr<ThreadGroupThread> thread) in add() function in vkt::api::__anon29057::ThreadGroup
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
| H A D | lunr.js | [all...] |
| /third_party/skia/src/core/ |
| H A D | SkVM.h | 268 void add (GP64 dst, GP64 x) { this->add (Operand(dst), x); } in add() function in skvm::Assembler 720 F32 add(F32 x, float y) { return add( function in skvm::Builder 721 F32 add(float x, F32 y) { return add(splat(x), y); } add() function in skvm::Builder 834 I32 add(I32 x, int y) { return add(x, splat(y)); } abs() function in skvm::Builder 835 I32 add(int x, I32 y) { return add(splat(x), y); } abs() function in skvm::Builder [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | decNumber.cpp | 6391 Int add; /* work */ global() local [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsDebug.cpp | 231 void SkPathOpsDebug::CoinDict::add(const SkPathOpsDebug::CoinDict& dict) { in add() function in SkPathOpsDebug::CoinDict 238 void SkPathOpsDebug::CoinDict::add(const CoinDictEntry& key) { in add() function in SkPathOpsDebug::CoinDict [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_tarfile.py | 3283 def add(self, name, *, type=None, symlink_to=None, hardlink_to=None, global() member in ArchiveMaker [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 2550 unsigned add = fieldFromInstruction(Val, 12, 1); in DecodeAddrModeImm12Operand() local 3856 unsigned add = fieldFromInstruction(Insn, 9, 1); DecodeT2LoadImm8() local 4424 unsigned add = fieldFromInstruction(Insn, 4, 1); DecodePostIdxReg() local [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | assembler-aarch64.cc | 470 void Assembler::add(const Register& rd, in add() function in vixl::aarch64::Assembler [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_binary.c | 2449 int add = CIL_TRUE; in cil_roletrans_to_policydb() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderOperatorTests.cpp | 183 inline int add (int a, int b) { return static_cast<int>(static_cast<deInt64>(a) + static_cast<deInt64>(b)); } in add() function 187 inline deUint32 add (deUint32 a, deUint32 b) { return a + b; } in add() function [all...] |
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest.cc | 1062 const double add = costs[l_i + 1][r_i]; in CalculateOptimalEdits() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | effect-control-linearizer.cc | 2208 Node* add = __ Int32AddWithOverflow(value, value); in SmiTagOrOverflow() local 2222 Node* add = __ Int32AddWithOverflow(value, value); in SmiTagOrDeopt() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.cc | 838 void Assembler::add(const Register& rd, const Register& rn, in add() function in v8::internal::Assembler [all...] |
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | assembler-arm.cc | 1571 void Assembler::add(Register dst, Register src1, const Operand& src2, SBit s, in add() function in v8::internal::Assembler 1576 void Assembler::add(Register dst, Register src1, Register src2, SBit s, in add() function in v8::internal::Assembler [all...] |
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | assembler-riscv64.cc | 1635 void Assembler::add(Register rd, Register rs1, Register rs2) { in add() function in v8::internal::Assembler [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 2117 bi_index add = bi_fadd_lscale_f32(b, bi_imm_f32(-1.0f), s0); in bi_flog2_32() local
|
| /third_party/mksh/ |
| H A D | edit.c | 863 size_t add = 0, wlen = len; in x_escape() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-dwarf-reader.cc | 5443 add(const offset_pair_type& p) in add() function [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 4504 expandOpPhiCase5(const string& s, int &acc, int add, int treshold) expandOpPhiCase5() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1890 void add(const IVInc &X) { Incs.push_back(X); } add() function [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 4484 bool GeneralShuffle::add(SDValue Op, unsigned Elem) { in add() function in GeneralShuffle [all...] |
| /third_party/vixl/src/aarch32/ |
| H A D | assembler-aarch32.cc | 2099 void Assembler::add(Condition cond, in add() function in vixl::aarch32::Assembler 2316 void Assembler::add(Condition cond, Register rd, const Operand& operand) { in add() function in vixl::aarch32::Assembler
|