Home
last modified time | relevance | path

Searched refs:pcVal (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/devel/spatialindex/spatialindex-src-1.8.5/src/capi/
H A DUtility.cc115 var.m_val.pcVal = const_cast<char*>(""); in GetDefaults()
138 var.m_val.pcVal = const_cast<char*>("dat"); in GetDefaults()
142 var.m_val.pcVal = const_cast<char*>("idx"); in GetDefaults()
147 var.m_val.pcVal = 0; in GetDefaults()
151 var.m_val.pcVal = 0; in GetDefaults()
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/storagemanager/
H A DDiskStorageManager.cc57 if (idx_name.m_varType != Tools::VT_EMPTY) dat = std::string(idx_name.m_val.pcVal); in CheckFilesExists()
58 if (dat_name.m_varType != Tools::VT_EMPTY) idx = std::string(dat_name.m_val.pcVal); in CheckFilesExists()
59 if (fn.m_varType != Tools::VT_EMPTY) filename = std::string(fn.m_val.pcVal); in CheckFilesExists()
97 var.m_val.pcVal = const_cast<char*>(baseName.c_str()); in createNewDiskStorageManager()
117 var.m_val.pcVal = const_cast<char*>(baseName.c_str()); in loadDiskStorageManager()
155 if (idx_name.m_varType != Tools::VT_EMPTY) idx = std::string(idx_name.m_val.pcVal); in DiskStorageManager()
158 if (dat_name.m_varType != Tools::VT_EMPTY) dat = std::string(dat_name.m_val.pcVal); in DiskStorageManager()
160 std::string sIndexFile = std::string(var.m_val.pcVal) + "." + idx; in DiskStorageManager()
161 std::string sDataFile = std::string(var.m_val.pcVal) + "." + dat; in DiskStorageManager()
/dports/net-mgmt/torrus/torrus-2.09/perllib/Torrus/ReportGenerator/
H A DMonthlySrvUsage.pm141 my $pcVal = $sorted[$pcPos];
167 $pcVal *= 8e-6;
189 'value' => $pcVal,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/sa/
H A DTestJhsdbJstackMixed.java88 long pcVal = 3; in isMatchLine() local
92 pcVal = Long.parseUnsignedLong(pc, 16); in isMatchLine()
102 && (pcVal + offsetVal) % ADDRESS_ALIGNMENT_X86 == 0) { in isMatchLine()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/sa/
H A DTestJhsdbJstackMixed.java88 long pcVal = 3; in isMatchLine() local
92 pcVal = Long.parseUnsignedLong(pc, 16); in isMatchLine()
102 && (pcVal + offsetVal) % ADDRESS_ALIGNMENT_X86 == 0) { in isMatchLine()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/sa/
H A DTestJhsdbJstackMixed.java90 long pcVal = 3; in isMatchLine() local
94 pcVal = Long.parseUnsignedLong(pc, 16); in isMatchLine()
104 && (pcVal + offsetVal) % ADDRESS_ALIGNMENT_X86 == 0) { in isMatchLine()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/sa/
H A DTestJhsdbJstackMixed.java90 long pcVal = 3; in isMatchLine() local
94 pcVal = Long.parseUnsignedLong(pc, 16); in isMatchLine()
104 && (pcVal + offsetVal) % ADDRESS_ALIGNMENT_X86 == 0) { in isMatchLine()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/sa/
H A DTestJhsdbJstackMixed.java90 long pcVal = 3; in isMatchLine() local
94 pcVal = Long.parseUnsignedLong(pc, 16); in isMatchLine()
104 && (pcVal + offsetVal) % ADDRESS_ALIGNMENT_X86 == 0) { in isMatchLine()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/sa/
H A DTestJhsdbJstackMixed.java88 long pcVal = 3; in isMatchLine() local
92 pcVal = Long.parseUnsignedLong(pc, 16); in isMatchLine()
102 && (pcVal + offsetVal) % ADDRESS_ALIGNMENT_X86 == 0) { in isMatchLine()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/sa/
H A DTestJhsdbJstackMixed.java88 long pcVal = 3; in isMatchLine() local
92 pcVal = Long.parseUnsignedLong(pc, 16); in isMatchLine()
102 && (pcVal + offsetVal) % ADDRESS_ALIGNMENT_X86 == 0) { in isMatchLine()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/sa/
H A DTestJhsdbJstackMixed.java88 long pcVal = 3; in isMatchLine() local
92 pcVal = Long.parseUnsignedLong(pc, 16); in isMatchLine()
102 && (pcVal + offsetVal) % ADDRESS_ALIGNMENT_X86 == 0) { in isMatchLine()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dexecute.c1141 SQLLEN *pcVal = apdopts->parameters[i].used; in PGAPI_Execute() local
1144 if (pcVal) in PGAPI_Execute()
1147 pcVal = LENADDR_SHIFT(pcVal, offset + bind_size * current_row); in PGAPI_Execute()
1149 pcVal = LENADDR_SHIFT(pcVal, offset) + current_row; in PGAPI_Execute()
1150 if (*pcVal == SQL_DATA_AT_EXEC || *pcVal <= SQL_LEN_DATA_AT_EXEC_OFFSET) in PGAPI_Execute()
1156 …r of " FORMAT_LEN "-row is data at exec(" FORMAT_LEN ")\n", i, current_row, pcVal ? (*pcVal) : -1); in PGAPI_Execute()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dnamespace_union.i25 char* pcVal; // VT_PCHAR member
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dprops.h386 CHAR* pcVal; // VT_BYREF | VT_I1, Version 1 member
751 #define V_I1REF(X) V_UNION(X, pcVal)
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Dcolors.py769 def pcVal(self,v): member in cssParse
779 return int(self.pcVal(v)*255+0.5)/255.
829 R,G,B= hsl2rgb(self.hueVal(n[0]),self.pcVal(n[1]),self.pcVal(n[2]))
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d227 CHAR* pcVal; member
293 CHAR* pcVal;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d226 CHAR* pcVal; member
292 CHAR* pcVal;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d227 CHAR* pcVal; member
293 CHAR* pcVal;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d226 CHAR* pcVal; member
292 CHAR* pcVal;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d226 CHAR* pcVal; member
292 CHAR* pcVal;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d226 CHAR* pcVal; member
292 CHAR* pcVal;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d227 CHAR* pcVal; member
293 CHAR* pcVal;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d226 CHAR* pcVal; member
292 CHAR* pcVal;
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d226 CHAR* pcVal; member
292 CHAR* pcVal;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d227 CHAR* pcVal; member
293 CHAR* pcVal;

12345678910>>...15