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

/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupportPregenerated.pm32 sub STORE { subroutine
/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.c200 #define STORE(c) \ macro
212 STORE ('"');
248 STORE (*quote_string);
256 STORE ('\'');
274 STORE ('\\');
282 STORE ('\\');
283 STORE ('0');
284 STORE ('0');
306 STORE ('?');
307 STORE ('\\');
[all...]
/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/webp/src/dsp/
H A Ddec.c59 #define STORE(x, y, v) \ macro
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 macro
H A Denc.c105 #define STORE(x, y, v) \ macro
137 STORE(0, i, a + d);
138 STORE(1, i, b + c);
139 STORE(2, i, b - c);
140 STORE(3, i, a - d);
239 #undef STORE macro
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h459 /// LOAD and STORE have token chains as their first operand, then the same
463 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType

Completed in 1829 milliseconds