Searched defs:STORE (Results 1 - 9 of 9) 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/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/dec/
H A Ddsp.c58 #define STORE(x, y, v) \ macro
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 macro
/external/webp/src/enc/
H A Ddsp.c93 #define STORE(x, y, v) \ macro
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 macro
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h453 // LOAD and STORE have token chains as their first operand, then the same
457 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType

Completed in 227 milliseconds