Home
last modified time | relevance | path

Searched refs:testWord (Results 1 – 25 of 72) sorted by relevance

123

/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in empty1_summary()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i);
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 output, offset, ByteBuffer.wrap(testWord), 0, testWord.length, i); in testAllTransforms()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DTransformTest.java60 byte[] testWord = {111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102}; in testAllTransforms()
65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dendian.c28 int testWord; in G_is_little_endian() member
32 endianTest.testWord = 1; in G_is_little_endian()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/csharp/org/brotli/dec/
H A DTransformTest.cs62 …byte[] testWord = new byte[] { 111, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102 … in TestAllTransforms()
67 … Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Or… in TestAllTransforms()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgpanel/
H A DFGRGBTextureLoader.cxx67 int testWord; in needsBytesSwapped() member
70 endianTest.testWord = 1; in needsBytesSwapped()
161 int testWord; in RawImageOpen() member
174 endianTest.testWord = 1; in RawImageOpen()
/dports/games/scorched3d/scorched/src/common/image/
H A DImageLuminanceFactory.cpp97 int testWord; in loadFromFile() member
101 endianTest.testWord = 1; in loadFromFile()

123