Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c46 rc_if_0_safe(ld.choice2, seq ## _CHOICE2) { \
47 rc_update_0(ld.choice2); \
52 rc_update_1(ld.choice2); \
80 rc_if_0(ld.choice2) { \
81 rc_update_0(ld.choice2); \
86 rc_update_1(ld.choice2); \
99 probability choice2; member
1087 bit_reset(coder->match_len_decoder.choice2); in lzma_decoder_reset()
1089 bit_reset(coder->rep_len_decoder.choice2); in lzma_decoder_reset()
/freebsd/usr.bin/gzip/
H A Dunlz.c125 int choice2; member
271 if (lz_rd_decode_bit(rd, &lm->choice2) == 0) { in lz_rd_decode_len()
400 a.choice2 = BIT_MODEL_INIT; \
/freebsd/usr.sbin/iscsid/
H A Dlogin.c308 const char *choice1, const char *choice2) in login_list_prefers() argument
319 if (strcmp(token, choice2) == 0) { in login_list_prefers()
/freebsd/usr.sbin/ctld/
H A Dlogin.cc267 const char *choice1, const char *choice2) in login_list_prefers() argument
278 if (strcmp(token, choice2) == 0) { in login_list_prefers()
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c120 uint16_t choice2; member
662 if (!rc_bit(&s->rc, &l->choice2)) { in lzma_len()