Home
last modified time | relevance | path

Searched defs:STORE (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/alpha/
Dhpeldsp_alpha.c55 #define OP(LOAD, STORE) \ argument
62 #define OP_X2(LOAD, STORE) \ argument
73 #define OP_Y2(LOAD, STORE) \ argument
87 #define OP_XY2(LOAD, STORE) \ argument
118 #define MAKE_OP(OPNAME, SUFF, OPKIND, STORE) \ argument
138 #define PIXOP(OPNAME, STORE) \ argument
148 #define STORE(l, b) stq(l, b) macro
152 #define STORE(l, b) stq(AVG2(l, ldq(b)), b); macro
163 #define STORE(l, b) stq(l, b) macro
167 #define STORE(l, b) stq(AVG2(l, ldq(b)), b); macro
/third_party/ffmpeg/libavresample/arm/
Dresample_neon.S132 .macro STORE macro
173 .macro STORE macro
214 .macro STORE macro
340 .macro STORE macro
/third_party/libunwind/src/riscv/
Dasm.h26 # define STORE sw macro
30 # define STORE sd macro
/third_party/elfutils/libelf/
Dgelf_xlate.c68 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val) macro
80 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val) macro
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.h47 STORE enumerator
DShaderStorageBlockFunctionHLSL.h41 STORE, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.h47 STORE enumerator
DShaderStorageBlockFunctionHLSL.h41 STORE, enumerator
/third_party/openssl/providers/
Dbaseprov.c86 #define STORE(name, _fips, func_table) \ macro
Ddefltprov.c479 #define STORE(name, _fips, func_table) \ macro
/third_party/python/Modules/_blake2/impl/
Dblake2s-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
Dblake2b-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
/third_party/elfutils/libcpu/
Dbpf_disasm.c69 #define STORE(T, S) "*(" #T " *)(" REG(1) OFF(3) ") = " S macro
/third_party/ffmpeg/libavfilter/
Dvf_uspp.c164 #define STORE(pos) do { \ in store_slice_c() macro
Dvf_hqdn3d.c47 #define STORE(x,val) (depth == 8 ? dst[x] = (val) >> (16 - depth) : \ macro
Dvf_spp.c181 #define STORE(pos) do { \ in store_slice_c() macro
Dvf_fspp.c90 #define STORE(pos) \ in store_slice_c() macro
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c74 struct STORE { struct
75 struct STORE *upper; argument
76 struct STORE *lower; argument
83 struct STORE *cluster_door = (struct STORE*)NULL; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp58 STORE = 1u << 1, enumerator
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Denc.c109 #define STORE(x, y, v) \ macro
Ddec.c29 #define STORE(x, y, v) \ macro
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc.c109 #define STORE(x, y, v) \ macro
Ddec.c29 #define STORE(x, y, v) \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h672 LOAD, STORE, enumerator
/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c513 #define STORE(i) \ in doVertDefFilter_altivec() macro

12