/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1037 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 D | aty128fb.c | 1035 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 D | vf_fieldmatch.c | 440 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 D | sortedlines.cpp | 106 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 D | wavlike.c | 702 { 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 D | evdev-tablet.c | 356 * 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 D | generate_entry_points.py | 1944 "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 D | dng_lossless_jpeg.cpp | 1409 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 D | mathmodule.c | 1983 * 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 D | e1000_82575.h | 86 } upper; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | defines.h | 120 #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 D | vf.h | 63 } upper; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_82575.h | 86 } upper; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.h | 63 } upper; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | defines.h | 120 #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 D | fb.h | 166 u64 upper; member
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | tokenize.py | 40 VALID_IDENTIFIER_CHARS = set(_letters + _letters.upper() + '_0123456789$')
|
/third_party/googletest/googletest/scripts/ |
H A D | gen_gtest_pred_impl.py | 181 return word[0].upper() + word[1:]
|
/third_party/node/src/ |
H A D | jsvm_types.h | 573 /** upper type. */ 574 uint64_t upper; member
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSNew.py | 48 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 D | MSVSNew.py | 48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
|
/third_party/mesa3d/src/panfrost/perf/ |
H A D | pan_gen_perf.py | 201 c.write(".units = PAN_PERF_COUNTER_UNITS_%s," % (counter.units.upper()))
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ffc.h | 198 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv_key,
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_percolator.py | 23 chars = chars.upper()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_extensions.py | 296 words = [words[0]] + [(word[0].upper() + word[1:]) for word in words[1:]]
|