| /third_party/cups-filters/cupsfilters/ |
| H A D | cmyk.c | 1038 upper; /* End of color ink */ in cupsCMYKLoad() local 1115 if (sscanf(attr->value, "%f%f", &lower, &upper) == 2) in cupsCMYKLoad() 1116 cupsCMYKSetBlack(cmyk, lower, upper); in cupsCMYKLoad() 1695 float upper) /* I - Only black ink */ in cupsCMYKSetBlack() 1698 delta, /* Difference between lower and upper */ in cupsCMYKSetBlack() 1707 if (cmyk == NULL || lower < 0.0 || lower > 1.0 || upper < 0.0 || upper > 1.0 || in cupsCMYKSetBlack() 1708 lower > upper) in cupsCMYKSetBlack() 1712 * Convert lower and upper to integers from 0 to 255... in cupsCMYKSetBlack() 1716 iupper = (int)(255.0 * upper in cupsCMYKSetBlack() 1693 cupsCMYKSetBlack(cups_cmyk_t *cmyk, float lower, float upper) cupsCMYKSetBlack() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
| H A D | smt.c | 100 static int div_ratio(u_long upper, u_long lower); 277 u_long upper ; in smt_event() local 294 upper = in smt_event() 300 mib->fddiMACFrameErrorRatio = div_ratio(upper,lower) ; in smt_event() 312 upper = in smt_event() 315 upper + in smt_event() 317 mib->fddiMACNotCopiedRatio = div_ratio(upper,lower) ; in smt_event() 444 static int div_ratio(u_long upper, u_long lower) in div_ratio() argument 446 if ((upper<<16L) < upper) in div_ratio() [all...] |
| /kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
| H A D | smt.c | 100 static int div_ratio(u_long upper, u_long lower); 277 u_long upper ; in smt_event() local 294 upper = in smt_event() 300 mib->fddiMACFrameErrorRatio = div_ratio(upper,lower) ; in smt_event() 312 upper = in smt_event() 315 upper + in smt_event() 317 mib->fddiMACNotCopiedRatio = div_ratio(upper,lower) ; in smt_event() 444 static int div_ratio(u_long upper, u_long lower) in div_ratio() argument 446 if ((upper<<16L) < upper) in div_ratio() [all...] |
| /base/web/webview/ohos_interface/ohos_glue/scripts/ |
| H A D | make_cpptoc_header.py | 63 guard = def_name.upper() + '_CPPTOC_H_'
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramgm200.c | 51 .upper = 0x1000000000ULL,
|
| H A D | ramgf108.c | 46 .upper = 0x0200000000ULL,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramgf108.c | 46 .upper = 0x0200000000ULL,
|
| H A D | ramgm200.c | 51 .upper = 0x1000000000ULL,
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | check-header-guards.py | 16 tag = x.upper ().replace ('.', '_').replace ('-', '_')
|
| H A D | hb-ot-os2-table.hh | 84 inline bool get_optical_size (unsigned int *lower, unsigned int *upper) const in get_optical_size() 95 *upper = upper_optical_size; in get_optical_size()
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_1d_table.h | 114 uint32 upper,
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| H A D | policydb.c | 1658 struct user_datum *upper, *user; in user_bounds_sanity_check() local 1662 upper = user = datum; in user_bounds_sanity_check() 1663 while (upper->bounds) { in user_bounds_sanity_check() 1674 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check() 1676 if (ebitmap_get_bit(&upper->roles, bit)) in user_bounds_sanity_check() 1683 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check() 1694 struct role_datum *upper, *role; in role_bounds_sanity_check() local 1698 upper = role = datum; in role_bounds_sanity_check() 1699 while (upper in role_bounds_sanity_check() 1730 struct type_datum *upper; type_bounds_sanity_check() local [all...] |
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | policydb.c | 1656 struct user_datum *upper, *user; in user_bounds_sanity_check() local 1660 upper = user = datum; in user_bounds_sanity_check() 1661 while (upper->bounds) { in user_bounds_sanity_check() 1672 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check() 1674 if (ebitmap_get_bit(&upper->roles, bit)) in user_bounds_sanity_check() 1681 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check() 1692 struct role_datum *upper, *role; in role_bounds_sanity_check() local 1696 upper = role = datum; in role_bounds_sanity_check() 1697 while (upper in role_bounds_sanity_check() 1728 struct type_datum *upper; type_bounds_sanity_check() local [all...] |
| /third_party/python/Lib/ |
| H A D | smtpd.py | 348 command = line.upper() 351 command = line[:i].upper() 444 if arg[:keylen].upper() == keyword: 473 lc_arg = arg.upper() 538 self.mail_options = params.upper().split() 592 self.rcpt_options = params.upper().split()
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | macsec.h | 51 u32 upper; member 53 u32 upper;
|
| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen4_hw_data.c | 105 static inline void adf_gen4_unpack_ssm_wdtimer(u64 value, u32 *upper, in adf_gen4_unpack_ssm_wdtimer() argument 109 *upper = upper_32_bits(value); in adf_gen4_unpack_ssm_wdtimer()
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| H A D | enums2names.py | 211 include_header_guard=re.sub(r'[^A-Z]', '_', os.path.basename(pkk_cfg.out_header).upper()), 246 ucname=name.upper(),
|
| /third_party/python/Lib/encodings/ |
| H A D | punycode.py | 190 extended = str(text, "ascii").upper() 193 extended = str(text[pos+1:], "ascii").upper()
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | generate_new_renderer.py | 265 'TypedImplCaps': typed_impl.upper(), 267 'RendererNameCaps': renderer_name.upper(),
|
| /third_party/skia/third_party/externals/dawn/generator/ |
| H A D | opengl_loader_generator.py | 39 return 'PFN' + self.gl_name.upper() + 'PROC' 96 return 'PFN' + self.gl_name.upper() + 'PROC'
|
| /kernel/linux/linux-5.10/net/tipc/ |
| H A D | socket.c | 690 addr->addr.nameseq.upper = addr->addr.nameseq.lower; in tipc_bind() 844 seq->upper, &dsts); in tipc_sendmcast() 856 msg_set_nameupper(hdr, seq->upper); in tipc_sendmcast() 1182 u32 type, lower, upper, scope; in tipc_sk_mcast_rcv() local 1217 upper = ~0; in tipc_sk_mcast_rcv() 1228 upper = msg_nameupper(hdr); in tipc_sk_mcast_rcv() 1232 tipc_nametbl_mc_lookup(net, type, lower, upper, in tipc_sk_mcast_rcv() 2552 return (addr->addr.nameseq.lower <= addr->addr.nameseq.upper); in tipc_sockaddr_is_sane() 2912 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper, in tipc_sk_publish() 2942 if (publ->upper ! in tipc_sk_withdraw() 3840 u32 type = 0, lower = 0, upper = 0; tipc_sk_filtering() local [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_decimalquantity.cpp | 861 (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude() 994 int32_t upper = scale + precision + exponent - 1; in toPlainString() local 996 if (upper < lReqPos - 1) { in toPlainString() 997 upper = lReqPos - 1; in toPlainString() 1002 int32_t p = upper; in toPlainString() 1026 int32_t upper = scale + precision - 1; in toExponentString() local 1028 if (upper < lReqPos - 1) { in toExponentString() 1029 upper = lReqPos - 1; in toExponentString() 1034 int32_t p = upper; in toExponentString()
|
| /third_party/libsnd/src/ |
| H A D | double64.c | 285 { int exponent, negative, upper, lower ; in double64_be_read() local 292 upper = (((cptr [1] & 0xF) << 24) | (cptr [2] << 16) | (cptr [3] << 8) | cptr [4]) ; in double64_be_read() 295 if (exponent == 0 && upper == 0 && lower == 0) in double64_be_read() 298 dvalue = upper + lower / ((double) 0x1000000) ; in double64_be_read() 318 { int exponent, negative, upper, lower ; in double64_le_read() local 325 upper = ((cptr [6] & 0xF) << 24) | (cptr [5] << 16) | (cptr [4] << 8) | cptr [3] ; in double64_le_read() 328 if (exponent == 0 && upper == 0 && lower == 0) in double64_le_read() 331 dvalue = upper + lower / ((double) 0x1000000) ; in double64_le_read()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_decimalquantity.cpp | 861 (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude() 994 int32_t upper = scale + precision + exponent - 1; in toPlainString() local 996 if (upper < lReqPos - 1) { in toPlainString() 997 upper = lReqPos - 1; in toPlainString() 1002 int32_t p = upper; in toPlainString() 1026 int32_t upper = scale + precision - 1; in toExponentString() local 1028 if (upper < lReqPos - 1) { in toExponentString() 1029 upper = lReqPos - 1; in toExponentString() 1034 int32_t p = upper; in toExponentString()
|
| /kernel/linux/linux-5.10/drivers/net/bonding/ |
| H A D | bond_alb.c | 945 static int alb_upper_dev_walk(struct net_device *upper, in alb_upper_dev_walk() argument 955 if (is_vlan_dev(upper) && in alb_upper_dev_walk() 956 bond->dev->lower_level == upper->lower_level - 1) { in alb_upper_dev_walk() 957 if (upper->addr_assign_type == NET_ADDR_STOLEN) { in alb_upper_dev_walk() 959 vlan_dev_vlan_proto(upper), in alb_upper_dev_walk() 960 vlan_dev_vlan_id(upper)); in alb_upper_dev_walk() 962 alb_send_lp_vid(slave, upper->dev_addr, in alb_upper_dev_walk() 963 vlan_dev_vlan_proto(upper), in alb_upper_dev_walk() 964 vlan_dev_vlan_id(upper)); in alb_upper_dev_walk() 971 if (netif_is_macvlan(upper) in alb_upper_dev_walk() [all...] |