HomeSort by: relevance | last modified time | path
    Searched defs:testval (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nextoverthrow.cc 128 int testval = -1; local
137 testval = val; // End: first test
147 testval = val; // End: nested throw
159 testval = val; // End: step in test
164 testval = 3; // End: next past catch
173 testval = val; // End: rethrow
184 testval = val; // End: first finish
195 testval = val; // End: second finish
206 testval = val; // End: first until
217 testval = val; // End: second unti
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nextoverthrow.cc 128 int testval = -1; local
137 testval = val; // End: first test
147 testval = val; // End: nested throw
159 testval = val; // End: step in test
164 testval = 3; // End: next past catch
173 testval = val; // End: rethrow
184 testval = val; // End: first finish
195 testval = val; // End: second finish
206 testval = val; // End: first until
217 testval = val; // End: second unti
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-string.cc 172 TESTVAL is the value to test ORC1 against.
178 emit_strcmp_scalar_compare_word (rtx data1, rtx data2, rtx orc1, rtx testval,
186 rtx cond1 = gen_rtx_NE (VOIDmode, orc1, testval);
187 emit_unlikely_jump_insn (gen_cbranch4 (Pmode, cond1, orc1, testval,
222 rtx testval = gen_reg_rtx (Xmode); local
224 emit_insn (gen_rtx_SET (testval, constm1_rtx));
226 emit_insn (gen_rtx_SET (testval, const0_rtx));
254 emit_strcmp_scalar_compare_word (data1, data2, orc1, testval,
536 rtx testval, addr, addr_plus_regsz, word, zeros;
545 testval = gen_reg_rtx (Xmode)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
return2.c 23 } testval; variable in typeref:union:__anon18191
78 for (i = 0; i < sizeof (testval.ffff); i++)
79 testval.ffff[i] = 0xff;
94 (gdb) p testval.float_testval == testval.float_testval
104 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */
106 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
return2.c 23 } testval; variable in typeref:union:__anon20935
78 for (i = 0; i < sizeof (testval.ffff); i++)
79 testval.ffff[i] = 0xff;
94 (gdb) p testval.float_testval == testval.float_testval
104 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */
106 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
finish-reverse.c 40 } testval; variable in typeref:union:__anon21071
95 for (i = 0; i < sizeof (testval.ffff); i++)
96 testval.ffff[i] = 0xff;
111 (gdb) p testval.float_testval == testval.float_testval
121 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */
123 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
finish-reverse.c 40 } testval; variable in typeref:union:__anon701
95 for (i = 0; i < sizeof (testval.ffff); i++)
96 testval.ffff[i] = 0xff;
111 (gdb) p testval.float_testval == testval.float_testval
121 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */
123 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dac.c 246 uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder); local
253 testval = RGB_TEST_DATA(0xa0, 0xa0, 0xa0);
256 testval = drm->vbios.tvdactestval;
258 testval = RGB_TEST_DATA(0x140, 0x140, 0x140); /* 0x94050140 */
261 testval = drm->vbios.dactestval;
309 NV_PRAMDAC_TESTPOINT_DATA_NOTBLANK | testval);
nouveau_dispnv04_tvnv17.c 55 uint32_t testval, regoffset = nv04_dac_output_offset(encoder); local
62 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82);
64 testval = drm->vbios.tvdactestval;
107 NVWriteRAMDAC(dev, head, 0x680c6c, testval >> 10 & 0x3ff);
113 NVWriteRAMDAC(dev, head, 0x680c6c, testval & 0x3ff);
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 2945 static int testval = 1; local
2947 if (nfsrv_testmalloclimit && (testval++ % 1000) == 0) {

Completed in 45 milliseconds