Home
last modified time | relevance | path

Searched refs:UNIT (Results 1 – 25 of 87) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsyslex.l61 "bits" { yylval.i =1 ;return UNIT;}
62 "bit" { yylval.i = 1; return UNIT;}
63 "bytes" { yylval.i= 8; return UNIT;}
64 "byte" { yylval.i = 8; return UNIT;}
H A Dsysinfo.h62 UNIT = 263 /* UNIT */ enumerator
76 #define UNIT 263 macro
H A Dsysinfo.y50 %token <i> NUMBER UNIT
377 NUMBER UNIT
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsyslex.l61 "bits" { yylval.i =1 ;return UNIT;}
62 "bit" { yylval.i = 1; return UNIT;}
63 "bytes" { yylval.i= 8; return UNIT;}
64 "byte" { yylval.i = 8; return UNIT;}
H A Dsysinfo.h62 UNIT = 263 /* UNIT */ enumerator
76 #define UNIT 263 macro
H A Dsysinfo.y50 %token <i> NUMBER UNIT
377 NUMBER UNIT
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc.c246 #define UNIT SZ_1M in guc_ctl_log_params_flags() macro
249 #define UNIT SZ_4K in guc_ctl_log_params_flags() macro
254 BUILD_BUG_ON(!IS_ALIGNED(CRASH_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
256 BUILD_BUG_ON(!IS_ALIGNED(DPC_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
258 BUILD_BUG_ON(!IS_ALIGNED(ISR_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
260 BUILD_BUG_ON((CRASH_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
262 BUILD_BUG_ON((DPC_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
264 BUILD_BUG_ON((ISR_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
270 ((CRASH_BUFFER_SIZE / UNIT - 1) << GUC_LOG_CRASH_SHIFT) | in guc_ctl_log_params_flags()
271 ((DPC_BUFFER_SIZE / UNIT - 1) << GUC_LOG_DPC_SHIFT) | in guc_ctl_log_params_flags()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dhist.c37 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT))
112 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT)) in read_histogram_header()
225 UNIT count; in hist_read_rec()
250 UNIT count; in hist_write_hist()
302 sym->hist.scaled_addr = sym->addr / sizeof (UNIT); in scale_and_align_entries()
370 bfd_vma lowpc = r->lowpc / sizeof (UNIT); in hist_assign_samples_1()
386 (unsigned long) (sizeof (UNIT) * bin_low_pc), in hist_assign_samples_1()
387 (unsigned long) (sizeof (UNIT) * bin_high_pc), in hist_assign_samples_1()
418 (unsigned long) (sizeof (UNIT) * sym_high_pc), in hist_assign_samples_1()
471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
H A Dgmon_io.c369 UNIT raw_bin_count; in gmon_out_read()
462 hist_num_bins = samp_bytes / sizeof (UNIT); in gmon_out_read()
479 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT)) in gmon_out_read()
614 UNIT raw_bin_count; in gmon_out_write()
667 * sizeof (UNIT) + hdrsize)) in gmon_out_write()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dhist.c37 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT))
112 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT)) in read_histogram_header()
225 UNIT count; in hist_read_rec()
250 UNIT count; in hist_write_hist()
302 sym->hist.scaled_addr = sym->addr / sizeof (UNIT); in scale_and_align_entries()
370 bfd_vma lowpc = r->lowpc / sizeof (UNIT); in hist_assign_samples_1()
386 (unsigned long) (sizeof (UNIT) * bin_low_pc), in hist_assign_samples_1()
387 (unsigned long) (sizeof (UNIT) * bin_high_pc), in hist_assign_samples_1()
418 (unsigned long) (sizeof (UNIT) * sym_high_pc), in hist_assign_samples_1()
471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
H A Dgmon_io.c369 UNIT raw_bin_count; in gmon_out_read()
462 hist_num_bins = samp_bytes / sizeof (UNIT); in gmon_out_read()
479 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT)) in gmon_out_read()
614 UNIT raw_bin_count; in gmon_out_write()
667 * sizeof (UNIT) + hdrsize)) in gmon_out_write()
/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_os.c589 #define UNIT(x) ((x) & 0x0f) macro
602 unit = UNIT(minor(dev)); in bktr_open()
682 unit = UNIT(minor(dev)); in bktr_close()
720 unit = UNIT(minor(dev)); in bktr_read()
758 unit = UNIT(minor(dev)); in bktr_ioctl()
790 unit = UNIT(minor(dev)); in bktr_mmap()
821 unit = UNIT(minor(dev)); in bktr_poll()
1093 #define UNIT(x) ((x) & 0x0f) macro
1106 unit = UNIT(minor(dev)); in bktr_open()
1169 unit = UNIT(minor(dev)); in bktr_close()
[all …]
/netbsd-src/sys/arch/powerpc/conf/
H A Dkern-mb.ldscript37 . = ALIGN(32); /* COHERENCY UNIT */
39 . = ALIGN(32); /* COHERENCY UNIT */
41 . = ALIGN(32); /* COHERENCY UNIT */
H A Dkern.ldscript57 . = ALIGN(32); /* COHERENCY UNIT */
59 . = ALIGN(32); /* COHERENCY UNIT */
61 . = ALIGN(32); /* COHERENCY UNIT */
H A Dkern64.ldscript56 . = ALIGN(64); /* COHERENCY UNIT */
58 . = ALIGN(64); /* COHERENCY UNIT */
60 . = ALIGN(64); /* COHERENCY UNIT */
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dfrv.cpu1763 (name UNIT)
3454 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
3472 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
3483 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3497 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING
3510 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3524 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING
3540 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3592 ((UNIT IACC) (MACH fr400,fr450)
3608 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dfrv.cpu1763 (name UNIT)
3454 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
3472 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
3483 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3497 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING
3510 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3524 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING
3540 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3592 ((UNIT IACC) (MACH fr400,fr450)
3608 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dfrv.cpu1763 (name UNIT)
3454 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
3472 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
3483 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3497 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING
3510 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3524 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING
3540 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3592 ((UNIT IACC) (MACH fr400,fr450)
3608 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1)
[all …]
/netbsd-src/usr.sbin/sliplogin/
H A Dslip.login12 UNIT=$1
19 /sbin/ifconfig sl${UNIT} inet ${LOCALADDR} ${REMOTEADDR} netmask ${NETMASK} \
/netbsd-src/sys/arch/x68k/dev/
H A Dpar.c100 #define UNIT(x) minor(x) macro
208 int unit = UNIT(dev); in paropen()
234 int unit = UNIT(dev); in parclose()
279 printf("parwrite(%x, %p)\n", UNIT(dev), uio); in parwrite()
287 int unit = UNIT(dev); in parrw()
418 struct par_softc *sc = device_lookup_private(&par_cd, UNIT(dev)); in parioctl()
H A Dopmbell.c105 #define UNIT(x) minor(x) macro
166 int unit = UNIT(dev); in bellopen()
184 int unit = UNIT(dev); in bellclose()
194 int unit = UNIT(dev); in bellioctl()
H A Dite.c240 return device_lookup_private(&ite_cd, UNIT(dev));
291 int unit = UNIT(dev); in iteon()
329 int unit = UNIT(dev); in iteoff()
368 int unit = UNIT(dev); in iteopen()
415 struct tty *tp = ite_tty[UNIT(dev)]; in iteclose()
422 ite_tty[UNIT(dev)] = NULL; in iteread()
430 struct tty *tp = ite_tty[UNIT(dev)]; in itewrite()
438 struct tty *tp = ite_tty[UNIT(dev)]; in itepoll()
446 struct tty *tp = ite_tty[UNIT(dev)]; in itetty()
455 return ite_tty[UNIT(de in iteioctl()
[all...]
/netbsd-src/sys/arch/hp300/dev/
H A Dppi.c143 #define UNIT(x) minor(x) macro
211 sc = device_lookup_private(&ppi_cd,UNIT(dev)); in ppiopen()
236 struct ppi_softc *sc = device_lookup_private(&ppi_cd, UNIT(dev)); in ppiclose()
298 struct ppi_softc *sc = device_lookup_private(&ppi_cd, UNIT(dev)); in ppirw()
456 struct ppi_softc *sc = device_lookup_private(&ppi_cd,UNIT(dev)); in ppiioctl()
/netbsd-src/sys/dev/gpib/
H A Dppi.c143 #define UNIT(x) minor(x) macro
191 sc = device_lookup_private(&ppi_cd, UNIT(dev)); in ppiopen()
216 sc = device_lookup_private(&ppi_cd, UNIT(dev)); in ppiclose()
290 struct ppi_softc *sc = device_lookup_private(&ppi_cd, UNIT(dev)); in ppirw()
436 struct ppi_softc *sc = device_lookup_private(&ppi_cd, UNIT(dev)); in ppiioctl()
/netbsd-src/sys/arch/amiga/dev/
H A Dpar.c83 #define UNIT(x) minor(x) macro
164 int unit = UNIT(dev); in paropen()
201 int unit = UNIT(dev); in parclose()
268 int unit = UNIT(dev); in parrw()
448 struct par_softc *sc = getparsp(UNIT(dev)); in parioctl()

1234