/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.c | 73 int ret; in parse_uri() local
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | memorypool.c | 168 void *ret; in MHD_pool_allocate() local 213 void *ret; in MHD_pool_reallocate() local
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | io_openssl.c | 136 int ret; in SPDYF_openssl_new_session() local 188 int ret; in SPDYF_openssl_recv() local 223 int ret; in SPDYF_openssl_send() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_get_parallel.c | 59 int ret; in https_transfer_thread_adapter() local
|
H A D | test_https_get_parallel_threads.c | 60 int ret; in https_transfer_thread_adapter() local
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_options.c | 52 int ret; in test_wrap() local
|
H A D | test_termination.c | 77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in connection_handler() local
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_struct_namevalue.c | 100 int ret; in main() local [all...] |
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | Math.cpp | 32 unsigned char ret = _BitScanForward(&firstBitIndex, bits); in ScanForward() local 44 unsigned char ret = _BitScanReverse(&firstBitIndex, value); in Log2() local 57 unsigned char ret = _BitScanReverse64(&firstBitIndex, value); in Log2() local
|
H A D | TypedInteger.h | 113 TypedIntegerImpl ret = *this; in operator ++() local 127 TypedIntegerImpl ret = *this; in operator --() local
|
/third_party/openssl/test/ |
H A D | d2i_test.c | 48 int ret = 0; in test_bad_asn1() local
|
H A D | dtls_mtu_test.c | 148 int i, ret = 0; in run_mtu_tests() local
|
H A D | hmactest.c | 110 int ret = 0; in test_hmac_bad() local 133 int ret = 0; in test_hmac_run() local 224 int ret = 0; in test_hmac_copy() local
|
H A D | errtest.c | 55 int ret = 0, len; in test_print_error_format() local
|
H A D | provider_pkey_test.c | 28 int ret = 0; in fetch_sig() local 54 int i, ret = 0; in test_pkey_sig() local 126 int ret = 0; in test_alternative_keygen_init() local 187 int ret in test_pkey_eq() local 244 int ret = 0; test_pkey_store() local [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 36 int i, ret; in d2i_PrivateKey_decoder() local 81 EVP_PKEY *ret; in ossl_d2i_PrivateKey_legacy() local 147 EVP_PKEY *ret; d2i_PrivateKey_ex() local 191 EVP_PKEY *ret; d2i_AutoPrivateKey_legacy() local 222 EVP_PKEY *ret; d2i_AutoPrivateKey_ex() local [all...] |
H A D | tasn_new.c | 31 ASN1_VALUE *ret = NULL; in ASN1_item_new() local 40 ASN1_VALUE *ret = NULL; in ASN1_item_new_ex() local 213 int ret; in asn1_template_new() local [all...] |
/third_party/openssl/crypto/bio/ |
H A D | bss_sock.c | 60 BIO *ret; in BIO_new_socket() local 105 int ret = 0; in sock_read() local 128 int ret = 0; sock_write() local 152 long ret = 1; sock_ctrl() local 217 int n, ret; sock_puts() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_oct.c | 29 int ret = 0; in ossl_ec_GFp_simple_set_compressed_coordinates() local 163 size_t ret; in ossl_ec_GFp_simple_point2oct() local 283 int ret in ossl_ec_GFp_simple_oct2point() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-face.hh | 86 unsigned int ret = upem.get_relaxed (); in get_upem() local 96 unsigned int ret = num_glyphs.get_relaxed (); in get_num_glyphs() local
|
H A D | hb-glib.cc | 140 hb_bool_t ret; in hb_glib_unicode_compose() local 177 hb_bool_t ret; in hb_glib_unicode_decompose() local
|
H A D | hb-icu.cc | 198 UChar32 ret = unorm2_composePair (normalizer, a, b); in hb_icu_unicode_compose() local
|
H A D | hb-ot-post-table-v2subset.hh | 131 bool ret = serialize (c->serializer, index_iter, &_post); in subset() local
|
/third_party/python/Modules/_multiprocessing/ |
H A D | multiprocessing.c | 79 int ret; in _multiprocessing_closesocket_impl() local 82 ret = closesocket((SOCKET) handle); in _multiprocessing_closesocket_impl() local 135 int ret, length; in _multiprocessing_send_impl() local 140 ret = send((SOCKET) handle, buf->buf, length, 0); in _multiprocessing_send_impl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Endian.h | 66 value_type ret; in read() local 86 value_type ret = read<value_type, alignment>(memory, endian); in readNext() local
|