HomeSort by: relevance | last modified time | path
    Searched refs:res (Results 1 - 25 of 4433) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info_sources_2-test.c 24 int res = foo (); local
25 return compare_values (res, 1);
infcall-failure.c 32 int res = 0; /* Second breakpoint. */ local
33 return res;
45 int res = foo (); local
47 return res;
cast-indirection.c 29 int res = *a_loc () == 'a'; local
30 return !res;
statistics.exp 22 set res [remote_spawn host "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS [host_info gdb_opts] -statistics"]
23 if { $res < 0 || $res == "" } {
27 set gdb_spawn_id $res
bp-cond-failure.c 33 int res = foo ('1'); /* Single-location breakpoint here. */ local
35 return res;
41 int res = bar (); local
43 res = foo (1);
45 return res;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.debuginfod/
corefile-mapped-file-1.c 22 int res = foo (); local
23 return res;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
dmain.c 28 int res = _Dmain (); local
30 return res;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
new-ui-bp-deleted.c 27 int res = foo (); local
28 return res;
mi-condbreak-throw.cc 36 int res = foo (); local
37 return res;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info_sources_2-test.c 24 int res = foo (); local
25 return compare_values (res, 1);
infcall-failure.c 32 int res = 0; /* Second breakpoint. */ local
33 return res;
45 int res = foo (); local
47 return res;
cast-indirection.c 29 int res = *a_loc () == 'a'; local
30 return !res;
statistics.exp 22 set res [remote_spawn host "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS [host_info gdb_opts] -statistics"]
23 if { $res < 0 || $res == "" } {
27 set gdb_spawn_id $res
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/
dmain.c 28 int res = _Dmain (); local
30 return res;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
new-ui-bp-deleted.c 27 int res = foo (); local
28 return res;
mi-condbreak-throw.cc 36 int res = foo (); local
37 return res;
  /src/external/mit/xorg/lib/libxcb/res/
Makefile 3 XCBEXT= res
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
_dd_to_udi.c 30 UDItype res = 0xbaddbaddbaddbaddull; local
34 res = __bid64_to_uint64_xint (ux.i);
36 if (res == 0x8000000000000000ull) res = 0; // for NaNs too
37 return (res);
_dd_to_usi.c 30 USItype res = 0xbaddbadd; local
34 res = __bid64_to_uint32_xint (ux.i);
36 if (res == 0x80000000) res = 0; // for NaNs too
37 return (res);
_td_to_udi.c 30 UDItype res = 0xbaddbaddbaddbaddull; local
35 res = __bid128_to_uint64_xint (ux.i);
37 if (res == 0x8000000000000000ull) res = 0; // for NaNs too
38 return (res);
_td_to_usi.c 30 USItype res = 0xbaddbadd; local
34 res = __bid128_to_uint32_xint (ux.i);
36 if (res == 0x80000000) res = 0; // for NaNs too
37 return (res);
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
_dd_to_udi.c 30 UDItype res = 0xbaddbaddbaddbaddull; local
34 res = __bid64_to_uint64_xint (ux.i);
36 if (res == 0x8000000000000000ull) res = 0; // for NaNs too
37 return (res);
_dd_to_usi.c 30 USItype res = 0xbaddbadd; local
34 res = __bid64_to_uint32_xint (ux.i);
36 if (res == 0x80000000) res = 0; // for NaNs too
37 return (res);
_td_to_udi.c 30 UDItype res = 0xbaddbaddbaddbaddull; local
35 res = __bid128_to_uint64_xint (ux.i);
37 if (res == 0x8000000000000000ull) res = 0; // for NaNs too
38 return (res);
_td_to_usi.c 30 USItype res = 0xbaddbadd; local
34 res = __bid128_to_uint32_xint (ux.i);
36 if (res == 0x80000000) res = 0; // for NaNs too
37 return (res);

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>