/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 247 } upper; member 282 } upper; member 305 } upper; member 355 } upper; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_switchdev.c | 357 static int lan966x_foreign_bridging_check(struct net_device *upper, in lan966x_foreign_bridging_check() argument 366 if (!netif_is_bridge_master(upper) && in lan966x_foreign_bridging_check() 367 !netif_is_lag_master(upper)) in lan966x_foreign_bridging_check() 370 netdev_for_each_lower_dev(upper, dev, iter) { in lan966x_foreign_bridging_check() 386 * upper device in lan966x_foreign_bridging_check()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 268 } upper; member 303 } upper; member 326 } upper; member 376 } upper; member
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-atmel-tcb.c | 56 u32 lower, upper; in tc_get_cycles() local 60 upper = readl_relaxed(tcaddr + ATMEL_TC_REG(1, CV)); in tc_get_cycles() 62 } while (upper != readl_relaxed(tcaddr + ATMEL_TC_REG(1, CV))); in tc_get_cycles() 65 return (upper << 16) | lower; in tc_get_cycles()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_distr.c | 53 i->upper = htonl(p->sr.upper); in publ_to_item() 242 p->sr.lower, p->sr.upper); in tipc_publ_purge() 288 ntohl(i->type), ntohl(i->lower), ntohl(i->upper)); in tipc_update_nametbl()
|
H A D | topsrv.h | 51 u32 upper, u32 filter, int *conid);
|
H A D | name_distr.h | 48 * @upper: name sequence upper bound 65 __be32 upper; member
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcher.java | 49 * <li>All captures are limited in order to place an upper bound to the text matched by the 177 /** Returns a regular expression quantifier with an upper and lower limit. */ 178 private static String limit(int lower, int upper) { in limit() argument 179 if ((lower < 0) || (upper <= 0) || (upper < lower)) { in limit() 182 return "{" + lower + "," + upper + "}"; in limit()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_iptc.cpp | 677 uint32 upper = ss.Length () - 1; in SpoolString() local 679 while (upper > lower) in SpoolString() 682 uint32 middle = (upper + lower + 1) >> 1; in SpoolString() 700 upper = middle - 1; in SpoolString()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | topsrv.h | 51 u32 upper, u32 filter, int *conid);
|
H A D | name_distr.h | 48 * @upper: name sequence upper bound 65 __be32 upper; member
|
/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramgm107.c | 36 .upper = 0x1000000000ULL,
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | params.h | 28 struct path upper; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramgm107.c | 36 .upper = 0x1000000000ULL,
|
/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
|
/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);
|