Home
last modified time | relevance | path

Searched refs:m_byte (Results 1 – 25 of 159) sorted by last modified time

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/io/test/stm/
H A Ddatatest.cxx368 m_byte( 42 ), in MyPersistObject()
430 sal_Int8 m_byte; member in MyPersistObject
466 aValue >>= m_byte; in setPropertyValue()
506 aValue <<= m_byte; in getPropertyValue()
575 rOut->writeByte( m_byte ); in write()
589 m_byte = rIn->readByte(); in read()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dcipher.cxx221 sal_uInt8 m_byte[8];
696 memcpy(ctx->m_iv.m_byte, pArgData, nArgLen); in BF_init()
883 iv = ctx->m_iv.m_byte; in BF_updateCFB()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/test/ole/AxTestComponents/
H A DBasic.cpp57 m_byte = val; in inByte()
129 *val = m_byte; in inoutByte()
130 m_byte = aByte; in inoutByte()
223 *val= m_byte; in outByte()
H A DBasic.h171 unsigned char m_byte; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/testtools/source/bridgetest/cli/
H A Dcli_vb_testobj.vb47 Private m_byte As Byte
97 m_byte = nByte
132 m_byte = io_byte
172 o_byte = m_byte
205 Return m_byte
208 m_byte = value
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dsegment.h467 R m_byte; member
469 maskproxy_shift_count_type(s), m_byte(byte) in maskproxy_byte_reference()
474 …return (this->m_byte >> this->shift()) & typename maskproxy_shift_count_type::bitmask_low_aligned(… in uint8_t()
485 auto &byte = this->m_byte;
492 this->m_byte |= (u << this->shift());
527 auto &byte = this->m_byte;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/resolve/tests/
H A DPrimitiveOverReferenceOverInferred.java27 static void m_byte(byte b) {} in m_byte() method in PrimitiveOverReference
29 static void m_byte(Byte b) {} in m_byte() method in PrimitiveOverReference
31 static <B> void m_byte(B b) {} in m_byte() method in PrimitiveOverReference
83 m_byte((byte)0); in m_byte() method
H A DReferenceOverVarargs.java28 static void m_byte(Byte b) {} in m_byte() method in ReferenceOverVarargs
30 static void m_byte(byte... b) {} in m_byte() method in ReferenceOverVarargs
32 static void m_byte(Byte... b) {} in m_byte() method in ReferenceOverVarargs
84 m_byte((byte)0); in m_byte() method
H A DBoxedReturnTypeInference.java27 static <B> B m_byte() { return null; } in m_byte() method in BoxedReturnTypeInference
51 Byte b = m_byte();
H A DPrimitiveOverReferenceOverVarargs.java27 static void m_byte(byte b) {} in m_byte() method in PrimitiveOverReference
29 static void m_byte(Byte b) {} in m_byte() method in PrimitiveOverReference
31 static void m_byte(byte... b) {} in m_byte() method in PrimitiveOverReference
33 static void m_byte(Byte... b) {} in m_byte() method in PrimitiveOverReference
99 m_byte((byte)0); in m_byte() method
H A DPrimitiveOverload.java28 static void m_byte(byte b) {} in m_byte() method in PrimitiveOverload
30 static void m_byte(short b) {} in m_byte() method in PrimitiveOverload
32 static void m_byte(int b) {} in m_byte() method in PrimitiveOverload
34 static void m_byte(long b) {} in m_byte() method in PrimitiveOverload
36 static void m_byte(float b) {} in m_byte() method in PrimitiveOverload
38 static void m_byte(double b) {} in m_byte() method in PrimitiveOverload
106 m_byte((byte)0); in m_byte() method
H A DPrimitiveReturnTypeInference.java27 static <B> B m_byte() { return null; } in m_byte() method in PrimitiveReturnTypeInference
51 byte b = m_byte();
H A DPrimitiveVsReferenceSamePhase.java27 static void m_byte(Byte b1, byte b2) {} in m_byte() method in PrimitiveVsReferenceSamePhase
29 static void m_byte(Byte b1, Byte b2) {} in m_byte() method in PrimitiveVsReferenceSamePhase
67 m_byte((byte)0, (byte)0); in m_byte() method
H A DReferenceOverInferred.java27 static void m_byte(Byte b) {} in m_byte() method in PrimitiveOverInferred
29 static <B> void m_byte(B b) {} in m_byte() method in PrimitiveOverInferred
67 m_byte((byte)0); in m_byte() method
H A DPrimitiveOverReferenceVarargsAmbiguous.java27 static void m_byte(byte... b) {} in m_byte() method in PrimitiveOverReferenceVarargsAmbiguous
29 static void m_byte(Byte... b) {} in m_byte() method in PrimitiveOverReferenceVarargsAmbiguous
67 m_byte((byte)0); in m_byte() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryDescriptorTest.java46 public static byte m_byte(String arg) { return 12; } in m_byte() method in MetafactoryDescriptorTest.C
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryDescriptorTest.java46 public static byte m_byte(String arg) { return 12; } in m_byte() method in MetafactoryDescriptorTest.C
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/resolve/tests/
H A DPrimitiveOverReferenceOverVarargs.java27 static void m_byte(byte b) {} in m_byte() method in PrimitiveOverReference
29 static void m_byte(Byte b) {} in m_byte() method in PrimitiveOverReference
31 static void m_byte(byte... b) {} in m_byte() method in PrimitiveOverReference
33 static void m_byte(Byte... b) {} in m_byte() method in PrimitiveOverReference
99 m_byte((byte)0); in m_byte() method
H A DPrimitiveOverReferenceVarargsAmbiguous.java27 static void m_byte(byte... b) {} in m_byte() method in PrimitiveOverReferenceVarargsAmbiguous
29 static void m_byte(Byte... b) {} in m_byte() method in PrimitiveOverReferenceVarargsAmbiguous
67 m_byte((byte)0); in m_byte() method
H A DPrimitiveVsReferenceSamePhase.java27 static void m_byte(Byte b1, byte b2) {} in m_byte() method in PrimitiveVsReferenceSamePhase
29 static void m_byte(Byte b1, Byte b2) {} in m_byte() method in PrimitiveVsReferenceSamePhase
67 m_byte((byte)0, (byte)0); in m_byte() method
H A DReferenceOverVarargs.java28 static void m_byte(Byte b) {} in m_byte() method in ReferenceOverVarargs
30 static void m_byte(byte... b) {} in m_byte() method in ReferenceOverVarargs
32 static void m_byte(Byte... b) {} in m_byte() method in ReferenceOverVarargs
84 m_byte((byte)0); in m_byte() method
H A DBoxedReturnTypeInference.java27 static <B> B m_byte() { return null; } in m_byte() method in BoxedReturnTypeInference
51 Byte b = m_byte();
H A DPrimitiveOverReferenceOverInferred.java27 static void m_byte(byte b) {} in m_byte() method in PrimitiveOverReference
29 static void m_byte(Byte b) {} in m_byte() method in PrimitiveOverReference
31 static <B> void m_byte(B b) {} in m_byte() method in PrimitiveOverReference
83 m_byte((byte)0); in m_byte() method
H A DPrimitiveOverload.java28 static void m_byte(byte b) {} in m_byte() method in PrimitiveOverload
30 static void m_byte(short b) {} in m_byte() method in PrimitiveOverload
32 static void m_byte(int b) {} in m_byte() method in PrimitiveOverload
34 static void m_byte(long b) {} in m_byte() method in PrimitiveOverload
36 static void m_byte(float b) {} in m_byte() method in PrimitiveOverload
38 static void m_byte(double b) {} in m_byte() method in PrimitiveOverload
106 m_byte((byte)0); in m_byte() method
H A DPrimitiveReturnTypeInference.java27 static <B> B m_byte() { return null; } in m_byte() method in PrimitiveReturnTypeInference
51 byte b = m_byte();

1234567