/third_party/libunwind/src/riscv/ |
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 a4, REG(14) [all …]
|
D | asm.h | 26 # define STORE sw macro 30 # define STORE sd macro
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | hpeldsp_alpha.c | 55 #define OP(LOAD, STORE) \ argument 57 STORE(LOAD(pixels), block); \ 62 #define OP_X2(LOAD, STORE) \ argument 68 STORE(AVG2(pix1, pix2), block); \ 73 #define OP_Y2(LOAD, STORE) \ argument 81 STORE(AVG2(pix, next_pix), block); \ 87 #define OP_XY2(LOAD, STORE) \ argument 110 STORE(avg, block); \ 118 #define MAKE_OP(OPNAME, SUFF, OPKIND, STORE) \ argument 124 OPKIND(uldq, STORE); \ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepIICHVX.td | 142 InstrItinData <tc_131f1c81, /*SLOT0,NOSLOT1,STORE,VP*/ 165 InstrItinData <tc_191381c1, /*SLOT0,STORE,VA*/ 182 InstrItinData <tc_20a4bbec, /*SLOT0,STORE*/ 239 InstrItinData <tc_3ce09744, /*SLOT0,STORE*/ 244 InstrItinData <tc_3e2aaafc, /*SLOT0,STORE,VA*/ 250 InstrItinData <tc_447d9895, /*SLOT0,STORE,VA*/ 282 InstrItinData <tc_54a0dc47, /*SLOT0,STORE,VA*/ 303 InstrItinData <tc_58d21193, /*SLOT0,STORE,VA_DV*/ 334 InstrItinData <tc_6942b6e0, /*SLOT0,STORE*/ 349 InstrItinData <tc_7177e272, /*SLOT0,STORE*/ [all …]
|
/third_party/ffmpeg/libavresample/arm/ |
D | resample_neon.S | 61 STORE 84 STORE 97 .purgem STORE 132 .macro STORE macro 173 .macro STORE macro 214 .macro STORE macro 262 STORE 285 STORE 298 .purgem STORE 340 .macro STORE macro
|
/third_party/openssl/providers/ |
D | stores.inc | 10 #ifndef STORE 11 # error Macro STORE undefined 14 STORE("file", "yes", ossl_file_store_functions)
|
D | baseprov.c | 86 #define STORE(name, _fips, func_table) \ macro 91 #undef STORE
|
/third_party/elfutils/libelf/ |
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/ffmpeg/libavfilter/ |
D | vf_uspp.c | 164 #define STORE(pos) do { \ in store_slice_c() macro 174 STORE(0); in store_slice_c() 175 STORE(1); in store_slice_c() 176 STORE(2); in store_slice_c() 177 STORE(3); in store_slice_c() 178 STORE(4); in store_slice_c() 179 STORE(5); in store_slice_c() 180 STORE(6); in store_slice_c() 181 STORE(7); in store_slice_c()
|
D | vf_spp.c | 181 #define STORE(pos) do { \ in store_slice_c() macro 192 STORE(0); in store_slice_c() 193 STORE(1); in store_slice_c() 194 STORE(2); in store_slice_c() 195 STORE(3); in store_slice_c() 196 STORE(4); in store_slice_c() 197 STORE(5); in store_slice_c() 198 STORE(6); in store_slice_c() 199 STORE(7); in store_slice_c()
|
D | vf_fspp.c | 90 #define STORE(pos) \ in store_slice_c() macro 100 STORE(0); in store_slice_c() 101 STORE(1); in store_slice_c() 102 STORE(2); in store_slice_c() 103 STORE(3); in store_slice_c() 104 STORE(4); in store_slice_c() 105 STORE(5); in store_slice_c() 106 STORE(6); in store_slice_c() 107 STORE(7); in store_slice_c()
|
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/libcpu/ |
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/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
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()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
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()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
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(i, j, DC); in TransformDC_C() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
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(i, j, DC); in TransformDC_C() [all …]
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
D | negative-cases.txt | 33 STORE.i32.slot0.reconverge @r3:r4:r5, `r2, offset:0 34 STORE.i96.vary.slot0.return @r1:r2:r3:r4, `r4, offset:0
|
/third_party/ffmpeg/libavcodec/x86/ |
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
|
D | hevc_mc.asm | 699 PEL_%2STORE%1 dstq, m0, m1 716 PEL_%2STORE%1 dstq, m0, m1 758 PEL_%2STORE%1 dstq, m0, m1 773 PEL_%2STORE%1 dstq, m0, m1 809 PEL_%2STORE%1 dstq, m0, m1 828 PEL_%2STORE%1 dstq, m0, m1 960 PEL_%2STORE%1 dstq, m0, m1 1032 PEL_%2STORE%1 dstq, m0, m4 1078 PEL_%2STORE%1 dstq, m0, m1 1096 PEL_%2STORE%1 dstq, m0, m1 [all …]
|
D | rv40dsp.asm | 94 %macro STORE 3 166 STORE m6, m5, %1 223 STORE m0, m1, %1 290 STORE m6, m7, %1 323 STORE m0, m1, %1
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.h | 150 struct STORE; 154 extern void freeclusterentry(struct STORE*);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 58 STORE = 1u << 1, enumerator 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/openssl/crypto/store/ |
D | store_lib.c | 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/doc/man7/ |
D | ossl_store.pod | 17 A STORE is a layer of functionality to retrieve a number of supported 30 Support for a URI scheme is called a STORE "loader", and can be added
|