/kernel/linux/linux-6.6/kernel/trace/ |
H A D | pid_list.h | 23 * of the upper1 unions. Then a "cache" of upper and lower is allocated 28 * pid_list to find the next upper union. If the element is NULL, 39 * When the second upper section or the lower section has their last 62 /* Just keep 6 chunks of both upper and lower in the cache on alloc */ 81 union upper_chunk *upper[UPPER1_SIZE]; // 1 or 2K in size member
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_distr.h | 48 * @upper: name sequence upper bound 65 __be32 upper; member
|
/third_party/jerryscript/tools/ |
H A D | rss-measure.sh | 20 OS=`uname -s | tr [:upper:] [:lower:]`
|
/third_party/python/Tools/unicode/ |
H A D | gencjkcodecs.py | 60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
H A D | random_generator.h | 52 /// @param upper - upper bound of integer generated 53 /// @returns i, where lower <= i < upper 54 uint32_t GetUInt32(uint32_t lower, uint32_t upper);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
H A D | random_generator.h | 52 /// @param upper - upper bound of integer generated 53 /// @returns i, where lower <= i < upper 54 uint32_t GetUInt32(uint32_t lower, uint32_t upper);
|
/third_party/spirv-tools/test/fuzzers/ |
H A D | random_generator.h | 52 /// @param upper - upper bound of integer generated 53 /// @returns i, where lower <= i < upper 54 uint32_t GetUInt32(uint32_t lower, uint32_t upper);
|
/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...] |
/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()
|
/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 ('-', '_')
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_1d_table.h | 114 uint32 upper,
|
/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-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()
|