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

/illumos-gate/usr/src/uts/sparc/krtld/
H A Ddoreloc.c608 * the aligned store (accomplished with the STORE macro).
640 #define STORE(_type) *((_type *)off) = (_type)uvalue macro
642 #define STORE(_type) macro
648 STORE(uchar_t);
652 STORE(Half);
656 STORE(Word);
660 STORE(Xword);
670 #undef STORE macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c234 #define STORE(buf, size, arg, val) if (arg * FORMAT_SIZE + 1 >= size ||\ macro
331 STORE(norm, sz, argp, '*');
351 STORE(norm, sz, argp, '*');
461 STORE(norm, sz, arg, conv);
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c280 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 macro
324 STORE(D,D0,D1,*out);
665 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key);
668 STORE(K,K0,K1,*(C_block *)key);
671 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key);
718 STORE(L,L0,L1,B);
782 STORE(L,L0,L1,B);
785 STORE(L,L0,L1,B);
789 STORE(L,L0,L1,*(C_block *)out);

Completed in 63 milliseconds