Home
last modified time | relevance | path

Searched defs:bytes (Results 1251 - 1275 of 3411) sorted by relevance

1...<<51525354555657585960>>...137

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs56 private readonly byte[] bytes; field in Google.Protobuf.ByteString
67 internal static ByteString FromBytes(byte[] bytes) in FromBytes() argument
76 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes() argument
85 private ByteString(byte[] bytes) in ByteString() argument
164 FromBase64(string bytes) FromBase64() argument
227 CopyFrom(params byte[] bytes) CopyFrom() argument
235 CopyFrom(byte[] bytes, int offset, int count) CopyFrom() argument
248 CopyFrom(ReadOnlySpan<byte> bytes) CopyFrom() argument
[all...]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DTextFormatTest.java227 private ByteString bytes(String str) throws Exception { in bytes() method in TextFormatTest
236 private ByteString bytes(int... bytesAsInts) { in bytes() method in TextFormatTest
[all...]
/third_party/pulseaudio/sonic/
H A Dwave.c60 char bytes[4]; in writeInt() local
75 char bytes[2]; in writeShort() local
29 writeBytes( waveFile file, void *bytes, int length) writeBytes() argument
86 readBytes( waveFile file, void *bytes, int length) readBytes() argument
98 readExactBytes( waveFile file, void *bytes, int length) readExactBytes() argument
119 unsigned char bytes[4]; readInt() local
134 unsigned char bytes[2]; readShort() local
332 unsigned char bytes[WAVE_BUF_LEN]; readFromWaveFile() local
356 unsigned char bytes[WAVE_BUF_LEN]; writeToWaveFile() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-esound-sink.c259 size_t bytes; in thread_func() local
/third_party/openssl/crypto/cms/
H A Dcms_att.c102 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_signed_add1_attr_by_OBJ() argument
111 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_signed_add1_attr_by_NID() argument
119 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) CMS_signed_add1_attr_by_txt() argument
169 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_OBJ() argument
178 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_NID() argument
187 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_txt() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_pkey.c197 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_OBJ() argument
206 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_NID() argument
215 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_txt() argument
/third_party/openssl/crypto/bn/
H A Dbn_rand.c27 int b, ret = 0, bit, bytes, mask; in bnrand() local
[all...]
/third_party/openssl/crypto/
H A Dparams_dup.c29 size_t ossl_param_bytes_to_blocks(size_t bytes) in ossl_param_bytes_to_blocks() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_util.c266 ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, const unsigned char *bytes, int len) ossl_cmp_asn1_octet_string_set1_bytes() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBinaryStream.h252 void writeBytes(const unsigned char *bytes, size_t count) { write(bytes, count); } in writeBytes() argument
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp227 inline Base64Formatter toBase64 (const deUint8* bytes, int numBytes) { return Base64Formatter(bytes, numBytes); } in toBase64() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_test.cc866 const uint32_t* bytes = buf.buffer->GetValues<uint32_t>(); in TEST_F() local
953 const uint8_t* bytes = buf->GetValues<uint8_t>(); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dunit_spirv.h55 unsigned char bytes[4]; member
/third_party/skia/src/core/
H A DSkGlyphRun.cpp189 textToGlyphRunList( const SkFont& font, const SkPaint& paint, const void* bytes, size_t byteLength, SkPoint origin, SkTextEncoding encoding) textToGlyphRunList() argument
312 textToGlyphIDs( const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) textToGlyphIDs() argument
/third_party/skia/src/gpu/
H A DGrSubRunAllocator.h180 char* bytes = fAlloc.template allocateBytesFor<T>(); makePOD() local
187 char* bytes = fAlloc.template allocateBytesFor<T>(); makeUnique() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp67 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() argument
236 void *allocate(size_t bytes, size_t alignment) in allocate() argument
273 allocateMemoryPages(size_t bytes, int permissions, bool need_exec) allocateMemoryPages() argument
364 protectMemoryPages(void *memory, size_t bytes, int permissions) protectMemoryPages() argument
391 deallocateMemoryPages(void *memory, size_t bytes) deallocateMemoryPages() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp437 int bytes = format.bytes(); local
H A DVkFormat.cpp1532 size_t Format::bytes() const bytes() function in vk::Format
[all...]
/third_party/openssl/crypto/x509/
H A Dx509_req.c242 X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_OBJ() argument
257 X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_NID() argument
272 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_txt() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dunit_spirv.h55 unsigned char bytes[4]; member
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.cpp363 const size_t bytes = m_colors * SK_BYTES_PER_COLORMAP_ENTRY; in buildTable() local
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Dufmt_cmn.cpp175 uint8_t bytes[sizeof(void*)]; in ufmt_utop() member
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp147 uint8_t bytes[4]; in appendUtf8() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.h57 uint8_t bytes[4]; member
77 uint8_t *bytes; member
[all...]
H A Ducmstate.cpp978 ucm_countChars(UCMStates *states, const uint8_t *bytes, int32_t length) ucm_countChars() argument
[all...]

Completed in 19 milliseconds

1...<<51525354555657585960>>...137