Home
last modified time | relevance | path

Searched refs:asz (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/powerpc/ofw/
H A Dofw_machdep.c284 excise_reserved_regions(struct mem_region *avail, int asz, in excise_reserved_regions() argument
289 for (i = 0; i < asz; i++) { in excise_reserved_regions()
298 for (k = i+1; k < asz; k++) in excise_reserved_regions()
300 asz--; in excise_reserved_regions()
316 avail[asz].mr_start = in excise_reserved_regions()
318 avail[asz].mr_size = avail[i].mr_start + in excise_reserved_regions()
320 avail[asz].mr_start; in excise_reserved_regions()
321 asz++; in excise_reserved_regions()
346 return (asz); in excise_reserved_regions()
350 excise_initrd_region(struct mem_region *avail, int asz) in excise_initrd_region() argument
[all …]
/freebsd/usr.bin/find/
H A Dfunction.c1767 ssize_t asz; in f_xattr() local
1779 asz = extattr_list_file(entry->fts_accpath, ns, NULL, 0); in f_xattr()
1781 asz = extattr_list_link(entry->fts_accpath, ns, NULL, 0); in f_xattr()
1782 if (asz > 0) in f_xattr()
1792 size_t asz; in find_has_xattr() local
1795 asz = extattr_get_file(path, ns, aname, NULL, 0); in find_has_xattr()
1797 asz = extattr_get_link(path, ns, aname, NULL, 0); in find_has_xattr()
1799 return asz != (size_t)-1; in find_has_xattr()
/freebsd/sys/powerpc/pseries/
H A Dplatform_chrp.c209 struct mem_region *ofavail, int *asz) in parse_drconf_memory() argument
218 lasz = *asz; in parse_drconf_memory()
279 *asz = lasz; in parse_drconf_memory()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_ild.h55 uint32_t asz:1; member
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_ild.c130 if (ild->u.s.asz) in pti_get_nominal_easz_non64()
134 if (ild->u.s.asz) in pti_get_nominal_easz_non64()
143 if (ild->u.s.asz) in pti_get_nominal_easz()
440 uint8_t eamode = eamode_table[ild->u.s.asz][ild->mode]; in modrm_dec()
847 ild->u.s.asz = 1; in prefix_asz()
/freebsd/contrib/mandoc/
H A Droff.c1371 int asz; /* length of the replacement */ in roff_expand() local
1487 asz = 0; in roff_expand()
1490 asz++; /* blank */ in roff_expand()
1492 asz += 2; /* quotes */ in roff_expand()
1493 asz += strlen(ctx->argv[argi]); in roff_expand()
1495 if (asz != iend - iesc) { in roff_expand()
1497 if (asz < iend - iesc) in roff_expand()
1498 memmove(buf->buf + iesc + asz, in roff_expand()
1500 buf->sz = iesc + asz + rsz; in roff_expand()
1502 if (asz > iend - iesc) in roff_expand()
[all …]
/freebsd/sys/netinet/
H A Dtcp_hpts.c1834 size_t sz, asz; in tcp_hptsi_create() local
1903 asz = sizeof(struct hptsh) * NUM_OF_HPTSI_SLOTS; in tcp_hptsi_create()
1907 pace->rp_ent[i]->p_hptss = malloc(asz, M_TCPHPTS, in tcp_hptsi_create()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td360 // shl ([asz]ext x), y => zext (shl x, y), if shift does not overflow int
1836 /// Transform trunc ([asz]ext x) to x or ([asz]ext x) or (trunc x).
1860 // Fold ([asz]ext ([asz]ext x)) -> ([asz]ext x).