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

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
string_intrinsics_inc.c 200 size_t starting; local
206 starting = (
211 i -= starting;
212 for (; starting > 0; --starting)
213 if (s[i + starting] != ' ')
214 return i + starting + 1;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
string_intrinsics_inc.c 200 size_t starting; local
206 starting = (
211 i -= starting;
212 for (; starting > 0; --starting)
213 if (s[i + starting] != ' ')
214 return i + starting + 1;
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
server.py 68 def starting(self, req): member in class:CancellationHandler
89 # the 'starting' method. This way we don't have to
151 self.canceller.starting(req)
342 # Attribute co_posonlyargcount is supported starting python 3.8.
  /src/external/bsd/ppp/dist/pppd/
fsm.h 109 void (*starting)(fsm *); /* Called when we want the lower layer */ member in struct:fsm_callbacks
123 #define STARTING 1 /* Down, been opened */
  /src/external/mpl/bind/dist/lib/isc/
loop_p.h 108 isc_barrier_t starting; member in struct:isc_loopmgr

Completed in 27 milliseconds