/third_party/openssl/crypto/buffer/ |
H A D | buffer.c | 12 #include <openssl/buffer.h>
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_overlay_fonts.py | 226 pixel_value = bitmap.buffer[y * pitch + x]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.h | 60 EGLClientBuffer buffer,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_format_table.py | 98 buffer_basic_template = """mActualBufferFormatID = {buffer}; 103 buffer_struct_template = """{{{buffer}, {vk_buffer_format_is_packed}, 144 # When the R10G10B10A2 type can't be used by the vertex buffer, 193 buffer="angle::FormatID::" + format, 208 buffers, buffers_compressed_offset = get_formats(angle, "buffer")
|
H A D | VertexArrayVk.h | 40 vk::BufferHelper *buffer, 140 // The offset into the buffer to the first attrib 159 // Track client and/or emulated attribs that we have to stream their buffer contents
|
/third_party/skia/src/core/ |
H A D | SkPictureData.h | 96 bool parseBuffer(SkReadBuffer& buffer);
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Sampler.hpp | 26 const void *buffer[6]; member
|
/third_party/openssl/include/openssl/ |
H A D | ssl3.h | 21 # include <openssl/buffer.h>
|
H A D | trace.h | 97 * The |buffer| will always contain text, which may consist of several lines. 103 typedef size_t (*OSSL_trace_cb)(const char *buffer, size_t count,
|
/third_party/openssl/ssl/ |
H A D | ssl_txt.c | 12 #include <openssl/buffer.h>
|
/third_party/openssl/include/internal/ |
H A D | cryptlib.h | 25 # include <openssl/buffer.h>
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl3.h | 15 # include <openssl/buffer.h>
|
/third_party/openssl/crypto/x509/ |
H A D | x509_obj.c | 14 #include <openssl/buffer.h>
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/ |
H A D | jsimdcfg.inc.h | 103 ; the DCT is to be performed in-place in that buffer.
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_decimalquantity.h | 488 void readDoubleConversionToBcd(const char* buffer, int32_t length, int32_t point);
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
H A D | norms.h | 168 void reorder(UnicodeString &mapping, BuilderReorderingBuffer &buffer) const;
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | OboeAudioStream.java | 51 public int write(float[] buffer, int offset, int length) { in write() argument
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | DawnNative.h | 267 DAWN_NATIVE_EXPORT uint64_t GetAllocatedSizeForTesting(WGPUBuffer buffer);
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | state.h | 253 } buffer; member 271 /* This ring buffer holds a few past copy distances that will be used by 300 size_t rb_roundtrips; /* how many times we went around the ring-buffer */
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftimage.h | 240 * buffer :: 241 * A typeless pointer to the bitmap buffer. This value should be 265 unsigned char* buffer; member 954 * _not_ set, the target pixmap's buffer _must_ be zeroed before
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 77 /// Returns 'true' if the memory buffer is LLVM bitcode for the specified 91 /// Create an LTOModule. N.B. These methods take ownership of the buffer. The 161 static lto::InputFile *createInputFile(const void *buffer, size_t buffer_size,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | normlzr.h | 107 * The normalized results is stored in an internal string buffer, and 112 * The following "safe" index, the internal buffer, and the secondary 113 * iteration index into that buffer are not exposed on the API. 117 * current index into the internal buffer. 766 // The normalization buffer is the result of normalization 770 // A buffer for holding intermediate results 771 UnicodeString buffer; member in Normalizer
|
/third_party/vixl/src/ |
H A D | code-buffer-vixl.h | 48 CodeBuffer(byte* buffer, size_t capacity); 54 // Make the buffer executable or writable. These states are mutually 128 // A code buffer can emit: 193 // Backing store of the buffer. 195 // If true the backing store is allocated and deallocated by the buffer. The 201 // True if there has been any write since the buffer was created or cleaned.
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_fingerprint.h | 310 uint8 buffer [64]; member in dng_md5_printer
|
H A D | dng_opcodes.h | 353 /// \param bufferPixelType Pixel type of image buffer (see dng_tag_types.h). 368 /// Implements filtering operation from one buffer to another. Source 455 /// \param bufferPixelType Pixel type of image buffer (see dng_tag_types.h). 470 /// Implements image processing operation in a single buffer. The source 471 /// pixels are provided as input to the buffer, and this routine 472 /// calculates and writes the destination pixels to the same buffer. 493 dng_pixel_buffer &buffer,
|