Home
last modified time | relevance | path

Searched defs:out (Results 1226 - 1250 of 3667) sorted by relevance

1...<<41424344454647484950>>...147

/third_party/node/tools/inspector_protocol/markupsafe/
H A D_speedups.c58 PyUnicodeObject *out; in escape_unicode() local
/third_party/musl/libc-test/src/math/gen/
H A Dgen.c292 int k, i=0, out=0; in print() local
/third_party/musl/porting/linux/user/src/network/
H A Dres_cache.c102 struct aibuf *out = calloc(1, num * sizeof(*out) + canon_len + 1); in dns_get_addr_info_from_netsys_cache2() local
[all...]
/third_party/musl/src/network/
H A Dres_cache.c102 struct aibuf *out = calloc(1, num * sizeof(*out) + canon_len + 1); in dns_get_addr_info_from_netsys_cache2() local
[all...]
/third_party/ninja/src/
H A Ddeps_log_test.cc259 Node* out = state.GetNode("out.o", 0); TEST_F() local
313 Node* out = state.GetNode("out.o", 0); TEST_F() local
[all...]
H A Ddisk_interface_test.cc300 Node* out = GetNode("out"); in TEST_F() local
316 Node* out = GetNode("out"); in TEST_F() local
336 Node* out = GetNode("out"); TEST_F() local
357 Node* out = GetNode("out"); TEST_F() local
[all...]
H A Ddyndep_parser.cc135 EvalString out; in ParseEdge() local
146 EvalString out; in ParseEdge() local
H A Dlexer.cc554 bool Lexer::ReadIdent(string* out) { in ReadIdent() argument
H A Dlexer.in.cc187 bool Lexer::ReadIdent(string* out) { in ReadIdent() argument
/third_party/node/deps/brotli/c/enc/
H A Dhash_composite_inc.h109 FindLongestMatch( HashComposite* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
/third_party/node/deps/cares/src/lib/
H A Dares__htable_asvp.c120 ares_socket_t *out = NULL; in ares__htable_asvp_keys() local
/third_party/node/deps/base64/base64/test/
H A Dtest_base64.c9 static char out[2000]; variable
331 const char *out; test_one_codec() member
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c144 is_nv12_as_r8_g8b8_supported(struct pipe_screen *screen, struct st_egl_image *out, in is_nv12_as_r8_g8b8_supported() argument
166 st_get_egl_image(struct gl_context *ctx, GLeglImageOES image_handle, unsigned usage, const char *error, struct st_egl_image *out, bool *native_supported) st_get_egl_image() argument
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_marshal.py55 def out(str): function
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dprscmnts.cpp112 UnicodeString out = matcher.group(1, *status); in getText() local
215 UnicodeString out = matcher.group(1, *status); in getAt() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_query.c90 dzn_query_pool_create(struct dzn_device *device, const VkQueryPoolCreateInfo *info, const VkAllocationCallbacks *alloc, VkQueryPool *out) dzn_query_pool_create() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dpunyref.cpp135 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; in punycode_encode() local
224 punycode_uint n, out, i, max_out, bias, punycode_decode() local
[all...]
/third_party/libinput/tools/
H A Dlibinput-quirks.c45 FILE *out = stdout; in log_handler() local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
H A Dtirpc_rpc_broadcast_scalability.c48 int eachresult(char *out, struct sockaddr_in *addr) in eachresult() argument
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
H A Dtirpc_rpc_broadcast_exp_scalability.c48 int eachresult(char *out, struct sockaddr_in *addr) in eachresult() argument
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genrsa.c225 lws_genrsa_public_encrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out) global() argument
240 lws_genrsa_private_encrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out) global() argument
255 lws_genrsa_public_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument
269 lws_genrsa_private_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument
/third_party/libwebsockets/win32port/zlib/
H A Dgzguts.h95 unsigned char *out; /* output buffer (double-sized when reading) */ member
/third_party/libwebsockets/lib/tls/
H A Dtls.c32 alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, in alpn_cb() argument
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dsmult_curve25519_ref.c9 static void add(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) in add() argument
18 static void sub(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) in sub() argument
60 static void mult(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) in mult() argument
75 static void mult121665(unsigned int out[3 argument
88 square(unsigned int out[32],const unsigned int a[32]) square() argument
180 recip(unsigned int out[32],const unsigned int z[32]) recip() argument
[all...]
H A Dpoly1305.c28 poly1305_auth(unsigned char out[POLY1305_TAGLEN], in poly1305_auth() argument

Completed in 13 milliseconds

1...<<41424344454647484950>>...147