Searched refs:ul (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/uwin/
H A Da64l.c47 register unsigned long ul = 0; local
57 ul |= (cp-letter)<< (6*n);
59 return((long)ul);
65 unsigned ul = ((unsigned long)l & 0xffffffff); local
67 while(ul>0)
69 *cp++ = letter[ul&077];
70 ul >>= 6;
/ast/src/lib/libast/features/
H A Dlimits.c92 unsigned long ul; local
124 ul = 0;
125 ul = ~ul;
217 if (ui == ul) printf("#define INT_MIN (-%lu-1)\n", val - 1);
227 if (ul == ui)
244 val = ul;
253 val = (unsigned long)(ul >> 1) + 1;
258 val = (unsigned long)(ul >> 1);
264 if (ull == ul)
[all...]
/ast/src/lib/libast/comp/
H A Dsyslog.c207 int ul;
211 if ((ul = strlen(buf)) < sizeof(ua.sun_path) && !stat(buf, &st) && S_ISSOCK(st.st_mode))
217 ul += sizeof(ua.sun_family) + 1;
218 if (!connect(fd, (struct sockaddr*)&ua, ul))
H A Dconf.sh166 unsigned int ul = 1UL;
/ast/src/cmd/html/
H A Dmm2twiki.sh1390 .ul) : ignore $op
H A Dmm2bb.sh1547 .ul) : ignore $op
H A Dmm2html.sh2546 .ul) : ignore $op
/ast/src/lib/libast/sfio/
H A Dsfhdr.h722 ulong ul; member in union:__anon307
H A Dsfvprintf.c1005 else lv = (Sflong_t)argv.ul;

Completed in 23 milliseconds