HomeSort by: relevance | last modified time | path
    Searched defs:ull (Results 1 - 14 of 14) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_324.c 23 unsigned long long ull; local
31 /* expect+1: warning: 'ull' set but not used in function 'example' [191] */
32 ull = c * u;
34 ull = u + c;
36 ull = i - u;
38 ull = u * i;
47 ull = u / c;
48 ull = u % c;
55 * "ull = u * u", which has many more possibilities for overflowing.
57 ull = u++
    [all...]
msg_097.c 25 unsigned long long ull = 1234567ULL; local
  /src/external/bsd/libfido2/dist/src/
util.c 18 unsigned long long ull; local
21 ull = strtoull(str, &ep, base);
24 else if (ull == ULLONG_MAX && errno == ERANGE)
26 else if (ull > UINT64_MAX)
28 *out = (uint64_t)ull;
  /src/usr.sbin/altq/altqstat/
altqstat.h 39 * cast u_int64_t to ull for printf, since type of u_int64_t
42 typedef unsigned long long ull; typedef
  /src/external/bsd/ntp/dist/sntp/
kod_management.c 193 unsigned long long ull; local
274 if (3 != sscanf(fbuf, "%llx %4s %254s", &ull,
283 kod_db[b]->timestamp = (time_t)ull;
  /src/external/gpl3/binutils/dist/libiberty/
hashtab.c 238 __extension__ typedef UNSIGNED_64BIT_TYPE ull; typedef
243 t1 = ((ull)x * inv) >> 32;
  /src/external/gpl3/binutils.old/dist/libiberty/
hashtab.c 238 __extension__ typedef UNSIGNED_64BIT_TYPE ull; typedef
243 t1 = ((ull)x * inv) >> 32;
  /src/external/gpl3/gcc.old/dist/libiberty/
hashtab.c 238 __extension__ typedef UNSIGNED_64BIT_TYPE ull; typedef
243 t1 = ((ull)x * inv) >> 32;
  /src/sys/altq/
altq_jobs.c 145 typedef unsigned long long ull; typedef
  /src/external/bsd/openldap/dist/libraries/liblutil/
utils.c 712 unsigned long long ull; local
725 ull = strtoull( s, &next, x );
727 ull = (unsigned long long)strtouq( s, &next, x );
736 if ( ( ull == 0 || ull == ULLONG_MAX ) && save_errno != 0 ) {
741 *v = ull;
  /src/external/gpl3/binutils/dist/gprofng/src/
dbe_structs.h 88 unsigned long long ull; member in union:TValue::__anon7952
  /src/external/gpl3/binutils.old/dist/gprofng/src/
dbe_structs.h 88 unsigned long long ull; member in union:TValue::__anon9425
  /src/external/bsd/file/dist/src/
apprentice.c 2851 uint64_t ull; local
2916 ull = CAST(uint64_t, strtoull(*p, &ep, 0));
2917 m->value.q = file_signextend(ms, m, ull);
2934 if (*q == '-' && ull != UINT64_MAX)
2935 ull = -CAST(int64_t, ull);
2938 x = CAST(uint64_t, ull & ~0xffULL);
2942 x = CAST(uint64_t, ull & ~0xffffULL);
2946 x = CAST(uint64_t, ull & ~0xffffffffULL);
2960 type_tbl[m->type].name, ull);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 776 bool ull = false; local
818 ull = fd.iter_type == long_long_unsigned_type_node;
887 t = build_call_expr (ull

Completed in 60 milliseconds