Home
last modified time | relevance | path

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

1...<<51525354555657585960>>...138

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c901 unsigned long bytes = (unsigned long)(end - start) * 4; in i915_dump_batchbuffer() local
/third_party/mesa3d/src/util/
H A Dblob.c158 blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write) in blob_write_bytes() argument
295 const void *bytes; in blob_copy_bytes() local
140 blob_overwrite_bytes(struct blob *blob, size_t offset, const void *bytes, size_t to_write) blob_overwrite_bytes() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_nic.c100 get_nic_bytes(const char *fn, uint64_t *bytes) in get_nic_bytes() argument
190 uint64_t bytes; in query_nic_load() local
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_att.c103 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
112 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
120 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
171 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
180 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
189 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/node/deps/openssl/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/node/deps/openssl/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/node/deps/openssl/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/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c27 int b, ret = 0, bit, bytes, mask; in bnrand() local
[all...]
/third_party/node/deps/openssl/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/node/deps/uv/src/unix/
H A Dsignal.c422 size_t bytes, end, i; in uv__signal_event() local
[all...]
/third_party/node/deps/uv/src/win/
H A Dpoll.c418 DWORD bytes; in uv_poll_init_socket() local
H A Dwinsock.c44 DWORD bytes; in uv__get_extension_function() local
270 uv__wsarecv_workaround(SOCKET socket, WSABUF* buffers, DWORD buffer_count, DWORD* bytes, DWORD* flags, WSAOVERLAPPED *overlapped, LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine) uv__wsarecv_workaround() argument
364 uv__wsarecvfrom_workaround(SOCKET socket, WSABUF* buffers, DWORD buffer_count, DWORD* bytes, DWORD* flags, struct sockaddr* addr, int* addr_len, WSAOVERLAPPED *overlapped, LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine) uv__wsarecvfrom_workaround() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcher.java191 private final byte[] bytes; field in DigitSequenceMatcher.ByteArrayMatcher
258 private final String bytes; global() field in DigitSequenceMatcher.StringMatcher
260 StringMatcher(String bytes) StringMatcher() argument
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DCompilerRegressionTest.java263 private static byte[] combine(List<ByteString> bytes) { in combine() argument
287 private static String formatPbSnippet(byte[] bytes, int start, int length) { in formatPbSnippet() argument
300 writeGoldenPbOutput(byte[] bytes, PrintWriter errors) writeGoldenPbOutput() argument
310 appendBytes(StringBuilder out, byte[] bytes, int start, int length) appendBytes() argument
[all...]
/third_party/openssl/test/testutil/
H A Dformat_output.c207 static int convert_bn_memory(const unsigned char *in, size_t bytes, in convert_bn_memory() argument
272 const size_t bytes = bn_bytes; in test_fail_bignum_common() local
431 const size_t bytes = (MAX_STRING_WIDTH - 9) / 17 * 8; test_fail_memory_common() local
[all...]
/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

Completed in 17 milliseconds

1...<<51525354555657585960>>...138