Home
last modified time | relevance | path

Searched +refs:m2 +refs:mode +refs:map (Results 1 – 25 of 1805) sorted by relevance

12345678910>>...73

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c41 .m2 = {.min = 58, .max = 158},
53 .m2 = {.min = 58, .max = 158},
68 .m2 = {.min = 65, .max = 130},
80 .m2 = {.min = 58, .max = 158},
92 .m2 = {.min = 65, .max = 130},
104 .m2 = {.min = 58, .max = 162},
394 clock->m = clock->m2 + 2; in cdv_intel_clock()
417 clock.m2 = 118; in cdv_intel_find_dp_pll()
423 clock.m2 = 98; in cdv_intel_find_dp_pll()
433 clock.m2 = 160; in cdv_intel_find_dp_pll()
[all …]
H A Dpsb_intel_display.c31 .m2 = {.min = 3, .max = 7},
43 .m2 = {.min = 3, .max = 7},
68 clock->m = 5 * (clock->m1 + 2) + (clock->m2 + 2); in psb_intel_clock()
150 fp = clock.n << 16 | clock.m1 << 8 | clock.m2; in psb_intel_crtc_mode_set()
277 ((mode->vdisplay - 1) << 16) | (mode->hdisplay - 1)); in psb_intel_crtc_mode_set()
280 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1)); in psb_intel_crtc_mode_set()
331 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT; in psb_intel_crtc_clock_get()
400 mode = kzalloc(sizeof(*mode), GFP_KERNEL); in psb_intel_crtc_mode_get()
401 if (!mode) in psb_intel_crtc_mode_get()
414 drm_mode_set_name(mode); in psb_intel_crtc_mode_get()
[all …]
H A Dgma_display.c117 REG_READ(map->base); in gma_pipe_set_base()
120 REG_READ(map->base); in gma_pipe_set_base()
189 void gma_crtc_dpms(struct drm_crtc *crtc, int mode) in gma_crtc_dpms() argument
205 switch (mode) { in gma_crtc_dpms()
237 REG_WRITE(map->base, REG_READ(map->base)); in gma_crtc_dpms()
286 REG_WRITE(map->base, REG_READ(map->base)); in gma_crtc_dpms()
724 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2) in gma_pll_is_valid()
729 if (clock->m1 <= clock->m2 && clock->m1 != 0) in gma_pll_is_valid()
781 for (clock.m2 = limit->m2.min; in gma_find_best_pll()
782 (clock.m2 < clock.m1 || clock.m1 == 0) && in gma_find_best_pll()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c41 .m2 = {.min = 58, .max = 158},
53 .m2 = {.min = 58, .max = 158},
68 .m2 = {.min = 65, .max = 130},
80 .m2 = {.min = 58, .max = 158},
92 .m2 = {.min = 65, .max = 130},
104 .m2 = {.min = 58, .max = 162},
394 clock->m = clock->m2 + 2; in cdv_intel_clock()
417 clock.m2 = 118; in cdv_intel_find_dp_pll()
423 clock.m2 = 98; in cdv_intel_find_dp_pll()
433 clock.m2 = 160; in cdv_intel_find_dp_pll()
[all …]
H A Dpsb_intel_display.c31 .m2 = {.min = 3, .max = 7},
43 .m2 = {.min = 3, .max = 7},
68 clock->m = 5 * (clock->m1 + 2) + (clock->m2 + 2); in psb_intel_clock()
150 fp = clock.n << 16 | clock.m1 << 8 | clock.m2; in psb_intel_crtc_mode_set()
277 ((mode->vdisplay - 1) << 16) | (mode->hdisplay - 1)); in psb_intel_crtc_mode_set()
280 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1)); in psb_intel_crtc_mode_set()
331 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT; in psb_intel_crtc_clock_get()
400 mode = kzalloc(sizeof(*mode), GFP_KERNEL); in psb_intel_crtc_mode_get()
401 if (!mode) in psb_intel_crtc_mode_get()
414 drm_mode_set_name(mode); in psb_intel_crtc_mode_get()
[all …]
H A Dgma_display.c117 REG_READ(map->base); in gma_pipe_set_base()
120 REG_READ(map->base); in gma_pipe_set_base()
189 void gma_crtc_dpms(struct drm_crtc *crtc, int mode) in gma_crtc_dpms() argument
205 switch (mode) { in gma_crtc_dpms()
237 REG_WRITE(map->base, REG_READ(map->base)); in gma_crtc_dpms()
286 REG_WRITE(map->base, REG_READ(map->base)); in gma_crtc_dpms()
724 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2) in gma_pll_is_valid()
729 if (clock->m1 <= clock->m2 && clock->m1 != 0) in gma_pll_is_valid()
781 for (clock.m2 = limit->m2.min; in gma_find_best_pll()
782 (clock.m2 < clock.m1 || clock.m1 == 0) && in gma_find_best_pll()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c41 .m2 = {.min = 58, .max = 158},
53 .m2 = {.min = 58, .max = 158},
68 .m2 = {.min = 65, .max = 130},
80 .m2 = {.min = 58, .max = 158},
92 .m2 = {.min = 65, .max = 130},
104 .m2 = {.min = 58, .max = 162},
394 clock->m = clock->m2 + 2; in cdv_intel_clock()
417 clock.m2 = 118; in cdv_intel_find_dp_pll()
423 clock.m2 = 98; in cdv_intel_find_dp_pll()
433 clock.m2 = 160; in cdv_intel_find_dp_pll()
[all …]
H A Dpsb_intel_display.c31 .m2 = {.min = 3, .max = 7},
43 .m2 = {.min = 3, .max = 7},
68 clock->m = 5 * (clock->m1 + 2) + (clock->m2 + 2); in psb_intel_clock()
150 fp = clock.n << 16 | clock.m1 << 8 | clock.m2; in psb_intel_crtc_mode_set()
277 ((mode->vdisplay - 1) << 16) | (mode->hdisplay - 1)); in psb_intel_crtc_mode_set()
280 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1)); in psb_intel_crtc_mode_set()
331 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT; in psb_intel_crtc_clock_get()
400 mode = kzalloc(sizeof(*mode), GFP_KERNEL); in psb_intel_crtc_mode_get()
401 if (!mode) in psb_intel_crtc_mode_get()
414 drm_mode_set_name(mode); in psb_intel_crtc_mode_get()
[all …]
H A Dgma_display.c117 REG_READ(map->base); in gma_pipe_set_base()
120 REG_READ(map->base); in gma_pipe_set_base()
189 void gma_crtc_dpms(struct drm_crtc *crtc, int mode) in gma_crtc_dpms() argument
205 switch (mode) { in gma_crtc_dpms()
237 REG_WRITE(map->base, REG_READ(map->base)); in gma_crtc_dpms()
286 REG_WRITE(map->base, REG_READ(map->base)); in gma_crtc_dpms()
724 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2) in gma_pll_is_valid()
729 if (clock->m1 <= clock->m2 && clock->m1 != 0) in gma_pll_is_valid()
781 for (clock.m2 = limit->m2.min; in gma_find_best_pll()
782 (clock.m2 < clock.m1 || clock.m1 == 0) && in gma_find_best_pll()
[all …]
/dports/security/py-m2crypto/M2Crypto-0.38.0/src/M2Crypto/SSL/
H A DContext.py44 map = ctxmap variable
51 m2_ssl_ctx_free = m2.ssl_ctx_free
63 self.ctx = m2.ssl_ctx_new(proto())
67 m2.ssl_ctx_set_cache_size(self.ctx, 128)
69 self.set_options(m2.SSL_OP_ALL | m2.SSL_OP_NO_SSLv2 |
70 m2.SSL_OP_NO_SSLv3)
226 def set_verify(self, mode, depth, callback=None): argument
241 m2.ssl_ctx_set_verify_default(self.ctx, mode)
243 m2.ssl_ctx_set_verify(self.ctx, mode, callback)
387 def set_session_cache_mode(self, mode): argument
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/console/
H A DAppletConsole.java103 Keymap map = ta.getKeymap(); in start() local
108 map.removeKeyStrokeBinding(shiftA); in start()
195 JMenu m2 = null; in addHelpItems() local
208 m2.add(item); in addHelpItems()
215 m.add(m2); in addHelpItems()
216 m2 = null; in addHelpItems()
219 m2.add(item); in addHelpItems()
222 m.add(m2); in addHelpItems()
256 int mode = processKey(kcode, kid, isControlDown); in processComponentKeyEvent() local
257 if ((mode & 1) == 1) in processComponentKeyEvent()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x =
102 (if "-" `isPrefixOf` x then [] else expectMode mode x) ++
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x =
102 (if "-" `isPrefixOf` x then [] else expectMode mode x) ++
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x =
102 (if "-" `isPrefixOf` x then [] else expectMode mode x) ++
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x =
102 (if "-" `isPrefixOf` x then [] else expectMode mode x) ++
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x
103 | otherwise = expectMode mode x ++ expectArg arg x ++ expectFlag flag x
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x
103 | otherwise = expectMode mode x ++ expectArg arg x ++ expectFlag flag x
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x
103 | otherwise = expectMode mode x ++ expectArg arg x ++ expectFlag flag x
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x
103 | otherwise = expectMode mode x ++ expectArg arg x ++ expectFlag flag x
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/Explicit/
H A DComplete.hs28 showList xs = showString $ unlines (map show xs)
49 complete mode_ args_ (i,_) = nub $ followArgs mode args now
53 (mode,args) = followModes mode_ seen
58 followModes m (x:xs) | Just m2 <- pickBy modeNames x $ modeModes m = followModes m2 xs
101 expectArgFlagMode mode arg flag x
103 | otherwise = expectMode mode x ++ expectArg arg x ++ expectFlag flag x
111 expectMode mode = expectStrings (map modeNames mode) function
119 | (a,_:b) <- break (== '=') x = case pickBy (map f . flagNames) a flag of
121 Just flg -> map (prepend (a ++ "=")) $ expectVal flg b
122 | otherwise = expectStrings (map (map f . flagNames) flag) x
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Danalysis_enc.c141 int map[MAX_ALPHA + 1]; in AssignSegments() local
178 map[a] = n; in AssignSegments()
206 mb->segment_ = map[alpha]; in AssignSegments()
207 mb->alpha_ = centers[map[alpha]]; // for the record. in AssignSegments()
232 int mode; in MBAnalyzeBestIntra16Mode() local
237 for (mode = 0; mode < max_mode; ++mode) { in MBAnalyzeBestIntra16Mode()
261 uint32_t dc[16], m, m2; in FastMBAnalyze() local
265 for (m = 0, m2 = 0, k = 0; k < 16; ++k) { in FastMBAnalyze()
267 m2 += dc[k] * dc[k]; in FastMBAnalyze()
269 if (kThreshold * m2 < m * m) { in FastMBAnalyze()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Danalysis_enc.c141 int map[MAX_ALPHA + 1]; in AssignSegments() local
178 map[a] = n; in AssignSegments()
206 mb->segment_ = map[alpha]; in AssignSegments()
207 mb->alpha_ = centers[map[alpha]]; // for the record. in AssignSegments()
232 int mode; in MBAnalyzeBestIntra16Mode() local
237 for (mode = 0; mode < max_mode; ++mode) { in MBAnalyzeBestIntra16Mode()
261 uint32_t dc[16], m, m2; in FastMBAnalyze() local
265 for (m = 0, m2 = 0, k = 0; k < 16; ++k) { in FastMBAnalyze()
267 m2 += dc[k] * dc[k]; in FastMBAnalyze()
269 if (kThreshold * m2 < m * m) { in FastMBAnalyze()
[all …]
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Danalysis_enc.c141 int map[MAX_ALPHA + 1]; in AssignSegments() local
178 map[a] = n; in AssignSegments()
206 mb->segment_ = map[alpha]; in AssignSegments()
207 mb->alpha_ = centers[map[alpha]]; // for the record. in AssignSegments()
232 int mode; in MBAnalyzeBestIntra16Mode() local
237 for (mode = 0; mode < max_mode; ++mode) { in MBAnalyzeBestIntra16Mode()
261 uint32_t dc[16], m, m2; in FastMBAnalyze() local
265 for (m = 0, m2 = 0, k = 0; k < 16; ++k) { in FastMBAnalyze()
267 m2 += dc[k] * dc[k]; in FastMBAnalyze()
269 if (kThreshold * m2 < m * m) { in FastMBAnalyze()
[all …]
/dports/graphics/webp/libwebp-1.2.1/src/enc/
H A Danalysis_enc.c141 int map[MAX_ALPHA + 1]; in AssignSegments() local
178 map[a] = n; in AssignSegments()
206 mb->segment_ = map[alpha]; in AssignSegments()
207 mb->alpha_ = centers[map[alpha]]; // for the record. in AssignSegments()
232 int mode; in MBAnalyzeBestIntra16Mode() local
237 for (mode = 0; mode < max_mode; ++mode) { in MBAnalyzeBestIntra16Mode()
261 uint32_t dc[16], m, m2; in FastMBAnalyze() local
265 for (m = 0, m2 = 0, k = 0; k < 16; ++k) { in FastMBAnalyze()
267 m2 += dc[k] * dc[k]; in FastMBAnalyze()
269 if (kThreshold * m2 < m * m) { in FastMBAnalyze()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/enc/
H A Danalysis_enc.c141 int map[MAX_ALPHA + 1]; in AssignSegments() local
178 map[a] = n; in AssignSegments()
206 mb->segment_ = map[alpha]; in AssignSegments()
207 mb->alpha_ = centers[map[alpha]]; // for the record. in AssignSegments()
232 int mode; in MBAnalyzeBestIntra16Mode() local
237 for (mode = 0; mode < max_mode; ++mode) { in MBAnalyzeBestIntra16Mode()
261 uint32_t dc[16], m, m2; in FastMBAnalyze() local
265 for (m = 0, m2 = 0, k = 0; k < 16; ++k) { in FastMBAnalyze()
267 m2 += dc[k] * dc[k]; in FastMBAnalyze()
269 if (kThreshold * m2 < m * m) { in FastMBAnalyze()
[all …]

12345678910>>...73