/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_regression.py | 170 def upper(self): member in RegressionTests.test_set_isolation_level.CustomStr
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | StringRef.cpp | 130 std::string StringRef::upper() const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | StringRef.cpp | 116 std::string StringRef::upper() const {
|
/third_party/python/Lib/test/test_importlib/ |
H A D | util.py | 90 changed_name = __file__.upper()
|
/third_party/vulkan-headers/registry/ |
H A D | cgenerator.py | 182 os.path.basename(self.genOpts.filename)).upper()
|
/third_party/vulkan-loader/scripts/ |
H A D | helper_file_generator.py | 246 value = value.upper()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 2681 static int bond_upper_dev_walk(struct net_device *upper, in bond_upper_dev_walk() argument 2686 return ip == bond_confirm_addr(upper, 0, ip); in bond_upper_dev_walk() 2776 struct net_device *upper; in bond_verify_device_path() local 2787 netdev_for_each_upper_dev_rcu(start_dev, upper, iter) { in bond_verify_device_path() 2788 tags = bond_verify_device_path(upper, end_dev, level + 1); in bond_verify_device_path() 2794 if (is_vlan_dev(upper)) { in bond_verify_device_path() 2795 tags[level].vlan_proto = vlan_dev_vlan_proto(upper); in bond_verify_device_path() 2796 tags[level].vlan_id = vlan_dev_vlan_id(upper); in bond_verify_device_path()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 195 struct net_device *upper = NULL; in mlx5_netdev_event() local 198 upper = netdev_master_upper_dev_get(lag_ndev); in mlx5_netdev_event() 206 if ((upper == ndev || (!upper && ndev == roce->netdev)) in mlx5_netdev_event() 471 struct net_device *ndev, *upper; in mlx5_query_port_roce() local 536 upper = netdev_master_upper_dev_get_rcu(ndev); in mlx5_query_port_roce() 537 if (upper) { in mlx5_query_port_roce() 539 ndev = upper; in mlx5_query_port_roce()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 3683 struct extent_buffer *upper = path->nodes[1]; in __push_leaf_right() local 3789 btrfs_set_node_key(upper, &disk_key, slot + 1); in __push_leaf_right() 3790 btrfs_mark_buffer_dirty(upper); in __push_leaf_right() 3830 struct extent_buffer *upper; in push_leaf_right() local 3840 upper = path->nodes[1]; in push_leaf_right() 3841 if (slot >= btrfs_header_nritems(upper) - 1) in push_leaf_right() 3846 right = btrfs_read_node_slot(upper, slot + 1); in push_leaf_right() 3862 ret = btrfs_cow_block(trans, root, right, upper, in push_leaf_right()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 2863 static int bond_upper_dev_walk(struct net_device *upper, in bond_upper_dev_walk() argument 2868 return ip == bond_confirm_addr(upper, 0, ip); in bond_upper_dev_walk() 2973 struct net_device *upper; in bond_verify_device_path() local 2984 netdev_for_each_upper_dev_rcu(start_dev, upper, iter) { in bond_verify_device_path() 2985 tags = bond_verify_device_path(upper, end_dev, level + 1); in bond_verify_device_path() 2991 if (is_vlan_dev(upper)) { in bond_verify_device_path() 2992 tags[level].vlan_proto = vlan_dev_vlan_proto(upper); in bond_verify_device_path() 2993 tags[level].vlan_id = vlan_dev_vlan_id(upper); in bond_verify_device_path()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 1645 * on upper level nodes, we unlock all the upper nodes before reading the in read_block_for_search() 1981 * write lock on the parent, and any other upper nodes, before doing the in search_leaf() 1983 * tasks to lock the parent and any other upper nodes. in search_leaf() 2013 * to insert, so we are safe to unlock all upper in search_leaf() 2031 * We can not unlock upper nodes when the key is in search_leaf() 2034 * and possibly of other upper nodes too. in search_leaf() 2036 * unlock all the upper nodes, using in search_leaf() 3242 struct extent_buffer *upper = path->nodes[1]; in __push_leaf_right() local 3337 btrfs_set_node_key(upper, in __push_leaf_right() 3378 struct extent_buffer *upper; push_leaf_right() local [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm93.c | 380 /* vid in mV, upper == 0 indicates low limit, otherwise upper limit */ 381 static unsigned LM93_IN_REL_FROM_REG(u8 reg, int upper, int vid) in LM93_IN_REL_FROM_REG() argument 383 const long uv_offset = upper ? (((reg >> 4 & 0x0f) + 1) * 12500) : in LM93_IN_REL_FROM_REG() 393 * vid in mV , upper == 0 indicates low limit, otherwise upper limit 394 * upper also determines which nibble of the register is returned 397 static u8 LM93_IN_REL_TO_REG(unsigned val, int upper, int vid) in LM93_IN_REL_TO_REG() argument 400 if (upper) { in LM93_IN_REL_TO_REG() 474 /* temp3-temp4 (nr=2,3) use upper nibbl in LM93_TEMP_AUTO_OFFSET_FROM_REG() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 345 static int ipoib_upper_walk(struct net_device *upper, in ipoib_upper_walk() argument 351 if (ipoib_is_dev_match_addr_rcu(data->addr, upper)) { in ipoib_upper_walk() 352 dev_hold(upper); in ipoib_upper_walk() 353 data->result = upper; in ipoib_upper_walk() 361 * Find a net_device matching the given address, which is an upper device of
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 527 } upper; member 557 } upper; member 582 #define E1000_RXD_SPC_PRI_MASK 0xE000 /* Priority is in upper 3 bits */ 632 } upper; member 704 } upper; member
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 2642 struct net_device *upper = info->upper_dev; in sja1105_prechangeupper() local 2646 if (is_vlan_dev(upper)) { in sja1105_prechangeupper() 2651 if (netif_is_bridge_master(upper)) { in sja1105_prechangeupper() 2655 if (br && br != upper && br_vlan_enabled(br)) { in sja1105_prechangeupper()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 524 } upper; member 554 } upper; member 579 #define E1000_RXD_SPC_PRI_MASK 0xE000 /* Priority is in upper 3 bits */ 629 } upper; member 701 } upper; member
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm93.c | 380 /* vid in mV, upper == 0 indicates low limit, otherwise upper limit */ 381 static unsigned LM93_IN_REL_FROM_REG(u8 reg, int upper, int vid) in LM93_IN_REL_FROM_REG() argument 383 const long uv_offset = upper ? (((reg >> 4 & 0x0f) + 1) * 12500) : in LM93_IN_REL_FROM_REG() 393 * vid in mV , upper == 0 indicates low limit, otherwise upper limit 394 * upper also determines which nibble of the register is returned 397 static u8 LM93_IN_REL_TO_REG(unsigned val, int upper, int vid) in LM93_IN_REL_TO_REG() argument 400 if (upper) { in LM93_IN_REL_TO_REG() 474 /* temp3-temp4 (nr=2,3) use upper nibbl in LM93_TEMP_AUTO_OFFSET_FROM_REG() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 348 static int ipoib_upper_walk(struct net_device *upper, in ipoib_upper_walk() argument 354 if (ipoib_is_dev_match_addr_rcu(data->addr, upper)) { in ipoib_upper_walk() 355 dev_hold(upper); in ipoib_upper_walk() 356 data->result = upper; in ipoib_upper_walk() 365 * the given address, which is an upper device of the given net_device.
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bindec.S | 114 | d2: upper 32-bits of mantissa for binstr 387 swap %d5 |use upper word of d5 for LAMBDA
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bindec.S | 114 | d2: upper 32-bits of mantissa for binstr 387 swap %d5 |use upper word of d5 for LAMBDA
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov772x.c | 74 #define AEW 0x24 /* AGC/AEC - Stable operating region (upper limit) */ 183 #define EDGE_UPPER 0x92 /* Edge strength upper limit when Auto mode */ 1007 } else if (priv->info->edgectrl.upper > priv->info->edgectrl.lower) { in ov772x_edgectrl() 1011 * Set upper and lower limit. in ov772x_edgectrl() 1015 priv->info->edgectrl.upper); in ov772x_edgectrl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 1232 struct net_device *upper = info->upper_dev; in nfp_tunnel_mac_event_handler() local 1237 !nfp_flower_is_supported_bridge(upper)) in nfp_tunnel_mac_event_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 1393 struct net_device *upper = info->upper_dev; in nfp_tunnel_mac_event_handler() local 1398 !nfp_flower_is_supported_bridge(upper)) in nfp_tunnel_mac_event_handler()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov772x.c | 75 #define AEW 0x24 /* AGC/AEC - Stable operating region (upper limit) */ 184 #define EDGE_UPPER 0x92 /* Edge strength upper limit when Auto mode */ 1026 } else if (priv->info->edgectrl.upper > priv->info->edgectrl.lower) { in ov772x_edgectrl() 1030 * Set upper and lower limit. in ov772x_edgectrl() 1034 priv->info->edgectrl.upper); in ov772x_edgectrl()
|
/third_party/jinja2/ |
H A D | filters.py | 213 return soft_str(s).upper() 322 item[0].upper() + item[1:].lower() 387 :param case_sensitive: When sorting strings, sort upper and lower 443 :param case_sensitive: Treat upper and lower case strings as distinct. 493 :param case_sensitive: Treat upper and lower case strings as distinct. 513 :param case_sensitive: Treat upper and lower case strings as distinct. 1847 "upper": do_upper,
|