| /src/lib/librumpuser/ |
| rumpuser.c | 58 rumpuser_init(int version, const struct rumpuser_hyperup *hyp) 74 rumpuser__hyp = *hyp;
|
| rumpfiber.c | 433 rumpuser_init(int version, const struct rumpuser_hyperup *hyp) 447 rumpuser__hyp = *hyp;
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| object.cpp | 220 double hyp = hypot(dir); local 221 if (hyp == 0.0) { 226 base *= aht.height/hyp; 228 n *= aht.width/(hyp*2.0); 1268 double hyp = hypot(base); local 1269 if (hyp == 0.0) { 1274 base *= aht.height / hyp; 1279 base *= fabs(lt.thickness) / hyp / 72 / 4; 1287 double hyp = hypot(base); local 1288 if (hyp == 0.0) 1373 double hyp = hypot(base); local 1392 double hyp = hypot(base); local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| targets.c | 1673 char *hyp = strchr (tname, '-'); 1675 if (hyp != NULL) 1677 tname = ++hyp; 1685 strcpy (new_tname, hyp); 1686 while ((hyp = strrchr (new_tname, '-')) != NULL) 1688 *hyp = 0; 1672 char *hyp = strchr (tname, '-'); local
|
| /src/external/gpl3/binutils/dist/bfd/ |
| targets.c | 1673 const char *hyp = strchr (tname, '-'); 1675 if (hyp != NULL) 1677 tname = ++hyp; 1685 strcpy (new_tname, hyp); 1672 const char *hyp = strchr (tname, '-'); local
|
| /src/sys/rump/librump/rumpkern/ |
| rump.c | 148 static const struct rumpuser_hyperup hyp = { variable in typeref:struct:rumpuser_hyperup 238 if (rumpuser_init(RUMPUSER_VERSION, &hyp) != 0) {
|