Searched refs:start (Results 276 - 300 of 2022) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp49 char *start = &brand[0];
50 for (; *start == ' '; start++)
71 double freq = strtod(end, &start);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp133 MachineBasicBlock::iterator start = succ->begin(); local
134 while (start != succ->end() && start->isPHI()) {
135 for (unsigned i = start->getNumOperands() - 1; i >= 2; i-=2)
136 if (start->getOperand(i).isMBB() &&
137 start->getOperand(i).getMBB() == BB) {
138 start->RemoveOperand(i);
139 start->RemoveOperand(i-1);
142 start++;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp185 uptr start = MEM_TO_SHADOW(x); local
186 uptr end = start + size;
187 // Scan limits: align start down to 4; align size up to 16.
188 uptr s = start & ~3UL;
196 uptr pos = 0; // Offset from aligned start.
204 Printf("Shadow map of [%p, %p), %zu bytes:\n", start, end, end - start);
207 // Line start.
212 // Group start.
218 if (s < start ||
261 ReportUMRInsideAddressRange(const char *what, const void *start, uptr size, uptr offset) argument
[all...]
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c270 * Note that we start at i == 2, since 0 was checked initially,
537 int start, len, loc, i; local
547 start = dtogd(fs, bpref) / NBBY;
549 start = ufs_rw32(cgp->cg_frotor, needswap) / NBBY;
550 len = howmany(fs->fs_fpg, NBBY) - start;
551 ostart = start;
554 (const u_char *)&cg_blksfree_swap(cgp, needswap)[start],
558 len = start + 1;
559 start = 0;
566 "ffs_alloccg: map corrupted: start
606 int i, start, end, forw, back, map, bit; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_rman.c157 rman_manage_region(struct rman *rm, rman_res_t start, rman_res_t end) argument
162 DPRINTF(("rman_manage_region: <%s> request: start %#jx, end %#jx\n",
163 rm->rm_descr, start, end));
164 if (start < rm->rm_start || end > rm->rm_end)
169 r->r_start = start;
277 rman_first_free_region(struct rman *rm, rman_res_t *start, rman_res_t *end) argument
284 *start = r->r_start;
295 rman_last_free_region(struct rman *rm, rman_res_t *start, rman_res_t *end) argument
302 *start = r->r_start;
314 rman_adjust_resource(struct resource *rr, rman_res_t start, rman_res_ argument
437 rman_reserve_resource_bound(struct rman *rm, rman_res_t start, rman_res_t end, rman_res_t count, rman_res_t bound, u_int flags, device_t dev) argument
654 rman_reserve_resource(struct rman *rm, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags, device_t dev) argument
816 rman_set_start(struct resource *r, rman_res_t start) argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmbo.c87 u8 start, u8 end)
91 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].oper_class);
93 for (i = start; i < end; i++)
96 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].preference);
97 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason);
109 struct wpabuf *mbo, u8 start, u8 end)
111 size_t size = end - start + 3;
117 wpas_mbo_non_pref_chan_attr_body(wpa_s, mbo, start, end);
131 struct wpabuf *mbo, u8 start,
134 size_t size = end - start
85 wpas_mbo_non_pref_chan_attr_body(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) argument
108 wpas_mbo_non_pref_chan_attr(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) argument
130 wpas_mbo_non_pref_chan_subelement(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) argument
147 u8 i, start = 0; local
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Dbuckets.c195 const char *start = *data; local
196 const char *end = start + *len;
198 while (start < end) {
199 const char *cr = memchr(start, '\r', *len);
207 *len -= cr + 1 - start;
220 *len -= cr - start;
221 start = cr;
224 *data = start + *len;
225 *len -= *data - start;
236 const char *start; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_ohash.c54 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) argument
59 *end = start + strlen(start);
60 p = (i->alloc)(i->key_offset + (*end - start) + 1, i->data);
62 memcpy(p+i->key_offset, start, *end-start);
63 p[i->key_offset + (*end - start)] = '\0';
232 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, argument
252 strncmp(h->t[i].p+h->info.key_offset, start,
253 end - start)
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dlinear.cpp159 const char *buf, const char *bufend, const char **start) const
168 if (check_match(buf, bufend, found, key->length(), &ptr, start))
209 const char **cont, const char **start) const
260 if (!start)
265 if (start)
266 *start = p + 1;
273 if (start)
274 *start = p + 1;
380 const char *start = p; local
383 keys[nkeys++] = new bmpattern(start,
[all...]
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c173 * with @p start added the region's actual base address.
175 * To use the default region values for @p start and @p count, specify
176 * a @p start value of 0ul, and an end value of RMAN_MAX_END
182 * @param start The resource start address (if SYS_RES_MEMORY, this is
190 rman_res_t start, rman_res_t count, u_int port, u_int region)
198 return (bus_set_resource(child, type, rid, start, count));
200 isdefault = RMAN_IS_DEFAULT_RANGE(start, count);
214 start = 0;
219 if (start > region_siz
189 chipc_set_resource(struct chipc_softc *sc, device_t child, int type, int rid, rman_res_t start, rman_res_t count, u_int port, u_int region) argument
350 chipc_find_region(struct chipc_softc *sc, rman_res_t start, rman_res_t end) argument
[all...]
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.c47 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) argument
52 *end = start + strlen(start);
53 p = (i->alloc)(i->key_offset + (*end - start) + 1, i->data);
55 memcpy(p+i->key_offset, start, *end-start);
56 p[i->key_offset + (*end - start)] = '\0';
225 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, argument
245 strncmp(h->t[i].p+h->info.key_offset, start,
246 end - start)
[all...]
/freebsd-11-stable/sys/arm/include/
H A Datomic-v4.h257 int start, ras_start = ARM_RAS_START; local
272 : "+r" (ras_start), "=r" (start), "+r" (p), "+r" (val)
279 int start, ras_start = ARM_RAS_START; local
294 : "+r" (ras_start), "=r" (start), "+r" (address), "+r" (clearmask)
354 uint32_t start, tmp, ras_start = ARM_RAS_START; local
370 : "+r" (ras_start), "=r" (start), "=r" (tmp), "+r" (p), "+r" (v)
372 return (start);
378 int start, ras_start = ARM_RAS_START; local
394 : "+r" (ras_start), "=r" (start), "+r" (address), "+r" (setmask)
401 int start, ras_star local
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Deap_user_db.c25 char *buf, *start; local
34 start = buf;
35 while (*start) {
36 char *pos3 = os_strchr(start, ',');
40 eap_server_get_type(start,
44 if (os_strcmp(start, "TTLS-PAP") == 0) {
48 if (os_strcmp(start, "TTLS-CHAP") == 0) {
52 if (os_strcmp(start, "TTLS-MSCHAP") == 0) {
56 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) {
61 start);
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dthread.c27 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg, argument
33 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
/freebsd-11-stable/contrib/libreadline/
H A Dtilde.c124 /* Find the start of a tilde expansion in STRING, and return the index of
207 register int start, end; local
212 start = tilde_find_prefix (string, &len);
215 if ((result_index + start + 1) > result_size)
216 result = (char *)xrealloc (result, 1 + (result_size += (start + 20)));
218 strncpy (result + result_index, string, start);
219 result_index += start;
222 string += start;
229 if (!start && !end)
/freebsd-11-stable/contrib/dialog/
H A Dargv.c113 dlg_eat_argv(int *argcp, char ***argvp, int start, int count) argument
118 for (k = start; k <= *argcp; k++)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d47 start = timestamp;
H A Derr.D_CLEAR_PROTO.bad.d47 start = timestamp;
H A Dtst.clear.d45 start = timestamp;
H A Dtst.cleardenormalize.d46 start = timestamp;
H A Dtst.clearnormalize.d45 start = timestamp;
/freebsd-11-stable/contrib/amd/scripts/
H A Dctl-amd.in3 # usage: ctl-amd [start|stop|status|restart|condrestart|reload]
91 'start')
118 ctl-amd start
125 ctl-amd start
153 echo "Usage: $0 [start|stop|status|restart|condrestart|reload]"
/freebsd-11-stable/contrib/groff/src/include/
H A Dsearch.h45 const char *bufend, const char **start = 0)
48 int matchlen, const char **cont, const char **start)
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dmain.cpp136 char *start = delim_search(ptr, start_delim); local
137 if (!start) {
145 if (no_newline_in_delim_flag && strchr(start + 1, end_delim) == 0) {
147 char *nl = strchr(start + 1, '\n');
154 *start = '\0';
156 ptr = start + 1;
186 start = delim_search(ptr, start_delim);
187 if (start == 0) {
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_mm.h46 unsigned long start; member in struct:drm_mm_node
84 extern int drm_mm_init(struct drm_mm *mm, unsigned long start,

Completed in 304 milliseconds

<<11121314151617181920>>