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

1 2 3 4 5 6 7 8 91011>>

  /src/common/lib/libc/arch/sparc/string/
strlen.S 48 add %o0, 1, %o1 ! save starting point + 1
  /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/crypto/external/bsd/openssl.old/dist/util/
dofile.pl 137 print STDERR $args{error}," in $filename, fragment starting at line ",$args{lineno}-$deducelines;
  /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 */
fsm.c 110 case STARTING:
140 f->state = STARTING;
141 if( f->callbacks->starting )
142 (*f->callbacks->starting)(f);
154 f->state = STARTING;
161 f->state = STARTING;
178 f->state = STARTING;
179 if( f->callbacks->starting )
180 (*f->callbacks->starting)(f);
255 case STARTING
    [all...]
  /src/usr.bin/make/unit-tests/
depsrc.mk 3 # Tests for special sources (those starting with a dot, followed by
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dlmopen-ns-ids.exp 184 "0 namespace before starting inferior"
186 "No current namespace before starting inferior"
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
redc_1.asm 167 lea 16(mp,n,8), mp C mp = (last starting mp)
178 lea 56(up,n,8), up C up = (last starting up) + 1
247 lea 40(mp,n,8), mp C mp = (last starting mp)
258 lea 48(up,n,8), up C up = (last starting up) + 1
287 lea 8(up), up C up = (last starting up) + 1
333 lea 24(mp,n,8), mp C mp = (last starting mp)
344 lea 64(up,n,8), up C up = (last starting up) + 1
393 lea 32(mp,n,8), mp C mp = (last starting mp)
404 lea 40(up,n,8), up C up = (last starting up) + 1
  /src/external/mpl/bind/dist/lib/isc/
loop_p.h 108 isc_barrier_t starting; member in struct:isc_loopmgr
  /src/bin/sh/
option.list 70 fnline1 local_lineno L on # number lines in funcs starting at 1
  /src/sys/arch/m68k/060sp/dist/
test.doc 92 the starting address of the "call-out" section. The "Call-out" section must
109 (_060ISP_TEST is the starting address of the "Call-out" section; the "Call-out"
fpsp.doc 97 the address of the corresponding function RELATIVE to the starting address
114 (_060FPSP_TOP is the starting address of the "Call-out" section; the "Call-out"
isp.doc 105 the address of the corresponding function RELATIVE to the starting address
123 (_060ISP_TOP is the starting address of the "Call-out" section; the "Call-out"
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
crtzero.S 67 la $r0, _edata ! get the starting addr of bss
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
sol-ci.S 25 # This file just supplies labeled starting points for the .got* and other
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
crtzero.S 67 la $r0, _edata ! get the starting addr of bss
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
sol-ci.S 25 # This file just supplies labeled starting points for the .got* and other
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
align.exp 88 GCC used to only warn for alignof (void), but starting with GCC 12.1,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
align.exp 88 GCC used to only warn for alignof (void), but starting with GCC 12.1,
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.def 241 to get the system clock close to correct before starting
245 .Sx "Starting NTP (Best Current Practice)"
246 and you still need to set the system time before starting
251 if you really need to set the clock before starting
257 .Ss "Starting NTP (Best Current Practice)"
  /src/etc/namedb/
bind.keys 44 # This key (19036) is to be phased out starting in 2017. It will
  /src/sys/arch/hppa/stand/common/
srt0.S 108 ; cache before trying to execute the code starting at rp.
  /src/sys/arch/x68k/stand/xxboot/
boot.S 41 | (because this loader is assembled as starting from 0x3000 but is loaded
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 63 @ Block of four, alternating, starting with executed.

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>