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

  /src/external/bsd/nsd/dist/simdzone/src/fallback/
name.h 20 const uint8_t *we = octets + 255; local
28 while ((t < te) & (w < we)) {
51 if (t != te || w > we)
  /src/sys/dev/wscons/
wsevent.c 236 * Make sure we can return at least 1.
268 * If we do not wrap to 0, used up all our space, or had an error,
423 struct wscons_event *we; local
425 we = EVARRAY(ev, ev->put);
426 we->type = events[i].type;
427 we->value = events[i].value;
428 we->time = t;
  /src/usr.bin/ruptime/
ruptime.c 84 struct whoent *we; local
152 we = (struct whoent *)(buf + cc); --we >= wd->wd_we;)
153 if (aflg || we->we_idle < 3600)
  /src/usr.bin/rwho/
rwho.c 81 struct whoent *we; local
148 we = wd.wd_we;
150 if (aflg == 0 && we->we_idle >= 60*60) {
151 we++;
164 mp->myutmp = we->we_utmp;
165 mp->myidle = we->we_idle;
167 nusers++; we++; mp++;
  /src/tests/lib/libc/regex/
t_regex_att.c 218 static const char *we[] = { local
253 for (size_t i = 0; i < __arraycount(we); i++)
254 if (strcmp(we[i], s) == 0)
415 * We check these early so that we skip the lines quickly
467 name++; /* We have it, so ignore */
476 name++; /* We have it, so ignore */
  /src/usr.bin/mail/
fio.c 56 * If we have threading support, these routines live in thread.c.
212 * We need to make "offset" a pointer to the end of
436 wordexp_t we; local
443 * This way, we make no recursive expansion.
479 e = wordexp(name, &we, WRDE_NOCMD);
502 switch (we.we_wordc) {
507 if (strlen(we.we_wordv[0]) >= PATHSIZE)
509 strlcpy(xname, we.we_wordv[0], PATHSIZE);
516 wordfree(&we);
  /src/usr.sbin/rwhod/
rwhod.c 79 /* Time interval limit; ruptime will think that we are down > than this */
86 * We communicate with each neighbor in a list constructed at the time we're
294 * Otherwise we might overflow or read past the end.
315 struct whoent *we; local
322 we = wd.wd_we;
324 we->we_idle = ntohl(we->we_idle);
325 we->we_utmp.out_time =
326 ntohl(we->we_utmp.out_time)
362 struct whoent *we = mywd.wd_we, *wlast; local
554 struct whoent *we; local
    [all...]
  /src/external/gpl2/lvm2/dist/libdm/
libdm-report.c 329 * tell us when we've reached the last visible field.
513 const char *we = format; /* Word end */ local
515 while (*we) {
517 while (*we && *we == ',')
518 we++;
521 ws = we;
522 while (*we && *we != ',')
523 we++
542 const char *we = keys; \/* Word end *\/ local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-utils.cc 298 /* We have to deal with cycles nicely, so use a depth first traversal
300 to be output and put them into order as well, so we get dependencies
424 /* FIXME when we merge in unknown profile, we ought to set counts as
473 /* This is ugly. We need to get both function bodies into memory.
474 If declaration is merged, we need to duplicate it to be able
482 /* We are going to move the decl, we want to remove its file decl data.
683 /* FIXME: we need to also merge ipa-profile histograms
756 /* We can't update CFG profile, but we can scale IPA profile. CF
951 worklist we = {EXIT_BLOCK_PTR_FOR_FN (fun), NULL}; local
978 worklist we = {bb2, NULL}; local
984 worklist we = {e->src, NULL}; local
    [all...]
  /src/sys/dev/ic/
vga.c 157 * XXX We should probably not bother with this
312 * We want at least ASCII 32..127 be present in the
463 /* make sure we have a valid cursor position */
470 /* make sure we have a valid memory offset */
615 * we require VGA_CONSOLE_ATI_BROKEN_FONTSEL anyway.
697 /* until we know better, assume "fast scrolling" does not work */
874 * XXX We could be more clever and use video RAM.
1472 int ul, we, p, st; local
1478 we = scr->vga_rollover + scr->pcs.type->ncols * 2;
1481 we = 0x8000
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/
histexpand.c 222 /* These produce warnings because we're passing a const string to a
289 string that we matched for word substitution. */
432 If IS_RHS is 1, we ignore empty strings and set the pattern
579 we complain. */
628 /* :p means make this the last executed line. So we
682 int delimiter, failed, si, l_temp, ws, we; local
766 In the first case, we substitute for the first occurrence only.
767 In the second case, we substitute for every occurrence.
768 In the third case, we tokenize into words and substitute the
771 si = we = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
histexpand.c 222 /* These produce warnings because we're passing a const string to a
289 string that we matched for word substitution. */
432 If IS_RHS is 1, we ignore empty strings and set the pattern
579 we complain. */
628 /* :p means make this the last executed line. So we
682 int delimiter, failed, si, l_temp, ws, we; local
766 In the first case, we substitute for the first occurrence only.
767 In the second case, we substitute for every occurrence.
768 In the third case, we tokenize into words and substitute the
771 si = we = 0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.c 168 * table type, as we know l4 root entry doesn't have a PSE bit,
230 /* We take IPS bit as 'PSE' for PTE level. */
444 * it also works, so we need to treat root pointer entry
1017 /* We don't setup 64K shadow entry so far. */
1069 struct intel_vgpu *vgpu, struct intel_gvt_gtt_entry *we)
1076 GEM_BUG_ON(!gtt_type_is_pt(get_next_pt_type(we->type)));
1078 if (we->type == GTT_TYPE_PPGTT_PDE_ENTRY)
1079 ips = vgpu_ips_enabled(vgpu) && ops->test_ips(we);
1081 spt = intel_vgpu_find_spt_by_gfn(vgpu, ops->get_pfn(we));
1097 int type = get_next_pt_type(we->type)
1721 struct intel_gvt_gtt_entry we, se; local
    [all...]
  /src/sys/kern/
vfs_wapbl.c 463 * the same as the new log we just opened.
591 * is the same as the log of the maximum power of two. So we can do
707 struct wapbl_entry *we; local
713 * XXX we may consider using upgrade here
714 * if we want to call flush from inside a transaction
741 SIMPLEQ_FOREACH(we, &wl->wl_entries, we_entries) {
745 we->we_bufcount, we->we_reclaimable_bytes,
746 we->we_error, we->we_unsynced_bufbytes))
1621 struct wapbl_entry *we = bp->b_private; local
1764 struct wapbl_entry *we; local
2054 struct wapbl_entry *we; local
    [all...]

Completed in 57 milliseconds