Home
last modified time | relevance | path

Searched defs:mem_base (Results 1 – 25 of 1009) sorted by relevance

12345678910>>...41

/dports/textproc/libxml2/libxml2-2.9.12/
H A Dtestapi.c1301 int mem_base; in test_UTF8ToHtml() local
1366 int mem_base; in test_htmlAttrAllowed() local
1424 int mem_base; in test_htmlAutoCloseTag() local
1472 int mem_base; in test_htmlCreateMemoryParserCtxt() local
1526 int mem_base; in test_htmlCreatePushParserCtxt() local
1598 int mem_base; in test_htmlCtxtReadDoc() local
1703 int mem_base; in test_htmlCtxtReadMemory() local
1775 int mem_base; in test_htmlCtxtReset() local
1807 int mem_base; in test_htmlCtxtUseOptions() local
1848 int mem_base; in test_htmlElementAllowedHere() local
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A Dtestapi.c1301 int mem_base; in test_UTF8ToHtml() local
1366 int mem_base; in test_htmlAttrAllowed() local
1424 int mem_base; in test_htmlAutoCloseTag() local
1472 int mem_base; in test_htmlCreateMemoryParserCtxt() local
1526 int mem_base; in test_htmlCreatePushParserCtxt() local
1598 int mem_base; in test_htmlCtxtReadDoc() local
1703 int mem_base; in test_htmlCtxtReadMemory() local
1775 int mem_base; in test_htmlCtxtReset() local
1807 int mem_base; in test_htmlCtxtUseOptions() local
1848 int mem_base; in test_htmlElementAllowedHere() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dtestapi.c1301 int mem_base; in test_UTF8ToHtml() local
1366 int mem_base; in test_htmlAttrAllowed() local
1424 int mem_base; in test_htmlAutoCloseTag() local
1472 int mem_base; in test_htmlCreateMemoryParserCtxt() local
1526 int mem_base; in test_htmlCreatePushParserCtxt() local
1598 int mem_base; in test_htmlCtxtReadDoc() local
1703 int mem_base; in test_htmlCtxtReadMemory() local
1775 int mem_base; in test_htmlCtxtReset() local
1807 int mem_base; in test_htmlCtxtUseOptions() local
1848 int mem_base; in test_htmlElementAllowedHere() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Dtestapi.c1301 int mem_base; in test_UTF8ToHtml() local
1366 int mem_base; in test_htmlAttrAllowed() local
1424 int mem_base; in test_htmlAutoCloseTag() local
1472 int mem_base; in test_htmlCreateMemoryParserCtxt() local
1526 int mem_base; in test_htmlCreatePushParserCtxt() local
1598 int mem_base; in test_htmlCtxtReadDoc() local
1703 int mem_base; in test_htmlCtxtReadMemory() local
1775 int mem_base; in test_htmlCtxtReset() local
1807 int mem_base; in test_htmlCtxtUseOptions() local
1848 int mem_base; in test_htmlElementAllowedHere() local
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libxml2/
H A Dtestapi.c1304 int mem_base; in test_UTF8ToHtml() local
1369 int mem_base; in test_htmlAttrAllowed() local
1427 int mem_base; in test_htmlAutoCloseTag() local
1475 int mem_base; in test_htmlCreateMemoryParserCtxt() local
1526 int mem_base; in test_htmlCreatePushParserCtxt() local
1595 int mem_base; in test_htmlCtxtReadDoc() local
1700 int mem_base; in test_htmlCtxtReadMemory() local
1769 int mem_base; in test_htmlCtxtReset() local
1801 int mem_base; in test_htmlCtxtUseOptions() local
1842 int mem_base; in test_htmlElementAllowedHere() local
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A Dtestapi.c1277 int mem_base; in test_UTF8ToHtml() local
1342 int mem_base; in test_htmlAttrAllowed() local
1400 int mem_base; in test_htmlAutoCloseTag() local
1448 int mem_base; in test_htmlCreateMemoryParserCtxt() local
1499 int mem_base; in test_htmlCreatePushParserCtxt() local
1568 int mem_base; in test_htmlCtxtReadDoc() local
1673 int mem_base; in test_htmlCtxtReadMemory() local
1742 int mem_base; in test_htmlCtxtReset() local
1774 int mem_base; in test_htmlCtxtUseOptions() local
1815 int mem_base; in test_htmlElementAllowedHere() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.hpp947 …inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem4_is_zero()
950 …inline void asm_assert_mem8_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem8_is_zero()
953 …inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem4_isnot_zero()
956 …inline void asm_assert_mem8_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem8_isnot_zero()
960 …inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem4_is_zero_static()
963 …inline void asm_assert_mem8_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem8_is_zero_static()
966 …inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem4_isnot_zero_static()
969 …inline void asm_assert_mem8_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem8_isnot_zero_static()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.hpp947 …inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem4_is_zero()
950 …inline void asm_assert_mem8_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem8_is_zero()
953 …inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem4_isnot_zero()
956 …inline void asm_assert_mem8_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem8_isnot_zero()
960 …inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem4_is_zero_static()
963 …inline void asm_assert_mem8_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem8_is_zero_static()
966 …inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem4_isnot_zero_static()
969 …inline void asm_assert_mem8_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem8_isnot_zero_static()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.hpp951 …inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem4_is_zero()
954 …inline void asm_assert_mem8_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem8_is_zero()
957 …inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem4_isnot_zero()
960 …inline void asm_assert_mem8_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem8_isnot_zero()
964 …inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem4_is_zero_static()
967 …inline void asm_assert_mem8_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem8_is_zero_static()
970 …inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem4_isnot_zero_static()
973 …inline void asm_assert_mem8_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem8_isnot_zero_static()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.hpp945 …inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem4_is_zero()
948 …inline void asm_assert_mem8_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem8_is_zero()
951 …inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem4_isnot_zero()
954 …inline void asm_assert_mem8_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem8_isnot_zero()
958 …inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem4_is_zero_static()
961 …inline void asm_assert_mem8_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem8_is_zero_static()
964 …inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem4_isnot_zero_static()
967 …inline void asm_assert_mem8_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem8_isnot_zero_static()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.hpp897 …inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem4_is_zero()
900 …inline void asm_assert_mem8_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem8_is_zero()
903 …inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem4_isnot_zero()
906 …inline void asm_assert_mem8_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem8_isnot_zero()
910 …inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem4_is_zero_static()
913 …inline void asm_assert_mem8_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem8_is_zero_static()
916 …inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem4_isnot_zero_static()
919 …inline void asm_assert_mem8_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem8_isnot_zero_static()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.hpp897 …inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem4_is_zero()
900 …inline void asm_assert_mem8_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem8_is_zero()
903 …inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem4_isnot_zero()
906 …inline void asm_assert_mem8_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem8_isnot_zero()
910 …inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem4_is_zero_static()
913 …inline void asm_assert_mem8_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem8_is_zero_static()
916 …inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem4_isnot_zero_static()
919 …inline void asm_assert_mem8_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem8_isnot_zero_static()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.hpp900 …inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem4_is_zero()
903 …inline void asm_assert_mem8_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem8_is_zero()
906 …inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem4_isnot_zero()
909 …inline void asm_assert_mem8_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem8_isnot_zero()
913 …inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem4_is_zero_static()
916 …inline void asm_assert_mem8_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem8_is_zero_static()
919 …inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem4_isnot_zero_static()
922 …inline void asm_assert_mem8_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem8_isnot_zero_static()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A DmacroAssembler_s390.hpp946 …inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem4_is_zero()
949 …inline void asm_assert_mem8_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id… in asm_assert_mem8_is_zero()
952 …inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem4_isnot_zero()
955 …inline void asm_assert_mem8_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int… in asm_assert_mem8_isnot_zero()
959 …inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem4_is_zero_static()
962 …inline void asm_assert_mem8_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg,… in asm_assert_mem8_is_zero_static()
965 …inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem4_isnot_zero_static()
968 …inline void asm_assert_mem8_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* m… in asm_assert_mem8_isnot_zero_static()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/arm/common/
H A Darm_bl1_fwu.c21 uintptr_t mem_base; member
49 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/arm/common/
H A Darm_bl1_fwu.c21 uintptr_t mem_base; member
49 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/arm/common/
H A Darm_bl1_fwu.c21 uintptr_t mem_base; member
49 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/arm/common/
H A Darm_bl1_fwu.c21 uintptr_t mem_base; member
49 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/arm/common/
H A Darm_bl1_fwu.c21 uintptr_t mem_base; member
49 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check()
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_lrc_fetch_utils.h66 char *mem_base; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mfd/
H A Dmfd-core.c155 struct resource *mem_base, in mfd_add_device()
323 struct resource *mem_base, in mfd_add_devices()
410 struct resource *mem_base, in devm_mfd_add_devices()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mfd/
H A Dmfd-core.c155 struct resource *mem_base, in mfd_add_device()
323 struct resource *mem_base, in mfd_add_devices()
410 struct resource *mem_base, in devm_mfd_add_devices()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mfd/
H A Dmfd-core.c155 struct resource *mem_base, in mfd_add_device()
323 struct resource *mem_base, in mfd_add_devices()
410 struct resource *mem_base, in devm_mfd_add_devices()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsoc.c35 void __iomem *mem_base; in mt7622_wmac_probe() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dsoc.c13 void __iomem *mem_base; in mt76_wmac_probe() local

12345678910>>...41