Searched refs:testval (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| H A D | return2.c | 23 } testval; variable 78 for (i = 0; i < sizeof (testval.ffff); i++) in main() 79 testval.ffff[i] = 0xff; in main() 104 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */ in main() 106 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */ in main()
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| H A D | return2.c | 23 } testval; variable 78 for (i = 0; i < sizeof (testval.ffff); i++) in main() 79 testval.ffff[i] = 0xff; in main() 104 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */ in main() 106 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */ in main()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| H A D | nouveau_dispnv04_dac.c | 246 uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder); in nv17_dac_sample_load() local 253 testval = RGB_TEST_DATA(0xa0, 0xa0, 0xa0); in nv17_dac_sample_load() 256 testval = drm->vbios.tvdactestval; in nv17_dac_sample_load() 258 testval = RGB_TEST_DATA(0x140, 0x140, 0x140); /* 0x94050140 */ in nv17_dac_sample_load() 261 testval = drm->vbios.dactestval; in nv17_dac_sample_load() 309 NV_PRAMDAC_TESTPOINT_DATA_NOTBLANK | testval); in nv17_dac_sample_load()
|
| H A D | nouveau_dispnv04_tvnv17.c | 55 uint32_t testval, regoffset = nv04_dac_output_offset(encoder); in nv42_tv_sample_load() local 62 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82); in nv42_tv_sample_load() 64 testval = drm->vbios.tvdactestval; in nv42_tv_sample_load() 107 NVWriteRAMDAC(dev, head, 0x680c6c, testval >> 10 & 0x3ff); in nv42_tv_sample_load() 113 NVWriteRAMDAC(dev, head, 0x680c6c, testval & 0x3ff); in nv42_tv_sample_load()
|
| /netbsd-src/sys/fs/nfs/client/ |
| H A D | nfs_clvfsops.c | 1898 static __inline void nfscl_printopt(struct nfsmount *nmp, int testval, in nfscl_printopt() argument 1903 if (testval != 0 && *blen > strlen(opt)) { in nfscl_printopt()
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdport.c | 2945 static int testval = 1; in nfsrv_mallocmget_limit() local 2947 if (nfsrv_testmalloclimit && (testval++ % 1000) == 0) { in nfsrv_mallocmget_limit()
|