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

/osnet-11/usr/src/grub/grub2/grub-core/mmap/i386/pc/
H A Dmmap_helper.S22 #define DS(x) ((x) - LOCAL (segstart)) define
31 movw DS (LOCAL (kblow)), %ax
56 movw DS (LOCAL (kbin16mb)), %ax
57 movw DS (LOCAL (m64kbin4gb)), %bx
69 movw DS (LOCAL (kbin16mb)), %ax
81 cmpw DS (LOCAL (mmap_num)), %bx
88 movw $(DS(LOCAL (mmaphook_mmap))), %si
97 cmpw DS(LOCAL (mmap_num)), %bx
/osnet-11/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c174 uchar_t DS[DIGEST_LEN]; local
253 DIGESTFinal(DS, &ctxDS);
258 Sp = (char *)(memcpy(Sp, DS, MIXCHARS)) + MIXCHARS;
260 (void) memcpy(Sp, DS, i);
349 (void) memset(DS, 0, sizeof (DS));
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h237 #define DS (env->ds) macro
239 #define TOS *DS
242 #define DEPTH (DS-env->ds0)
288 #define COMPILE_TOKEN(x) PUSH(DS, (fstack_t)(x)); compile_comma(env);

Completed in 30 milliseconds