Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dintset.c41 #define INTSET_ENC_INT32 (sizeof(int32_t)) macro
49 return INTSET_ENC_INT32; in _intsetValueEncoding()
64 } else if (enc == INTSET_ENC_INT32) { in _intsetGetEncoded()
87 } else if (encoding == INTSET_ENC_INT32) { in _intsetSet()
191 } else if (encoding == INTSET_ENC_INT32) { in intsetMoveTail()
341 } else if (encoding == INTSET_ENC_INT32) { in checkConsistency()
364 assert(_intsetValueEncoding(-32769) == INTSET_ENC_INT32); in intsetTest()
403 assert(intrev32ifbe(is->encoding) == INTSET_ENC_INT32); in intsetTest()
412 assert(intrev32ifbe(is->encoding) == INTSET_ENC_INT32); in intsetTest()
443 assert(intrev32ifbe(is->encoding) == INTSET_ENC_INT32); in intsetTest()
[all …]