Searched defs:STORE (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/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/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/chromium_org/third_party/openssl/openssl/crypto/
H A Dossl_typ.h163 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dossl_typ.h163 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c665 #define STORE 0x02 macro
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 },
705 { STORE,
[all...]
/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!
/external/openssl/crypto/
H A Dossl_typ.h163 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/openssl/include/openssl/
H A Dossl_typ.h163 typedef struct store_st STORE; typedef in typeref:struct:store_st
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec.c61 #define STORE(x, y, v) \ macro
98 STORE(0, 0, a + d);
99 STORE(1, 0, b + c);
100 STORE(2, 0, b - c);
101 STORE(3, 0, a - d);
125 STORE(i, j, DC);
137 #undef STORE macro
H A Denc.c87 #define STORE(x, y, v) \ macro
119 STORE(0, i, a + d);
120 STORE(1, i, b + c);
121 STORE(2, i, b - c);
122 STORE(3, i, a - d);
222 #undef STORE macro
/external/webp/src/dsp/
H A Ddec.c61 #define STORE(x, y, v) \ macro
98 STORE(0, 0, a + d);
99 STORE(1, 0, b + c);
100 STORE(2, 0, b - c);
101 STORE(3, 0, a - d);
125 STORE(i, j, DC);
137 #undef STORE macro
H A Denc.c87 #define STORE(x, y, v) \ macro
119 STORE(0, i, a + d);
120 STORE(1, i, b + c);
121 STORE(2, i, b - c);
122 STORE(3, i, a - d);
222 #undef STORE macro
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h452 /// LOAD and STORE have token chains as their first operand, then the same
456 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1324 milliseconds