HomeSort by relevance Sort by last modified time
    Searched refs:S2A (Results 1 - 3 of 3) sorted by null

  /external/libgsm/src/
toast_alaw.c 17 #define S2A(x) (s2a[ ((unsigned short)(x)) >> 4 ])
57 static unsigned char s2a[] = { variable
331 if (fputc( S2A( *buf ), out) == EOF) return -1;
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_32.c 185 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2A(reg), DR(TMP_REG1)));
247 FAIL_IF(push_inst(compiler, OR | DA(reg_index) | S1(0) | S2A(word_reg_index), reg_index));
sljitNativeSPARC_common.c 122 #define S2A(s2) (s2)
    [all...]

Completed in 2296 milliseconds