HomeSort by: relevance | last modified time | path
    Searched refs:ull (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /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
msg_259.c 73 signed long long sll, unsigned long long ull)
83 plain_char(ull);
93 signed_char(ull);
103 unsigned_char(ull);
113 signed_short(ull);
123 unsigned_short(ull);
177 unsigned_to_signed(unsigned int ui, unsigned long ul, unsigned long long ull)
184 signed_int(ull);
189 signed_long(ull);
194 signed_long_long(ull);
    [all...]
d_fold_test.c 44 void if_unsigned_long_long_int(unsigned long long int ull) { if (ull) return; }
msg_204.c 73 void if_unsigned_long_long_int(unsigned long long int ull) { if (ull) return; }
queries.c 114 Q4(signed char *ptr, int i, unsigned long long ull, size_t sz)
148 return ptr[0] + ptr[1] + i + ull;
336 u16 = 0123ULL;
  /src/usr.sbin/altq/altqstat/
qdisc_blue.c 75 (ull)blue_stats.xmit_packets,
76 (ull)blue_stats.drop_packets,
77 (ull)blue_stats.drop_forced,
78 (ull)blue_stats.drop_unforced);
81 (ull)blue_stats.marked_packets);
qdisc_fifoq.c 75 (ull)get_stats.xmit_cnt.packets,
76 (ull)get_stats.xmit_cnt.bytes,
77 (ull)get_stats.drop_cnt.packets,
78 (ull)get_stats.drop_cnt.bytes);
qdisc_hfsc.c 92 (ull)stattime,
125 (ull)sp->xmit_cnt.packets,
126 (ull)sp->xmit_cnt.bytes,
127 (ull)sp->drop_cnt.packets,
128 (ull)sp->drop_cnt.bytes);
130 (ull)sp->cumul, (ull)sp->total);
138 (ull)sp->vt);
142 (ull)sp->initvt, (ull)sp->cvtmax, (ull)sp->vtoff)
    [all...]
qdisc_cdnr.c 97 (ull)get_stats.cnts[TCACODE_PASS].packets,
98 (ull)get_stats.cnts[TCACODE_DROP].packets,
99 (ull)get_stats.cnts[TCACODE_MARK].packets,
100 (ull)get_stats.cnts[TCACODE_NEXT].packets,
101 (ull)get_stats.cnts[TCACODE_RETURN].packets,
102 (ull)get_stats.cnts[TCACODE_NONE].packets);
137 (ull)sp->tce_cnts[j].packets,
138 (ull)sp->tce_cnts[j].bytes);
qdisc_rio.c 99 (ull)rio_stats.q_stats[0].xmit_cnt.packets,
100 (ull)rio_stats.q_stats[0].drop_cnt.packets,
101 (ull)rio_stats.q_stats[1].xmit_cnt.packets,
102 (ull)rio_stats.q_stats[1].drop_cnt.packets,
103 (ull)rio_stats.q_stats[2].xmit_cnt.packets,
104 (ull)rio_stats.q_stats[2].drop_cnt.packets);
150 (ull)rp[dp].xmit_cnt.packets,
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
qdisc_priq.c 103 (ull)sp->xmitcnt.packets,
104 (ull)sp->xmitcnt.bytes,
105 (ull)sp->dropcnt.packets);
qdisc_red.c 82 (ull)red_stats.xmit_cnt.packets,
83 (ull)red_stats.drop_cnt.packets,
116 (ull)rp->xmit_cnt.packets,
qdisc_cbq.c 120 (ull)sp->xmit_cnt.packets,
121 (ull)sp->xmit_cnt.bytes);
127 (ull)sp->drop_cnt.packets,
128 (ull)sp->drop_cnt.bytes);
qdisc_jobs.c 144 (ull)sp->bc_cycles_enqueue,
151 (ull)sp->wc_cycles_enqueue,
152 (ull)sp->bc_cycles_dequeue,
159 (ull)sp->wc_cycles_dequeue,
qdisc_wfq.c 152 (ull)top[j]->stats.xmit_cnt.packets,
153 (ull)top[j]->stats.xmit_cnt.bytes /1024,
154 (ull)top[j]->stats.drop_cnt.packets,
155 (ull)top[j]->stats.drop_cnt.bytes /1024,
  /src/sys/external/bsd/compiler_rt/dist/lib/stats/
stats.h 38 return data & ((1ull << (sizeof(uptr) * 8 - kKindBits)) - 1);
  /src/sys/external/bsd/drm2/include/linux/sched/
clock.h 48 return ts.tv_sec*1000000000ull + ts.tv_nsec;
  /src/sys/external/bsd/drm2/include/linux/
sizes.h 61 #define SZ_4G (4ull*SZ_1G)
62 #define SZ_8G (8ull*SZ_1G)
  /src/sys/dev/nand/
nand_samsung.c 184 planesize = 2ull * 1024 * 1024 * 1024 / 8;
187 planesize = 4ull * 1024 * 1024 * 1024 / 8;
190 planesize = 8ull * 1024 * 1024 * 1024 / 8;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_defs.h 157 return (T)((u64)v & ((1ull << bits) - 1));
tsan_rtl.h 135 u64 res = x_ & ((1ull << kClkBits) - 1);
169 const u64 mask = (1ull << (kTracePartSizeBits + hs + 1)) - 1;
176 static const u64 kIgnoreBit = 1ull << 63;
177 static const u64 kFreedBit = 1ull << 63;
264 u64 ALWAYS_INLINE size() const { return 1ull << size_log(); }
316 static const u64 kReadBit = 1ull << kReadShift;
318 static const u64 kAtomicBit = 1ull << kAtomicShift;
tsan_dense_alloc.h 46 CHECK_GE(1ull << (sizeof(IndexT) * 8), kL1Size * kL2Size);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
amdgpu_dce80_timing_generator.c 102 pix_dur = div_u64(10000000000ull, pix_clk_100hz);

Completed in 78 milliseconds

1 2 3