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

  /src/tests/lib/libc/string/
t_strcmp.c 31 const char* val0; member in struct:ATF_TC_BODY::tab
79 memcpy(&buf0[a0], tab[t].val0,
80 strlen(tab[t].val0) + 1);
  /src/sbin/routed/
parms.c 438 char *val0,
452 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
460 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
469 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
478 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
497 char *val0, *p, delim; local in function:get_passwd
516 val0 = val;
525 val0 = ++val;
531 snprintf(buf, sizeof(buf), "bad KeyID \"%.20s\"", val0);
537 "duplicate KeyID \"%.20s\"", val0);
594 char delim, *val0 = 0, *tgt, *val, *p; local in function:parse_parms
    [all...]
  /src/sys/dev/ic/
igpio.c 531 uint32_t val0, newval0; local in function:igpio_pin_ctl
540 val0 = bus_space_read_4(sc->sc_bst, sc->sc_bsh[ib->ib_barno], cfg0);
543 newval0 = val0;
586 DPRINTF(("%s: bar %d pin %d flags #%x val0 #%x (%s) -> #%x (%s), "
588 val0, igpio_padcfg0_print(val0, 0),
  /src/common/dist/zlib/
crc32.c 582 z_word_t val0, val1, val2; local in function:crc32_z
615 val0 = word[i];
618 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
636 val0 = word[i];
639 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
652 val0 = word[i];
653 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
  /src/sys/dev/pci/
isp_pci.c 810 uint16_t val0, val1; local in function:isp_pci_rd_debounced
814 val0 = BXR2(pcs, IspVirt2Off(isp, off));
816 } while (val0 != val1 && ++i < 1000);
817 if (val0 != val1) {
820 *rp = val0;
  /src/lib/libintl/
plural_parser.c 793 unsigned long val0, val1; local in function:calculate_plural
800 val0 = calculate_plural(pe->u.parser_op.operands[0], n);
801 if (val0)
814 val0 = calculate_plural(pe->u.parser_op.operands[0], n);
818 return val0*val1;
820 return val0/val1;
822 return val0%val1;
824 return val0+val1;
826 return val0-val1;
828 return val0<val1
    [all...]

Completed in 20 milliseconds