HomeSort by relevance Sort by last modified time
    Searched defs:STORE (Results 1 - 13 of 13) sorted by null

  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupportPregenerated.pm 32 sub STORE {
  /external/bison/lib/
quotearg.c 179 If BUFFERSIZE is too small to store the output string, return the
200 #define STORE(c) \
212 STORE ('"');
248 STORE (*quote_string);
256 STORE ('\'');
274 STORE ('\\');
282 STORE ('\\');
283 STORE ('0');
284 STORE ('0');
306 STORE ('?')
    [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...]
  /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...]
  /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/openssl/crypto/
ossl_typ.h 161 typedef struct store_st STORE;
  /external/openssl/include/openssl/
ossl_typ.h 161 typedef struct store_st STORE;
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 86 enum Slot { LOAD, USE, DEF, STORE, NUM };
209 /// isStore - Return true if this is a STORE slot.
211 return getSlot() == STORE;
246 /// Returns the index of the STORE slot for the instruction pointed to by
249 return SlotIndex(&entry(), SlotIndex::STORE);
254 /// index is a STORE, the first slot for the next instruction.
260 if (s == SlotIndex::STORE) {
281 return SlotIndex(entry().getPrev(), SlotIndex::STORE);
ISDOpcodes.h 454 // LOAD and STORE have token chains as their first operand, then the same
455 // operands as an LLVM load/store instruction, then an offset node that
458 LOAD, STORE,
587 // OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
588 // store-store, device)
634 /// MemIndexedMode enum - This enum defines the load / store indexed
637 /// UNINDEXED "Normal" load / store. The effective address is already
641 /// load); an unindexed store does not produce a value
    [all...]
  /external/webp/src/dec/
dsp.c 58 #define STORE(x, y, v) \
95 STORE(0, 0, a + d);
96 STORE(1, 0, b + c);
97 STORE(2, 0, b - c);
98 STORE(3, 0, a - d);
122 STORE(i, j, DC);
134 #undef STORE
  /external/webp/src/enc/
dsp.c 93 #define STORE(x, y, v) \
125 STORE(0, i, a + d);
126 STORE(1, i, b + c);
127 STORE(2, i, b - c);
128 STORE(3, i, a - d);
227 #undef STORE
  /frameworks/base/core/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:
  /frameworks/base/core/java/android/provider/
Telephony.java 512 * Set by BroadcastReceiver. Indicates insufficient memory to store
    [all...]

Completed in 466 milliseconds