Home
last modified time | relevance | path

Searched refs:cmp_table (Results 1 – 7 of 7) sorted by relevance

/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dmystring.c127 my_strcmp (const char *s1, const char *s2, const int cmp_table[]) in my_strcmp() argument
139 (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() argument
162 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()
/dports/misc/lifelines/lifelines-3.1.1/src/hdrs/
H A Dmystring.h18 int my_strcmp(const char *s1, const char *s2, const int cmp_table[]);
22 const int cmp_table[]);
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/StormLib/src/
H A DSCompression.cpp762 static TCompressTable cmp_table[] = variable
820 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()
/dports/games/wargus/wargus-3.2.0/StormLib/src/
H A DSCompression.cpp737 static TCompressTable cmp_table[] = variable
787 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()
/dports/print/lout/lout-3.40/
H A Dz37.c1060 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()
H A Dz49.c1381 cmp = finfo[word_font(x)].cmp_table; in PS_PrintWord()
H A Dexterns.h1975 COMPOSITE *cmp_table; /* composites to build */ member