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

  /src/tests/usr.bin/xlint/lint1/
msg_324.c 23 unsigned long long ull; local in function:example
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 in function:example
  /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 in typeref:typename:unsigned long long
  /src/sys/altq/
altq_jobs.c 145 typedef unsigned long long ull; typedef in typeref:typename:unsigned long long

Completed in 14 milliseconds