/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 855 STB B25,*${OUT}++[1] ; store byte by byte
|
H A D | chacha-armv4.pl | 277 str @t[0], [sp,#4*(16+8)] @ modulo-scheduled store 337 str @x[0],[r14],#16 @ store output 374 str @x[4],[r14],#16 @ store output 419 str @x[0],[r14],#16 @ store output 469 str @x[4],[r14],#16 @ store output 543 strb @x[$j+0],[r14],#16 @ store output 627 strb @t[3],[r14],#1 @ store output 771 str @t[0], [sp,#4*(16+8)] @ modulo-scheduled store 817 vst1.8 {$a0-$b0},[r14]! @ store output 859 str @x[0],[r14],#16 @ store outpu [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 43 #include <openssl/store.h> 941 /* copy vpm to store */ in load_trusted()
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 1413 self.history.store(source)
|
/third_party/openssl/apps/ |
H A D | cmp.c | 43 #include <openssl/store.h> 941 /* copy vpm to store */ in load_trusted()
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 855 STB B25,*${OUT}++[1] ; store byte by byte
|
H A D | chacha-armv4.pl | 277 str @t[0], [sp,#4*(16+8)] @ modulo-scheduled store 337 str @x[0],[r14],#16 @ store output 374 str @x[4],[r14],#16 @ store output 419 str @x[0],[r14],#16 @ store output 469 str @x[4],[r14],#16 @ store output 543 strb @x[$j+0],[r14],#16 @ store output 627 strb @t[3],[r14],#1 @ store output 771 str @t[0], [sp,#4*(16+8)] @ modulo-scheduled store 817 vst1.8 {$a0-$b0},[r14]! @ store output 859 str @x[0],[r14],#16 @ store outpu [all...] |
/third_party/skia/src/core/ |
H A D | SkRuntimeEffect.cpp | 674 // Then store the result to the *third* arg ptr in Make() 675 p.store({skvm::PixelFormat::FLOAT, 32, 32, 32, 32, 0, 32, 64, 96}, in Make()
|
H A D | SkAAClip.cpp | 186 head->fRefCnt.store(1); in Alloc() 193 // 2 bytes per segment, where each segment can store up to 255 for count in ComputeRowSizeForWidth() 1649 // add 1 so we can store the terminating run count of 0
|
H A D | SkBlitter_ARGB32.cpp | 142 // src and srcA store 8-bit values interleaved with zeros. in blend_lcd16_sse2() 229 // src and srcA store 8-bit values interleaved with zeros. in blend_lcd16_opaque_sse2() 1173 apply(U32::Load(dst), U32::Load(src), U8::Load(cov)).store(dst); in drive()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-sse2.asm | 520 ; ---- Pass 2: process rows from work array, store into output array.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctint-sse2.asm | 513 ; ---- Pass 2: process rows from work array, store into output array.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 261 /// otherwise we store the current top-of-stack into the specified slot, 615 TABLE##Checked.store(true, std::memory_order_relaxed); \ 858 /// of the stack, we just pop the current instruction, otherwise we store the 866 // Otherwise, store the top of stack into the dead slot, killing the operand in freeStackSlotAfter()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 84 invariant_checked.store(new_value, std::memory_order_relaxed); in SetInvariantChecked()
|
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 1049 self.printed.store(true, Ordering::SeqCst); in print()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-graph-builder.cc | 1950 Node* store = NewNode(op, name, value); in VisitStaLookupSlot() local 1951 environment()->BindAccumulator(store, Environment::kAttachFrameState); in VisitStaLookupSlot()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 4110 // Read two 16bit values from vertex shader. Convert to 32bit and store as in addShaderCode16BitStorageInputOutput16To16x2() 4113 // Read two 16bit vec2s from vertex shader. Convert to 32bit and store as in addShaderCode16BitStorageInputOutput16To16x2() 4767 "${store:opt}\n" in addGraphics16BitStoragePushConstantFloat16To32Group() 4967 const StringTemplate store ( in addGraphics16BitStoragePushConstantFloat16To32Group() 4988 specs["store"] = store.specialize(specs); in addGraphics16BitStoragePushConstantFloat16To32Group() 7252 "${store:opt}\n" in addGraphics16BitStoragePushConstantFloat16To64Group() 7391 specs["store"] = in addGraphics16BitStoragePushConstantFloat16To64Group()
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 908 // load red, load alpha, red *= alpha, store red 924 // load red, store red 942 // load red, load alpha, a bunch of unpremul instructions, store red 958 // load red, store red 2348 b.store(rgba_8888, dst, c); 2367 b.store(rgba_ffff, dst, c); 2468 { // load-fma-store with FMA available. 2476 { // load-mul-add-store without FMA. 2539 // But we can't soundly dedup two identical loads with a store between. 2561 // we cannot dedup stores either. A different store betwee [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.cpp | 3064 Buffer.store<int32_t>(Position, Offset); in bind() 3071 Buffer.store<int8_t>(Position, Offset); in bind()
|
H A D | IceAssemblerX8664.cpp | 3228 Buffer.store<int32_t>(Position, Offset); in bind() 3235 Buffer.store<int8_t>(Position, Offset); in bind()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 4106 // Read two 16bit values from vertex shader. Convert to 32bit and store as in addShaderCode16BitStorageInputOutput16To16x2() 4109 // Read two 16bit vec2s from vertex shader. Convert to 32bit and store as in addShaderCode16BitStorageInputOutput16To16x2() 4765 "${store:opt}\n" in addGraphics16BitStoragePushConstantFloat16To32Group() 4965 const StringTemplate store ( in addGraphics16BitStoragePushConstantFloat16To32Group() 4986 specs["store"] = store.specialize(specs); in addGraphics16BitStoragePushConstantFloat16To32Group() 7250 "${store:opt}\n" in addGraphics16BitStoragePushConstantFloat16To64Group() 7389 specs["store"] = in addGraphics16BitStoragePushConstantFloat16To64Group()
|
/third_party/python/Lib/test/ |
H A D | test_typing.py | 2339 self.store = {} 2342 return self.store[key] 2345 self.store[key] = value 2349 return self.store[key] 8068 # __qualname__ make little sense for forward refs as they can store
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 3046 // store. Instead of using a single atomic variable, this splits up into multiple ones, 3053 // The disadvantage is that there is a small overhead due to the use of TLS, and load/store 3092 store(desired); 3096 void store(T desired, std::memory_order order = std::memory_order_seq_cst) DOCTEST_NOEXCEPT { 3099 c.atomic.store(desired, order);
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1886 Label store; in AssembleArchInstruction() local 1889 __ bind(&store); in AssembleArchInstruction() 1895 __ BranchShort(&store, eq, i.TempRegister(1), Operand(zero_reg)); in AssembleArchInstruction()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 966 void PackedClearValuesArray::store(PackedAttachmentIndex index, in store() function in rx::vk::PackedClearValuesArray 1316 // Return true to indicate that the store op should remain STORE and that mContentDefined in onDepthStencilAccess() 1328 // Return true to indicate that the store op should remain STORE and that in onDepthStencilAccess() 1477 // TODO(syoussefi): We currently don't store the layout of the resolve attachments, so once in finalizeColorImageLayout() 1626 // If the attachment is invalidated, skip the store op. If we are not loading or clearing the in finalizeDepthStencilLoadStore() 1788 // Do depth stencil layout change and load store optimization. in endRenderPass() 2040 mClearValues.store(colorIndexVk, VK_IMAGE_ASPECT_COLOR_BIT, clearValue); in updateRenderPassColorClear() 6660 deferredClears->store(deferredClearIndex, update.aspectFlags, update.value); in flushSingleSubresourceStagedUpdates()
|