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

  /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; \
  /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/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...]
  /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/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
  /dalvik/vm/compiler/template/mips/
header.S 187 #define STORE(rd, rbase) sw rd, 0(rbase)
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 194 #define STORE(rd, rbase) sw rd, 0(rbase)
    [all...]
  /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...]
  /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:
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 509 * Set by BroadcastReceiver. Indicates insufficient memory to store
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 801 milliseconds