Searched refs:INTSET_ENC_INT16 (Results 1 – 1 of 1) sorted by relevance
40 #define INTSET_ENC_INT16 (sizeof(int16_t)) macro51 return INTSET_ENC_INT16; in _intsetValueEncoding()99 is->encoding = intrev32ifbe(INTSET_ENC_INT16); in intsetNew()338 if (encoding == INTSET_ENC_INT16) { in checkConsistency()362 assert(_intsetValueEncoding(-32768) == INTSET_ENC_INT16); in intsetTest()363 assert(_intsetValueEncoding(+32767) == INTSET_ENC_INT16); in intsetTest()401 assert(intrev32ifbe(is->encoding) == INTSET_ENC_INT16); in intsetTest()410 assert(intrev32ifbe(is->encoding) == INTSET_ENC_INT16); in intsetTest()422 assert(intrev32ifbe(is->encoding) == INTSET_ENC_INT16); in intsetTest()431 assert(intrev32ifbe(is->encoding) == INTSET_ENC_INT16); in intsetTest()