Searched refs:asz (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/sys/powerpc/ofw/ |
| HD | ofw_machdep.c | 285 excise_reserved_regions(struct mem_region *avail, int asz, in excise_reserved_regions() argument 290 for (i = 0; i < asz; i++) { in excise_reserved_regions() 299 for (k = i+1; k < asz; k++) in excise_reserved_regions() 301 asz--; in excise_reserved_regions() 317 avail[asz].mr_start = in excise_reserved_regions() 319 avail[asz].mr_size = avail[i].mr_start + in excise_reserved_regions() 321 avail[asz].mr_start; in excise_reserved_regions() 322 asz++; in excise_reserved_regions() 347 return (asz); in excise_reserved_regions() 351 excise_initrd_region(struct mem_region *avail, int asz) in excise_initrd_region() argument [all …]
|
| /freebsd-13-stable/sys/powerpc/pseries/ |
| HD | platform_chrp.c | 209 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-13-stable/contrib/processor-trace/libipt/internal/include/ |
| HD | pt_ild.h | 55 uint32_t asz:1; member
|
| /freebsd-13-stable/contrib/processor-trace/libipt/src/ |
| HD | pt_ild.c | 130 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-13-stable/contrib/mandoc/ |
| HD | roff.c | 1252 size_t asz; /* length of the replacement */ in roff_expand() local 1562 asz = 0; in roff_expand() 1565 asz++; /* blank */ in roff_expand() 1567 asz += 2; /* quotes */ in roff_expand() 1568 asz += strlen(ctx->argv[npos]); in roff_expand() 1570 if (asz != 3) { in roff_expand() 1572 if (asz < 3) in roff_expand() 1573 memmove(stesc + asz, stesc + 3, rsz); in roff_expand() 1574 buf->sz += asz - 3; in roff_expand() 1579 if (asz > 3) in roff_expand() [all …]
|
| /freebsd-13-stable/sys/netinet/ |
| HD | tcp_hpts.c | 2115 size_t sz, asz; in tcp_init_hptsi() local 2144 asz = sizeof(struct hptsh) * NUM_OF_HPTSI_SLOTS; in tcp_init_hptsi() 2148 tcp_pace.rp_ent[i]->p_hptss = malloc(asz, in tcp_init_hptsi()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| HD | Combine.td | 328 // shl ([asz]ext x), y => zext (shl x, y), if shift does not overflow int 760 // Fold ([asz]ext ([asz]ext x)) -> ([asz]ext x). 842 // Fold trunc ([asz]ext x) -> x or ([asz]ext x) or (trunc x).
|