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

  /src/sys/arch/macppc/dev/
cuda.c 562 int ending, type; local
612 ending = 0;
618 ending = 1;
625 ending = 1;
631 ending = 1;
637 if (ending == 1) { /* end of message? */
adb_direct.c 331 volatile int i, ending; local
377 ending = 1;
379 ending = 0;
381 if (1 == ending) { /* end of message? */
  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 2095 string ending = makeflags.substr (n + js_needle.size ()); local
2096 if (ending.find (fifo_prefix) == 0)
2098 ending = ending.substr (fifo_prefix.size ());
2099 pipe_path = ending.substr (0, ending.find (' '));
  /src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc 2029 string ending = makeflags.substr (n + js_needle.size ()); local
2030 if (ending.find (fifo_prefix) == 0)
2032 ending = ending.substr (fifo_prefix.size ());
2033 pipe_path = ending.substr (0, ending.find (' '));
  /src/sys/arch/mac68k/dev/
adb_direct.c 406 volatile int i __unused, ending; local
444 ending = 1;
446 ending = 0;
448 if (1 == ending) { /* end of message? */
1253 int ending; local
1285 ending = 1;
1287 ending = 0;
1294 if (1 == ending) { /* end of message? */

Completed in 25 milliseconds