/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_rc6.c | 669 u32 lower, upper, tmp; in vlv_residency_raw() local 680 * With a control bit, we can choose between upper or lower in vlv_residency_raw() 690 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw() 692 tmp = upper; in vlv_residency_raw() 700 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw() 701 } while (upper != tmp && --loop); in vlv_residency_raw() 709 return lower | (u64)upper << 8; in vlv_residency_raw()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_rc6.c | 755 u32 lower, upper, tmp; in vlv_residency_raw() local 766 * With a control bit, we can choose between upper or lower in vlv_residency_raw() 776 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw() 778 tmp = upper; in vlv_residency_raw() 786 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw() 787 } while (upper != tmp && --loop); in vlv_residency_raw() 795 return lower | (u64)upper << 8; in vlv_residency_raw()
|
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 909 int lower, upper; /* Lower and upper page numbers */ in check_range() local 934 upper = (int)strtol(range, (char **)&range, 10); in check_range() 944 upper = 65535; in check_range() 946 upper = (int)strtol(range, (char **)&range, 10); in check_range() 949 upper = lower; in check_range() 952 if (page >= lower && page <= upper) in check_range()
|
/third_party/python/Lib/msilib/ |
H A D | __init__.py | 143 ProductCode = ProductCode.upper() 188 return "{"+UuidCreate().upper()+"}" 272 uuid = uuid.upper() 296 prefix = "".join(parts[:-1]).upper() 297 suffix = parts[-1].upper() 302 prefix = file.upper()
|
/third_party/python/Lib/test/ |
H A D | test_unicodedata.py | 54 char.upper(), 59 (char + 'ABC').upper(), 293 # the upper-case mapping: as delta, or as absolute value 294 self.assertTrue("a".upper()=='A') 295 self.assertTrue("\u1d79".upper()=='\ua77d') 296 self.assertTrue(".".upper()=='.') 300 # Only U+0000 should have U+0000 as its upper/lower/titlecase variant 304 if "\x00" in chr(c).lower()+chr(c).upper()+chr(c).title()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | topsrv.h | 51 u32 upper, u32 filter, int *conid);
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | topsrv.h | 51 u32 upper, u32 filter, int *conid);
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 153 s64 upper = (off + (1 << 11)) >> 12; in emit_addr() local 161 emit(rv_auipc(rd, upper), ctx); in emit_addr() 179 s64 upper = (val + (1 << 11)) >> 12; in emit_imm() local 187 if (upper) in emit_imm() 188 emit_lui(rd, upper, ctx); in emit_imm() 190 if (!upper) { in emit_imm() 199 shift = __ffs(upper); in emit_imm() 200 upper >>= shift; in emit_imm() 203 emit_imm(rd, upper, ctx); in emit_imm() 293 s64 upper, lowe in emit_branch() local 443 s64 upper, lower; emit_jump_and_link() local [all...] |
/foundation/communication/wifi/wifi/base/state_machine/include/ |
H A D | state_machine.h | 299 * @param upper - upper state.[in] 301 void StatePlus(State *state, State *upper); 372 * @param upper - upper of state.[in] 375 StateInfo *StatePlus(State *state, State *upper); 424 * @Description : Writes the inactive upper states of targetState 478 * the upper state processing is called, and so on. If all upper states 488 * state in the list to the public upper stat [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | macsec.h | 35 u32 upper; member 37 u32 upper;
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_table.py | 38 return 'UTIL_FORMAT_LAYOUT_' + str(layout).upper() 42 return 'UTIL_FORMAT_COLORSPACE_' + str(colorspace).upper()
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | api.h | 51 #ifndef {{metadata.api.upper()}}_H_ 52 #define {{metadata.api.upper()}}_H_ 196 #endif // {{metadata.api.upper()}}_H_
|
/third_party/python/Modules/_decimal/tests/ |
H A D | randfloat.py | 14 # upper = smallest integer >= 2**54/5**k 15 upper = -(-2**54//5**k) 24 n, e = random.randrange(lower, upper, 2), k
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_emit.c | 174 * flag upper. For instance, xy would become 64-bit XY but that's just xyzw 202 * override to the lower or upper half, shifting the effective mask in in mir_pack_mask_alu() 269 * upper or lower. We need all components to be on the same in mir_pack_swizzle() 274 bool upper = swizzle[first] > 3; in mir_pack_swizzle() local 276 if (upper && mask) in mir_pack_swizzle() 289 assert(t_upper == upper); in mir_pack_swizzle() 293 /* Use the non upper part */ in mir_pack_swizzle() 304 *expand_mode = upper ? midgard_src_rep_high : in mir_pack_swizzle() 308 *expand_mode = upper ? midgard_src_expand_high : in mir_pack_swizzle() 310 } else if (upper) { in mir_pack_swizzle() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc.c | 724 static void PredictorSub0_C(const uint32_t* in, const uint32_t* upper, in PredictorSub0_C() argument 728 (void)upper; in PredictorSub0_C() 731 static void PredictorSub1_C(const uint32_t* in, const uint32_t* upper, in PredictorSub1_C() argument 735 (void)upper; in PredictorSub1_C() 742 const uint32_t* upper, \ 745 assert(upper != NULL); \ 748 VP8LPredictor##PREDICTOR_I##_C(in[x - 1], upper + x); \
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | predictor_enc.c | 70 const uint32_t* upper, uint32_t* out) { in PredictBatch() 77 VP8LPredictorsSub[2](current, upper, 1, out); in PredictBatch() 87 VP8LPredictorsSub[mode](current + x_start, upper + x_start, num_pixels, in PredictBatch() 149 // a boundary (inclusive upper limit). 155 const int upper = lower + quantization; in NearLosslessComponent() local 157 // if value comes after prediction and towards upper otherwise). in NearLosslessComponent() 159 if (residual - lower < upper - residual + bias) { in NearLosslessComponent() 160 // lower is closer to residual than upper. in NearLosslessComponent() 164 // (since lower is closer than upper) and residual is above the boundary. in NearLosslessComponent() 169 // upper i in NearLosslessComponent() 68 PredictBatch(int mode, int x_start, int y, int num_pixels, const uint32_t* current, const uint32_t* upper, uint32_t* out) PredictBatch() argument [all...] |
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/ |
H A D | conversion_mfcc.cpp | 257 double upper = (nextFreq - binFreq) / (nextFreq - thisFreq); in FiltersMel() local 258 double min = IsLessNotEqual(lower, upper) ? lower : upper; in FiltersMel()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_color_extract.h | 232 void ModifySignificantOctet(uint32_t *colors, int dimension, int lower, int upper)
in ModifySignificantOctet() argument 238 for (int i = lower; i <= upper ; i++) {
in ModifySignificantOctet() 246 for (int i = lower; i <= upper ; i++) {
in ModifySignificantOctet()
|
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/ |
H A D | color_extract.h | 238 void ModifySignificantOctet(uint32_t *colors, int dimension, int lower, int upper) in ModifySignificantOctet() argument 244 for (int i = lower; i <= upper ; i++) { in ModifySignificantOctet() 252 for (int i = lower; i <= upper ; i++) { in ModifySignificantOctet()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | module-plts.c | 127 u16 upper, lower; in is_zero_addend_relocation() local 131 upper = __mem_to_opcode_thumb16(((u16 *)tval)[0]); in is_zero_addend_relocation() 134 return (upper & 0x7ff) == 0x7ff && (lower & 0x2fff) == 0x2ffe; in is_zero_addend_relocation()
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 54 @ See if we need to handle upper 32-bit result. 59 @ Align divisor with upper part of dividend. 84 @ The division loop for needed upper bit positions.
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | module-plts.c | 122 u16 upper, lower; in is_zero_addend_relocation() local 126 upper = __mem_to_opcode_thumb16(((u16 *)tval)[0]); in is_zero_addend_relocation() 129 return (upper & 0x7ff) == 0x7ff && (lower & 0x2fff) == 0x2ffe; in is_zero_addend_relocation()
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | div64.S | 54 @ See if we need to handle upper 32-bit result. 59 @ Align divisor with upper part of dividend. 84 @ The division loop for needed upper bit positions.
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_cbdr.c | 152 u32 upper; in enetc_set_mac_flt_entry() local 165 upper = *(const u32 *)mac_addr; in enetc_set_mac_flt_entry() 167 cbd.addr[0] = cpu_to_le32(upper); in enetc_set_mac_flt_entry()
|
/third_party/lame/libmp3lame/vector/ |
H A D | xmm_quantize_sub.c | 68 int upper = max_nz + 1; in init_xrpow_core_sse() local 69 int upper4 = (upper / 4) * 4; in init_xrpow_core_sse() 70 int rest = upper-upper4; in init_xrpow_core_sse()
|