Home
last modified time | relevance | path

Searched refs:lDone (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java123 int[] lDone = new int[1]; in _nextCharacters() local
125 locale, nCharacterIteratorMode, nextCharacters[i][1], lDone); in _nextCharacters()
129 "; lDone = " + lDone[0] ); in _nextCharacters()
132 bRes = bRes && lDone[0] == nextCharacters[i][3]; in _nextCharacters()
157 int[] lDone = new int[1]; in _previousCharacters() local
161 previousCharacters[i][1], lDone); in _previousCharacters()
165 + "; lDone = " + lDone[0]); in _previousCharacters()
168 bRes = bRes && lDone[0] == previousCharacters[i][3]; in _previousCharacters()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java123 int[] lDone = new int[1]; in _nextCharacters() local
125 locale, nCharacterIteratorMode, nextCharacters[i][1], lDone); in _nextCharacters()
129 "; lDone = " + lDone[0] ); in _nextCharacters()
132 bRes = bRes && lDone[0] == nextCharacters[i][3]; in _nextCharacters()
157 int[] lDone = new int[1]; in _previousCharacters() local
161 previousCharacters[i][1], lDone); in _previousCharacters()
165 + "; lDone = " + lDone[0]); in _previousCharacters()
168 bRes = bRes && lDone[0] == previousCharacters[i][3]; in _previousCharacters()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/windows/
H A DPalRedhawkMinWin.cpp830 goto lDone; in CLR_GetLogicalCpuCountX86()
850 goto lDone; in CLR_GetLogicalCpuCountX86()
856 goto lDone; in CLR_GetLogicalCpuCountX86()
865 lDone:; in CLR_GetLogicalCpuCountX86()
894 goto lDone; in CLR_GetLogicalCpuCountFromOS()
937 goto lDone; in CLR_GetLogicalCpuCountFromOS()
948 lDone: in CLR_GetLogicalCpuCountFromOS()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1292 Label lDone = new Label(); in emitTryFinally() local
1329 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitTryFinally()
1349 mv.visitLabel(lDone); in emitTryFinally()
1488 Label lDone = new Label(); in emitLoop() local
1532 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitLoop()
1541 mv.visitLabel(lDone); in emitLoop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1292 Label lDone = new Label(); in emitTryFinally() local
1329 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitTryFinally()
1349 mv.visitLabel(lDone); in emitTryFinally()
1488 Label lDone = new Label(); in emitLoop() local
1532 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitLoop()
1541 mv.visitLabel(lDone); in emitLoop()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1292 Label lDone = new Label(); in emitTryFinally() local
1329 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitTryFinally()
1349 mv.visitLabel(lDone); in emitTryFinally()
1488 Label lDone = new Label(); in emitLoop() local
1532 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitLoop()
1541 mv.visitLabel(lDone); in emitLoop()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1291 Label lDone = new Label(); in emitTryFinally() local
1325 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitTryFinally()
1345 mv.visitLabel(lDone); in emitTryFinally()
1466 Label lDone = new Label(); in emitLoop() local
1510 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitLoop()
1519 mv.visitLabel(lDone); in emitLoop()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1296 Label lDone = new Label(); in emitTryFinally() local
1333 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitTryFinally()
1353 mv.visitLabel(lDone); in emitTryFinally()
1492 Label lDone = new Label(); in emitLoop() local
1536 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitLoop()
1545 mv.visitLabel(lDone); in emitLoop()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/
H A DMarshaller.cs1926 var lDone = emitter.NewCodeLabel(); in EmitElementCount()
1951 codeStream.Emit(ILOpcode.br, lDone); in EmitElementCount()
1956 codeStream.EmitLabel(lDone); in EmitElementCount()
1994 ILCodeLabel lDone = emitter.NewCodeLabel(); in EmitMarshalFieldManagedToNative()
2005 codeStream.Emit(ILOpcode.brfalse, lDone); in EmitMarshalFieldManagedToNative()
2048 codeStream.EmitLabel(lDone); in EmitMarshalFieldManagedToNative()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1371 Label lDone = new Label(); in emitTryFinally() local
1408 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitTryFinally()
1428 mv.visitLabel(lDone); in emitTryFinally()
1567 Label lDone = new Label(); in emitLoop() local
1611 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitLoop()
1620 mv.visitLabel(lDone); in emitLoop()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1316 Label lDone = new Label();
1353 mv.visitJumpInsn(Opcodes.GOTO, lDone);
1373 mv.visitLabel(lDone);
1558 Label lDone = new Label();
1602 mv.visitJumpInsn(Opcodes.GOTO, lDone);
1611 mv.visitLabel(lDone);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1368 Label lDone = new Label(); in emitTryFinally() local
1405 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitTryFinally()
1425 mv.visitLabel(lDone); in emitTryFinally()
1564 Label lDone = new Label(); in emitLoop() local
1608 mv.visitJumpInsn(Opcodes.GOTO, lDone); in emitLoop()
1617 mv.visitLabel(lDone); in emitLoop()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DSkipList.cpp186 bool lDone, rDone; in operator <() local
189 lDone = getCharacter(lhs, i, lc); in operator <()
191 if (lDone && rDone) return false; // equality in operator <()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/gemm/
H A Dgen_gemm_kernel_generator.cpp8012 Label lDone; in gemmKReduce() local
8016 jmpi(1 | state.flagAP, lDone); in gemmKReduce()
8163 mark(lDone); in gemmKReduce()
12692 Label lBegin, lEnd, lDone, lBeginTri2, lEndTri2, lTricalc1, lTricalc2, in gemmBoustrophedonOrder() local
12788 jmpi(1, lDone); in gemmBoustrophedonOrder()
12849 mark(lDone); in gemmBoustrophedonOrder()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs7985 pub lDone: i32, field
7995 …", &self.lField).field("dwSurfaceIndex", &self.dwSurfaceIndex).field("lDone", &self.lDone).finish() in fmt()
8000 ….lField == other.lField && self.dwSurfaceIndex == other.dwSurfaceIndex && self.lDone == other.lDone in eq()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs4380 pub lDone: i32, field