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

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid128_compare.c 30 UINT128 sig_x, sig_y, sig_t; variable
133 SWAP (sig_x.w[1], sig_y.w[1], sig_t.w[1]); // and the smaller exp in x
134 SWAP (sig_x.w[0], sig_y.w[0], sig_t.w[0]); // and the smaller exp in x
1680 UINT128 sig_x, sig_y, sig_t;
1783 SWAP (sig_x.w[1], sig_y.w[1], sig_t.w[1]); // and the smaller exp in x
1784 SWAP (sig_x.w[0], sig_y.w[0], sig_t.w[0]); // and the smaller exp in x
bid64_compare.c 50 UINT64 sig_x, sig_y, sig_t; local
135 SWAP (sig_x, sig_y, sig_t); // and the smaller exp in x
1177 UINT64 sig_x, sig_y, sig_t; local
1265 SWAP (sig_x, sig_y, sig_t); // and the smaller exp in x
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128_compare.c 30 UINT128 sig_x, sig_y, sig_t; variable
133 SWAP (sig_x.w[1], sig_y.w[1], sig_t.w[1]); // and the smaller exp in x
134 SWAP (sig_x.w[0], sig_y.w[0], sig_t.w[0]); // and the smaller exp in x
1680 UINT128 sig_x, sig_y, sig_t;
1783 SWAP (sig_x.w[1], sig_y.w[1], sig_t.w[1]); // and the smaller exp in x
1784 SWAP (sig_x.w[0], sig_y.w[0], sig_t.w[0]); // and the smaller exp in x
bid64_compare.c 50 UINT64 sig_x, sig_y, sig_t; local
135 SWAP (sig_x, sig_y, sig_t); // and the smaller exp in x
1177 UINT64 sig_x, sig_y, sig_t; local
1265 SWAP (sig_x, sig_y, sig_t); // and the smaller exp in x
  /src/sys/sys/
signal.h 247 typedef void (*sig_t)(int); /* type of signal function */ typedef
  /src/external/bsd/file/dist/src/
compress.c 62 typedef void (*sig_t)(int); typedef

Completed in 41 milliseconds