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

12

/freebsd-10.0-release/crypto/openssl/crypto/store/
H A Dstr_mem.c110 static int mem_init(STORE *s);
111 static void mem_clean(STORE *s);
112 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
114 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
116 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
119 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
123 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
125 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
127 static STORE_OBJECT *mem_list_next(STORE *s, void *handle);
128 static int mem_list_end(STORE *
[all...]
H A Dstore.h65 #error STORE is disabled.
80 /* typedef struct store_st STORE; */
89 STORE *STORE_new_method(const STORE_METHOD *method);
90 STORE *STORE_new_engine(ENGINE *engine);
91 void STORE_free(STORE *ui);
96 be used to get information from a STORE. */
97 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void));
117 int STORE_set_ex_data(STORE *r,int idx,void *arg);
118 void *STORE_get_ex_data(STORE *r, int idx);
121 const STORE_METHOD *STORE_get_method(STORE *stor
[all...]
H A Dstr_lib.c105 STORE *STORE_new_method(const STORE_METHOD *method)
107 STORE *ret;
115 ret=(STORE *)OPENSSL_malloc(sizeof(STORE));
133 STORE *STORE_new_engine(ENGINE *engine)
135 STORE *ret = NULL;
181 void STORE_free(STORE *store)
191 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void))
212 int STORE_set_ex_data(STORE *r, int idx, void *arg)
217 void *STORE_get_ex_data(STORE *
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c179 STORE = 0, enumerator in enum:comp_type
208 if (comp != STORE) {
256 if (comp != STORE) {
298 if (comp != STORE) {
317 if (comp != STORE) {
352 if (comp != STORE) {
364 if (comp != STORE) {
382 verify("test_read_format_cab_1.cab", STORE);
383 verify2("test_read_format_cab_1.cab", STORE);
384 verify3("test_read_format_cab_1.cab", STORE);
[all...]
/freebsd-10.0-release/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-10.0-release/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c123 #define STORE \ macro
141 STORE;
161 STORE;
176 STORE;
188 STORE;
202 STORE;
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp119 case ISD::STORE:
H A DMips16ISelDAGToDAG.cpp139 case ISD::STORE: {
H A DMipsSEISelLowering.cpp52 setOperationAction(ISD::STORE, VecTys[i], Legal);
98 setOperationAction(ISD::STORE, MVT::i32, Custom);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h464 /// LOAD and STORE have token chains as their first operand, then the same
468 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h977 return getOperand(getOpcode() == ISD::STORE ? 2 : 1);
985 N->getOpcode() == ISD::STORE ||
1621 N->getOpcode() == ISD::STORE;
1655 /// StoreSDNode - This class is used to represent ISD::STORE nodes.
1662 : LSBaseSDNode(ISD::STORE, dl, ChainValuePtrOff, 4,
1681 return N->getOpcode() == ISD::STORE;
H A DLiveInterval.h152 STORE = 3,
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp51 setOperationAction(ISD::STORE, MVT::f32, Promote);
52 AddPromotedToType(ISD::STORE, MVT::f32, MVT::i32);
54 setOperationAction(ISD::STORE, MVT::v4f32, Promote);
55 AddPromotedToType(ISD::STORE, MVT::v4f32, MVT::v4i32);
H A DR600ISelLowering.cpp98 setOperationAction(ISD::STORE, MVT::i8, Custom);
99 setOperationAction(ISD::STORE, MVT::i32, Custom);
100 setOperationAction(ISD::STORE, MVT::v2i32, Custom);
101 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
333 case ISD::STORE: return LowerSTORE(Op, DAG);
474 case ISD::STORE:
H A DSIISelLowering.cpp75 setOperationAction(ISD::STORE, MVT::i32, Custom);
76 setOperationAction(ISD::STORE, MVT::i64, Custom);
242 case ISD::STORE: return LowerSTORE(Op, DAG);
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dossl_typ.h167 typedef struct store_st STORE; typedef in typeref:struct:store_st
/freebsd-10.0-release/sys/boot/ficl/
H A Dvm.c185 STORE,
H A Dficl.h414 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c)) macro
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp258 case ISD::STORE: return "store";
H A DLegalizeVectorOps.cpp163 } else if (Op.getOpcode() == ISD::STORE) {
H A DSelectionDAG.cpp439 case ISD::STORE: {
3542 if (TLI.isOperationLegalOrCustom(ISD::STORE, NewVT) &&
3546 TLI.isOperationLegalOrCustom(ISD::STORE, MVT::f64) &&
4520 AddNodeIDNode(ID, ISD::STORE, VTs, Ops, 4);
4588 AddNodeIDNode(ID, ISD::STORE, VTs, Ops, 4);
4614 AddNodeIDNode(ID, ISD::STORE, VTs, Ops, 4);
H A DLegalizeFloatTypes.cpp617 case ISD::STORE: Res = SoftenFloatOp_STORE(N, OpNo); break;
1259 case ISD::STORE: Res = ExpandFloatOp_STORE(cast<StoreSDNode>(N),
H A DLegalizeVectorTypes.cpp379 case ISD::STORE:
1051 case ISD::STORE:
2242 case ISD::STORE: Res = WidenVecOp_STORE(N); break;
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp138 setOperationAction(ISD::STORE, MVT::i32, Custom);
163 setTargetDAGCombine(ISD::STORE);
178 case ISD::STORE: return LowerSTORE(Op, DAG);
1460 case ISD::STORE: {
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp157 setOperationAction(ISD::STORE, MVT::i1, Custom);
179 setOperationAction(ISD::STORE, VT, Custom);
846 case ISD::STORE:

Completed in 638 milliseconds

12