Searched refs:GET_MTF_VAL (Results 1 – 2 of 2) sorted by relevance
/external/bzip2/ |
D | decompress.c | 74 #define GET_MTF_VAL(label1,label2,lval) \ macro 374 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress() 395 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress() 484 GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym); in BZ2_decompress()
|
/external/u-boot/lib/bzip2/ |
D | bzlib_decompress.c | 117 #define GET_MTF_VAL(label1,label2,lval) \ macro 416 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress() 433 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress() 525 GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym); in BZ2_decompress()
|