Searched refs:sshift (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libc/db/hash/
H A Dhash.h75 int32_t sshift; /* Segment shift */ member in struct:hashhdr
285 #define SSHIFT hdr.sshift
H A Dhash.c960 P_32_COPY(srcp->sshift, destp->sshift);
991 M_32_SWAP(hdrp->sshift);
/netbsd-current/external/bsd/less/dist/
H A Dsearch.c1391 int sshift; local
1394 sshift = swidth * get_seg(linepos, linepos + chpos[start_off]);
1396 if (sshift >= save_hshift && eshift <= save_hshift)
1401 hshift = sshift;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_init.c2066 u8 sshift = nvbios_rd08(bios, init->offset + 5); local
2076 daddr, dmask, index, saddr, (sshift & 0x80) ? "<<" : ">>",
2077 (sshift & 0x80) ? (0x100 - sshift) : sshift, smask, shift);
2080 data = init_shift(init_rd32(init, saddr), sshift) & smask;

Completed in 202 milliseconds