HomeSort by: relevance | last modified time | path
    Searched refs:nextc (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/font-util/dist/
ucs2any.c 491 const char *nextc = NULL; local
573 } else if ((nextc = startswith(l, "DEFAULT_CHAR")) != NULL)
575 default_char = atoi(nextc);
579 if ((nextc = startswith(l, "STARTPROPERTIES")) != NULL)
581 properties = atoi(nextc);
584 } else if ((nextc = startswith(l, "FONT")) != NULL)
588 zquotedcpy(&fontname, nextc);
592 my_name, fsource, nextc);
604 } else if ((nextc = startswith(l, "CHARSET_REGISTRY")) != NULL)
606 if (strcmp(nextc, "\"ISO10646\"") != 0)
    [all...]
  /xsrc/external/mit/xterm/dist/
misc.c 6090 Char *nextc = (Char *) value; local
6099 while (*nextc != '\0') {
6101 nextc = convertFromUTF8(nextc, &ch);
6120 nextc = (Char *) value;
6121 while (*nextc != '\0') {
6123 Char *skip = convertFromUTF8(nextc, &ch);
6125 memset(nextc, BAD_ASCII, (size_t) (skip - nextc));
6127 nextc = skip
    [all...]
button.c 1817 parseItem(char *value, char *nextc)
1824 *nextc = *nextp;
1879 char nextc = '?'; local
1883 char *nextp = parseItem(listp, &nextc);
1907 *nextp++ = nextc;
1910 } while (nextc != '\0');
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bifrost_compile.c 343 unsigned nextc = next && channel ? channel[i + 1] : 0; local
346 bi_index w1 = next ? bi_word(src[i + 1], nextc >> 1) : bi_zero();
349 bi_index h1 = bi_half(w1, nextc & 1);
353 if (bi_is_word_equiv(w0, w1) && (chan & 1) == 0 && ((nextc & 1) == 1))
356 bi_swz_v2i16_to(b, to, bi_swz_16(w0, chan & 1, nextc & 1));

Completed in 18 milliseconds