HomeSort by relevance Sort by last modified time
    Searched refs:STORE (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/openssl/crypto/store/
str_mem.c 1 /* crypto/store/str_mem.c -*- mode:C; c-file-style: "eay" -*- */
63 /* The memory store is currently highly experimental. It's meant to become
64 a base store used by other stores for internal caching (for full caching
110 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
274 struct mem_data_st *store = local
    [all...]
store.h 1 /* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
65 #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))
    [all...]
str_lib.c 1 /* crypto/store/str_lib.c -*- mode:C; c-file-style: "eay" -*- */
105 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)
183 if (store == NULL
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 34 * one, and then use a sorted list to store the counts for inodes
665 #define STORE 0x02
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 }
    [all...]
  /dalvik/vm/compiler/template/mips/
funop.S 22 STORE(v0, rOBJ) # vAA<- v0
funopNarrower.S 25 STORE(v0, rINST) # vA<- v0
fbinop.S 24 STORE(v0, rOBJ) # vAA <- v0
  /external/bison/lib/
quotearg.c 233 If BUFFERSIZE is too small to store the output string, return the
257 #define STORE(c) \
274 STORE ('"');
317 STORE (*quote_string);
330 STORE ('\'');
367 STORE ('\\');
375 STORE ('0');
376 STORE ('0');
410 STORE ('?');
411 STORE ('"');
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 176 If BUFFERSIZE is too small to store the output string, return the
198 #define STORE(c) \
215 STORE ('"');
253 STORE (*quote_string);
266 STORE ('\'');
291 STORE ('\\');
302 STORE ('\\');
305 STORE ('0');
306 STORE ('0');
336 STORE ('?')
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupportPregenerated.pm 32 sub STORE {
  /external/elfutils/libelf/
gelf_xlate.c 88 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val)
100 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val)
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; \
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 17 package com.android.email.mail.store.imap;
19 import com.android.email.mail.Store;
27 = String.format("BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
79 public static final String STORE = "STORE";
87 public static final String UID_STORE = "UID STORE";
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 65 /// Used on Mips Load/Store instructions
119 case ISD::STORE:
MipsSEISelLowering.cpp 46 setOperationAction(ISD::STORE, VecTys[i], Legal);
66 setOperationAction(ISD::STORE, MVT::i32, Custom);
Mips16ISelDAGToDAG.cpp 134 case ISD::STORE: {
216 // If an indexed floating point load/store can be emitted, return false.
  /external/webp/src/dsp/
dec.c 59 #define STORE(x, y, v) \
96 STORE(0, 0, a + d);
97 STORE(1, 0, b + c);
98 STORE(2, 0, b - c);
99 STORE(3, 0, a - d);
123 STORE(i, j, DC);
135 #undef STORE
enc.c 85 #define STORE(x, y, v) \
117 STORE(0, i, a + d);
118 STORE(1, i, b + c);
119 STORE(2, i, b - c);
120 STORE(3, i, a - d);
219 #undef STORE
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 221 /// indicates if an overflow occurred (*not* a flag, because it may be store
464 /// LOAD and STORE have token chains as their first operand, then the same
465 /// operands as an LLVM load/store instruction, then an offset node that
468 LOAD, STORE,
605 /// OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
606 /// store-store, device)
623 /// This corresponds to "store atomic" instruction.
661 /// MemIndexedMode enum - This enum defines the load / store indexe
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 49 // Lower floating point store/load to integer store/load to reduce the number
51 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);
R600ISelLowering.cpp 83 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);
317 case ISD::STORE: return LowerSTORE(Op, DAG);
459 case ISD::STORE:
    [all...]
  /external/openssl/crypto/
ossl_typ.h 163 typedef struct store_st STORE;
  /external/openssl/include/openssl/
ossl_typ.h 163 typedef struct store_st STORE;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 223 IGNORE, BUFFER, STORE, END
261 case STORE:
352 action = NALActions.STORE; // Will only work in single slice per frame mode!
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduHeaders.java 65 public static final int STORE = 0xA2;
130 * X-Mms-Store |
310 * X-Mms-Store-Status field types.
372 case STORE:

Completed in 1324 milliseconds

1 2 3