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

  /xsrc/external/mit/fontconfig/dist/doc/
fcformat.fncs 105 name, and expands to the number of values for the element in the pattern.
106 For example, "%{#family}" expands to the number of family names
112 is one that expands a sub-expression. The tag contents
116 For example, the format "%40{{%{family} %{style}}}" expands the sub-expression
150 The tag expands the first sub-expression if the conditional passes, and
151 expands the second sub-expression otherwise.
167 having only the first value of the family and familylang elements, then expands
187 Expands to the result of calling FcNameUnparse() on the pattern.
193 Expands to the output of the default output format of the fc-match
200 Expands to the output of the default output format of the fc-lis
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
disassemble.c 408 bool expands = INPUT_EXPANDS(expand_mode); local
410 unsigned comp_skip = expands ? 1 : 2;
555 bool expands = INPUT_EXPANDS(src->expand_mode); local
556 unsigned bits = bits_for_mode_halved(alu->reg_mode, expands);
574 if (bits == 16 && !expands) {
593 } else if (bits == 32 && !expands) {
595 } else if (bits == 64 && !expands) {
597 } else if (bits == 8 && !expands) {
634 expands, src->mod, alu->op);
642 print_srcmod(FILE *fp, bool is_int, bool expands, unsigned mod, bool scalar
    [all...]
  /xsrc/external/mit/xinit/dist/
startx.cpp 23 # XXX using $mk_cookie here expands bad.

Completed in 6 milliseconds