Home
last modified time | relevance | path

Searched defs:dup (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/musl/src/unistd/
Ddup.c4 int dup(int fd) in dup() function
/third_party/NuttX/fs/vfs/
Dfs_dup.c48 int dup(int fd) in dup() function
/third_party/curl/tests/libtest/
Dlib1502.c43 CURL *dup; in test() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java232 RubyRepeatedField dup = (RubyRepeatedField) dup(context); in plus() local
321 public IRubyObject dup(ThreadContext context) { in dup() method in RubyRepeatedField
322 … RubyRepeatedField dup = new RubyRepeatedField(context.runtime, metaClass, fieldType, typeClass); in dup() local
DRubyMap.java333 public IRubyObject dup(ThreadContext context) { in dup() method in RubyMap
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcstring.cpp317 char *dup = (char *) uprv_malloc(len); in uprv_strdup() local
328 char *dup; in uprv_strndup() local
/third_party/skia/third_party/externals/icu/source/common/
Dcstring.cpp317 char *dup = (char *) uprv_malloc(len); in uprv_strdup() local
328 char *dup; in uprv_strndup() local
/third_party/icu/icu4c/source/common/
Dcstring.cpp317 char *dup = (char *) uprv_malloc(len); in uprv_strdup() local
328 char *dup; in uprv_strndup() local
/third_party/node/deps/icu-small/source/common/
Dcstring.cpp317 char *dup = (char *) uprv_malloc(len); in uprv_strdup() local
328 char *dup; in uprv_strndup() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_derivatives.c141 midgard_instruction dup; in midgard_lower_derivatives() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/
DConvDwInt8Row.S37 dup v31.8b, w6 label
/third_party/libuv/src/win/
Dprocess-stdio.c98 static int uv__duplicate_handle(uv_loop_t* loop, HANDLE handle, HANDLE* dup) { in uv__duplicate_handle()
131 static int uv__duplicate_fd(uv_loop_t* loop, int fd, HANDLE* dup) { in uv__duplicate_fd()
/third_party/grpc/src/php/ext/grpc/
Dphp7_wrapper.h40 #define PHP_GRPC_RETVAL_STRING(val, dup) RETVAL_STRING(val) argument
41 #define PHP_GRPC_RETURN_STRING(val, dup) RETURN_STRING(val) argument
46 #define PHP_GRPC_ADD_STRING_TO_ARRAY(val, key, key_len, str, dup) \ argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java133 ByteBuffer dup = buffer.duplicate(); in toByteArray() local
176 ByteBuffer dup = buffer.duplicate(); in toByteArray() local
/third_party/ltp/tools/sparse/sparse-src/
Dinline.c41 struct expression *dup = alloc_expression(expr->pos, expr->type); in dup_expression() local
48 struct statement *dup = alloc_statement(stmt->pos, stmt->type); in dup_statement() local
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dmap.rs110 let dup: String = get_key(buffer, a1).map(|&b| b as char).collect(); in sort_map_by_keys() localVariable
/third_party/expat/tests/
Dstructdata.c59 XML_Char *dup = malloc(byte_count); in xmlstrdup() local
/third_party/skia/third_party/externals/expat/expat/tests/
Dstructdata.c59 XML_Char *dup = malloc(byte_count); in xmlstrdup() local
/third_party/node/deps/uvwasi/src/
Dpoll_oneoff.c162 struct uvwasi__poll_fdevent_t* dup; in uvwasi__poll_oneoff_state_add_fdevent() local
/third_party/giflib/
Dgif_font.c216 char *dup; in GifDrawBoxedText8x8() local
/third_party/mesa3d/src/util/
Du_memory.h80 void *dup = MALLOC(size); in mem_dup() local
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.h66 guint64 in, out, dup, drop; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_mem_access_bit_sizes.c37 nir_intrinsic_instr *dup = in dup_mem_intrinsic() local
/third_party/libsoup/libsoup/
Dsoup-uri.c632 SoupURI *dup; in soup_uri_copy() local
1273 SoupURI *dup; in soup_uri_copy_host() local
/third_party/mesa3d/src/compiler/nir/tests/
Dserialize_tests.cpp42 nir_shader *dup; member in __anonf13d4af60111::nir_serialize_test

1234