Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/
H A Dtabs.css1ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-a…
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c47 unsigned long ul = 8; variable
48 unsigned long *ulp = &ul;
112 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call1a() argument
114 uc = 5; us = 6; ui = 7; ul = 8; in call1a()
117 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) in call1b() argument
119 uc = 5; us = 6; ui = 7; ul = 8; in call1b()
122 void call1c (unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) in call1c() argument
124 uc = 5; us = 6; ui = 7; ul = 8; in call1c()
127 void call1d (unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) in call1d() argument
129 uc = 5; us = 6; ui = 7; ul = 8; in call1d()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c47 unsigned long ul = 8; variable
48 unsigned long *ulp = &ul;
112 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call1a() argument
114 uc = 5; us = 6; ui = 7; ul = 8; in call1a()
117 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) in call1b() argument
119 uc = 5; us = 6; ui = 7; ul = 8; in call1b()
122 void call1c (unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) in call1c() argument
124 uc = 5; us = 6; ui = 7; ul = 8; in call1c()
127 void call1d (unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) in call1d() argument
129 uc = 5; us = 6; ui = 7; ul = 8; in call1d()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqrlo_basecase.c57 mp_limb_t ul, lpl; \
58 ul = (up)[_i]; \
59 umul_ppmm ((rp)[2 * _i + 1], lpl, ul, ul << GMP_NAIL_BITS); \
112 mp_limb_t ul; in mpn_sqrlo_basecase() local
117 ul = up[0]; in mpn_sqrlo_basecase()
122 rp[0] = (ul * ul) & GMP_NUMB_MASK; in mpn_sqrlo_basecase()
125 rp[0] = (ul * ul) & GMP_NUMB_MASK; in mpn_sqrlo_basecase()
129 umul_ppmm (hi, lo, ul, ul << GMP_NAIL_BITS); in mpn_sqrlo_basecase()
133 rp[1] = (hi + ul * ul1 * 2) & GMP_NUMB_MASK; in mpn_sqrlo_basecase()
136 rp[1] = (hi + ul * ul1 * 2) & GMP_NUMB_MASK; in mpn_sqrlo_basecase()
[all …]
H A Dsqr_basecase.c50 mp_limb_t ul, lpl; \
51 ul = (up)[_i]; \
52 umul_ppmm ((rp)[2 * _i + 1], lpl, ul, ul << GMP_NAIL_BITS); \
102 mp_limb_t ul, lpl; in mpn_sqr_basecase() local
103 ul = up[0]; in mpn_sqr_basecase()
104 umul_ppmm (rp[1], lpl, ul, ul << GMP_NAIL_BITS); in mpn_sqr_basecase()
182 mp_limb_t ul, lpl; in mpn_sqr_basecase() local
183 ul = up[0]; in mpn_sqr_basecase()
184 umul_ppmm (rp[1], lpl, ul, ul << GMP_NAIL_BITS); in mpn_sqr_basecase()
294 mp_limb_t ul, lpl; in mpn_sqr_basecase() local
[all …]
/netbsd-src/games/worms/
H A Dworms.c213 unsigned long ul, up; in main() local
227 ul = up = 0; in main()
256 if (ul >= 100000) /* 1/10 second, in us */ in main()
258 ul *= 10; in main()
259 ul += (ch - '0'); in main()
263 if (up == 1 && ul <= 1000) in main()
264 ul *= 1000; in main()
272 delay = ul; in main()
281 ul = strtoul(optarg, &ep, 10); in main()
299 if (*ep != 'u' && ul < INT_MAX / 1000) in main()
[all …]
/netbsd-src/usr.sbin/btpand/
H A Dbtpand.c88 unsigned long ul; in main() local
128 ul = strtoul(optarg, &ep, 10); in main()
129 if (*optarg == '\0' || *ep != '\0' || ul == 0) in main()
132 server_limit = ul; in main()
148 ul = strtoul(optarg, &ep, 0); in main()
150 || ul > 0xffff || L2CAP_PSM_INVALID(ul)) in main()
153 l2cap_psm = (uint16_t)ul; in main()
158 for (ul = 0; ul < __arraycount(services); ul++) { in main()
159 if (strcasecmp(optarg, services[ul].type) == 0) in main()
163 if (ul == __arraycount(services)) in main()
[all …]
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_259_c90.c71 signed long sl, unsigned long ul) in small_integer_types() argument
81 plain_char(ul); in small_integer_types()
91 signed_char(ul); in small_integer_types()
101 unsigned_char(ul); in small_integer_types()
111 signed_short(ul); in small_integer_types()
121 unsigned_short(ul); in small_integer_types()
156 unsigned_to_signed(unsigned int ui, unsigned long ul) in unsigned_to_signed() argument
161 signed_int(ul); in unsigned_to_signed()
164 signed_long(ul); in unsigned_to_signed()
178 unsigned_to_unsigned(unsigned int ui, unsigned long ul) in unsigned_to_unsigned() argument
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/idea/
H A Didea_local.h10 #define idea_mul(r,a,b,ul) \ argument
11 ul=(unsigned long)a*b; \
12 if (ul != 0) \
14 r=(ul&0xffff)-(ul>>16); \
88 idea_mul(x1,x1,*p,ul); p++; \
92 idea_mul(x4,x4,*p,ul); p++; \
94 idea_mul(t0,t0,*p,ul); p++; \
96 idea_mul(t1,t1,*p,ul); p++; \
100 ul=x2^t0; /* do the swap to x3 */ \
102 x3=ul;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/idea/
H A Didea_local.h10 #define idea_mul(r,a,b,ul) \ argument
11 ul=(unsigned long)a*b; \
12 if (ul != 0) \
14 r=(ul&0xffff)-(ul>>16); \
88 idea_mul(x1,x1,*p,ul); p++; \
92 idea_mul(x4,x4,*p,ul); p++; \
94 idea_mul(t0,t0,*p,ul); p++; \
96 idea_mul(t1,t1,*p,ul); p++; \
100 ul=x2^t0; /* do the swap to x3 */ \
102 x3=ul;
/netbsd-src/common/lib/libc/arch/arm/quad/
H A D__aeabi_ulcmp.c44 if (aa.ul[H] < bb.ul[H]) in __aeabi_ulcmp()
46 if (aa.ul[H] > bb.ul[H]) in __aeabi_ulcmp()
49 if (aa.ul[L] < bb.ul[L]) in __aeabi_ulcmp()
51 if (aa.ul[L] > bb.ul[L]) in __aeabi_ulcmp()
/netbsd-src/common/lib/libc/quad/
H A Ducmpdi2.c58 return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 : in __ucmpdi2()
59 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in __ucmpdi2()
H A Dsubdi3.c58 diff.ul[L] = aa.ul[L] - bb.ul[L]; in __subdi3()
59 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]); in __subdi3()
H A Dadddi3.c59 sum.ul[L] = aa.ul[L] + bb.ul[L]; in __adddi3()
60 sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]); in __adddi3()
H A Dqdivrem.c91 tmp.ul[H] = tmp.ul[L] = 1 / zero; in __qdivrem()
120 u[1] = (digit)HHALF(tmp.ul[H]); in __qdivrem()
121 u[2] = (digit)LHALF(tmp.ul[H]); in __qdivrem()
122 u[3] = (digit)HHALF(tmp.ul[L]); in __qdivrem()
123 u[4] = (digit)LHALF(tmp.ul[L]); in __qdivrem()
125 v[1] = (digit)HHALF(tmp.ul[H]); in __qdivrem()
126 v[2] = (digit)LHALF(tmp.ul[H]); in __qdivrem()
127 v[3] = (digit)HHALF(tmp.ul[L]); in __qdivrem()
128 v[4] = (digit)LHALF(tmp.ul[L]); in __qdivrem()
152 tmp.ul[H] = COMBINE(q1, q2); in __qdivrem()
[all …]
/netbsd-src/sys/lib/libsa/
H A Dsubr_prf.c81 #define KPRINTN(base) kprintn(put, ul, base, lflag, width)
104 #define KPRINTN(base) kprintn(put, ul, base)
113 ul = (lflag & LLONG) \
123 ul = (lflag & LONG) \
167 UINTMAX_T ul; in kdoprnt() local
265 ul = in kdoprnt()
270 if ((INTMAX_T)ul < 0) { in kdoprnt()
271 ul = -(INTMAX_T)ul; in kdoprnt()
308 kprintn(void (*put)(int), UINTMAX_T ul, in in kprintn()
305 kprintn(void (* put)(int),UINTMAX_T ul,int base,int lflag,int width) kprintn() argument
[all...]
/netbsd-src/tests/lib/libc/
H A Dt_convfp.c77 unsigned long ul; in ATF_TC_BODY() local
82 if (sizeof(d) > sizeof(ul)) { in ATF_TC_BODY()
84 ul = (unsigned long)d; in ATF_TC_BODY()
86 } else if (sizeof(dt) > sizeof(ul)) { in ATF_TC_BODY()
88 ul = (unsigned long)dt; in ATF_TC_BODY()
93 sizeof(ul), sizeof(d), sizeof(dt)); in ATF_TC_BODY()
97 if (ul != ULONG_TESTVALUE) in ATF_TC_BODY()
99 ul, ul, ULONG_TESTVALUE, ULONG_TESTVALUE); in ATF_TC_BODY()

12345678910>>...17