Home
last modified time | relevance | path

Searched defs:bytes (Results 1576 - 1600 of 3403) sorted by relevance

1...<<61626364656667686970>>...137

/third_party/openssl/test/helpers/
H A Dpkcs12.c77 static X509 *load_cert_asn1(const unsigned char *bytes, int len) in load_cert_asn1() argument
88 static EVP_PKEY *load_pkey_asn1(const unsigned char *bytes, int len) in load_pkey_asn1() argument
375 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_certbag() argument
409 void add_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_keybag() argument
542 void check_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_certbag() argument
576 check_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, const PKCS12_ATTR *attrs, const PKCS12_ENC *enc) check_keybag() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-buffer.c389 unsigned int bytes; in test_buffer_utf8_conversion() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc650 unsigned bytes = strlen (buf); in parse_file_for() local
/third_party/skia/third_party/externals/piex/src/
H A Dpiex.cc635 const size_t bytes = BytesRequiredForIsRaw(); in IsRaw() local
653 const size_t bytes = BytesRequiredForIsRaw(); in GetPreviewImageData() local
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c364 size_t bytes; in ffi_prep_cif_machdep() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.h254 uintptr_t allocateBytes(size_t bytes) { in allocateBytes() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h132 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } in setCalleeSavedFrameSize() argument
135 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;} in setBytesToPopOnReturn() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp340 BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) BTLinearMatchNode() argument
[all...]
H A Ducnvbocu.cpp967 uint8_t *bytes; _Bocu1ToUnicodeWithOffsets() local
1189 uint8_t *bytes; _Bocu1ToUnicode() local
[all...]
H A Ducptrie.cpp507 char *bytes = (char *)data; in ucptrie_toBinary() local
[all...]
/third_party/toybox/lib/
H A Dportability.c545 long long sendfile_len(int in, int out, long long bytes, long long *consumed) in sendfile_len() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageReflection.java319 parseMessageFromBytes( ByteString bytes, ExtensionRegistryLite registry, Descriptors.FieldDescriptor descriptor, Message defaultInstance) parseMessageFromBytes() argument
479 parseMessageFromBytes( ByteString bytes, ExtensionRegistryLite extensionRegistry, Descriptors.FieldDescriptor field, Message defaultInstance) parseMessageFromBytes() argument
669 parseMessageFromBytes( ByteString bytes, ExtensionRegistryLite registry, Descriptors.FieldDescriptor field, Message defaultInstance) parseMessageFromBytes() argument
[all...]
H A DUtf8.java146 isValidUtf8(byte[] bytes) isValidUtf8() argument
158 isValidUtf8(byte[] bytes, int index, int limit) isValidUtf8() argument
175 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument
193 incompleteStateFor(byte[] bytes, int index, int limit) incompleteStateFor() argument
338 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
389 isValidUtf8(byte[] bytes, int index, int limit) isValidUtf8() argument
406 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument
616 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
862 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument
956 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
1095 partialIsValidUtf8(byte[] bytes, int index, int limit) partialIsValidUtf8() argument
1105 partialIsValidUtf8NonAscii(byte[] bytes, int index, int limit) partialIsValidUtf8NonAscii() argument
1176 partialIsValidUtf8(int state, byte[] bytes, final int index, final int limit) partialIsValidUtf8() argument
1368 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
1652 unsafeEstimateConsecutiveAscii( byte[] bytes, long offset, final int maxChars) unsafeEstimateConsecutiveAscii() argument
1698 partialIsValidUtf8(final byte[] bytes, long offset, int remaining) partialIsValidUtf8() argument
1848 unsafeIncompleteStateFor( byte[] bytes, int byte1, long offset, int remaining) unsafeIncompleteStateFor() argument
[all...]
H A DCodedInputStreamReader.java1222 verifyPackedFixed64Length(int bytes) verifyPackedFixed64Length() argument
1321 verifyPackedFixed32Length(int bytes) verifyPackedFixed32Length() argument
[all...]
/third_party/python/Modules/
H A Dmain.c235 PyObject *unicode, *bytes; in pymain_run_command() local
/third_party/python/Objects/clinic/
H A Dbytesobject.c.h270 PyObject *bytes = Py_None; bytes_strip() local
304 PyObject *bytes = Py_None; bytes_lstrip() local
338 PyObject *bytes = Py_None; bytes_rstrip() local
[all...]
/third_party/python/Objects/
H A Dfileobject.c314 PyObject *bytes = NULL; in stdprinter_write() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java133 private byte[] bytes(int... bytesAsInts) { in bytes() method in CodedInputStreamTest
[all...]
H A DByteStringTest.java359 assertReadFromReluctantStream(byte[] bytes, int chunkSize) assertReadFromReluctantStream() argument
377 assertReadFrom(byte[] bytes) assertReadFrom() argument
[all...]
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java2445 private String encodeHex(ByteString bytes) { in encodeHex() argument
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py46 bytes = str variable
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc1054 std::string MakeInvalidEmbeddedMessage(const char* bytes, int size) { in MakeInvalidEmbeddedMessage() argument
1076 std::string MakeInvalidGroup(const char* bytes, int size, in MakeInvalidGroup() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h609 const auto* bytes = reinterpret_cast<const unsigned char*>(data); in hash_range_or_bytes() local
[all...]
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp98 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(bPtr); in LoadResource() local
/third_party/skia/include/private/
H A DGrResourceKey.h100 size_t bytes = that.size(); in operator =() local

Completed in 27 milliseconds

1...<<61626364656667686970>>...137