/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LEB128.h | 28 uint8_t Byte = Value & 0x7f; variable 31 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || 32 ((Value == -1) && ((Byte & 0x40) != 0)))); 35 Byte |= 0x80; // Mark this byte to show that more bytes will follow. 36 OS << char(Byte); 57 uint8_t Byte = Value & 0x7f; variable 60 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || 61 ((Value == -1) && ((Byte & 0x40) != 0)))); 64 Byte |= 0x80; // Mark this byte to show that more bytes will follow. 65 *p++ = Byte; [all …]
|
/third_party/mindspore/mindspore/core/utils/ |
D | crypto.cc | 31 void IntToByte(std::vector<Byte> *byteArray, int32_t n) { in IntToByte() 36 auto ptr = reinterpret_cast<const Byte *>(&n); in IntToByte() 40 int32_t ByteToInt(const Byte *byteArray, size_t length) { in ByteToInt() 57 auto flag = ByteToInt(reinterpret_cast<Byte *>(int_buf.data()), int_buf.size()); in IsCipherFile() 61 bool IsCipherFile(const Byte *model_data) { in IsCipherFile() 63 std::vector<Byte> int_buf; in IsCipherFile() 69 std::unique_ptr<Byte[]> Encrypt(size_t *encrypt_len, const Byte *plain_data, size_t plain_len, cons… in Encrypt() 76 std::unique_ptr<Byte[]> Decrypt(size_t *decrypt_len, const std::string &encrypt_data_path, const By… in Decrypt() 83 std::unique_ptr<Byte[]> Decrypt(size_t *decrypt_len, const Byte *model_data, size_t data_size, cons… in Decrypt() 90 bool ParseEncryptData(const Byte *encrypt_data, size_t encrypt_len, std::vector<Byte> *iv, in ParseEncryptData() [all …]
|
D | crypto.h | 23 typedef unsigned char Byte; typedef 29 std::unique_ptr<Byte[]> Encrypt(size_t *encrypt_len, const Byte *plain_data, size_t plain_len, cons… 31 std::unique_ptr<Byte[]> Decrypt(size_t *decrypt_len, const std::string &encrypt_data_path, const By… 33 std::unique_ptr<Byte[]> Decrypt(size_t *decrypt_len, const Byte *model_data, size_t data_size, cons… 36 bool IsCipherFile(const Byte *model_data);
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexRoutine.hpp | 25 …rtexRoutinePrototype : public Function<Void(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, Pointer<B… 32 Pointer<Byte> vertex; 33 Pointer<Byte> batch; 34 Pointer<Byte> task; 35 Pointer<Byte> data; 47 Pointer<Byte> constants; 61 Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index); 65 void writeCache(Pointer<Byte> &cacheLine); 66 void writeVertex(const Pointer<Byte> &vertex, Pointer<Byte> &cacheLine); 67 …void transformFeedback(const Pointer<Byte> &vertex, const UInt &primitiveNumber, const UInt &index…
|
D | SetupRoutine.hpp | 36 …adient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, Float4 (&m)[3], Pointer<By… 37 …void edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &… 38 void conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2); 39 void conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2);
|
D | SamplerCore.hpp | 51 SamplerCore(Pointer<Byte> &constants, const Sampler::State &state); 53 …Vector4s sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 … 54 …Vector4f sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 … 55 static Vector4f textureSize(Pointer<Byte> &mipmap, Float4 &lod); 58 …Vector4s sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 … 62 …Short4 offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int count, Floa… 63 …Vector4s sampleFilter(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, F… 64 …Vector4s sampleAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Fl… 65 …Vector4s sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Flo… 66 …Vector4s sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, F… [all …]
|
D | PixelRoutine.hpp | 48 …virtual void rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMas… 50 …virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cM… 58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 59 void logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 60 …void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4s ¤t, Int &sMask, Int &zMa… 61 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x); 62 …void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4f &oC, Int &sMask, Int &zMask, I… 69 …Float4 interpolateCentroid(Float4 &x, Float4 &y, Float4 &rhw, Pointer<Byte> planeEquation, bool fl… 70 void stencilTest(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &cMask); 74 …Bool depthTest(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &sMask, Int &zMask, Int &cMas… [all …]
|
D | SetupRoutine.cpp | 40 Function<Int(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, Pointer<Byte>)> function; in generate() 42 Pointer<Byte> primitive(function.Arg<0>()); in generate() 43 Pointer<Byte> tri(function.Arg<1>()); in generate() 44 Pointer<Byte> polygon(function.Arg<2>()); in generate() 45 Pointer<Byte> data(function.Arg<3>()); in generate() 47 Pointer<Byte> constants = *Pointer<Pointer<Byte> >(data + OFFSET(DrawData,constants)); in generate() 61 Pointer<Byte> v0 = tri + V0; in generate() 62 Pointer<Byte> v1 = tri + V1; in generate() 63 Pointer<Byte> v2 = tri + V2; in generate() 146 Pointer<Byte> V = polygon + OFFSET(Polygon,P) + m * sizeof(void*) * 16; in generate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SetupRoutine.hpp | 36 …adient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, Float4 (&m)[3], Pointer<By… 37 …void edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &… 38 void conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2); 39 void conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2);
|
D | SamplerCore.hpp | 62 SamplerCore(Pointer<Byte> &constants, const Sampler &state); 64 …Vector4f sampleTexture(Pointer<Byte> &texture, Float4 uvwa[4], Float4 &q, Float &&lodOrBias, Float… 68 …Short4 offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int count, Floa… 69 …Vector4s sampleFilter(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Ve… 70 …Vector4s sampleAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Vec… 71 …Vector4s sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Vect… 72 …Vector4s sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Ve… 73 …Vector4s sample3D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4i &offset, const… 74 …Vector4f sampleFloatFilter(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &… 75 …Vector4f sampleFloatAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a… [all …]
|
D | PixelRoutine.hpp | 50 …virtual void blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]… 52 …void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], … 57 …void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &color, const Int … 58 …Vector4f alphaBlend(int index, const Pointer<Byte> &cBuffer, const Vector4f &sourceColor, const In… 59 …void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s ¤t, const In… 68 …void stencilTest(const Pointer<Byte> &sBuffer, const Int &x, Int sMask[4], const SampleSet &sample… 73 …Bool depthTest(const Pointer<Byte> &zBuffer, int q, const Int &x, const Float4 &z, const Int &sMas… 74 void depthBoundsTest(const Pointer<Byte> &zBuffer, int q, const Int &x, Int &zMask, Int &cMask); 76 void readPixel(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &pixel); 95 …void writeStencil(Pointer<Byte> &sBuffer, const Int &x, const Int sMask[4], const Int zMask[4], co… [all …]
|
D | VertexRoutine.hpp | 41 Pointer<Byte> device; 42 Pointer<Byte> vertex; 44 Pointer<Byte> task; 45 Pointer<Byte> data; 60 Pointer<Byte> constants; 75 …Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Pointer<UInt> &batc… 80 void writeCache(Pointer<Byte> &vertexCache, Pointer<UInt> &tagCache, Pointer<UInt> &batch); 81 void writeVertex(const Pointer<Byte> &vertex, Pointer<Byte> &cacheEntry);
|
D | SetupRoutine.cpp | 40 Pointer<Byte> device(function.Arg<0>()); in generate() 41 Pointer<Byte> primitive(function.Arg<1>()); in generate() 42 Pointer<Byte> tri(function.Arg<2>()); in generate() 43 Pointer<Byte> polygon(function.Arg<3>()); in generate() 44 Pointer<Byte> data(function.Arg<4>()); in generate() 46 Pointer<Byte> constants = device + OFFSET(vk::Device, constants); in generate() 56 Pointer<Byte> v0 = tri + V0; in generate() 57 Pointer<Byte> v1 = tri + V1; in generate() 58 Pointer<Byte> v2 = tri + V2; in generate() 127 Pointer<Byte> V = polygon + OFFSET(Polygon, P) + m * sizeof(void *) * 16; in generate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBuffer.cpp | 171 Function<Void(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>)> function; in copyRoutine() 173 Pointer<Byte> dst(function.Arg<0>()); in copyRoutine() 174 Pointer<Byte> src(function.Arg<1>()); in copyRoutine() 175 Pointer<Byte> cursor(function.Arg<2>()); in copyRoutine() 179 Pointer<Byte> d = dst + y * dStride; in copyRoutine() 180 Pointer<Byte> s = src + y * sStride; in copyRoutine() 408 *Pointer<Byte>(d + 0) = *Pointer<Byte>(s + 0); in copyRoutine() 409 *Pointer<Byte>(d + 1) = *Pointer<Byte>(s + 1); in copyRoutine() 410 *Pointer<Byte>(d + 2) = *Pointer<Byte>(s + 2); in copyRoutine() 414 *Pointer<Byte>(d + 0) = *Pointer<Byte>(s + 2); in copyRoutine() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Blitter.cpp | 224 bool Blitter::read(Float4 &c, Pointer<Byte> element, const State &state) in read() 231 c.xyz = Float(Int(*Pointer<Byte>(element))); in read() 235 c.w = Float(Int(*Pointer<Byte>(element))); in read() 244 c.x = Float(Int(*Pointer<Byte>(element))); in read() 280 c.z = Float(Int(*Pointer<Byte>(element + 0))); in read() 281 c.y = Float(Int(*Pointer<Byte>(element + 1))); in read() 282 c.x = Float(Int(*Pointer<Byte>(element + 2))); in read() 286 c.x = Float(Int(*Pointer<Byte>(element + 0))); in read() 287 c.y = Float(Int(*Pointer<Byte>(element + 1))); in read() 288 c.z = Float(Int(*Pointer<Byte>(element + 2))); in read() [all …]
|
D | QuadRasterizer.hpp | 34 Pointer<Byte> constants; 51 …virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cM… 55 …Float4 interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool…
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/ |
D | example.c | 37 void test_deflate OF((Byte *compr, uLong comprLen)); 38 void test_inflate OF((Byte *compr, uLong comprLen, 39 Byte *uncompr, uLong uncomprLen)); 40 void test_large_deflate OF((Byte *compr, uLong comprLen, 41 Byte *uncompr, uLong uncomprLen)); 42 void test_large_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_flush OF((Byte *compr, uLong *comprLen)); 45 void test_sync OF((Byte *compr, uLong comprLen, 46 Byte *uncompr, uLong uncomprLen)); [all …]
|
/third_party/zlib/test/ |
D | example.c | 37 void test_deflate OF((Byte *compr, uLong comprLen)); 38 void test_inflate OF((Byte *compr, uLong comprLen, 39 Byte *uncompr, uLong uncomprLen)); 40 void test_large_deflate OF((Byte *compr, uLong comprLen, 41 Byte *uncompr, uLong uncomprLen)); 42 void test_large_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_flush OF((Byte *compr, uLong *comprLen)); 45 void test_sync OF((Byte *compr, uLong comprLen, 46 Byte *uncompr, uLong uncomprLen)); [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/ |
D | example.c | 37 void test_deflate OF((Byte *compr, uLong comprLen)); 38 void test_inflate OF((Byte *compr, uLong comprLen, 39 Byte *uncompr, uLong uncomprLen)); 40 void test_large_deflate OF((Byte *compr, uLong comprLen, 41 Byte *uncompr, uLong uncomprLen)); 42 void test_large_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_flush OF((Byte *compr, uLong *comprLen)); 45 void test_sync OF((Byte *compr, uLong comprLen, 46 Byte *uncompr, uLong uncomprLen)); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | YAML.cpp | 48 uint8_t Byte = llvm::hexDigitValue(Data[I * 2]); in writeAsBinary() local 49 Byte <<= 4; in writeAsBinary() 50 Byte |= llvm::hexDigitValue(Data[I * 2 + 1]); in writeAsBinary() 51 OS.write(Byte); in writeAsBinary() 62 for (uint8_t Byte : Data) in writeAsHex() local 63 OS << hexdigit(Byte >> 4) << hexdigit(Byte & 0xf); in writeAsHex()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Reactor.cpp | 334 Byte::Byte(Argument<Byte> argument) in Byte() function in rr::Byte 339 Byte::Byte(RValue<Int> cast) in Byte() function in rr::Byte 341 Value *integer = Nucleus::createTrunc(cast.value(), Byte::type()); in Byte() 346 Byte::Byte(RValue<UInt> cast) in Byte() function in rr::Byte 348 Value *integer = Nucleus::createTrunc(cast.value(), Byte::type()); in Byte() 353 Byte::Byte(RValue<UShort> cast) in Byte() function in rr::Byte 355 Value *integer = Nucleus::createTrunc(cast.value(), Byte::type()); in Byte() 360 Byte::Byte(int x) in Byte() function in rr::Byte 365 Byte::Byte(unsigned char x) in Byte() function in rr::Byte 370 Byte::Byte(RValue<Byte> rhs) in Byte() function in rr::Byte [all …]
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | Utf8.kt | 94 public inline fun isOneByte(b: Byte): Boolean = b >= 0 in encodedLength() 99 public inline fun isTwoBytes(b: Byte): Boolean = b < 0xE0.toByte() in encodedLength() 104 public inline fun isThreeBytes(b: Byte): Boolean = b < 0xF0.toByte() in encodedLength() 109 public inline fun isFourByte(b: Byte): Boolean = b < 0xF8.toByte() in encodedLength() 111 public fun handleOneByte(byte1: Byte, resultArr: CharArray, resultPos: Int) { in encodedLength() 116 byte1: Byte, in handleTwoBytes() 117 byte2: Byte, in handleTwoBytes() 133 byte1: Byte, in handleThreeBytes() 134 byte2: Byte, in handleThreeBytes() 135 byte3: Byte, in handleThreeBytes() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 318 Float4 Blitter::readFloat4(Pointer<Byte> element, const State &state) in readFloat4() 325 c.w = Float(Int(*Pointer<Byte>(element)) & Int(0xF)); in readFloat4() 326 c.x = Float((Int(*Pointer<Byte>(element)) >> 4) & Int(0xF)); in readFloat4() 327 c.y = Float(Int(*Pointer<Byte>(element + 1)) & Int(0xF)); in readFloat4() 328 c.z = Float((Int(*Pointer<Byte>(element + 1)) >> 4) & Int(0xF)); in readFloat4() 338 c.x = Float(Int(*Pointer<Byte>(element))); in readFloat4() 400 c.x = Float(Int(*Pointer<Byte>(element + 0))); in readFloat4() 401 c.y = Float(Int(*Pointer<Byte>(element + 1))); in readFloat4() 535 c.x = Float(Int(*Pointer<Byte>(element))); in readFloat4() 544 void Blitter::write(Float4 &c, Pointer<Byte> element, const State &state) in write() [all …]
|
D | QuadRasterizer.hpp | 34 Pointer<Byte> constants; 45 …virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cM… 49 …Float4 interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool…
|
/third_party/flatbuffers/tests/optional_scalars/ |
D | ScalarStuff.kt | 20 val justI8 : Byte 25 val maybeI8 : Byte? 30 val defaultI8 : Byte 185 val justEnum : Byte 190 val maybeEnum : Byte? 195 val defaultEnum : Byte 208 …Byte, maybeI8: Byte?, defaultI8: Byte, justU8: UByte, maybeU8: UByte?, defaultU8: UByte, justI16: … in ScalarStuffBufferHasIdentifier() 249 fun addJustI8(builder: FlatBufferBuilder, justI8: Byte) = builder.addByte(0, justI8, 0) in startScalarStuff() 250 fun addMaybeI8(builder: FlatBufferBuilder, maybeI8: Byte) = builder.addByte(1, maybeI8, 0) in startScalarStuff() 251 … fun addDefaultI8(builder: FlatBufferBuilder, defaultI8: Byte) = builder.addByte(2, defaultI8, 42) in startScalarStuff() [all …]
|