Home
last modified time | relevance | path

Searched refs:codeIndex (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/pdf417/
H A DPDFDecodedBitStreamParser.cpp117 return codeIndex; in ProcessECI()
277 return codeIndex; in ProcessTextECI()
337 codeIndex--; in TextCompaction()
344 return codeIndex; in TextCompaction()
415 return codeIndex; in ProcessByteECIs()
464 return codeIndex; in ByteCompaction()
577 codeIndex--; in NumericCompaction()
603 return codeIndex; in NumericCompaction()
624 return codeIndex; in DecodeMacroOptionalTextField()
686 codeIndex++; in DecodeMacroBlock()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private long codeIndex; field in LocationImpl
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
85 long diff = codeIndex() - other.codeIndex(); in compareTo()
104 codeIndex = -1; in method()
110 public long codeIndex() { in codeIndex() method in LocationImpl
112 return codeIndex; in codeIndex()
[all …]
H A DConcreteMethodImpl.java158 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
166 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
170 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
174 long codeIndex) { in codeIndexToLineInfo() argument
182 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
192 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
207 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
463 this, si.codeIndex); in getVariables1_4()
466 si.codeIndex + si.length - 1); in getVariables1_4()
510 this, si.codeIndex); in getVariables1()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private long codeIndex; field in LocationImpl
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
85 long diff = codeIndex() - other.codeIndex(); in compareTo()
104 codeIndex = -1; in method()
110 public long codeIndex() { in codeIndex() method in LocationImpl
112 return codeIndex; in codeIndex()
[all …]
H A DConcreteMethodImpl.java158 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
166 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
170 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
174 long codeIndex) { in codeIndexToLineInfo() argument
182 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
192 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
207 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
463 this, si.codeIndex); in getVariables1_4()
466 si.codeIndex + si.length - 1); in getVariables1_4()
510 this, si.codeIndex); in getVariables1()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java36 private long codeIndex; field in LocationImpl
41 Method method, long codeIndex) { in LocationImpl() argument
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
86 long diff = codeIndex() - other.codeIndex(); in compareTo()
105 codeIndex = -1; in method()
111 public long codeIndex() { in codeIndex() method in LocationImpl
[all …]
H A DConcreteMethodImpl.java156 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
164 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
168 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
173 long codeIndex) { in codeIndexToLineInfo() argument
181 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
192 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
207 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
467 this, si.codeIndex); in getVariables1_4()
470 si.codeIndex + si.length - 1); in getVariables1_4()
514 this, si.codeIndex); in getVariables1()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private long codeIndex; field in LocationImpl
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
85 long diff = codeIndex() - other.codeIndex(); in compareTo()
104 codeIndex = -1; in method()
110 public long codeIndex() { in codeIndex() method in LocationImpl
112 return codeIndex; in codeIndex()
[all …]
H A DConcreteMethodImpl.java158 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
166 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
170 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
174 long codeIndex) { in codeIndexToLineInfo() argument
182 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
192 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
207 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
463 this, si.codeIndex); in getVariables1_4()
466 si.codeIndex + si.length - 1); in getVariables1_4()
510 this, si.codeIndex); in getVariables1()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private long codeIndex; field in LocationImpl
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
85 long diff = codeIndex() - other.codeIndex(); in compareTo()
104 codeIndex = -1; in method()
110 public long codeIndex() { in codeIndex() method in LocationImpl
112 return codeIndex; in codeIndex()
[all …]
H A DConcreteMethodImpl.java158 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
166 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
170 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
174 long codeIndex) { in codeIndexToLineInfo() argument
182 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
192 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
207 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
463 this, si.codeIndex); in getVariables1_4()
466 si.codeIndex + si.length - 1); in getVariables1_4()
510 this, si.codeIndex); in getVariables1()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private long codeIndex; field in LocationImpl
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
85 long diff = codeIndex() - other.codeIndex(); in compareTo()
104 codeIndex = -1; in method()
110 public long codeIndex() { in codeIndex() method in LocationImpl
112 return codeIndex; in codeIndex()
[all …]
H A DConcreteMethodImpl.java158 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
166 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
170 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
174 long codeIndex) { in codeIndexToLineInfo() argument
182 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
192 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
207 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
463 this, si.codeIndex); in getVariables1_4()
466 si.codeIndex + si.length - 1); in getVariables1_4()
510 this, si.codeIndex); in getVariables1()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private long codeIndex; field in LocationImpl
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
85 long diff = codeIndex() - other.codeIndex(); in compareTo()
104 codeIndex = -1; in method()
110 public long codeIndex() { in codeIndex() method in LocationImpl
112 return codeIndex; in codeIndex()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private long codeIndex; field in LocationImpl
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
85 long diff = codeIndex() - other.codeIndex(); in compareTo()
104 codeIndex = -1; in method()
110 public long codeIndex() { in codeIndex() method in LocationImpl
112 return codeIndex; in codeIndex()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private long codeIndex; field in LocationImpl
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
85 long diff = codeIndex() - other.codeIndex(); in compareTo()
104 codeIndex = -1; in method()
110 public long codeIndex() { in codeIndex() method in LocationImpl
112 return codeIndex; in codeIndex()
[all …]
H A DConcreteMethodImpl.java158 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
166 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
170 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
174 long codeIndex) { in codeIndexToLineInfo() argument
182 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
192 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
207 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
463 this, si.codeIndex); in getVariables1_4()
466 si.codeIndex + si.length - 1); in getVariables1_4()
510 this, si.codeIndex); in getVariables1()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocationImpl.java35 private long codeIndex; field in LocationImpl
40 Method method, long codeIndex) { in LocationImpl() argument
44 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
58 this.codeIndex = codeIndex; in LocationImpl()
67 (codeIndex() == other.codeIndex()) && in equals()
78 return method().hashCode() + (int)codeIndex(); in hashCode()
84 long diff = codeIndex() - other.codeIndex(); in compareTo()
103 codeIndex = -1; in method()
109 public long codeIndex() { in codeIndex() method in LocationImpl
111 return codeIndex; in codeIndex()
[all …]
H A DConcreteMethodImpl.java291 long codeIndex) { in codeIndexToLineInfo() argument
299 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
310 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
325 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
333 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
341 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
345 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
438 long codeIndex = locals[ii].getStartBCI(); in getVariables() local
441 this, codeIndex); in getVariables()
444 codeIndex + length - 1); in getVariables()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocationImpl.java35 private long codeIndex; field in LocationImpl
40 Method method, long codeIndex) { in LocationImpl() argument
44 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
58 this.codeIndex = codeIndex; in LocationImpl()
67 (codeIndex() == other.codeIndex()) && in equals()
78 return method().hashCode() + (int)codeIndex(); in hashCode()
84 long diff = codeIndex() - other.codeIndex(); in compareTo()
103 codeIndex = -1; in method()
109 public long codeIndex() { in codeIndex() method in LocationImpl
111 return codeIndex; in codeIndex()
[all …]
H A DConcreteMethodImpl.java291 long codeIndex) { in codeIndexToLineInfo() argument
299 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
310 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
325 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
333 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
341 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
345 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
438 long codeIndex = locals[ii].getStartBCI(); in getVariables() local
441 this, codeIndex); in getVariables()
444 codeIndex + length - 1); in getVariables()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java36 private long codeIndex; field in LocationImpl
41 Method method, long codeIndex) { in LocationImpl() argument
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
86 long diff = codeIndex() - other.codeIndex(); in compareTo()
105 codeIndex = -1; in method()
111 public long codeIndex() { in codeIndex() method in LocationImpl
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw1996.pp6 codeIndex = 5 .. 287;
8 noCodeIndex = HIGH(codeIndex) + 1;
11 noCodeIndexBis = SUCC(HIGH(codeIndex));
13 codePointer = 0 + LOW(codeIndex) .. noCodeIndex;
15 codePointerBis = LOW(codeIndex) .. noCodeIndex;
19 code := 1 + LOW(codeIndex);
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/input/
H A Dscancode.c114 DWORD codeIndex; in GetVirtualKeyCodeFromVirtualScanCode() local
116 codeIndex = scancode & 0xFF; in GetVirtualKeyCodeFromVirtualScanCode()
118 if (codeIndex > 127) in GetVirtualKeyCodeFromVirtualScanCode()
126 return (scancode & KBDEXT) ? KBD4X[codeIndex] : KBD4T[codeIndex]; in GetVirtualKeyCodeFromVirtualScanCode()
130 return (scancode & KBDEXT) ? KBD7X[codeIndex] : KBD7T[codeIndex]; in GetVirtualKeyCodeFromVirtualScanCode()
140 DWORD codeIndex; in GetVirtualScanCodeFromVirtualKeyCode() local
143 codeIndex = vkcode & 0xFF; in GetVirtualScanCodeFromVirtualKeyCode()
154 if (KBD4X[i] == codeIndex) in GetVirtualScanCodeFromVirtualKeyCode()
165 if (KBD4T[i] == codeIndex) in GetVirtualScanCodeFromVirtualKeyCode()
179 if (KBD7X[i] == codeIndex) in GetVirtualScanCodeFromVirtualKeyCode()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/
H A DLocationImpl.java58 public long codeIndex() { in codeIndex() method in LocationImpl
112 if (codeIndex() < 0 || location2.codeIndex() < 0) { in compareTo()
117 if (codeIndex() < location2.codeIndex()) { in compareTo()
119 } else if (codeIndex() > location2.codeIndex()) { in compareTo()

12345678910>>...16