Home
last modified time | relevance | path

Searched refs:zm (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/file/src/
H A Dcompress.c226 int zm; in file_zmagic() local
231 zm = (RCAST(int (*)(const unsigned char *), in file_zmagic()
235 zm = memcmp(buf, compr[i].magic, compr[i].maglen) == 0; in file_zmagic()
237 if (!zm) in file_zmagic()
/freebsd-12.1/contrib/libpcap/msdos/
H A Dmakefile.wc35 -oilrtf -zm
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_torus.c8956 int x, y, z, dz, zm = t->z_sz / 2; in find_stree_root() local
8971 for (dz = 0; dz <= zm; dz++) { in find_stree_root()
8973 z = canonicalize(zm - dz, t->z_sz); in find_stree_root()
8987 z = canonicalize(zm + dz, t->z_sz); in find_stree_root()
9011 root = find_plane_mid(t, zm); in find_stree_root()