Searched refs:match_mode (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c22 const uint32_t prev_byte, const bool match_mode,
31 if (!match_mode) {
21 get_literal_price(const lzma_coder *const coder, const uint32_t pos, const uint32_t prev_byte, const bool match_mode, uint32_t match_byte, uint32_t symbol) argument
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_crtc.c2485 struct drm_display_mode *match_mode, *t; local
2487 list_for_each_entry_safe(match_mode, t, &connector->user_modes, head) {
2488 if (drm_mode_equal(match_mode, mode)) {
2489 list_del(&match_mode->head);
2490 drm_mode_destroy(dev, match_mode);

Completed in 113 milliseconds