/third_party/libwebsockets/lib/misc/ |
H A D | lejp.c | 198 lejp_get_wildcard(struct lejp_ctx *ctx, int wildcard, char *dest, int len) in lejp_get_wildcard() argument
|
H A D | lws-ring.c | 199 lws_ring_consume(struct lws_ring *ring, uint32_t *tail, void *dest, in lws_ring_consume() argument
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-network-helper.h | 52 lws_sockaddr46 dest; member
|
/third_party/libuv/docs/code/uvtee/ |
H A D | main.c | 36 void write_data(uv_stream_t *dest, size_t size, uv_buf_t buf, uv_write_cb cb) { in write_data() argument
|
/third_party/lzma/CPP/Windows/ |
H A D | SecurityUtils.cpp | 33 static void SetLsaString(LPWSTR src, PLSA_UNICODE_STRING dest)
in SetLsaString() argument
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | arg.impl.h | 126 jerryx_arg_number (double *dest, /**< pointer to the double where the result should be stored */ in jerryx_arg_number() argument 169 jerryx_arg_boolean (bool *dest, /**< points to the native bool */ in jerryx_arg_boolean() argument 212 jerryx_arg_string (char *dest, /**< pointe argument 257 jerryx_arg_utf8_string(char *dest, uint32_t size, jerryx_arg_coerce_t coerce_flag, jerryx_arg_optional_t opt_flag) jerryx_arg_utf8_string() argument 302 jerryx_arg_function(jerry_value_t *dest, jerryx_arg_optional_t opt_flag) jerryx_arg_function() argument 332 jerryx_arg_native_pointer(void **dest, const jerry_object_native_info_t *info_p, jerryx_arg_optional_t opt_flag) jerryx_arg_native_pointer() argument 375 jerryx_arg_custom(void *dest, uintptr_t extra_info, jerryx_arg_transform_func_t func) jerryx_arg_custom() argument [all...] |
H A D | arg.h | 71 void *dest; /**< pointer to destination where func should store the result */ member [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_vec_to_movs.c | 42 src_matches_dest_reg(nir_dest *dest, nir_src *src) in src_matches_dest_reg() argument [all...] |
H A D | nir_gather_ssa_types.c | 72 copy_types(nir_src src, nir_dest *dest, BITSET_WORD *float_types, in copy_types() argument [all...] |
H A D | nir_inline_helpers.h | 60 _nir_visit_dest_indirect(nir_dest *dest, void *_state) in _nir_visit_dest_indirect() argument [all...] |
/third_party/mesa3d/src/hgl/ |
H A D | GLRenderer.cpp | 66 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut() argument 73 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_cs.cpp | 96 auto dest = value_factory().dest_vec4(instr->dest, pin_group); in emit_load_num_workgroups() local 115 auto dest = vf.dest(instr->dest, i, pin_none); in emit_load_3vec() local
|
/third_party/node/deps/v8/tools/ |
H A D | generate-ten-powers.scm | |
/third_party/node/tools/icu/ |
H A D | shrink-icu-src.py | 14 dest='icudst', variable 20 dest='icusrc', variable 26 dest='icutmp', variable
|
/third_party/nghttp2/src/ |
H A D | shrpx_health_monitor_downstream_connection.cc | 60 auto dest = downstream_->get_request_buf(); in push_request_headers() local
|
/third_party/musl/src/misc/ |
H A D | getopt_long.c | 12 static void permute(char *const *argv, int dest, int src) in permute() argument
|
H A D | mntent.c | 25 char *dest = beg; in unescape_ent() local
|
/third_party/musl/src/time/ |
H A D | strptime.c | 94 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local [all...] |
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vfscanf.c | 22 static void store_int(void *dest, int size, unsigned long long i) in store_int() argument 67 void *dest=NULL; in vfscanf() local [all...] |
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vfscanf.c | 22 static void store_int(void *dest, int size, unsigned long long i) in store_int() argument 67 void *dest=NULL; in vfscanf() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiwrt.cpp | 59 doWriteForward(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteForward() argument 152 doWriteReverse(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteReverse() argument 309 ubidi_writeReverse(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument 357 ubidi_writeReordered(UBiDi *pBiDi, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReordered() argument [all...] |
H A D | uscript_props.cpp | 261 uscript_getSampleString(UScriptCode script, char16_t *dest, int32_t capacity, UErrorCode *pErrorCode) { in uscript_getSampleString() argument
|
H A D | uscript.cpp | 32 setCodes(const UScriptCode *src, int32_t length, UScriptCode *dest, int32_t capacity, UErrorCode *err) setCodes() argument
|
H A D | rbbinode.cpp | 264 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) { in findNodes() argument
|
H A D | ucasemap_titlecase_brkiter.cpp | 57 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument 102 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucasemap_utf8ToTitle() argument
|