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

  /src/usr.bin/m4/
eval.c 920 * character (sch), sch becomes dch, once again to index into mapvec, until
921 * the character value stabilizes (i.e. sch = dch, in other words
933 unsigned char sch, dch; local in function:map
972 for (; (sch = (unsigned char)*from) != '\0'; from++) {
973 if (!mimic_gnu || !found[sch]) {
974 found[sch] = 1;
975 mapvec[sch] = *to;
982 for (; (sch = (unsigned char)*src) != '\0'; src++) {
983 if (!found[sch])
    [all...]
  /src/lib/libcrypt/
crypt.c 478 signed char sch = ch; local in function:ascii_to_bin
481 if (sch >= 'a')
482 retval = sch - ('a' - 38);
483 else if (sch >= 'A')
484 retval = sch - ('A' - 12);
486 retval = sch - '.';
  /src/sys/dev/pci/qat/
qat_ae.c 2380 struct suof_chunk_hdr *sch)
2386 qsi->qsi_simg_buf = qafs->qafs_suof_buf + sch->sch_offset +
2390 (qafs->qafs_suof_buf + sch->sch_offset))->soh_img_length;
2420 struct suof_chunk_hdr *sch; local in function:qat_aefw_suof_parse
2461 sch = (struct suof_chunk_hdr *)(sfh + 1);
2469 (qafs->qafs_suof_buf + sch->sch_offset))->sst_tab_length;
2472 qafs->qafs_sym_str = qafs->qafs_suof_buf + sch->sch_offset +
2484 error = qat_aefw_suof_parse_image(sc, &qsi[i], &sch[i + 1]);

Completed in 15 milliseconds