/third_party/libunwind/libunwind/src/riscv/ |
H A D | getcontext.S | 37 STORE ra, REG(0) 38 STORE ra, REG(1) 39 STORE sp, REG(2) 40 STORE s0, REG(8) 41 STORE s1, REG(9) 42 STORE x0, REG(10) /* Write 0 to a0 */ 43 STORE a1, REG(11) 44 STORE a2, REG(12) 45 STORE a3, REG(13) 46 STORE a [all...] |
H A D | asm.h | 26 # define STORE sw macro 30 # define STORE sd macro
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | hpeldsp_alpha.c | 55 #define OP(LOAD, STORE) \ 57 STORE(LOAD(pixels), block); \ 62 #define OP_X2(LOAD, STORE) \ 68 STORE(AVG2(pix1, pix2), block); \ 73 #define OP_Y2(LOAD, STORE) \ 81 STORE(AVG2(pix, next_pix), block); \ 87 #define OP_XY2(LOAD, STORE) \ 110 STORE(avg, block); \ 118 #define MAKE_OP(OPNAME, SUFF, OPKIND, STORE) \ 124 OPKIND(uldq, STORE); \ 148 #define STORE global() macro 151 #undef STORE global() macro 152 #define STORE global() macro 159 #undef STORE global() macro 163 #define STORE global() macro 166 #undef STORE global() macro 167 #define STORE global() macro [all...] |
/third_party/ffmpeg/libavresample/arm/ |
H A D | resample_neon.S | 61 STORE 84 STORE 97 .purgem STORE 132 .macro STORE 173 .macro STORE 214 .macro STORE 262 STORE 285 STORE 298 .purgem STORE 340 .macro STORE [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_spp.c | 171 #define STORE(pos) do { \ in store_slice_c() macro 182 STORE(0); in store_slice_c() 183 STORE(1); in store_slice_c() 184 STORE(2); in store_slice_c() 185 STORE(3); in store_slice_c() 186 STORE(4); in store_slice_c() 187 STORE(5); in store_slice_c() 188 STORE(6); in store_slice_c() 189 STORE(7); in store_slice_c()
|
H A D | vf_uspp.c | 166 #define STORE(pos) do { \ in store_slice_c() macro 176 STORE(0); in store_slice_c() 177 STORE(1); in store_slice_c() 178 STORE(2); in store_slice_c() 179 STORE(3); in store_slice_c() 180 STORE(4); in store_slice_c() 181 STORE(5); in store_slice_c() 182 STORE(6); in store_slice_c() 183 STORE(7); in store_slice_c()
|
H A D | vf_fspp.c | 89 #define STORE(pos) \ in store_slice_c() macro 99 STORE(0); in store_slice_c() 100 STORE(1); in store_slice_c() 101 STORE(2); in store_slice_c() 102 STORE(3); in store_slice_c() 103 STORE(4); in store_slice_c() 104 STORE(5); in store_slice_c() 105 STORE(6); in store_slice_c() 106 STORE(7); in store_slice_c()
|
H A D | vf_hqdn3d.c | 47 #define STORE(x,val) (depth == 8 ? dst[x] = (val) >> (16 - depth) : \ macro 71 STORE(x, tmp); in denoise_temporal() 99 STORE(x, tmp); in denoise_spatial() 115 STORE(x, tmp); in denoise_spatial() 119 STORE(x, tmp); in denoise_spatial()
|
/third_party/elfutils/libelf/ |
H A D | gelf_xlate.c | 68 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val) macro 80 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val) macro 99 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \ 100 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \ 101 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
|
/third_party/elfutils/libcpu/ |
H A D | bpf_disasm.c | 69 #define STORE(T, S) "*(" #T " *)(" REG(1) OFF(3) ") = " S macro 410 code_fmt = STORE(u8, REG(2)); in bpf_disasm() 413 code_fmt = STORE(u16, REG(2)); in bpf_disasm() 416 code_fmt = STORE(u32, REG(2)); in bpf_disasm() 419 code_fmt = STORE(u64, REG(2)); in bpf_disasm() 430 code_fmt = STORE(u8, IMMS(2)); in bpf_disasm() 433 code_fmt = STORE(u16, IMMS(2)); in bpf_disasm() 436 code_fmt = STORE(u32, IMMS(2)); in bpf_disasm() 439 code_fmt = STORE(u64, IMMS(2)); in bpf_disasm()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ImageFunctionHLSL.cpp | 54 imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList() 78 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList() 198 case Method::STORE: in name() 285 else if (method == ImageFunction::Method::STORE) in getReturnType() 324 imageFunction.method = ImageFunction::Method::STORE; in useImageFunction()
|
H A D | ImageFunctionHLSL.h | 47 STORE
|
H A D | ShaderStorageBlockFunctionHLSL.h | 41 STORE, member in sh::SSBOMethod
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec.c | 29 #define STORE(x, y, v) \ macro 34 STORE(0, y, DC + (d)); \ 35 STORE(1, y, DC + (c)); \ 36 STORE(2, y, DC - (c)); \ 37 STORE(3, y, DC - (d)); \ 74 STORE(0, 0, a + d); in TransformOne_C() 75 STORE(1, 0, b + c); in TransformOne_C() 76 STORE(2, 0, b - c); in TransformOne_C() 77 STORE(3, 0, a - d); in TransformOne_C() 118 STORE( in TransformDC_C() 131 #undef STORE global() macro [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.cc | 994 #define STORE(Type) \ macro 1064 MACHINE_REPRESENTATION_LIST(STORE) 1065 #undef STORE macro 1350 #define STORE(kRep) \ in UnalignedStore() macro 1353 MACHINE_REPRESENTATION_LIST(STORE) in UnalignedStore() 1354 #undef STORE in UnalignedStore() macro 1582 #define STORE(kRep) \ in Store() macro 1599 MACHINE_REPRESENTATION_LIST(STORE) in Store() 1600 #undef STORE in Store() macro 1611 #define STORE(kRe in ProtectedStore() macro 1616 #undef STORE ProtectedStore() macro 1704 #define STORE Word32AtomicStore() macro 1713 #undef STORE Word32AtomicStore() macro 1821 #define STORE Word64AtomicStore() macro 1830 #undef STORE Word64AtomicStore() macro [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.h | 150 struct STORE; 154 extern void freeclusterentry(struct STORE*);
|
/third_party/node/deps/openssl/openssl/providers/ |
H A D | baseprov.c | 86 #define STORE(name, _fips, func_table) \ macro 91 #undef STORE macro
|
/third_party/openssl/providers/ |
H A D | baseprov.c | 86 #define STORE(name, _fips, func_table) \ macro 91 #undef STORE macro
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_lib.c | 14 /* We need to use some STORE deprecated APIs */ 115 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_open_ex() 155 OSSL_TRACE1(STORE, "Found loader for scheme %s\n", scheme); in OSSL_STORE_open_ex() 164 OSSL_TRACE2(STORE, "Opened %s => %p\n", uri, (void *)loader_ctx); in OSSL_STORE_open_ex() 411 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load() 473 OSSL_TRACE1(STORE, "Got a %s\n", in OSSL_STORE_load() 511 OSSL_TRACE1(STORE, "Closing %p\n", (void *)ctx->loader_ctx); in ossl_store_close_it() 978 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_attach()
|
/third_party/openssl/crypto/store/ |
H A D | store_lib.c | 14 /* We need to use some STORE deprecated APIs */ 115 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_open_ex() 155 OSSL_TRACE1(STORE, "Found loader for scheme %s\n", scheme); in OSSL_STORE_open_ex() 164 OSSL_TRACE2(STORE, "Opened %s => %p\n", uri, (void *)loader_ctx); in OSSL_STORE_open_ex() 411 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load() 473 OSSL_TRACE1(STORE, "Got a %s\n", in OSSL_STORE_load() 511 OSSL_TRACE1(STORE, "Closing %p\n", (void *)ctx->loader_ctx); in ossl_store_close_it() 978 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_attach()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | imdct36.asm | 144 %macro STORE 4 335 STORE m6, m7, outq + 16*SBLIMIT, 4*SBLIMIT 341 STORE m4, m6, outq + 32*SBLIMIT, 4*SBLIMIT 347 STORE m3, m7, outq + 48*SBLIMIT, 4*SBLIMIT 352 STORE m2, m7, outq, 4*SBLIMIT 355 STORE m4, m7, bufq, 16 358 STORE m3, m7, bufq + 4*16, 16 362 STORE m0, m7, bufq + 4*32, 16 366 STORE m5, m7, bufq + 4*48, 16
|
H A D | rv40dsp.asm | 94 %macro STORE 3 166 STORE m6, m5, %1 223 STORE m0, m1, %1 276 STORE m6, m7, %1 309 STORE m0, m1, %1
|
H A D | hevc_mc.asm | 739 PEL_%2STORE%1 dstq, m0, m1 756 PEL_%2STORE%1 dstq, m0, m1 798 PEL_%2STORE%1 dstq, m0, m1 813 PEL_%2STORE%1 dstq, m0, m1 849 PEL_%2STORE%1 dstq, m0, m1 868 PEL_%2STORE%1 dstq, m0, m1 1000 PEL_%2STORE%1 dstq, m0, m1 1072 PEL_%2STORE%1 dstq, m0, m4 1118 PEL_%2STORE%1 dstq, m0, m1 1136 PEL_%2STORE [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 58 STORE = 1u << 1, member in __anon24492::SIMemOp 59 LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ STORE) 1029 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait() 1041 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait() 1152 SIMemOp::LOAD | SIMemOp::STORE, in expandLoad() 1191 SIMemOp::LOAD | SIMemOp::STORE, in expandStore() 1228 SIMemOp::LOAD | SIMemOp::STORE, in expandAtomicFence() 1258 SIMemOp::LOAD | SIMemOp::STORE, in expandAtomicCmpxchgOrRmw() 1270 SIMemOp::STORE, in expandAtomicCmpxchgOrRmw()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 888 #define STORE 0x10 macro 904 if (!(flags & STORE)) in emit_op_mem() 1395 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1() 1415 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1() 1467 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op2() 1629 if (!(flags & STORE)) in emit_fop_mem() 1689 return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) | STORE, TMP_REG1, dst, dstw, TMP_REG2); in sljit_emit_fop1_conv_sw_from_f64() 1717 return emit_fop_mem(compiler, ((op & SLJIT_32) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_f64_from_sw() 1782 return emit_fop_mem(compiler, mem_flags | STORE, dst_r, dst, dstw); in sljit_emit_fop1() 1827 return emit_fop_mem(compiler, mem_flags | STORE, TMP_FREG in sljit_emit_fop2() [all...] |