Home
last modified time | relevance | path

Searched refs:to_data (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/science/cgnslib/CGNS-4.1.2/src/adf/
H A DADF_internals.c448 char *to_data, in ADFI_convert_integers() argument
480 to_data += size; in ADFI_convert_integers()
898 unsigned char *to_data, in ADFI_big_endian_32_swap_64() argument
1037 unsigned char *to_data, in ADFI_big_endian_to_cray() argument
1090 to_data[0] = 0x00 ; in ADFI_big_endian_to_cray()
1091 to_data[1] = 0x00 ; in ADFI_big_endian_to_cray()
1092 to_data[2] = 0x00 ; in ADFI_big_endian_to_cray()
1093 to_data[3] = 0x00 ; in ADFI_big_endian_to_cray()
1118 to_data[0] = 0x00 ; in ADFI_big_endian_to_cray()
1119 to_data[1] = 0x00 ; in ADFI_big_endian_to_cray()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cgns/vtkcgns/src/adf/
H A DADF_internals.c448 char *to_data, in ADFI_convert_integers() argument
480 to_data += size; in ADFI_convert_integers()
898 unsigned char *to_data, in ADFI_big_endian_32_swap_64() argument
1037 unsigned char *to_data, in ADFI_big_endian_to_cray() argument
1090 to_data[0] = 0x00 ; in ADFI_big_endian_to_cray()
1091 to_data[1] = 0x00 ; in ADFI_big_endian_to_cray()
1092 to_data[2] = 0x00 ; in ADFI_big_endian_to_cray()
1093 to_data[3] = 0x00 ; in ADFI_big_endian_to_cray()
1118 to_data[0] = 0x00 ; in ADFI_big_endian_to_cray()
1119 to_data[1] = 0x00 ; in ADFI_big_endian_to_cray()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/image/
H A Dimage.cpp145 TImageStrip::iterator to_data = m_Data.begin(); in SetDepth() local
147 *to_data++ = *from_data++; in SetDepth()
148 *to_data++ = *from_data++; in SetDepth()
149 *to_data++ = *from_data++; in SetDepth()
181 *to_data++ = 255; in SetDepth()
184 *to_data++ = *from_data++; in SetDepth()
185 *to_data++ = *from_data++; in SetDepth()
186 *to_data++ = *from_data++; in SetDepth()
260 unsigned char* to_data = image->SetData(); in GetSubImage() local
266 memcpy(to_data, from_data, w * m_Depth); in GetSubImage()
[all …]
/dports/graphics/py-plotly/plotly-4.14.3/plotly/
H A Dbasewidget.py898 if isinstance(to_data, dict):
916 if from_prop not in to_data:
920 input_val = to_data[from_prop]
933 to_data[from_prop], from_val
945 to_data.pop(remove_prop)
949 elif isinstance(to_data, list):
955 to_data=to_data, from_data=from_data
964 if i >= len(to_data):
965 to_data.append(None)
966 input_val = to_data[i]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc82 vector<Module::StackFrameEntry*> to_data; in CopyCFIDataBetweenModules() local
83 to_module->GetStackFrameEntries(&to_data); in CopyCFIDataBetweenModules()
84 std::sort(to_data.begin(), to_data.end(), &StackFrameEntryComparator); in CopyCFIDataBetweenModules()
86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules()
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc82 vector<Module::StackFrameEntry*> to_data; in CopyCFIDataBetweenModules() local
83 to_module->GetStackFrameEntries(&to_data); in CopyCFIDataBetweenModules()
84 std::sort(to_data.begin(), to_data.end(), &StackFrameEntryComparator); in CopyCFIDataBetweenModules()
86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules()
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc82 vector<Module::StackFrameEntry*> to_data; in CopyCFIDataBetweenModules() local
83 to_module->GetStackFrameEntries(&to_data); in CopyCFIDataBetweenModules()
84 std::sort(to_data.begin(), to_data.end(), &StackFrameEntryComparator); in CopyCFIDataBetweenModules()
86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules()
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc82 vector<Module::StackFrameEntry*> to_data; in CopyCFIDataBetweenModules() local
83 to_module->GetStackFrameEntries(&to_data); in CopyCFIDataBetweenModules()
84 std::sort(to_data.begin(), to_data.end(), &StackFrameEntryComparator); in CopyCFIDataBetweenModules()
86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules()
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc82 vector<Module::StackFrameEntry*> to_data; in CopyCFIDataBetweenModules() local
83 to_module->GetStackFrameEntries(&to_data); in CopyCFIDataBetweenModules()
84 std::sort(to_data.begin(), to_data.end(), &StackFrameEntryComparator); in CopyCFIDataBetweenModules()
86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules()
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc82 vector<Module::StackFrameEntry*> to_data; in CopyCFIDataBetweenModules() local
83 to_module->GetStackFrameEntries(&to_data); in CopyCFIDataBetweenModules()
84 std::sort(to_data.begin(), to_data.end(), &StackFrameEntryComparator); in CopyCFIDataBetweenModules()
86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules()
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc82 vector<Module::StackFrameEntry*> to_data; in CopyCFIDataBetweenModules() local
83 to_module->GetStackFrameEntries(&to_data); in CopyCFIDataBetweenModules()
84 std::sort(to_data.begin(), to_data.end(), &StackFrameEntryComparator); in CopyCFIDataBetweenModules()
86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules()
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc82 vector<Module::StackFrameEntry*> to_data; in CopyCFIDataBetweenModules() local
83 to_module->GetStackFrameEntries(&to_data); in CopyCFIDataBetweenModules()
84 std::sort(to_data.begin(), to_data.end(), &StackFrameEntryComparator); in CopyCFIDataBetweenModules()
86 Iterator to_it = to_data.begin(); in CopyCFIDataBetweenModules()
94 while (to_it != to_data.end()) { in CopyCFIDataBetweenModules()
102 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address && in CopyCFIDataBetweenModules()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DMemMapHelpers.h46 inline void Memcpy(void *to_data, const u32 from_address, const u32 len, const char *tag, size_t ta… in Memcpy() argument
49 memcpy(to_data, from, len); in Memcpy()
84 inline void Memcpy(void *to_data, const u32 from_address, const u32 len, const char(&tag)[tagLen]) { in Memcpy() argument
85 Memcpy(to_data, from_address, len, tag, tagLen); in Memcpy()
97 inline void Memcpy(void *to_data, const u32 from_address, const u32 len) { in Memcpy() argument
98 Memcpy(to_data, from_address, len, nullptr, 0); in Memcpy()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DMemMapHelpers.h46 inline void Memcpy(void *to_data, const u32 from_address, const u32 len, const char *tag, size_t ta… in Memcpy() argument
49 memcpy(to_data, from, len); in Memcpy()
84 inline void Memcpy(void *to_data, const u32 from_address, const u32 len, const char(&tag)[tagLen]) { in Memcpy() argument
85 Memcpy(to_data, from_address, len, tag, tagLen); in Memcpy()
97 inline void Memcpy(void *to_data, const u32 from_address, const u32 len) { in Memcpy() argument
98 Memcpy(to_data, from_address, len, nullptr, 0); in Memcpy()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DMemMapHelpers.h46 inline void Memcpy(void *to_data, const u32 from_address, const u32 len, const char *tag, size_t ta… in Memcpy() argument
49 memcpy(to_data, from, len); in Memcpy()
84 inline void Memcpy(void *to_data, const u32 from_address, const u32 len, const char(&tag)[tagLen]) { in Memcpy() argument
85 Memcpy(to_data, from_address, len, tag, tagLen); in Memcpy()
97 inline void Memcpy(void *to_data, const u32 from_address, const u32 len) { in Memcpy() argument
98 Memcpy(to_data, from_address, len, nullptr, 0); in Memcpy()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dbfd-target.c50 struct target_bfd_data *data = ops->to_data; in target_bfd_xfer_partial()
65 struct target_bfd_data *data = ops->to_data; in target_bfd_get_section_table()
72 struct target_bfd_data *data = t->to_data; in target_bfd_xclose()
97 t->to_data = data; in target_bfd_reopen()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dbfd-target.c50 struct target_bfd_data *data = ops->to_data; in target_bfd_xfer_partial()
65 struct target_bfd_data *data = ops->to_data; in target_bfd_get_section_table()
72 struct target_bfd_data *data = t->to_data; in target_bfd_xclose()
98 t->to_data = data; in target_bfd_reopen()
/dports/math/py-pynndescent/pynndescent-0.5.4/pynndescent/
H A Dsparse_nndescent.py47 to_data = data[indptr[q] : indptr[q + 1]]
48 d = dist(from_inds, from_data, to_inds, to_data)
117 to_data = data[indptr[i] : indptr[i + 1]]
118 d = dist(from_inds, from_data, to_inds, to_data)
151 to_data = data[indptr[q] : indptr[q + 1]]
152 d = dist(from_inds, from_data, to_inds, to_data)
166 to_data = data[indptr[q] : indptr[q + 1]]
167 d = dist(from_inds, from_data, to_inds, to_data)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/coverage/analyze/targets/
H A Dmissing.py61 to_data, # type: IndexedPoints argument
72 to_points = to_data.get(from_path, {})
86 to_data, # type: IndexedPoints argument
98 to_points = to_data.get(from_path, {})
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/coverage/analyze/targets/
H A Dmissing.py61 to_data, # type: IndexedPoints
72 to_points = to_data.get(from_path, {})
86 to_data, # type: IndexedPoints
98 to_points = to_data.get(from_path, {})
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.cpp181 char* to_data = from_data + count * item_size; in DoInsert() local
183 ::memmove(to_data, from_data, (count_ - pos) * item_size); in DoInsert()
201 char* to_data = data_ + pos * item_size; in DoRemove() local
202 char* from_data = to_data + count * item_size; in DoRemove()
204 ::memmove(to_data, from_data, (count_ - pos - count) * item_size); in DoRemove()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DPImageIcon.cc135 PImageIcon::fromCardinals(size_t pixels, Cardinal *from_data, uchar *to_data) in fromCardinals() argument
138 uchar *dst = to_data; in fromCardinals()
150 PImageIcon::toCardinals(size_t pixels, uchar *from_data, Cardinal *to_data) in toCardinals() argument
153 Cardinal *dst = to_data; in toCardinals()
H A DPImageIcon.hh39 Cardinal *from_data, uchar *to_data);
41 uchar *from_data, Cardinal *to_data);
/dports/www/phpbb3/phpBB3/phpbb/module/
H A Dmodule_manager.php381 $to_data = $this->get_module_row($to_parent_id, $module_class);
387 AND " . (int) $to_data['right_id'] . ' BETWEEN left_id AND right_id
395 AND left_id > " . (int) $to_data['right_id'] . '
400 $to_data['right_id'] += $diff;
401 if ($to_data['right_id'] > $from_data['right_id'])
403 $diff = '+ ' . ($to_data['right_id'] - $from_data['right_id'] - 1);
407 $diff = '- ' . abs($to_data['right_id'] - $from_data['right_id'] - 1);
/dports/devel/libunicode/libunicode-0.4/
H A Dconvert.c106 if (r->u.ours.to->init && ! r->u.ours.to->init (&r->u.ours.to_data)) in unicode_iconv_open()
131 cd->u.ours.to->destroy (&cd->u.ours.to_data); in unicode_iconv_close()
157 return cd->u.ours.to->reset (&cd->u.ours.to_data, in unicode_iconv()
217 wr = cd->u.ours.to->write (cd->u.ours.to_data, &buffer, &charsleft, in unicode_iconv()

12345678910>>...13