Home
last modified time | relevance | path

Searched refs:upper (Results 451 - 475 of 890) sorted by relevance

1...<<11121314151617181920>>...36

/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Daty128fb.c1037 u32 left, right, upper, lower, hslen, vslen, sync, vmode; in aty128_var_to_crtc() local
1053 upper = var->upper_margin; in aty128_var_to_crtc()
1101 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc()
1226 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; in aty128_crtc_to_var() local
1252 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var()
1269 var->upper_margin = upper; in aty128_crtc_to_var()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Daty128fb.c1035 u32 left, right, upper, lower, hslen, vslen, sync, vmode; in aty128_var_to_crtc() local
1051 upper = var->upper_margin; in aty128_var_to_crtc()
1099 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc()
1224 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; in aty128_crtc_to_var() local
1250 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var()
1267 var->upper_margin = upper; in aty128_crtc_to_var()
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldmatch.c440 int upper = 0, lower = 0; in build_diff_map() local
442 if (dp[u-tpitch] > 19) { count++; upper = 1; } in build_diff_map()
447 if (upper && lower) { in build_diff_map()
453 if ( dp[u- tpitch] > 19) upper = 1; in build_diff_map()
457 if ((upper && (lower || upper2)) || in build_diff_map()
458 (lower && (upper || lower2))) in build_diff_map()
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp106 debug->log(" is not good enough to be an upper bound\n"); in getBounds()
111 debug->log("Oi! I'm hallucinating. Will use the first upper bound"); in getBounds()
216 logger->log("Test for upper first failed. Bailing out!\n"); in analyse()
219 logger->log("upper first value is %i\n", upperFirst, upperFirst); in analyse()
490 Line lower, upper, trial, toAdd, helper; in detectContractions() local
528 upper.setToConcat(firstRep[i], UB[UCOL_PRIMARY]); in detectContractions()
529 //upper.setToConcat(firstRep[i], UB[secondRep[j]->strengthFromEmpty]); in detectContractions()
539 // for upper bound, we do the similar, so we have in detectContractions()
540 // upper = Thai + UB + UB, trial = Thai + UB + x, in detectContractions()
549 upper in detectContractions()
[all...]
/third_party/libsnd/src/
H A Dwavlike.c702 { int lower, upper, mid ; in wavlike_format_str() local
705 upper = sizeof (wave_descs) / sizeof (WAV_FORMAT_DESC) ; in wavlike_format_str()
708 if ((wave_descs [0].ID <= k) && (k <= wave_descs [upper - 1].ID)) in wavlike_format_str()
710 while (lower + 1 < upper) in wavlike_format_str()
711 { mid = (upper + lower) / 2 ; in wavlike_format_str()
716 upper = mid ; in wavlike_format_str()
/third_party/libinput/src/
H A Devdev-tablet.c356 * Note: the upper threshold takes the offset into account so that in normalize_pressure()
360 * | + upper threshold / tip trigger in normalize_pressure()
1115 if (r.lower >= r.upper) { in tool_set_pressure_thresholds()
1119 hi = r.upper; in tool_set_pressure_thresholds()
1124 tool->pressure.threshold.upper = hi; in tool_set_pressure_thresholds()
1327 * device coordinates) between upper and lower as before which isn't in set_pressure_offset()
1330 int gap = tool->pressure.threshold.upper - tool->pressure.threshold.lower; in set_pressure_offset()
1332 tool->pressure.threshold.upper = offset + gap; in set_pressure_offset()
1469 } else if (pressure >= tool->pressure.threshold.upper && in detect_tool_contact()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py1944 "name_upper": cmd_name.upper(),
1961 annotation_upper=annotation.upper(),
1963 lib=lib.upper(),
2000 annotation_upper=annotation.upper(),
2061 annotation_upper=annotation.upper(),
2517 "annotation_upper": annotation.upper(),
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp1409 int32 upper = prevRowBuf [col ] [curComp]; in QuickPredict() local
1422 return upper; in QuickPredict()
1428 return left + upper - diag; in QuickPredict()
1431 return left + ((upper - diag) >> 1); in QuickPredict()
1434 return upper + ((left - diag) >> 1); in QuickPredict()
1437 return (left + upper) >> 1; in QuickPredict()
2379 // The upper neighbors are predictors for the first column. in DecodeImage()
/third_party/python/Modules/
H A Dmathmodule.c1983 * Compute an upper bound on the number of bits required to store in factorial_partial_product()
2031 unsigned long v, lower, upper; in factorial_odd_part() local
2040 upper = 3; in factorial_odd_part()
2045 lower = upper; in factorial_odd_part()
2047 upper = (v + 1) | 1; in factorial_odd_part()
2051 partial = factorial_partial_product(lower, upper, _Py_bit_length(upper-2)); in factorial_odd_part()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_82575.h86 } upper; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h120 #define IXGBE_RXD_PRI_MASK 0xE000 /* Priority is in upper 3 bits */
230 } upper; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Dvf.h63 } upper; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_82575.h86 } upper; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Dvf.h63 } upper; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h120 #define IXGBE_RXD_PRI_MASK 0xE000 /* Priority is in upper 3 bits */
230 } upper; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfb.h166 u64 upper; member
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py40 VALID_IDENTIFIER_CHARS = set(_letters + _letters.upper() + '_0123456789$')
/third_party/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py181 return word[0].upper() + word[1:]
/third_party/node/src/
H A Djsvm_types.h573 /** upper type. */
574 uint64_t upper; member
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSNew.py48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSNew.py48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
/third_party/mesa3d/src/panfrost/perf/
H A Dpan_gen_perf.py201 c.write(".units = PAN_PERF_COUNTER_UNITS_%s," % (counter.units.upper()))
/third_party/node/deps/openssl/openssl/include/internal/
H A Dffc.h198 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv_key,
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_percolator.py23 chars = chars.upper()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_extensions.py296 words = [words[0]] + [(word[0].upper() + word[1:]) for word in words[1:]]

Completed in 34 milliseconds

1...<<11121314151617181920>>...36