| /src/common/lib/libc/arch/ia64/string/ |
| bzero.S | 58 3: tbit.nz p6,p0=in0,0 ;; 62 tbit.nz p6,p0=in0,1 ;; 66 tbit.nz p6,p0=in0,2 ;;
|
| /src/lib/libc/gdtoa/ |
| strtod.c | 100 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 133 sign = nz0 = nz = 0; 219 nz++; 222 nf += nz; 223 nz = 0; 230 nz++; 232 nf += nz; 233 for(i = 1; i < nz; i++) 242 nz = 0; 249 if (!nd && !nz && !nz0) [all...] |
| strtodg.c | 334 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 350 denorm = sign = nz0 = nz = 0; 424 nz++; 427 nf += nz; 428 nz = 0; 435 nz++; 437 nf += nz; 438 for(i = 1; i < nz; i++) 447 nz = 0; 454 if (!nd && !nz && !nz0) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| kernel.fuc | 59 bra nz #rd32_wait 81 bra nz #wr32_host 89 bra nz #wr32_wait 351 bra nz #timer_enable
|
| i2c_.fuc | 168 bra nz #i2c_raise_scl_wait 243 bra nz #i2c_get_byte_next 368 bra nz #i2c_recv_done
|
| memx.fuc | 136 bra nz #memx_func_leave_wait 189 bra nz #memx_func_wait_vblank_0 229 bra nz #memx_func_wr32
|
| /src/usr.bin/systat/ |
| vmstat.c | 565 #define nz(x) ((x) ? (x) : 1) macro 566 putfloat(s.nchstats.ncs_goodhits * 100.0 / nz(s.nchcount), 569 putfloat(s.nchstats.ncs_pass2 * 100.0 / nz(s.nchcount), 571 #undef nz macro 796 putfloat(double f, int l, int c, int w, int d, int nz) 802 if (nz && f == 0.0 && !showzero) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/fuc/ |
| gpc.fuc | 275 bra nz #tpc_strand_init_idx_loop 278 bra nz #tpc_strand_init_tpc_loop
|
| /src/sys/arch/ia64/ia64/ |
| support.S | 77 tbit.nz p6,p7=r14,17 // physical or virtual ?
|
| exception.S | 362 tbit.nz p11,p10=r23,14 // p11=interrupts enabled
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_arm.c | 2687 static const char *nz = "<-- preventing suspend"; local 2749 service_data[i].use_count ? nz : "");
|