Searched refs:isz (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c168 size_t isz = t->t_dtrace_npc - t->t_dtrace_pc; local
179 rp->r_pc > t->t_dtrace_astpc + isz) {
193 size_t isz = t->t_dtrace_npc - t->t_dtrace_pc; local
202 rp->r_pc > t->t_dtrace_astpc + isz) {
213 * counter is the range [scrpc + isz, astpc).
215 if (rp->r_pc >= t->t_dtrace_scrpc + isz &&
224 rp->r_pc == t->t_dtrace_scrpc + isz) {
/freebsd-12-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c170 size_t isz = t->t_dtrace_npc - t->t_dtrace_pc; local
181 rp->r_pc > t->t_dtrace_astpc + isz) {
195 size_t isz = t->t_dtrace_npc - t->t_dtrace_pc; local
204 rp->r_pc > t->t_dtrace_astpc + isz) {
215 * counter is the range [scrpc + isz, astpc).
217 if (rp->r_pc >= t->t_dtrace_scrpc + isz &&
226 rp->r_pc == t->t_dtrace_scrpc + isz) {
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofw_pcibus.c317 int isz, icells; local
348 isz = OF_getencprop(node, "AAPL,interrupts", intr, sizeof(intr));
349 if (isz == sizeof(intr[0])*icells)
353 isz = OF_getencprop(node, "interrupts", intr, sizeof(intr));
354 if (isz == sizeof(intr[0])*icells) {
/freebsd-12-stable/sys/sparc64/pci/
H A Dofw_pcibus.c307 int isz; local
309 isz = OF_getprop(ofw_bus_get_node(child), "interrupts", &intr,
311 if (isz != sizeof(intr)) {
/freebsd-12-stable/contrib/file/magic/
H A DMakefile.am141 $(MAGIC_FRAGMENT_DIR)/isz \
H A DMakefile.in414 $(MAGIC_FRAGMENT_DIR)/isz \
/freebsd-12-stable/contrib/mandoc/
H A Droff.c1701 int isz; local
1707 isz = mandoc_asprintf(&p, "%s\n.%s", buf->buf, roffit_macro);
1710 buf->sz = isz + 1;

Completed in 180 milliseconds