/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err_local.h | 69 err_set_data(ERR_STATE *es, size_t i, void *data, size_t datasz, int flags) err_set_data() argument
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | BitBuffer.java | 35 int[] data; // In each 32-bit word, bits are filled from top down. field in BitBuffer [all...] |
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | BitBuffer.java | 37 private BitSet data; field in BitBuffer [all...] |
/third_party/python/Tools/i18n/ |
H A D | makelocalealias.py | 140 data = locale.locale_alias.copy() global() variable 146 data = optimize(data) global() variable [all...] |
/third_party/openssl/test/ |
H A D | time_offset_test.c | 22 const char *data; member
|
H A D | x509_internal_test.c | 53 const char *data; member
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | ReadOnlySequenceFactory.cs | 47 public static ReadOnlySequence<byte> CreateWithContent(byte[] data, int segmentSize = 1, bool addEmptySegmentDelimiters = true) in CreateWithContent() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | authkey.c | 73 static int load(const char *fn, bool create, void *data, size_t length) { in load() argument 145 int pa_authkey_load(const char *fn, bool create, void *data, size_t length) { in pa_authkey_load() argument 165 int pa_authkey_save(const char *fn, const void *data, size_ argument [all...] |
H A D | auth-cookie.c | 78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create() argument
|
H A D | shared.c | 31 void *data; /* Points to memory maintained by the caller */ member 35 static pa_shared* shared_new(const char *name, void *data) { in shared_new() argument 69 int pa_shared_set(pa_core *c, const char *name, void *data) { in pa_shared_set() argument 110 pa_shared_replace(pa_core *c, const char *name, void *data) pa_shared_replace() argument [all...] |
H A D | x11prop.c | 47 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data) { in pa_x11_set_prop() argument
|
H A D | poll-posix.c | 66 char data[64]; in pa_poll() local
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | libsamplerate.c | 29 SRC_DATA data; in libsamplerate_resample() local [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | testjitter.c | 10 unsigned char data[4]; member
|
/third_party/pulseaudio/src/daemon/ |
H A D | dumpmodules.c | 110 static int callback(const char *path, lt_ptr data) { in callback() argument
|
/third_party/openssl/crypto/evp/ |
H A D | e_rc5.c | 36 # define data(ctx) EVP_C_DATA(EVP_RC5_KEY,ctx) macro
|
/third_party/openssl/crypto/asn1/ |
H A D | a_gentm.c | 67 struct tm data; in ASN1_GENERALIZEDTIME_adj() local
|
/third_party/openssl/crypto/err/ |
H A D | err_local.h | 69 err_set_data(ERR_STATE *es, size_t i, void *data, size_t datasz, int flags) err_set_data() argument
|
/third_party/openssl/crypto/md5/ |
H A D | md5_sha1.c | 27 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count) in ossl_md5_sha1_update() argument
|
/third_party/openssl/crypto/comp/ |
H A D | comp_local.h | 29 void* data; member
|
/third_party/openssl/crypto/md2/ |
H A D | md2_dgst.c | 86 int MD2_Update(MD2_CTX *c, const unsigned char *data, size_t len) in MD2_Update() argument [all...] |
/third_party/openssl/crypto/lhash/ |
H A D | lhash_local.h | 14 void *data; member
|
/third_party/openssl/crypto/pem/ |
H A D | pem_sign.c | 22 PEM_SignUpdate(EVP_MD_CTX *ctx, const unsigned char *data, unsigned int count) PEM_SignUpdate() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | span_unittest.cpp | 112 const unsigned int *data = sp.data(); in TEST() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexArray9.h | 24 VertexArray9(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArray9() argument
|