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

123

/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.c652 #define STORE 0x02 macro
664 { STORE, 42, 42, 42 },
665 { STORE, 1, 1, 1 },
666 { STORE, 2, 2, 2 },
667 { STORE, 3, 3, 3 },
668 { STORE, 10, 1, 1 },
669 { STORE, 42, 0, 0 },
690 { STORE, 1, 1, 1 },
691 { STORE, 2, 2, 2 },
692 { STORE,
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
H A Dmemcpy.S108 #define STORE sd define
144 #define STORE sw define
253 EXC( STORE t0, UNIT(0)(dst), .Ls_exc_p8u)
254 EXC( STORE t1, UNIT(1)(dst), .Ls_exc_p7u)
259 EXC( STORE t2, UNIT(-6)(dst), .Ls_exc_p6u)
260 EXC( STORE t3, UNIT(-5)(dst), .Ls_exc_p5u)
261 EXC( STORE t4, UNIT(-4)(dst), .Ls_exc_p4u)
262 EXC( STORE t7, UNIT(-3)(dst), .Ls_exc_p3u)
263 EXC( STORE t0, UNIT(-2)(dst), .Ls_exc_p2u)
264 EXC( STORE t
[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/0.153/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/chromium_org/v8/src/compiler/
H A Dmachine-operator.cc165 #define STORE(Type) \ macro
184 MACHINE_TYPE_LIST(STORE)
185 #undef STORE macro
223 #define STORE(Type) \ macro
232 MACHINE_TYPE_LIST(STORE)
233 #undef STORE macro
/external/chromium_org/third_party/boringssl/src/crypto/chacha/
H A Dchacha_vec.c46 #define STORE(m, r) (*((vec *)(m))) = (r) macro
74 #define STORE(m, r) _mm_storeu_si128((__m128i *)(m), (__m128i)(r)) macro
129 STORE(op + d + 0, LOAD(in + d + 0) ^ REVV_BE(v0)); \
130 STORE(op + d + 4, LOAD(in + d + 4) ^ REVV_BE(v1)); \
131 STORE(op + d + 8, LOAD(in + d + 8) ^ REVV_BE(v2)); \
132 STORE(op + d +12, LOAD(in + d +12) ^ REVV_BE(v3));
305 STORE(op + 0, LOAD(ip + 0) ^ REVV_BE(v0 + s0));
308 STORE(op + 4, LOAD(ip + 4) ^ REVV_BE(v1 + s1));
311 STORE(op + 8, LOAD(ip + 8) ^
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec.c26 #define STORE(x, y, v) \ macro
31 STORE(0, y, DC + (d)); \
32 STORE(1, y, DC + (c)); \
33 STORE(2, y, DC - (c)); \
34 STORE(3, y, DC - (d)); \
71 STORE(0, 0, a + d);
72 STORE(1, 0, b + c);
73 STORE(2, 0, b - c);
74 STORE(3, 0, a - d);
112 STORE(
124 #undef STORE macro
[all...]
H A Denc.c85 #define STORE(x, y, v) \ macro
117 STORE(0, i, a + d);
118 STORE(1, i, b + c);
119 STORE(2, i, b - c);
120 STORE(3, i, a - d);
193 #undef STORE macro
/external/webp/src/dsp/
H A Ddec.c26 #define STORE(x, y, v) \ macro
31 STORE(0, y, DC + (d)); \
32 STORE(1, y, DC + (c)); \
33 STORE(2, y, DC - (c)); \
34 STORE(3, y, DC - (d)); \
71 STORE(0, 0, a + d);
72 STORE(1, 0, b + c);
73 STORE(2, 0, b - c);
74 STORE(3, 0, a - d);
112 STORE(
124 #undef STORE macro
[all...]
H A Denc.c85 #define STORE(x, y, v) \ macro
117 STORE(0, i, a + d);
118 STORE(1, i, b + c);
119 STORE(2, i, b - c);
120 STORE(3, i, a - d);
193 #undef STORE macro
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.h83 STORE, enumerator in enum:content::ServiceWorkerRegisterJob::Phase
H A Dservice_worker_register_job.cc177 case STORE:
400 SetPhase(STORE);
/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c768 #define STORE 0x01 macro
923 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
1353 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
1356 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1389 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw))
1392 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0);
1424 if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, mem_flags | STORE | ARG_TEST, TMP_REG1, dst, dstw))
1473 getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw);
1476 return getput_arg(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0);
1527 if (!(flags & STORE))
[all...]
H A DsljitNativeARM_T2_32.c788 #define STORE 0x01 macro
964 FAIL_IF(push_inst16(compiler, STR_SP | ((flags & STORE) ? 0 : 0x800) | RDN3(reg) | (argw >> 2)));
1014 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
1389 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
1392 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1421 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
1424 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1448 if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, WORD_SIZE | STORE | ARG_TEST, TMP_REG1, dst, dstw))
1500 getput_arg_fast(compiler, WORD_SIZE | STORE, dst_r, dst, dstw);
1503 return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG
[all...]
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h492 /// LOAD and STORE have token chains as their first operand, then the same
496 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp205 case ISD::STORE:
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DLabel.java73 static final int STORE = 32; field in class:Label
116 * @see #STORE
/external/openssl/crypto/
H A Dossl_typ.h167 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/openssl/include/openssl/
H A Dossl_typ.h167 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp136 setOperationAction(ISD::STORE, MVT::f32, Promote);
137 AddPromotedToType(ISD::STORE, MVT::f32, MVT::i32);
139 setOperationAction(ISD::STORE, MVT::v2f32, Promote);
140 AddPromotedToType(ISD::STORE, MVT::v2f32, MVT::v2i32);
142 setOperationAction(ISD::STORE, MVT::i64, Promote);
143 AddPromotedToType(ISD::STORE, MVT::i64, MVT::v2i32);
145 setOperationAction(ISD::STORE, MVT::v4f32, Promote);
146 AddPromotedToType(ISD::STORE, MVT::v4f32, MVT::v4i32);
148 setOperationAction(ISD::STORE, MVT::v8f32, Promote);
149 AddPromotedToType(ISD::STORE, MV
[all...]
H A DSIISelLowering.cpp89 setOperationAction(ISD::STORE, MVT::v8i32, Custom);
90 setOperationAction(ISD::STORE, MVT::v16i32, Custom);
98 setOperationAction(ISD::STORE, MVT::i1, Custom);
99 setOperationAction(ISD::STORE, MVT::i32, Custom);
100 setOperationAction(ISD::STORE, MVT::v2i32, Custom);
101 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
176 // We only support LOAD/STORE and vector manipulation ops for vectors
186 case ISD::STORE:
632 case ISD::STORE: return LowerSTORE(Op, DAG);
/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 9324 milliseconds

123