Searched refs:STORE (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/store/
H A Dstr_mem.c121 static int mem_init(STORE *s);
122 static void mem_clean(STORE *s);
123 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
126 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
129 static int mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data,
131 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
137 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
139 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
142 static STORE_OBJECT *mem_list_next(STORE *s, void *handle);
143 static int mem_list_end(STORE *
[all...]
H A Dstore.h66 # error STORE is disabled.
81 /* typedef struct store_st STORE; */
91 STORE *STORE_new_method(const STORE_METHOD *method);
92 STORE *STORE_new_engine(ENGINE *engine);
93 void STORE_free(STORE *ui);
98 * used to get information from a STORE.
100 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f) (void));
128 int STORE_set_ex_data(STORE *r, int idx, void *arg);
129 void *STORE_get_ex_data(STORE *r, int idx);
132 const STORE_METHOD *STORE_get_method(STORE *stor
[all...]
H A Dstr_lib.c103 STORE *STORE_new_method(const STORE_METHOD *method)
105 STORE *ret;
112 ret = (STORE *)OPENSSL_malloc(sizeof(STORE));
128 STORE *STORE_new_engine(ENGINE *engine)
130 STORE *ret = NULL;
168 void STORE_free(STORE *store)
178 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f) (void))
197 int STORE_set_ex_data(STORE *r, int idx, void *arg)
202 void *STORE_get_ex_data(STORE *
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dquotearg.c219 #define STORE(c) \ macro
231 STORE ('"');
262 STORE (*quote_string);
270 STORE ('\'');
288 STORE ('\\');
310 STORE ('?');
311 STORE ('\\');
312 STORE ('?');
368 STORE ('\'');
369 STORE ('\\');
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c173 STORE = 0, enumerator in enum:comp_type
204 if (comp != STORE) {
258 if (comp != STORE) {
302 if (comp != STORE) {
325 if (comp != STORE) {
362 if (comp != STORE) {
380 if (comp != STORE) {
398 verify("test_read_format_cab_1.cab", STORE);
399 verify2("test_read_format_cab_1.cab", STORE);
400 verify3("test_read_format_cab_1.cab", STORE);
[all...]
/freebsd-11-stable/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c125 #define STORE \ macro
143 STORE;
163 STORE;
178 STORE;
190 STORE;
204 STORE;
/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk39 # STORE defaults to basename of src and target directory
42 # STORE.sbin/sh-static = sbin/sh
65 ${${.TARGET}.DIRS:O:u:@d@${${.TARGET}.SRCS.$d:O:u:@f@echo '${s::=${STORE.$d/${f:T}:U$d/${f:T}}}$s contents="$f" type=file uid=${UID:${M_FILE_ATTR}} gid=${GID:${M_FILE_ATTR}} mode=${MODE:${M_FILE_ATTR}} ${FLAGS:${M_FILE_ATTR}}';@}@} \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp58 STORE = 1u << 1, member in class:__anon2125::SIMemOp
59 LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ STORE)
1029 if ((Op & SIMemOp::STORE) != SIMemOp::NONE)
1041 if ((Op & SIMemOp::STORE) != SIMemOp::NONE)
1152 SIMemOp::LOAD | SIMemOp::STORE,
1191 SIMemOp::LOAD | SIMemOp::STORE,
1228 SIMemOp::LOAD | SIMemOp::STORE,
1258 SIMemOp::LOAD | SIMemOp::STORE,
1270 SIMemOp::STORE,
H A DAMDGPUISelLowering.cpp170 setOperationAction(ISD::STORE, MVT::f32, Promote);
171 AddPromotedToType(ISD::STORE, MVT::f32, MVT::i32);
173 setOperationAction(ISD::STORE, MVT::v2f32, Promote);
174 AddPromotedToType(ISD::STORE, MVT::v2f32, MVT::v2i32);
176 setOperationAction(ISD::STORE, MVT::v3f32, Promote);
177 AddPromotedToType(ISD::STORE, MVT::v3f32, MVT::v3i32);
179 setOperationAction(ISD::STORE, MVT::v4f32, Promote);
180 AddPromotedToType(ISD::STORE, MVT::v4f32, MVT::v4i32);
182 setOperationAction(ISD::STORE, MVT::v5f32, Promote);
183 AddPromotedToType(ISD::STORE, MV
[all...]
H A DSIISelLowering.cpp185 setOperationAction(ISD::STORE, MVT::v2i32, Custom);
186 setOperationAction(ISD::STORE, MVT::v3i32, Custom);
187 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
188 setOperationAction(ISD::STORE, MVT::v5i32, Custom);
189 setOperationAction(ISD::STORE, MVT::v8i32, Custom);
190 setOperationAction(ISD::STORE, MVT::v16i32, Custom);
191 setOperationAction(ISD::STORE, MVT::i1, Custom);
192 setOperationAction(ISD::STORE, MVT::v32i32, Custom);
259 // We only support LOAD/STORE and vector manipulation ops for vectors
267 case ISD::STORE
[all...]
H A DR600ISelLowering.cpp101 setOperationAction(ISD::STORE, MVT::i8, Custom);
102 setOperationAction(ISD::STORE, MVT::i32, Custom);
103 setOperationAction(ISD::STORE, MVT::v2i32, Custom);
104 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
490 case ISD::STORE: return LowerSTORE(Op, DAG);
/freebsd-11-stable/crypto/openssl/crypto/
H A Dossl_typ.h169 typedef struct store_st STORE; typedef in typeref:struct:store_st
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp323 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) {
544 case ISD::STORE: return select<ISD::STORE>(N);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h668 /// LOAD and STORE have token chains as their first operand, then the same
672 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1388 return getOperand(getOpcode() == ISD::STORE ? 2 : 1);
1396 N->getOpcode() == ISD::STORE ||
2218 N->getOpcode() == ISD::STORE;
2250 /// This class is used to represent ISD::STORE nodes.
2257 : LSBaseSDNode(ISD::STORE, Order, dl, VTs, AM, MemVT, MMO) {
2277 return N->getOpcode() == ISD::STORE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp297 case ISD::STORE:
H A DMipsSEISelLowering.cpp98 setOperationAction(ISD::STORE, VecTys[i], Legal);
209 setOperationAction(ISD::STORE, MVT::i32, Custom);
224 setOperationAction(ISD::STORE, MVT::f64, Custom);
327 setOperationAction(ISD::STORE, Ty, Legal);
380 setOperationAction(ISD::STORE, Ty, Legal);
453 case ISD::STORE: return lowerSTORE(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp210 case ISD::STORE: {
/freebsd-11-stable/stand/ficl/
H A Dvm.c185 STORE,
H A Dficl.h414 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp886 case ISD::STORE: return SelectStore(N);
965 if (UUse->getOpcode() == ISD::STORE && SYNode->getOpcode() == ISD::LOAD) {
1029 if (I->getOpcode() != ISD::STORE)
1094 if (Opc != ISD::LOAD && Opc != ISD::STORE)
2246 if (N->getOpcode() != ISD::LOAD && N->getOpcode() != ISD::STORE)
H A DHexagonISelLoweringHVX.cpp143 setOperationAction(ISD::STORE, T, Custom);
1514 assert(MemOpc == ISD::STORE);
1537 case ISD::STORE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp134 setOperationAction(ISD::STORE, MVT::i32, Custom);
170 setTargetDAGCombine(ISD::STORE);
207 case ISD::STORE: return LowerSTORE(Op, DAG);
1780 case ISD::STORE: {
/freebsd-11-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-avx2.pl453 sub STORE { subroutine
1103 `&STORE`
1248 `&STORE`
1315 `&STORE`
1341 #STORE
1348 #STORE
1437 #STORE
1608 `&STORE`
1636 `&STORE`
1662 #STORE
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp114 setOperationAction(ISD::STORE, MVT::i32, Legal);

Completed in 388 milliseconds

123