| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_debug.c | 901 unsigned long bytes = (unsigned long)(end - start) * 4; in i915_dump_batchbuffer() local
|
| /third_party/mesa3d/src/util/ |
| H A D | blob.c | 158 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 D | hud_nic.c | 100 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 D | cms_att.c | 103 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 D | x509_req.c | 242 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 D | evp_pkey.c | 197 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 D | params_dup.c | 29 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 D | bn_rand.c | 27 int b, ret = 0, bit, bytes, mask; in bnrand() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_util.c | 266 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 D | signal.c | 422 size_t bytes, end, i; in uv__signal_event() local [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | poll.c | 418 DWORD bytes; in uv_poll_init_socket() local
|
| H A D | winsock.c | 44 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 D | DigitSequenceMatcher.java | 191 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 D | CompilerRegressionTest.java | 263 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 D | format_output.c | 207 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 D | ByteString.cs | 56 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 D | TextFormatTest.java | 227 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 D | wave.c | 60 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 D | module-esound-sink.c | 259 size_t bytes; in thread_func() local
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_att.c | 102 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 D | evp_pkey.c | 197 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 D | bn_rand.c | 27 int b, ret = 0, bit, bytes, mask; in bnrand() local [all...] |
| /third_party/openssl/crypto/ |
| H A D | params_dup.c | 29 size_t ossl_param_bytes_to_blocks(size_t bytes) in ossl_param_bytes_to_blocks() argument
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_util.c | 266 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 D | BinaryStream.h | 252 void writeBytes(const unsigned char *bytes, size_t count) { write(bytes, count); } in writeBytes() argument
|