/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 3402 OP(ImageWrite, store) in vtn_handle_image() 3404 OP(AtomicStore, store) in vtn_handle_image() 6337 * The LLVM-SPIRV translator currently doesn't store any generator ID [1]. in vtn_create_builder()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 497 st1 { $res0b}, [$output_ptr], #16 @ AES block 0 - store result 504 st1 { $res1b}, [$output_ptr], #16 @ AES block 1 - store result 511 st1 { $res2b}, [$output_ptr], #16 @ AES block 2 - store result 516 st1 { $res3b}, [$output_ptr], #16 @ AES block 3 - store result 715 st1 { $res0b}, [$output_ptr], #16 @ AES block 4k+4 - store result 725 st1 { $res1b}, [$output_ptr], #16 @ AES block 4k+5 - store result 728 st1 { $res2b}, [$output_ptr], #16 @ AES block 4k+6 - store result 735 st1 { $res3b}, [$output_ptr], #16 @ AES block 4k+3 - store result 933 st1 { $res1b}, [$output_ptr], #16 @ AES final-3 block - store result 964 st1 { $res1b}, [$output_ptr], #16 @ AES final-2 block - store resul [all...] |
/third_party/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 497 st1 { $res0b}, [$output_ptr], #16 @ AES block 0 - store result 504 st1 { $res1b}, [$output_ptr], #16 @ AES block 1 - store result 511 st1 { $res2b}, [$output_ptr], #16 @ AES block 2 - store result 516 st1 { $res3b}, [$output_ptr], #16 @ AES block 3 - store result 715 st1 { $res0b}, [$output_ptr], #16 @ AES block 4k+4 - store result 725 st1 { $res1b}, [$output_ptr], #16 @ AES block 4k+5 - store result 728 st1 { $res2b}, [$output_ptr], #16 @ AES block 4k+6 - store result 735 st1 { $res3b}, [$output_ptr], #16 @ AES block 4k+3 - store result 933 st1 { $res1b}, [$output_ptr], #16 @ AES final-3 block - store result 964 st1 { $res1b}, [$output_ptr], #16 @ AES final-2 block - store resul [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 1957 token_.store(tToken); in SaveConnectToken()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 4060 isUsedBySubThread_.store(isUsedBySubThread); in SetIsUsedBySubThread()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 3297 lastInteractionEventId_.store(-1); in UnregisterWindowNoInteractionListener()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 883 /* otherwise store some metadata for later */ in update_so_info() 1635 /* matrix types are special: store the original deref type for later use */ in lower_64bit_vars() 1695 * - perform the store in the block in lower_64bit_vars() 1728 /* simple store case: just write out the components */ in lower_64bit_vars() 2482 OP_SWAP(store) in lower_bindless_instr() 3362 /* we need to load the invocation-specific value of the vertex output and then store it to the per-patch output */ in zink_shader_tcs_create()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 3452 Label store; in AssembleArchInstruction() 3466 __ bind(&store); in AssembleArchInstruction() 3472 __ b(ne, &store); in AssembleArchInstruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 2185 getArrayForFile(f, idx2d)->store(sub.cur->values, idx, c, ptr, val); in storeDst()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 415 # store, just looks like what the original ECB implementation does. 2215 # store. 2341 // tailcnt store the tail value of length%16.
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4188 pub fn uuidgen(store: *mut uuid, count: ::c_int) -> ::c_int; in uuidgen()
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 431 # store, just looks like what the original ECB implementation does. 2231 # store. 2357 // tailcnt store the tail value of length%16.
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 4815 m_CurrentFrameIndex.store(frameIndex);
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 10934 VERSIONS.store(0, Relaxed); 10936 DROP_COUNTS[i].store(0, Relaxed); 13736 DROP_COUNTER.store(0, Ordering::SeqCst); in panic_safe() 15958 a.store(true, SeqCst); in test_weak_count_locked() 16351 /// uses to store its data. The length is the number of bytes currently stored 19523 //! (the backing store for the inner value) alive. 20995 /// store large values, that are slow to clone, but also heavy to check for equality, causing this 21430 /// itself (the backing store) from being deallocated. 23378 /// (the backing store for the value) alive. 23529 /// itself (the backing store) fro [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 2502 g_isDmsAlive.store(true); in OnAddSystemAbility() 2530 g_isDmsAlive.store(false); in OnRemoveSystemAbility()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 15550 // If VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT is not specified, convert the string's memory address to a string and store it. 17177 m_CurrentFrameIndex.store(frameIndex); 17757 m_GpuDefragmentationMemoryTypeBits.store(memoryTypeBits);
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 98 // callbacks. The reason is that addons might store other references which in DeleteMe() 1403 initialized.store(true); in OH_JSVM_Init()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 3482 /* these are & because of the way DSLT etc store their destinations */ in exec_double_binary() 3836 mach->Image->store(mach->Image, ¶ms, in exec_store_img() 4004 /* The load/op/store sequence has to happen inside the loop since ptr in exec_atomop_membuf()
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 3313 /// a class to store JSON values 5929 // add null at given key and store the reference for later 6116 // add discarded value at given key and store the reference for later 6293 // check if we should store an element for the current key 7373 // reset token_buffer to store the number's bytes 8205 store ///< store tags as binary type 8930 case cbor_tag_handler_t::store: 8933 // use binary subtype and store in binary container 12912 // finally, store th [all...] |
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 3380 /// a class to store JSON values 6814 // add null at given key and store the reference for later 7007 // add discarded value at given key and store the reference for later 7184 // check if we should store an element for the current key 8272 // reset token_buffer to store the number's bytes 9117 store ///< store tags as binary type 9849 case cbor_tag_handler_t::store: 9852 // use binary subtype and store in binary container 14399 // finally, store th [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrFoldTables.cpp | 5568 FoldTablesChecked.store(true, std::memory_order_relaxed); in lookupFoldTableImpl() 5613 // Index 0, folded load and store, no alignment requirement. in X86MemUnfoldTable()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 443 // almost the same as a vec4 case. We will store some extra data that 1473 ADD_OPATOMIC_CASE_N(store, " OpAtomicStore %outloc ${SCOPE} ${SEMANTICS} %inval\n", "", OPATOMIC_STORE ); in createOpAtomicGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 442 // almost the same as a vec4 case. We will store some extra data that 1471 ADD_OPATOMIC_CASE_N(store, " OpAtomicStore %outloc ${SCOPE} ${SEMANTICS} %inval\n", "", OPATOMIC_STORE ); in createOpAtomicGroup()
|