Home
last modified time | relevance | path

Searched refs:pz (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/stdlib/
HDnmalloc.c1692 slzone_t *pz; in _slabfree() local
1694 pz = &slgd->ZoneAry[z->z_ZoneIndex]; in _slabfree()
1695 while (z != *pz) in _slabfree()
1696 pz = &(*pz)->z_Next; in _slabfree()
1697 *pz = z->z_Next; in _slabfree()
/dragonfly/contrib/libarchive/libarchive/
HDarchive_read_support_format_iso9660.c225 int pz; member
250 int pz; member
295 int pz; member
1355 iso9660->entry_zisofs.pz = file->pz; in archive_read_format_iso9660_read_header()
1356 if (file->pz) { in archive_read_format_iso9660_read_header()
1697 if (iso9660->entry_zisofs.pz) in archive_read_format_iso9660_read_data()
2647 file->pz = 1; in parse_rockridge_ZF1()
/dragonfly/contrib/gcc-8.0/libbacktrace/
HDelf.c3101 struct debug_section_info *pz; in elf_add() local
3103 pz = &sections[i + ZDEBUG_INFO - DEBUG_INFO]; in elf_add()
3104 if (sections[i].size == 0 && pz->size > 0) in elf_add()
3120 if (!elf_uncompress_zdebug (state, pz->data, pz->size, zdebug_table, in elf_add()
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-sh.texi289 cmp/pz Rn mov.l @@(disp,PC),Rn
/dragonfly/contrib/gcc-4.7/gcc/
HDomega.c2039 unsigned int pp, pz, pn; in omega_eliminate_redundant() local
2082 pz = ((zeqs[e1] & zeqs[e2]) | (peqs[e1] & neqs[e2]) in omega_eliminate_redundant()
2090 if (!implies (zeqs[e3], pz)) in omega_eliminate_redundant()