Searched refs:start (Results 251 - 275 of 2022) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/stand/mips/beri/boot2/
H A DMakefile40 start.S \
62 flashboot.elf: relocate.o start.o boot2.o altera_jtag_uart.o cfi.o sdcard.o
70 jtagboot: start.o boot2.o altera_jtag_uart.o cfi.o sdcard.o
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp45 // Does the name start with the prefix?
105 StringRef::iterator start = it; local
109 // Scan for the start of 'create' or 'copy'.
115 if (ch == 'c' && it != start && isLetter(*(it - 1)))
129 StringRef suffix = functionName.substr(it - start);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp97 const char *start = m_packet.c_str(); local
98 const char *cstr = start + m_index;
102 m_index = end - start;
112 const char *start = m_packet.c_str(); local
113 const char *cstr = start + m_index;
117 m_index = end - start;
127 const char *start = m_packet.c_str(); local
128 const char *cstr = start + m_index;
132 m_index = end - start;
142 const char *start local
[all...]
/freebsd-11-stable/contrib/ntp/libjsmn/example/
H A Djsondump.c18 printf("%.*s", t->end - t->start, js+t->start);
21 printf("'%.*s'", t->end - t->start, js+t->start);
62 /* Allocate some tokens as a start */
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.h42 const void *start; member in struct:_ovl_stream
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c75 void * (*start) (void *), void *arg);
266 void * (*start) (void *), void *arg)
275 void * (*start) (void *), void *arg)
283 si->user_fn = start;
/freebsd-11-stable/contrib/byacc/test/
H A Dinherit0.y16 %start declaration
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddelta.h87 const char *start,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspace_reftree.h41 uint64_t sr_offset; /* range offset (start or end) */
47 void space_reftree_add_seg(avl_tree_t *t, uint64_t start, uint64_t end,
/freebsd-11-stable/sys/dev/dpaa/
H A Dportals_common.c76 SYS_RES_MEMORY, &sc->sc_rrid[0], rle->start + sc->sc_dp_pa,
84 rle->start + sc->sc_dp_pa, rle->count, _TLB_ENTRY_MEM);
89 SYS_RES_MEMORY, &sc->sc_rrid[1], rle->start + sc->sc_dp_pa,
99 rle->start + sc->sc_dp_pa, rle->count, _TLB_ENTRY_IO);
104 sc->sc_dp[cpu].dp_ce_pa = rle->start + sc->sc_dp_pa;
107 sc->sc_dp[cpu].dp_ci_pa = rle->start + sc->sc_dp_pa;
114 SYS_RES_IRQ, &sc->sc_dp[cpu].dp_irid, rle->start, rle->end,
117 sc->sc_dp[cpu].dp_intr_num = rle->start;
135 err = bus_generic_config_intr(dev, rle->start, di->di_intr_trig,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf_validate.c282 const char *start = first_non_fsm_start_char(data, len); local
286 data = start;
293 start = data;
295 return start;
330 const char *start = first_non_fsm_start_char(data, len); local
334 data = start;
408 return start;
411 start = data;
413 return start;
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h83 int (*start) (int, int); member in struct:__anon5921
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Drc.sshd45 start)
69 ## service was running before), start it again.
77 ## running or not, start it again.
79 $0 start
117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/freebsd-11-stable/etc/rc.d/
H A Dftp-proxy34 *start)
48 # Allow ftp-proxy to start up in two different ways. The typical behavior
49 # is to start up one instance of ftp-proxy by setting ftpproxy_enable and
53 # each instance. For example, if we want to start two instances of ftp-proxy,
/freebsd-11-stable/lib/libc/i386/gen/
H A Drfork_thread.S57 movl 20(%ebp), %eax # get start argument
61 movl 16(%ebp), %eax # get start thread address
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.h145 const u_char *start, const u_char *buf)
209 * 'start' points to the first byte output by ng_parse() (ie, start <= buf).
227 int *off, const u_char *start,
256 const u_char *start, u_char *buf, int *buflen);
334 int index, const u_char *start,
357 * 'start' is equal to the first byte parsed in this run, while 'buf' points
361 const u_char *start, const u_char *buf);
511 * Parse a token: '*startp' is the offset to start looking. Upon
/freebsd-11-stable/sys/sys/
H A Ddisklabel.h155 u_int16_t *start, *end; local
158 start = (u_int16_t *)lp;
160 while (start < end)
161 sum ^= *start++;
/freebsd-11-stable/sys/dev/vnic/
H A Dmrml_bridge.c136 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
143 if (RMAN_IS_DEFAULT_RANGE(start, end)) {
154 start = rle->start;
164 if (start >= sc->ranges[i].bus && end <
166 start -= sc->ranges[i].bus;
167 start += sc->ranges[i].host;
176 "%#lx-%#lx\n", start, end);
181 return (bus_generic_alloc_resource(bus, child, type, rid, start, end,
135 mrmlb_ofw_bus_alloc_res(device_t bus, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
/freebsd-11-stable/sys/geom/eli/
H A Dpkcs5v2.c99 struct rusage start, end; local
102 getrusage(RUSAGE_SELF, &start);
107 usecs = end.ru_utime.tv_sec - start.ru_utime.tv_sec;
109 usecs += end.ru_utime.tv_usec - start.ru_utime.tv_usec;
/freebsd-11-stable/stand/i386/kgzldr/
H A DMakefile10 SRCS= start.s boot.c subr_inflate.c lib.c crt.s sio.s
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.h86 int (*start)(int, int); member in struct:__anon3599
/freebsd-11-stable/stand/pc98/kgzldr/
H A DMakefile10 SRCS= start.s boot.c subr_inflate.c lib.c crt.s sio.s
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp29 void ClassDefinitionDumper::start(const PDBSymbolTypeUDT &Class) { function in class:ClassDefinitionDumper
34 start(Layout);
37 void ClassDefinitionDumper::start(const ClassLayout &Layout) { function in class:ClassDefinitionDumper
41 DumpedAnything |= Dumper.start(Layout);
H A DPrettyExternalSymbolDumper.cpp22 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) { function in class:ExternalSymbolDumper
H A DPrettyTypedefDumper.h23 void start(const PDBSymbolTypeTypedef &Symbol);

Completed in 348 milliseconds

<<11121314151617181920>>