/src/sys/arch/m68k/fpe/ |
fpu_fscale.c | 227 uint32_t grs; /* guard, round and sticky */ local in function:fpu_emul_fscale 230 grs = m1 << (32 + exp); 233 if (grs != 0) { 247 if (grs == 0x80000000) { 255 } else if (grs & 0x80000000) {
|
/src/lib/libutil/ |
pty.c | 71 struct group grs, *grp; local in function:openpty 92 (void)getgrnam_r("tty", &grs, grbuf, sizeof(grbuf), &grp);
|
passwd.c | 653 struct group grs, *grp; local in function:pw_getpwconf 660 (void)getgrgid_r(pwd->pw_gid, &grs, grbuf, sizeof(grbuf), &grp);
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_globals.cc | 102 GlobalRegistrationSite &grs = (*global_registration_site_vector)[i]; local in function:__asan::FindRegistrationSite 103 if (g >= grs.g_first && g <= grs.g_last) 104 return grs.stack_id;
|
/src/lib/libwrap/ |
options.c | 272 struct group grs, *grp; local in function:group_option 275 (void)getgrnam_r(value, &grs, grbuf, sizeof(grbuf), &grp);
|
/src/usr.bin/login/ |
login_pam.c | 97 static struct group grs, *grp; variable in typeref:struct:group 461 (void)getgrnam_r(TTYGRPNAME, &grs, grbuf, sizeof(grbuf), &grp);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_sumo_dpm.c | 140 u32 grs = 256 * 25 / 100; local in function:sumo_program_grsd 144 WREG32(CG_GCOOR, PHC(grs) | SDC(p) | SU(u));
|
/src/sys/arch/m68k/060sp/dist/ |
pfpsp.s | 5890 set GRS, L_SCR2 # g,r,s temp storage 5901 mov.l %d0, GRS(%a6) # place g,r,s after it 5920 mov.l GRS(%a6), %d0 # restore original g,r,s 5943 # |0.....0| NEW_HI | NEW_FTEMP_LO |grs | 5955 mov.b GRS(%a6), %d2 5995 # |0...............0|0....0| NEW_LO |grs | 6009 mov.b GRS(%a6), %d2 6076 # |0...............0|0................0|grs | 6119 tst.b GRS(%a6) # were any bits shifted off? 6192 # All of the following assumes grs != 0 [all...] |
fpsp.s | 21767 set GRS, L_SCR2 # g,r,s temp storage 21778 mov.l %d0, GRS(%a6) # place g,r,s after it 21797 mov.l GRS(%a6), %d0 # restore original g,r,s 21820 # |0.....0| NEW_HI | NEW_FTEMP_LO |grs | 21832 mov.b GRS(%a6), %d2 21872 # |0...............0|0....0| NEW_LO |grs | 21886 mov.b GRS(%a6), %d2 21953 # |0...............0|0................0|grs | 21996 tst.b GRS(%a6) # were any bits shifted off? 22069 # All of the following assumes grs != 0 [all...] |