Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 1797) sorted by relevance

12345678910>>...72

/third_party/boost/boost/atomic/detail/
Dinterlocked.hpp27 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) _InterlockedCompareExcha… argument
28 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD(dest, addend) _InterlockedExchangeAdd((long*)(dest), … argument
29 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE(dest, newval) _InterlockedExchange((long*)(dest), (long)(… argument
30 #define BOOST_ATOMIC_INTERLOCKED_INCREMENT(dest) _InterlockedIncrement((long*)(dest)) argument
31 #define BOOST_ATOMIC_INTERLOCKED_DECREMENT(dest) _InterlockedDecrement((long*)(dest)) argument
41 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) InterlockedCompareExchan… argument
42 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD(dest, addend) InterlockedExchangeAdd((long*)(dest), (… argument
43 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE(dest, newval) InterlockedExchange((long*)(dest), (long)(n… argument
44 #define BOOST_ATOMIC_INTERLOCKED_INCREMENT(dest) InterlockedIncrement((long*)(dest)) argument
45 #define BOOST_ATOMIC_INTERLOCKED_DECREMENT(dest) InterlockedDecrement((long*)(dest)) argument
[all …]
/third_party/boost/boost/detail/
Dinterlocked.hpp62 # define BOOST_INTERLOCKED_INCREMENT(dest) \ argument
64 # define BOOST_INTERLOCKED_DECREMENT(dest) \ argument
66 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) \ argument
68 # define BOOST_INTERLOCKED_EXCHANGE(dest, exchange) \ argument
70 # define BOOST_INTERLOCKED_EXCHANGE_ADD(dest, add) \ argument
72 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) \ argument
74 # define BOOST_INTERLOCKED_EXCHANGE_POINTER(dest, exchange) \ argument
81 # define BOOST_INTERLOCKED_INCREMENT(dest) \ argument
83 # define BOOST_INTERLOCKED_DECREMENT(dest) \ argument
85 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) \ argument
[all …]
/third_party/boost/libs/iostreams/test/
Dwrite_output_filter_test.hpp30 temp_file dest; in write_output_filter_test() local
44 temp_file dest; in write_output_filter_test() local
58 temp_file dest; in write_output_filter_test() local
72 temp_file dest; in write_output_filter_test() local
86 temp_file dest; in write_output_filter_test() local
100 temp_file dest; in write_output_filter_test() local
Dwrite_bidir_filter_test.hpp32 filebuf dest; in write_bidirectional_filter_test() local
50 filebuf dest; in write_bidirectional_filter_test() local
67 filebuf dest; in write_bidirectional_filter_test() local
84 filebuf dest; in write_bidirectional_filter_test() local
101 filebuf dest; in write_bidirectional_filter_test() local
118 filebuf dest; in write_bidirectional_filter_test() local
Dcopy_test.cpp66 vector<char> dest; in copy_test() local
82 vector<char> dest; in copy_test() local
97 vector<char> dest; in copy_test() local
112 vector<char> dest; in copy_test() local
126 vector<char> dest(src.size(), '?'); in copy_test() local
140 vector<char> dest; in copy_test() local
154 vector<char> dest(src.size(), '?'); in copy_test() local
Dwrite_bidir_test.hpp29 temp_file dest; in write_bidirectional_test() local
44 temp_file dest; in write_bidirectional_test() local
59 temp_file dest; in write_bidirectional_test() local
74 temp_file dest; in write_bidirectional_test() local
Dwrite_bidir_streambuf_test.hpp29 filebuf dest; in write_bidirectional_streambuf_test() local
44 filebuf dest; in write_bidirectional_streambuf_test() local
59 filebuf dest; in write_bidirectional_streambuf_test() local
74 filebuf dest; in write_bidirectional_streambuf_test() local
Dwrite_output_ostream_test.hpp30 ofstream dest(test2.name().c_str(), out_mode); in write_output_ostream_test() local
44 ofstream dest(test2.name().c_str(), out_mode); in write_output_ostream_test() local
58 ofstream dest(test2.name().c_str(), out_mode); in write_output_ostream_test() local
72 ofstream dest(test2.name().c_str(), out_mode); in write_output_ostream_test() local
Dread_bidir_test.hpp30 temp_file dest; // Dummy. in read_bidirectional_test() local
44 temp_file dest; // Dummy. in read_bidirectional_test() local
58 temp_file dest; // Dummy. in read_bidirectional_test() local
72 temp_file dest; // Dummy. in read_bidirectional_test() local
/third_party/boost/boost/spirit/home/x3/support/traits/
Dmove_to.hpp60 move_to_plain(Source& src, Dest& dest, mpl::false_) // src is not a single-element tuple in move_to_plain()
67 move_to_plain(Source& src, Dest& dest, mpl::true_) // src is a single-element tuple in move_to_plain()
74 move_to(Source& src, Dest& dest, plain_attribute) in move_to()
86 move_to(Source& src, Dest& dest, container_attribute) in move_to()
97 move_to(Source& src, Dest& dest, tuple_attribute) in move_to()
106 move_to(Source& src, Dest& dest, tuple_attribute) in move_to()
113 move_to(Source& src, Dest& dest, variant_attribute, mpl::false_) in move_to()
120 move_to_variant_from_single_element_sequence(Source& src, Dest& dest, mpl::false_) in move_to_variant_from_single_element_sequence()
134 move_to_variant_from_single_element_sequence(Source& src, Dest& dest, mpl::true_) in move_to_variant_from_single_element_sequence()
143 move_to(Source& src, Dest& dest, variant_attribute, mpl::true_) in move_to()
[all …]
/third_party/bounds_checking_function/src/
Dmemcpy_s.c32 #define SECUREC_SMALL_MEM_COPY(dest, src, count) do { \ argument
438 #define SECUREC_MEMCPY_OPT(dest, src, count) do { \ argument
450 SECUREC_INLINE errno_t SecMemcpyError(void *dest, size_t destMax, const void *src, size_t count) in SecMemcpyError()
483 #define SECUREC_MEMCPY_PARAM_OK(dest, destMax, src, count) (SECUREC_LIKELY((count) <= (destMax) && \ argument
487 #define SECUREC_MEMCPY_PARAM_OK(dest, destMax, src, count) (SECUREC_LIKELY((count) <= (destMax) && \ argument
520 errno_t memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in memcpy_s()
542 errno_t memcpy_sOptAsm(void *dest, size_t destMax, const void *src, size_t count) in memcpy_sOptAsm()
553 errno_t memcpy_sOptTc(void *dest, size_t destMax, const void *src, size_t count) in memcpy_sOptTc()
Dmemset_s.c18 #define SECUREC_MEMSET_PARAM_OK(dest, destMax, count) (SECUREC_LIKELY((destMax) <= SECUREC_MEM_MAX_… argument
81 #define SECUREC_UNALIGNED_SET(dest, c, count) do { \ argument
186 #define SECUREC_SET_VALUE_BY_STRUCT(dest, dataName, n) do { \ argument
190 #define SECUREC_ALIGNED_SET_OPT_ZERO_FF(dest, c, count) do { \ argument
404 #define SECUREC_SMALL_MEM_SET(dest, c, count) do { \ argument
415 #define SECUREC_MEMSET_OPT(dest, c, count) do { \ argument
427 SECUREC_INLINE errno_t SecMemsetError(void *dest, size_t destMax, int c, size_t count) in SecMemsetError()
468 errno_t memset_s(void *dest, size_t destMax, int c, size_t count) in memset_s()
486 errno_t memset_sOptAsm(void *dest, size_t destMax, int c, size_t count) in memset_sOptAsm()
499 errno_t memset_sOptTc(void *dest, size_t destMax, int c, size_t count) in memset_sOptTc()
/third_party/boost/boost/container/detail/
Dconstruct_in_place.hpp34 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T* dest, InpIt source) in construct_in_place()
38 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, value_init_construct_ite… in construct_in_place()
47 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, default_init_construct_i… in construct_in_place()
56 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, emplace_iterator<U, EF, … in construct_in_place()
64 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, InpIt source) in assign_in_place()
68 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, value_init_construct_iterator<U, D>) in assign_in_place()
78 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, default_init_construct_iterator<U, D>) in assign_in_place()
88 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, emplace_iterator<U, EF, D> ei) in assign_in_place()
/third_party/gn/src/base/json/
Dstring_escape.cc35 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint()
81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl()
121 std::string* dest) { in EscapeJSONString()
127 std::string* dest) { in EscapeJSONString()
132 std::string dest; in GetQuotedJSONString() local
139 std::string dest; in GetQuotedJSONString() local
147 std::string dest; in EscapeBytesAsInvalidJSONString() local
/third_party/node/test/parallel/
Dtest-stream-unpipe-event.js20 const dest = new NullWriteable(); constant
31 const dest = new NullWriteable(); constant
42 const dest = new NullWriteable(); constant
54 const dest = new NullWriteable(); constant
65 const dest = new NullWriteable(); constant
76 const dest = new NullWriteable(); constant
/third_party/lwip/src/include/lwip/
Dip.h228 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
236 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
244 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
249 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument
254 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
262 #define ip_route(src, dest) \ argument
270 #define ip_netif_get_local_ip(netif, dest) (IP_IS_V6(dest) ? \ argument
279 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
281 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
283 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
/third_party/gn/src/gn/
Descape.cc46 char* dest, in EscapeStringToString_Space()
80 char* dest, in EscapeStringToString_Ninja()
93 char* dest, in EscapeStringToString_Depfile()
110 char* dest) { in EscapeStringToString_NinjaPreformatted()
131 char* dest, in EscapeStringToString_WindowsNinjaFork()
183 char* dest, in EscapeStringToString_PosixNinjaFork()
214 char* dest, in EscapeStringToString()
258 StackOrHeapBuffer dest(str.size() * kMaxEscapedCharsPerChar); in EscapeString() local
266 StackOrHeapBuffer dest(str.size() * kMaxEscapedCharsPerChar); in EscapeStringToStream() local
/third_party/eudev/src/shared/
Dstrxcpyx.c30 size_t strpcpy(char **dest, size_t size, const char *src) { in strpcpy()
48 size_t strpcpyf(char **dest, size_t size, const char *src, ...) { in strpcpyf()
66 size_t strpcpyl(char **dest, size_t size, const char *src, ...) { in strpcpyl()
78 size_t strscpy(char *dest, size_t size, const char *src) { in strscpy()
85 size_t strscpyl(char *dest, size_t size, const char *src, ...) { in strscpyl()
/third_party/ffmpeg/libavcodec/ppc/
Didctdsp.c171 static void idct_put_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk) in idct_put_altivec()
178 #define COPY(dest, src) \ in idct_put_altivec() argument
200 static void idct_add_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk) in idct_add_altivec()
220 #define GET_TMP2(dest, prm) \ in idct_add_altivec() argument
224 #define GET_TMP2(dest, prm) \ in idct_add_altivec() argument
229 #define ADD(dest, src, perm) \ in idct_add_altivec() argument
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbytereader.c97 #define GET_CHECK8(reader, dest, val) { \ argument
102 #define GET_CHECK(reader, dest, bits, endianness, val) { \ argument
107 #define GET_CHECK_FAIL8(reader, dest) { \ argument
111 #define GET_CHECK_FAIL(reader, dest, bits, endianness) { \ argument
115 #define PEEK_CHECK8(reader, dest, val) { \ argument
120 #define PEEK_CHECK(reader, dest, bits, endianness, val) { \ argument
125 #define PEEK_CHECK_FAIL8(reader, dest) { \ argument
129 #define PEEK_CHECK_FAIL(reader, dest, bits, endianness) { \ argument
228 #define GET_CHECK8(reader, dest, val) { \ argument
233 #define GET_CHECK(reader, dest, bits, endianness, val) { \ argument
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping.cc85 char* dest, ptrdiff_t* dest_len, std::string* error) { in CUnescapeInternal()
283 std::string* dest, std::string* error) { in CUnescapeInternal()
311 std::string dest; in CEscapeInternal() local
382 void CEscapeAndAppendInternal(absl::string_view src, std::string* dest) { in CEscapeAndAppendInternal()
434 bool Base64UnescapeInternal(const char* src_param, size_t szsrc, char* dest, in Base64UnescapeInternal()
772 bool Base64UnescapeInternal(const char* src, size_t slen, String* dest, in Base64UnescapeInternal()
834 void BytesToHexStringInternal(const unsigned char* src, T dest, ptrdiff_t num) { in BytesToHexStringInternal()
849 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape()
855 std::string dest; in CEscape() local
896 bool Base64Unescape(absl::string_view src, std::string* dest) { in Base64Unescape()
[all …]
/third_party/abseil-cpp/absl/strings/
Descaping.cc85 char* dest, ptrdiff_t* dest_len, std::string* error) { in CUnescapeInternal()
283 std::string* dest, std::string* error) { in CUnescapeInternal()
311 std::string dest; in CEscapeInternal() local
382 void CEscapeAndAppendInternal(absl::string_view src, std::string* dest) { in CEscapeAndAppendInternal()
434 bool Base64UnescapeInternal(const char* src_param, size_t szsrc, char* dest, in Base64UnescapeInternal()
772 bool Base64UnescapeInternal(const char* src, size_t slen, String* dest, in Base64UnescapeInternal()
834 void BytesToHexStringInternal(const unsigned char* src, T dest, ptrdiff_t num) { in BytesToHexStringInternal()
849 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape()
855 std::string dest; in CEscape() local
896 bool Base64Unescape(absl::string_view src, std::string* dest) { in Base64Unescape()
[all …]
/third_party/libjpeg/
Djdatadst.c66 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in init_destination() local
109 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in empty_output_buffer() local
126 my_mem_dest_ptr dest = (my_mem_dest_ptr) cinfo->dest; in empty_mem_output_buffer() local
164 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in term_destination() local
181 my_mem_dest_ptr dest = (my_mem_dest_ptr) cinfo->dest; in term_mem_destination() local
197 my_dest_ptr dest; in jpeg_stdio_dest() local
236 my_mem_dest_ptr dest; in jpeg_mem_dest() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdatadst.c71 my_dest_ptr dest = (my_dest_ptr)cinfo->dest; in init_destination() local
117 my_dest_ptr dest = (my_dest_ptr)cinfo->dest; in empty_output_buffer() local
135 my_mem_dest_ptr dest = (my_mem_dest_ptr)cinfo->dest; in empty_mem_output_buffer() local
174 my_dest_ptr dest = (my_dest_ptr)cinfo->dest; in term_destination() local
192 my_mem_dest_ptr dest = (my_mem_dest_ptr)cinfo->dest; in term_mem_destination() local
209 my_dest_ptr dest; in jpeg_stdio_dest() local
255 my_mem_dest_ptr dest; in jpeg_mem_dest() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdatadst.c71 my_dest_ptr dest = (my_dest_ptr)cinfo->dest; in init_destination() local
117 my_dest_ptr dest = (my_dest_ptr)cinfo->dest; in empty_output_buffer() local
135 my_mem_dest_ptr dest = (my_mem_dest_ptr)cinfo->dest; in empty_mem_output_buffer() local
173 my_dest_ptr dest = (my_dest_ptr)cinfo->dest; in term_destination() local
191 my_mem_dest_ptr dest = (my_mem_dest_ptr)cinfo->dest; in term_mem_destination() local
208 my_dest_ptr dest; in jpeg_stdio_dest() local
254 my_mem_dest_ptr dest; in jpeg_mem_dest() local

12345678910>>...72