Searched refs:dl (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/network/
H A Dres_querydomain.c8 size_t dl = strnlen(domain, 255); local
9 if (nl+dl+1 > 254) return -1;
12 memcpy(tmp+nl+1, domain, dl+1);
/seL4-refos-master/libs/libmuslc/src/math/i386/
H A Dremquo.s34 mov %ah,%dl
35 shr %dl
36 and $1,%dl
40 or %al,%dl
44 or %al,%dl
47 neg %dl
48 1: movsbl %dl,%edx
/seL4-refos-master/libs/libmuslc/src/math/i386_sel4/
H A Dremquo.s34 mov %ah,%dl
35 shr %dl
36 and $1,%dl
40 or %al,%dl
44 or %al,%dl
47 neg %dl
48 1: movsbl %dl,%edx
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dtempnam.c16 size_t l, dl, pl; local
23 dl = strlen(dir);
25 l = dl + 1 + pl + 1 + 6;
32 memcpy(s, dir, dl);
33 s[dl] = '/';
34 memcpy(s+dl+1, pfx, pl);
35 s[dl+1+pl] = '_';
/seL4-refos-master/libs/libmuslc/src/string/i386/
H A Dmemset.s8 mov 8(%esp),%dl
13 mov %dl,%dh
15 mov %dl,(%eax)
16 mov %dl,-1(%eax,%ecx)
26 mov 8(%esp),%dl
/seL4-refos-master/libs/libmuslc/src/string/i386_sel4/
H A Dmemset.s8 mov 8(%esp),%dl
13 mov %dl,%dh
15 mov %dl,(%eax)
16 mov %dl,-1(%eax,%ecx)
26 mov 8(%esp),%dl
/seL4-refos-master/libs/libmuslc/src/thread/i386/
H A D__set_thread_area.s34 mov $16,%dl
39 mov $7,%dl
/seL4-refos-master/libs/libmuslc/
H A DMakefile.muslc63 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
/seL4-refos-master/libs/libutils/include/utils/
H A Dsglib.h1489 type *t, *a, *b, *c, *d, *ar, *bl, *br, *cl, *cr, *dl, *dr;\
1524 dl = d->leftt;\
1529 c->rightt = dl;\
1546 dl = d->leftt;\
1551 c->rightt = dl;\
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dsglib.h1489 type *t, *a, *b, *c, *d, *ar, *bl, *br, *cl, *cr, *dl, *dr;\
1524 dl = d->leftt;\
1529 c->rightt = dl;\
1546 dl = d->leftt;\
1551 c->rightt = dl;\

Completed in 61 milliseconds