Symbol: UNIT
sys/dev/pci/bktr/bktr_os.c
342
unit = UNIT(dev);
sys/dev/pci/bktr/bktr_os.c
375
unit = UNIT(dev);
sys/dev/pci/bktr/bktr_os.c
400
unit = UNIT(dev);
sys/dev/pci/bktr/bktr_os.c
434
unit = UNIT(dev);
sys/dev/pci/bktr/bktr_os.c
460
unit = UNIT(dev);
sys/dev/pci/drm/amd/display/dc/dc_dp_types.h
1116
uint8_t UNIT :1;
sys/dev/pci/drm/amd/display/dc/link/protocols/link_dp_training_128b_132b.c
64
interval_unit = dpcd_interval.bits.UNIT ? 1 : 2; /* 0b = 2 ms, 1b = 1 ms */
usr.bin/gprof/aarch64.h
39
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/alpha.h
44
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/amd64.h
43
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/arm.h
39
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/gprof.c
304
lowpc = (unsigned long)gmonhdr.lpc / sizeof(UNIT);
usr.bin/gprof/gprof.c
305
highpc = (unsigned long)gmonhdr.hpc / sizeof(UNIT);
usr.bin/gprof/gprof.c
307
nsamples = sampbytes / sizeof (UNIT);
usr.bin/gprof/gprof.c
370
if (fwrite(samples, sizeof (UNIT), nsamples, sfile) != nsamples)
usr.bin/gprof/gprof.c
411
UNIT sample;
usr.bin/gprof/gprof.c
415
samples = calloc(sampbytes, sizeof (UNIT));
usr.bin/gprof/gprof.c
417
errx(1, "No room for %ld sample pc's", sampbytes / sizeof (UNIT));
usr.bin/gprof/gprof.c
420
fread(&sample, sizeof (UNIT), 1, pfile);
usr.bin/gprof/gprof.c
465
UNIT ccnt;
usr.bin/gprof/gprof.c
510
nl[j].value/sizeof(UNIT), svalue0, svalue1,
usr.bin/gprof/gprof.c
52
UNIT *samples;
usr.bin/gprof/gprof.c
557
nlp -> svalue = nlp -> value / sizeof(UNIT);
usr.bin/gprof/gprof.h
173
UNIT *lpc;
usr.bin/gprof/gprof.h
174
UNIT *hpc;
usr.bin/gprof/gprof.h
184
extern UNIT *samples;
usr.bin/gprof/hppa.h
44
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/i386.h
40
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/m88k.h
40
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/mips64.h
46
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/powerpc.h
44
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/powerpc64.h
44
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/printgprof.c
141
(long) scale * sizeof(UNIT) );
usr.bin/gprof/printgprof.c
95
(long) scale * sizeof(UNIT));
usr.bin/gprof/riscv64.h
43
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/sh.h
38
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.bin/gprof/sparc64.h
44
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
usr.sbin/nsd/simdzone/src/generic/ttl.h
74
state = UNIT;
usr.sbin/nsd/simdzone/src/generic/ttl.h
76
} else if (state == UNIT) {