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

1 2

  /external/elfutils/0.153/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/chromium_org/content/browser/service_worker/
service_worker_register_job.h 72 STORE,
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 108 #define STORE sd
144 #define STORE sw
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 t1, UNIT(-1)(dst), .Ls_exc_p1u
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 73 static final int STORE = 32;
116 * @see #STORE
146 * as a bitset to store the subroutines to which a basic block belongs. This
347 * small to store the offset. In such a case the corresponding jump
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
chacha_vec.c 81 #define STORE(m,r) (*((vec*)(m))) = (r)
105 #define STORE(m,r) _mm_storeu_si128((__m128i*)(m), (__m128i) (r))
152 STORE(op + d + 0, LOAD(in + d + 0) ^ REVV_BE(v0)); \
153 STORE(op + d + 4, LOAD(in + d + 4) ^ REVV_BE(v1)); \
154 STORE(op + d + 8, LOAD(in + d + 8) ^ REVV_BE(v2)); \
155 STORE(op + d +12, LOAD(in + d +12) ^ REVV_BE(v3));
328 STORE(op + 0, LOAD(ip + 0) ^ REVV_BE(v0 + s0));
331 STORE(op + 4, LOAD(ip + 4) ^ REVV_BE(v1 + s1));
334 STORE(op + 8, LOAD(ip + 8) ^
  /external/e2fsprogs/lib/ext2fs/
icount.c 34 * one, and then use a sorted list to store the counts for inodes
652 #define STORE 0x02
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 }
    [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;
29 = String.format(Locale.US, "BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
82 public static final String STORE = "STORE";
90 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/chromium_org/third_party/openssl/openssl/crypto/
ossl_typ.h 163 typedef struct store_st STORE;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ossl_typ.h 163 typedef struct store_st STORE;
  /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/chromium_org/third_party/libwebp/dsp/
dec.c 26 #define STORE(x, y, v) \
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(i, j, DC)
    [all...]
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);
193 #undef STORE
  /external/webp/src/dsp/
dec.c 26 #define STORE(x, y, v) \
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(i, j, DC)
    [all...]
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);
193 #undef STORE
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 214 /// indicates if an overflow occurred (*not* a flag, because it may be store
492 /// LOAD and STORE have token chains as their first operand, then the same
493 /// operands as an LLVM load/store instruction, then an offset node that
496 LOAD, STORE,
643 /// This corresponds to "store atomic" instruction.
693 /// MemIndexedMode enum - This enum defines the load / store indexed
696 /// UNINDEXED "Normal" load / store. The effective address is already
700 /// load); an unindexed store does not produce a value.
705 /// store operation (i.e. the load / store does the addres
    [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/telephony/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 779 * Set by BroadcastReceiver to indicate insufficient memory to store
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 209 enum PropertyAccessType { LOAD, STORE };
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 

Completed in 2628 milliseconds

1 2