Searched refs:cmp_table (Results 1 – 7 of 7) sorted by relevance
127 my_strcmp (const char *s1, const char *s2, const int cmp_table[]) in my_strcmp() argument139 (cmp_table[p1[i]] != cmp_table[p2[i]])); in my_strcmp()141 if (cmp_table[p1[i]] != cmp_table[p2[i]]) { in my_strcmp()145 return (cmp_table[p1[i]] - cmp_table[p2[i]]); in my_strcmp()152 const int cmp_table[]) in my_strncmp() argument162 if (cmp_table[p1[i]] != cmp_table[p2[i]]) { in my_strncmp()167 return cmp_table[p1[i]] - cmp_table[p2[i]]; in my_strncmp()
18 int my_strcmp(const char *s1, const char *s2, const int cmp_table[]);22 const int cmp_table[]);
762 static TCompressTable cmp_table[] = variable820 for(size_t i = 0; i < (sizeof(cmp_table) / sizeof(TCompressTable)); i++) in SCompCompress()823 if(uCompressionMask & cmp_table[i].uMask) in SCompCompress()825 CompressFuncArray[nCompressCount] = cmp_table[i].Compress; in SCompCompress()826 CompressByte[nCompressCount] = (unsigned char)cmp_table[i].uMask; in SCompCompress()827 uCompressionMask &= ~cmp_table[i].uMask; in SCompCompress()
737 static TCompressTable cmp_table[] = variable787 for(size_t i = 0; i < (sizeof(cmp_table) / sizeof(TCompressTable)); i++) in SCompCompress()790 if(uCompressionMask & cmp_table[i].uMask) in SCompCompress()792 CompressFuncArray[nCompressCount] = cmp_table[i].Compress; in SCompCompress()793 CompressByte[nCompressCount] = (unsigned char)cmp_table[i].uMask; in SCompCompress()794 uCompressionMask &= ~cmp_table[i].uMask; in SCompCompress()
1060 finfo[font_count].cmp_table = cmp; in FontRead()1495 oldcmp = finfo[font_num(old)].cmp_table; in FontChange()1510 finfo[font_count].cmp_table = newcmp; in FontChange()
1381 cmp = finfo[word_font(x)].cmp_table; in PS_PrintWord()
1975 COMPOSITE *cmp_table; /* composites to build */ member