Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/freedreno/computerator/
Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
80 return (struct _to *)f; \
/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp47 const vector<int>& _src, const vector<int>&_to): in FakeCodeline() argument
58 transform(_to.begin(), _to.end(), std::back_inserter(tex_offsets), in FakeCodeline()
65 const vector<pair<int, const char *>>&_to, in FakeCodeline() argument
83 transform(_to.begin(), _to.end(), std::back_inserter(tex_offsets), in FakeCodeline()
91 const vector<tuple<int,int,int>>&_to, RA with_reladdr): in FakeCodeline() argument
108 transform(_to.begin(), _to.end(), std::back_inserter(tex_offsets), in FakeCodeline()
116 const vector<tuple<int,int, const char*>>&_to, in FakeCodeline() argument
132 transform(_to.begin(), _to.end(), std::back_inserter(tex_offsets), in FakeCodeline()
Dst_tests_common.h49 const std::vector<int>&_to);
53 const std::vector<std::pair<int, const char *>>&_to, SWZ with_swizzle);
57 const std::vector<std::tuple<int,int,int>>&_to, RA with_reladdr);
61 const std::vector<std::tuple<int,int, const char*>>&_to, ARR with_array);
/third_party/boost/libs/icl/example/std_transform_/
Dstd_transform.cpp38 MyObject(int from, int to, int value): _from(from), _to(to), _value(value){} in MyObject()
40 int to()const {return _to;} in to()
44 int _to; member in MyObject
/third_party/libevdev/libevdev/
Dlibevdev-int.h39 #define ALIAS(_to) __attribute__((alias(#_to))) argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java830 private long _to;
835 _to = to;
847 return _to;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneNamesImpl.java832 private long _to;
837 _to = to;
849 return _to;
/third_party/boost/libs/graph/doc/
Dtransitive_closure.w79 \code{g}. The \code{g\_to\_tc\_map} maps vertices in the input graph
86 both the \code{g\_to\_tc\_map} and the \code{index\_map}.
111 \code{orig\_to\_copy(G\_to\_TC\_VertexMap g\_to\_tc\_map)}.
/third_party/mesa3d/docs/gallium/
Dtgsi.rst418 dst = f32\_to\_f16(src.x) | f32\_to\_f16(src.y) << 16
427 dst = f32\_to\_unorm16(src.x) | f32\_to\_unorm16(src.y) << 16
436 dst = f32\_to\_snorm8(src.x) |
437 (f32\_to\_snorm8(src.y) << 8) |
438 (f32\_to\_snorm8(src.z) << 16) |
439 (f32\_to\_snorm8(src.w) << 24)
448 dst = f32\_to\_unorm8(src.x) |
449 (f32\_to\_unorm8(src.y) << 8) |
450 (f32\_to\_unorm8(src.z) << 16) |
451 (f32\_to\_unorm8(src.w) << 24)
[all …]
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c544 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0); in agx_emit_alu()
546 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1); in agx_emit_alu()
548 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1, s2); in agx_emit_alu()
/third_party/python/Objects/
Dunicodeobject.c189 to_type *_to = (to_type *)(to); \
196 _to[0] = (to_type) _iter[0]; \
197 _to[1] = (to_type) _iter[1]; \
198 _to[2] = (to_type) _iter[2]; \
199 _to[3] = (to_type) _iter[3]; \
200 _iter += 4; _to += 4; \
203 *_to++ = (to_type) *_iter++; \
/third_party/json/
DChangeLog.md127 - Add specialization of get\_to [\#2233](https://github.com/nlohmann/json/pull/2233) ([nlohmann](ht…
138 - Fix consistency in function `int\_to\_string\(\)` [\#2193](https://github.com/nlohmann/json/pull/…
537 - Is there a reason the `get\_to` method is defined in `include/nlohmann/json.hpp` but not in `sing…
714 - try\_get\_to [\#1563](https://github.com/nlohmann/json/issues/1563)
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_gles31_test_expectations.txt209 …DER NOSAN : dEQP-GLES31.functional.copy_image.*srgb8_alpha8_astc_*_khr_rgba*.*texture2d*_to* = FAIL
/third_party/lwip/
DCHANGELOG1561 * udp.h/.c, pbuf.h/.c: task #6849: added udp_send(_to/_if) functions that
/third_party/boost/libs/asio/doc/
Dreference.qbk7507 The async\_send operation can only be used with a connected socket. Use the async\_send\_to functio…
7567 The async\_send operation can only be used with a connected socket. Use the async\_send\_to functio…
11980 The send operation can only be used with a connected socket. Use the send\_to function to send data…
12044 The send operation can only be used with a connected socket. Use the send\_to function to send data…
12091 The send operation can only be used with a connected socket. Use the send\_to function to send data…
16219 The async\_send operation can only be used with a connected socket. Use the async\_send\_to functio…
16279 The async\_send operation can only be used with a connected socket. Use the async\_send\_to functio…
20692 The send operation can only be used with a connected socket. Use the send\_to function to send data…
20756 The send operation can only be used with a connected socket. Use the send\_to function to send data…
20803 The send operation can only be used with a connected socket. Use the send\_to function to send data…
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md3042 …//github.com/nodejs/node/commit/2b7ad122b2)] - **n-api**: DRY napi\_coerce\_to\_x() API methods (B…
/third_party/gettext/gettext-tools/tests/
Dmm-viet.comp.po3717 msgstr "Phóng _to"
10050 " -f, --file-headers Hiển thị nội dung của _toàn bộ phần đầu tập "