/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | ssbo.txt | 6905 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.lowp_float 6906 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.mediump_float 6907 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.highp_float 6908 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.lowp_vec2 6909 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.mediump_vec2 6910 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.highp_vec2 6911 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.lowp_vec3 6912 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.mediump_vec3 6913 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.highp_vec3 6914 dEQP-VK.ssbo.phys.layout.single_basic_type.std140.lowp_vec4 [all …]
|
/third_party/uboot/u-boot-2020.01/arch/mips/dts/ |
D | jr2_pcb111.dts | 236 phys = <&serdes_hsio 0 SERDES6G(4) PHY_MODE_QSGMII>; 241 phys = <&serdes_hsio 1 0xff PHY_MODE_QSGMII>; 246 phys = <&serdes_hsio 2 0xff PHY_MODE_QSGMII>; 251 phys = <&serdes_hsio 3 0xff PHY_MODE_QSGMII>; 256 phys = <&serdes_hsio 4 SERDES6G(5) PHY_MODE_QSGMII>; 261 phys = <&serdes_hsio 5 0xff PHY_MODE_QSGMII>; 266 phys = <&serdes_hsio 6 0xff PHY_MODE_QSGMII>; 271 phys = <&serdes_hsio 7 0xff PHY_MODE_QSGMII>; 276 phys = <&serdes_hsio 8 SERDES6G(6) PHY_MODE_QSGMII>; 281 phys = <&serdes_hsio 9 0xff PHY_MODE_QSGMII>; [all …]
|
D | luton_pcb090.dts | 194 phys = <&serdes_hsio 12 SERDES6G(1) PHY_MODE_QSGMII>; 199 phys = <&serdes_hsio 13 0xff PHY_MODE_QSGMII>; 204 phys = <&serdes_hsio 14 0xff PHY_MODE_QSGMII>; 209 phys = <&serdes_hsio 15 0xff PHY_MODE_QSGMII>; 214 phys = <&serdes_hsio 16 SERDES6G(2) PHY_MODE_QSGMII>; 219 phys = <&serdes_hsio 17 0xff PHY_MODE_QSGMII>; 224 phys = <&serdes_hsio 18 0xff PHY_MODE_QSGMII>; 229 phys = <&serdes_hsio 19 0xff PHY_MODE_QSGMII>; 234 phys = <&serdes_hsio 20 SERDES6G(3) PHY_MODE_QSGMII>; 239 phys = <&serdes_hsio 21 0xff PHY_MODE_QSGMII>; [all …]
|
D | jr2_pcb110.dts | 112 phys = <&serdes_hsio 0 SERDES1G(1) PHY_MODE_SGMII>; 117 phys = <&serdes_hsio 1 SERDES1G(2) PHY_MODE_SGMII>; 122 phys = <&serdes_hsio 2 SERDES1G(3) PHY_MODE_SGMII>; 127 phys = <&serdes_hsio 3 SERDES1G(4) PHY_MODE_SGMII>; 132 phys = <&serdes_hsio 4 SERDES1G(5) PHY_MODE_SGMII>; 137 phys = <&serdes_hsio 5 SERDES1G(6) PHY_MODE_SGMII>; 142 phys = <&serdes_hsio 6 SERDES1G(7) PHY_MODE_SGMII>; 147 phys = <&serdes_hsio 7 SERDES1G(8) PHY_MODE_SGMII>;
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrdrivr.c | 37 PFR_PhyFont phys = &face->phy_font; in pfr_get_kerning() local 43 if ( phys->outline_resolution != phys->metrics_resolution ) in pfr_get_kerning() 47 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 48 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 52 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 53 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 83 PFR_PhyFont phys = &face->phy_font; in pfr_get_advance() local 86 if ( gindex < phys->num_chars ) in pfr_get_advance() 88 *anadvance = phys->chars[gindex].advance; in pfr_get_advance() 106 PFR_PhyFont phys = &face->phy_font; in pfr_get_metrics() local [all …]
|
/third_party/freetype/src/pfr/ |
D | pfrdrivr.c | 36 PFR_PhyFont phys = &face->phy_font; in pfr_get_kerning() local 42 if ( phys->outline_resolution != phys->metrics_resolution ) in pfr_get_kerning() 46 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 47 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 51 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 52 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 82 PFR_PhyFont phys = &face->phy_font; in pfr_get_advance() local 85 if ( gindex < phys->num_chars ) in pfr_get_advance() 87 *anadvance = phys->chars[gindex].advance; in pfr_get_advance() 105 PFR_PhyFont phys = &face->phy_font; in pfr_get_metrics() local [all …]
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrdrivr.c | 36 PFR_PhyFont phys = &face->phy_font; in pfr_get_kerning() local 42 if ( phys->outline_resolution != phys->metrics_resolution ) in pfr_get_kerning() 46 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 47 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 51 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 52 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 82 PFR_PhyFont phys = &face->phy_font; in pfr_get_advance() local 85 if ( gindex < phys->num_chars ) in pfr_get_advance() 87 *anadvance = phys->chars[gindex].advance; in pfr_get_advance() 105 PFR_PhyFont phys = &face->phy_font; in pfr_get_metrics() local [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-k3/ |
D | arm64-mmu.c | 23 .phys = 0x0UL, 30 .phys = 0x80000000UL, 36 .phys = 0xa0000000UL, 42 .phys = 0xa2100000UL, 48 .phys = 0x880000000UL, 69 .phys = 0x0UL, 76 .phys = 0x80000000UL, 82 .phys = 0xa0000000UL, 88 .phys = 0xbbc00000UL, 94 .phys = 0x880000000UL, [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-rmobile/ |
D | memmap-gen3.c | 17 .phys = 0x0UL, 24 .phys = 0x40000000UL, 30 .phys = 0x47E00000UL, 36 .phys = 0xc0000000UL, 43 .phys = 0x100000000UL, 64 gen3_mem_map[i].phys = 0x0ULL; in enable_caches() 88 gen3_mem_map[i].phys = 0x40000000ULL; in enable_caches() 99 gen3_mem_map[i].phys = start; in enable_caches() 108 gen3_mem_map[i].phys = 0xc0000000ULL; in enable_caches() 129 gen3_mem_map[i].phys = start; in enable_caches() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-socfpga/ |
D | mmu-arm64_s10.c | 16 .phys = 0x0UL, 23 .phys = 0x80000000UL, 31 .phys = 0xF7000000UL, 39 .phys = 0xFFE00000UL, 46 .phys = 0xFFFC0000UL, 54 .phys = 0x0100000000UL, 61 .phys = 0x2000000000UL,
|
/third_party/libinput/udev/ |
D | libinput-device-group.c | 113 const char *path, *phys; in wacom_handle_ekr() local 128 phys = udev_device_get_sysattr_value(d, "phys"); in wacom_handle_ekr() 130 if (vidstr && pidstr && phys && in wacom_handle_ekr() 142 *phys_attr = strdup(phys); in wacom_handle_ekr() 158 *phys = NULL; in main() local 183 phys = udev_device_get_sysattr_value(device, "phys"); in main() 184 if (phys) in main() 193 if (!phys) in main() 208 snprintf(group, sizeof(group), "%s:%s", product, phys); in main() 231 physmatch ? physmatch : phys); in main()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-versal/ |
D | cpu.c | 31 .phys = 0x80000000UL, 38 .phys = 0xf0000000UL, 45 .phys = 0x400000000UL, 52 .phys = 0x600000000UL, 58 .phys = 0xe00000000UL, 72 versal_mem_map[banks].phys = 0xffe00000UL; in mem_map_fill() 85 versal_mem_map[banks].phys = gd->bd->bi_dram[i].start; in mem_map_fill()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-mvebu/armada8k/ |
D | cpu.c | 38 .phys = 0xf4000000UL, 46 .phys = 0xfa000000UL, 55 .phys = 0x0UL, 63 .phys = 0xf0000000UL, 71 .phys = 0xf2000000UL, 79 .phys = 0xf6000000UL,
|
/third_party/uboot/u-boot-2020.01/board/emulation/qemu-arm/ |
D | qemu-arm.c | 19 .phys = 0x00000000UL, 26 .phys = 0x08000000UL, 34 .phys = 0x40000000UL, 41 .phys = 0x4010000000ULL, 49 .phys = 0x8000000000ULL,
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-bcm283x/ |
D | init.c | 20 .phys = 0x00000000UL, 26 .phys = 0x3f000000UL, 40 .phys = 0x00000000UL, 46 .phys = 0xfe000000UL, 76 mem_map[i].phys = pd[i].phys; in _rpi_update_mem_map()
|
D | phys2bus.c | 9 unsigned long phys_to_bus(unsigned long phys) in phys_to_bus() argument 12 return 0xc0000000 | phys; in phys_to_bus() 14 return 0x40000000 | phys; in phys_to_bus()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | dosio.c | 115 unsigned short phys, in scan_partition_table() argument 240 part->phys = 0x80; in dos_open() 241 part->phys += toupper(tmp[2]) - 'A'; in dos_open() 253 part->phys = isdigit((int)tmp[2]) ? tmp[2] - '0' : 0; in dos_open() 255 part->phys = 0x00; /* We'll assume /dev/fd0 */ in dos_open() 263 if(part->phys < 0x80) in dos_open() 276 part->phys, in dos_open() 301 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec); in dos_open() 312 pent = scan_partition_table(pent, part->phys, &part->pno); in dos_open() 394 part->phys, in dos_read_blk() [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/phy/ |
D | phy-mtk-tphy.c | 106 struct mtk_phy_instance **phys; member 204 struct mtk_phy_instance *instance = tphy->phys[phy->id]; in mtk_phy_init() 226 struct mtk_phy_instance *instance = tphy->phys[phy->id]; in mtk_phy_power_on() 236 struct mtk_phy_instance *instance = tphy->phys[phy->id]; in mtk_phy_power_off() 246 struct mtk_phy_instance *instance = tphy->phys[phy->id]; in mtk_phy_exit() 272 if (phy_np == tphy->phys[index]->np) { in mtk_phy_xlate() 273 instance = tphy->phys[index]; in mtk_phy_xlate() 314 tphy->phys = devm_kcalloc(dev, tphy->nphys, sizeof(*tphy->phys), in mtk_tphy_probe() 316 if (!tphy->phys) in mtk_tphy_probe() 339 tphy->phys[index] = instance; in mtk_tphy_probe()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/s32v234/ |
D | cpu.c | 34 .phys = S32V234_IRAM_BASE, 40 .phys = S32V234_DRAM_BASE1, 46 .phys = S32V234_PERIPH_BASE, 54 .phys = S32V234_DRAM_BASE2,
|
/third_party/uboot/u-boot-2020.01/include/ |
D | phys2bus.h | 10 unsigned long phys_to_bus(unsigned long phys); 13 static inline unsigned long phys_to_bus(unsigned long phys) in phys_to_bus() argument 15 return phys; in phys_to_bus()
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pcie_layerscape.c | 95 u64 phys, u64 bus_addr, pci_size_t size) in ls_pcie_atu_outbound_set() argument 98 dbi_writel(pcie, (u32)phys, PCIE_ATU_LOWER_BASE); in ls_pcie_atu_outbound_set() 99 dbi_writel(pcie, phys >> 32, PCIE_ATU_UPPER_BASE); in ls_pcie_atu_outbound_set() 100 dbi_writel(pcie, (u32)phys + size - 1, PCIE_ATU_LIMIT); in ls_pcie_atu_outbound_set() 109 int bar, u64 phys) in ls_pcie_atu_inbound_set() argument 112 dbi_writel(pcie, (u32)phys, PCIE_ATU_LOWER_TARGET); in ls_pcie_atu_inbound_set() 113 dbi_writel(pcie, phys >> 32, PCIE_ATU_UPPER_TARGET); in ls_pcie_atu_inbound_set() 346 u64 phys = CONFIG_SYS_PCI_EP_MEMORY_BASE; in ls_pcie_ep_setup_atu() local 349 ls_pcie_atu_inbound_set(pcie, 0, 0, phys); in ls_pcie_ep_setup_atu() 351 phys += PCIE_BAR1_SIZE; in ls_pcie_ep_setup_atu() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-zynqmp/ |
D | cpu.c | 43 .phys = 0x80000000UL, 50 .phys = 0xf8000000UL, 57 .phys = 0x400000000UL, 64 .phys = 0x1000000000UL, 78 zynqmp_mem_map[banks].phys = 0xffe00000UL; in mem_map_fill() 92 zynqmp_mem_map[banks].phys = gd->bd->bi_dram[i].start; in mem_map_fill()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-uniphier/arm64/ |
D | mem_map.c | 15 .phys = 0x00000000, 23 .phys = 0x80000000, 37 uniphier_mem_map[1].phys = dram_base; in uniphier_mem_map_init()
|
/third_party/glib/gio/tests/ |
D | resolver.c | 72 print_resolved_name (const char *phys, in print_resolved_name() argument 77 printf ("Address: %s\n", phys); in print_resolved_name() 99 char *phys; in print_resolved_addresses() local 113 phys = g_inet_address_to_string (a->data); in print_resolved_addresses() 114 printf ("Address: %s\n", phys); in print_resolved_addresses() 115 g_free (phys); in print_resolved_addresses() 395 const char *phys = user_data; in lookup_by_addr_callback() local 400 print_resolved_name (phys, name, error); in lookup_by_addr_callback() 507 char *phys; in print_connectable_sockaddr() local 522 phys = g_inet_address_to_string (g_inet_socket_address_get_address (isa)); in print_connectable_sockaddr() [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/usb/dwc3/ |
D | dwc3-meson-g12a.c | 112 struct phy phys[PHY_COUNT]; member 154 if (!priv->phys[i].dev) in dwc3_meson_g12a_usb2_init() 267 if (!priv->phys[USB2_OTG_PHY].dev) in dwc3_meson_g12a_force_mode() 301 &priv->phys[i]); in dwc3_meson_g12a_get_phys() 403 if (!priv->phys[i].dev) in dwc3_meson_g12a_probe() 406 ret = generic_phy_init(&priv->phys[i]); in dwc3_meson_g12a_probe() 415 if (!priv->phys[i].dev) in dwc3_meson_g12a_probe() 418 generic_phy_exit(&priv->phys[i]); in dwc3_meson_g12a_probe() 434 if (!priv->phys[i].dev) in dwc3_meson_g12a_remove() 437 generic_phy_exit(&priv->phys[i]); in dwc3_meson_g12a_remove()
|