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

123

/external/chromium_org/third_party/openssl/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...]
/external/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...]
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c665 #define STORE 0x02 macro
677 { STORE, 42, 42, 42 },
678 { STORE, 1, 1, 1 },
679 { STORE, 2, 2, 2 },
680 { STORE, 3, 3, 3 },
681 { STORE, 10, 1, 1 },
682 { STORE, 42, 0, 0 },
703 { STORE, 1, 1, 1 },
704 { STORE, 2, 2, 2 },
705 { STORE,
[all...]
/external/bison/lib/
H A Dquotearg.c257 #define STORE(c) \ macro
274 STORE ('"');
317 STORE (*quote_string);
330 STORE ('\'');
367 STORE ('\\');
375 STORE ('0');
376 STORE ('0');
410 STORE ('?');
411 STORE ('"');
412 STORE ('"');
[all...]
/external/elfutils/libelf/
H A Dgelf_xlate.c88 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val) macro
100 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val) macro
119 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
120 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \
121 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp58 setOperationAction(ISD::STORE, MVT::f32, Promote);
59 AddPromotedToType(ISD::STORE, MVT::f32, MVT::i32);
61 setOperationAction(ISD::STORE, MVT::v2f32, Promote);
62 AddPromotedToType(ISD::STORE, MVT::v2f32, MVT::v2i32);
64 setOperationAction(ISD::STORE, MVT::v4f32, Promote);
65 AddPromotedToType(ISD::STORE, MVT::v4f32, MVT::v4i32);
67 setOperationAction(ISD::STORE, MVT::f64, Promote);
68 AddPromotedToType(ISD::STORE, MVT::f64, MVT::i64);
H A DR600ISelLowering.cpp83 setOperationAction(ISD::STORE, MVT::i8, Custom);
84 setOperationAction(ISD::STORE, MVT::i32, Custom);
85 setOperationAction(ISD::STORE, MVT::v2i32, Custom);
86 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
490 case ISD::STORE: return LowerSTORE(Op, DAG);
731 case ISD::STORE:
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp119 case ISD::STORE:
H A DMips16ISelDAGToDAG.cpp141 case ISD::STORE: {
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec.c61 #define STORE(x, y, v) \ macro
98 STORE(0, 0, a + d);
99 STORE(1, 0, b + c);
100 STORE(2, 0, b - c);
101 STORE(3, 0, a - d);
125 STORE(i, j, DC);
137 #undef STORE macro
H A Denc.c87 #define STORE(x, y, v) \ macro
119 STORE(0, i, a + d);
120 STORE(1, i, b + c);
121 STORE(2, i, b - c);
122 STORE(3, i, a - d);
222 #undef STORE macro
/external/webp/src/dsp/
H A Ddec.c61 #define STORE(x, y, v) \ macro
98 STORE(0, 0, a + d);
99 STORE(1, 0, b + c);
100 STORE(2, 0, b - c);
101 STORE(3, 0, a - d);
125 STORE(i, j, DC);
137 #undef STORE macro
H A Denc.c87 #define STORE(x, y, v) \ macro
119 STORE(0, i, a + d);
120 STORE(1, i, b + c);
121 STORE(2, i, b - c);
122 STORE(3, i, a - d);
222 #undef STORE macro
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dossl_typ.h163 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dossl_typ.h163 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h452 /// LOAD and STORE have token chains as their first operand, then the same
456 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1039 return getOperand(getOpcode() == ISD::STORE ? 2 : 1);
1047 N->getOpcode() == ISD::STORE ||
1681 N->getOpcode() == ISD::STORE;
1714 /// StoreSDNode - This class is used to represent ISD::STORE nodes.
1721 : LSBaseSDNode(ISD::STORE, Order, dl, ChainValuePtrOff, 4,
1740 return N->getOpcode() == ISD::STORE;
H A DLiveInterval.h152 STORE = 3,
/external/openssl/crypto/
H A Dossl_typ.h163 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/openssl/include/openssl/
H A Dossl_typ.h163 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java223 IGNORE, BUFFER, STORE, END enum constant in enum:H264TrackImpl.NALActions
261 case STORE:
352 action = NALActions.STORE; // Will only work in single slice per frame mode!

Completed in 542 milliseconds

123