/third_party/ltp/tools/sparse/sparse-src/ |
H A D | builtin.c | 529 unsigned long val = -1, off = 0; in expand_object_size() local
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 372 u16_t tag, len, off; in pppoe_disc_input() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_program.c | 116 unsigned off = j + out->dst_offset; /* in dwords */ in emit_stream_out() local
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | record.h | 52 size_t off; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 295 off = hash_d[i].blocks * 64; in tls1_1_multi_block_encrypt() local 706 size_t off = out - p; in aesni_cbc_hmac_sha256_cipher() local [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 296 off = hash_d[i].blocks * 64; in tls1_1_multi_block_encrypt() local 702 size_t off = out - p; in aesni_cbc_hmac_sha1_cipher() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 272 static int do_dsa_print(BIO *bp, const DSA *x, int off, int ptype) in do_dsa_print() argument
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ByteStringTest.java | 327 public int read(byte[] buf, int off, int len) { in read() argument 351 public void write(byte[] buf, int off, int len) { in write() argument
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 295 off = hash_d[i].blocks * 64; in tls1_1_multi_block_encrypt() local 706 size_t off = out - p; in aesni_cbc_hmac_sha256_cipher() local [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 296 off = hash_d[i].blocks * 64; in tls1_1_multi_block_encrypt() local 702 size_t off = out - p; in aesni_cbc_hmac_sha1_cipher() local [all...] |
/third_party/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 272 static int do_dsa_print(BIO *bp, const DSA *x, int off, int ptype) in do_dsa_print() argument
|
/third_party/openssl/ssl/record/ |
H A D | record.h | 52 size_t off; member
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | sessions.c | 472 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | demo.c | 241 size_t off; member 477 process_upload_data(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) process_upload_data() argument [all...] |
H A D | demo_https.c | 242 size_t off; member 478 process_upload_data(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) process_upload_data() argument [all...] |
H A D | post_example.c | 456 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | digestauth.c | 305 uint32_t off; in check_nonce_nc() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_post.c | 98 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *value, uint64_t off, size_t size) post_iterator() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff-common.hh | 301 unsigned int off = offset_at (i); in max_offset() local
|
/third_party/toybox/toys/posix/ |
H A D | sed.c | 420 int i, x, off; in sed_line() local 481 mlen, off, newlen; sed_line() local [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 67 size_t off = beg * element_size; in RepeatedField_subarray() local 92 size_t off = 0; in RepeatedField_each() local 353 size_t off = 0; in RepeatedField_dup() local 374 size_t off = 0; RepeatedField_deep_copy() local 399 size_t off = 0; RepeatedField_to_ary() local 448 size_t off = 0; RepeatedField_eq() local 476 size_t off = 0; RepeatedField_hash() local [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 168 public int read(byte[] b, int off, int len) throws IOException { in read() argument
|
H A D | ByteStringTest.java | 445 public int read(byte[] buf, int off, int len) { in read() argument 469 public void write(byte[] buf, int off, int len) { in write() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnknownFieldSet.java | 615 public Builder mergeFrom(byte[] data, int off, int len) throws InvalidProtocolBufferException { in mergeFrom() argument 637 public Builder mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) in mergeFrom() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.h | 772 size_t off = 0; in IndexBeyond() local
|