Home
last modified time | relevance | path

Searched refs:dest_i (Results 1 – 25 of 61) sorted by relevance

123

/dports/security/wolfssl/wolfssl-5.1.0/linuxkm/
H A Dpie_redirect_table.c60 char *dest_i = (char *)dest; in memcpy() local
61 char *dest_end = dest_i + n; in memcpy()
63 while (dest_i < dest_end) in memcpy()
64 *dest_i++ = *src_i++; in memcpy()
70 char *dest_i = (char *)dest; in memset() local
71 char *dest_end = dest_i + n; in memset()
72 while (dest_i < dest_end) in memset()
73 *dest_i++ = c; in memset()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/linuxkm/
H A Dpie_redirect_table.c60 char *dest_i = (char *)dest; in memcpy() local
61 char *dest_end = dest_i + n; in memcpy()
63 while (dest_i < dest_end) in memcpy()
64 *dest_i++ = *src_i++; in memcpy()
70 char *dest_i = (char *)dest; in memset() local
71 char *dest_end = dest_i + n; in memset()
72 while (dest_i < dest_end) in memset()
73 *dest_i++ = c; in memset()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/linuxkm/
H A Dpie_redirect_table.c60 char *dest_i = (char *)dest; in memcpy() local
61 char *dest_end = dest_i + n; in memcpy()
63 while (dest_i < dest_end) in memcpy()
64 *dest_i++ = *src_i++; in memcpy()
70 char *dest_i = (char *)dest; in memset() local
71 char *dest_end = dest_i + n; in memset()
72 while (dest_i < dest_end) in memset()
73 *dest_i++ = c; in memset()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/linuxkm/
H A Dpie_redirect_table.c60 char *dest_i = (char *)dest; in memcpy() local
61 char *dest_end = dest_i + n; in memcpy()
63 while (dest_i < dest_end) in memcpy()
64 *dest_i++ = *src_i++; in memcpy()
70 char *dest_i = (char *)dest; in memset() local
71 char *dest_end = dest_i + n; in memset()
72 while (dest_i < dest_end) in memset()
73 *dest_i++ = c; in memset()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/linuxkm/
H A Dpie_redirect_table.c60 char *dest_i = (char *)dest; in memcpy() local
61 char *dest_end = dest_i + n; in memcpy()
63 while (dest_i < dest_end) in memcpy()
64 *dest_i++ = *src_i++; in memcpy()
70 char *dest_i = (char *)dest; in memset() local
71 char *dest_end = dest_i + n; in memset()
72 while (dest_i < dest_end) in memset()
73 *dest_i++ = c; in memset()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dircaux.c5489 dest_i = 0; in url_encoder()
5550 dest_i = 0; in url_decoder()
5584 dest_i = 0; in enc_encoder()
5615 dest_i = 0; in enc_decoder()
6099 if (dest_i < dest_len) dest[dest_i++] = 'a'; in ctcp_encoder()
6103 if (dest_i < dest_len) dest[dest_i++] = 'n'; in ctcp_encoder()
6107 if (dest_i < dest_len) dest[dest_i++] = 'r'; in ctcp_encoder()
6115 if (dest_i < dest_len) dest[dest_i++] = '0'; in ctcp_encoder()
6155 if (dest_i < dest_len) dest[dest_i++] = '\n'; in ctcp_decoder()
6157 if (dest_i < dest_len) dest[dest_i++] = '\r'; in ctcp_decoder()
[all …]
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dtex_gdkpixbuf.c116 int src_row_start, dest_row_start, dest_rowstride, row, src_i, dest_i; in gpb_load() local
123 for( src_i = src_row_start, dest_i = dest_row_start; in gpb_load()
124 dest_i < dest_row_start + dest_rowstride; in gpb_load()
125 src_i++, dest_i++ ) in gpb_load()
127 dest->data[dest_i] = pbpixels[src_i]; in gpb_load()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dfilesystem_utils.cc524 size_t dest_i = top_index; in NormalizePath() local
542 if (dest_i > top_index) { in NormalizePath()
544 dest_i--; in NormalizePath()
560 top_index = dest_i; in NormalizePath()
597 while (dest_i > 0 && !IsSlash(pathbuf[dest_i - 1])) in NormalizePath()
598 dest_i--; in NormalizePath()
605 while (dest_i > 0 && !IsSlash(pathbuf[dest_i - 1])) in NormalizePath()
606 dest_i--; in NormalizePath()
620 pathbuf[dest_i] = '/'; in NormalizePath()
621 dest_i++; in NormalizePath()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dfilesystem_utils.cc526 size_t dest_i = top_index; in NormalizePath() local
544 if (dest_i > top_index) { in NormalizePath()
546 dest_i--; in NormalizePath()
562 top_index = dest_i; in NormalizePath()
599 while (dest_i > 0 && !IsSlash(pathbuf[dest_i - 1])) in NormalizePath()
600 dest_i--; in NormalizePath()
607 while (dest_i > 0 && !IsSlash(pathbuf[dest_i - 1])) in NormalizePath()
608 dest_i--; in NormalizePath()
622 pathbuf[dest_i] = '/'; in NormalizePath()
623 dest_i++; in NormalizePath()
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Dfilesystem_utils.cc525 size_t dest_i = top_index; in NormalizePath() local
543 if (dest_i > top_index) { in NormalizePath()
545 dest_i--; in NormalizePath()
561 top_index = dest_i; in NormalizePath()
598 while (dest_i > 0 && !IsSlash(pathbuf[dest_i - 1])) in NormalizePath()
599 dest_i--; in NormalizePath()
606 while (dest_i > 0 && !IsSlash(pathbuf[dest_i - 1])) in NormalizePath()
607 dest_i--; in NormalizePath()
621 pathbuf[dest_i] = '/'; in NormalizePath()
622 dest_i++; in NormalizePath()
[all …]
/dports/graphics/rgbpaint/rgbpaint-0.8.7/src/
H A Dpng.c172 guchar *pixels, *dest_i, *dest_a, *src; in load_clipboard() local
209 dest_i = mem_clipboard; in load_clipboard()
216 dest_i[0] = src[0]; in load_clipboard()
217 dest_i[1] = src[1]; in load_clipboard()
218 dest_i[2] = src[2]; in load_clipboard()
220 dest_i += 3; in load_clipboard()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dcustomdata.c2935 dest_i++; in CustomData_copy_data()
2951 dest_i++; in CustomData_copy_data()
3052 dest_i++; in CustomData_interp()
3079 dest_i++; in CustomData_interp()
3718 dest_i++; in CustomData_bmesh_copy_data_exclude_by_type()
3745 dest_i++; in CustomData_bmesh_copy_data_exclude_by_type()
3751 dest_i++; in CustomData_bmesh_copy_data_exclude_by_type()
4104 dest_i++; in CustomData_to_bmesh_block()
4132 dest_i++; in CustomData_to_bmesh_block()
4139 dest_i++; in CustomData_to_bmesh_block()
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DPolyhedron_minimize_templates.hh115 dest_row_type dest_i(expr, dest_row_type::LINE_OR_EQUALITY, NECESSARILY_CLOSED); in minimize() local
117 dest_i.mark_as_not_necessarily_closed(); in minimize()
119 dest.sys.insert_no_ok(dest_i, Recycle_Input()); in minimize()
H A DPolyhedron_conversion_templates.hh544 dest_row_type& dest_i = dest.sys.rows[i]; in conversion() local
546 dest_i.expr.linear_combine(dest_nle.expr, in conversion()
548 dest_i.strong_normalize(); in conversion()
582 dest_row_type& dest_i = dest.sys.rows[i]; in conversion() local
585 dest_i.expr.linear_combine(dest_nle.expr, in conversion()
587 dest_i.strong_normalize(); in conversion()
/dports/games/minetest/minetest-5.4.1/src/
H A Dinventorymanager.cpp300 for (s16 dest_i = 0; dest_i < dest_size && count > 0; dest_i++) { in apply() local
301 if (!list_to->getItem(dest_i).empty()) { in apply()
302 to_i = dest_i; in apply()
310 for (s16 dest_i = 0; dest_i < dest_size && count > 0; dest_i++) { in apply() local
311 if (list_to->getItem(dest_i).empty()) { in apply()
312 to_i = dest_i; in apply()
/dports/dns/packetq/PacketQ-1.4.1/src/
H A Dsql.cpp2323 rows[dest_i] = 0; in execute()
2326 if (rows[dest_i]) in execute()
2339 rows[dest_i] = 0; in execute()
2346 if (rows[dest_i]) in execute()
2351 rows[dest_i] = i->second; in execute()
2360 rows[dest_i] = m_result->create_row(); in execute()
2386 m_result->delete_row(rows[dest_i]); in execute()
2391 const int dest_i = tables.size() - 1; in execute() local
2392 rows[dest_i] = m_result->create_row(); in execute()
2395 m_result->add_row(rows[dest_i]); in execute()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_weld.c1421 int src_i, dest_i; in customdata_weld() local
1433 dest_i = 0; in customdata_weld()
1440 while (dest_i < dest->totlayer && dest->layers[dest_i].type < type) { in customdata_weld()
1441 dest_i++; in customdata_weld()
1445 if (dest_i == dest->totlayer) { in customdata_weld()
1450 if (dest->layers[dest_i].type == type) { in customdata_weld()
1481 void *dst_data = dest->layers[dest_i].data; in customdata_weld()
1496 dest_i++; in customdata_weld()
1502 for (dest_i = 0; dest_i < dest->totlayer; dest_i++) { in customdata_weld()
1503 CustomDataLayer *layer_dst = &dest->layers[dest_i]; in customdata_weld()
[all …]
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_array_defs.h396 void ON_SimpleArray<T>::Move( int dest_i, int src_i, int ele_cnt ) in Move() argument
400 if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || in Move()
401 src_i + ele_cnt > m_count || dest_i > m_count ) in Move()
404 int capacity = dest_i + ele_cnt; in Move()
411 memmove( &m_a[dest_i], &m_a[src_i], ele_cnt*sizeof(T) ); in Move()
1264 void ON_ClassArray<T>::Move( int dest_i, int src_i, int ele_cnt ) in Move() argument
1269 if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || in Move()
1270 src_i + ele_cnt > m_count || dest_i > m_count ) in Move()
1273 int capacity = dest_i + ele_cnt; in Move()
1284 memmove( (void*)(&m_a[dest_i]), (const void*)(&m_a[src_i]), ele_cnt*sizeof(T) ); in Move()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_array_defs.h392 void ON_SimpleArray<T>::Move( int dest_i, int src_i, int ele_cnt ) in Move() argument
396 if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || in Move()
397 src_i + ele_cnt > m_count || dest_i > m_count ) in Move()
400 int capacity = dest_i + ele_cnt; in Move()
407 memmove( &m_a[dest_i], &m_a[src_i], ele_cnt*sizeof(T) ); in Move()
1260 void ON_ClassArray<T>::Move( int dest_i, int src_i, int ele_cnt ) in Move() argument
1265 if ( ele_cnt <= 0 || src_i < 0 || dest_i < 0 || src_i == dest_i || in Move()
1266 src_i + ele_cnt > m_count || dest_i > m_count ) in Move()
1269 int capacity = dest_i + ele_cnt; in Move()
1280 memmove( (void*)(&m_a[dest_i]), (const void*)(&m_a[src_i]), ele_cnt*sizeof(T) ); in Move()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/url/
H A Durl_canon_ip.cc127 int dest_i = 0; in IPv4ComponentToNumber() local
139 if (dest_i < kMaxComponentLen) in IPv4ComponentToNumber()
140 buf[dest_i++] = input; in IPv4ComponentToNumber()
143 buf[dest_i] = '\0'; in IPv4ComponentToNumber()
/dports/www/chromium-legacy/chromium-88.0.4324.182/url/
H A Durl_canon_ip.cc127 int dest_i = 0; in IPv4ComponentToNumber() local
139 if (dest_i < kMaxComponentLen) in IPv4ComponentToNumber()
140 buf[dest_i++] = input; in IPv4ComponentToNumber()
143 buf[dest_i] = '\0'; in IPv4ComponentToNumber()
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dos.cpp1231 size_t dest_i = 0; in utf8_to_utf16le() local
1238 utf16_le[dest_i] = codepoint; in utf8_to_utf16le()
1239 dest_i += 1; in utf8_to_utf16le()
1243 utf16_le[dest_i] = high; in utf8_to_utf16le()
1244 utf16_le[dest_i + 1] = low; in utf8_to_utf16le()
1245 dest_i += 2; in utf8_to_utf16le()
1249 return dest_i; in utf8_to_utf16le()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dos.cpp1231 size_t dest_i = 0; in utf8_to_utf16le() local
1238 utf16_le[dest_i] = codepoint; in utf8_to_utf16le()
1239 dest_i += 1; in utf8_to_utf16le()
1243 utf16_le[dest_i] = high; in utf8_to_utf16le()
1244 utf16_le[dest_i + 1] = low; in utf8_to_utf16le()
1245 dest_i += 2; in utf8_to_utf16le()
1249 return dest_i; in utf8_to_utf16le()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c2365 str[dest_i++] = '\\'; in r_str_arg_escape()
2366 str[dest_i++] = c; in r_str_arg_escape()
2369 str[dest_i++] = c; in r_str_arg_escape()
2373 str[dest_i] = '\0'; in r_str_arg_escape()
2391 arg[dest_i++] = c; in r_str_arg_unescape()
2394 arg[dest_i] = '\0'; in r_str_arg_unescape()
2395 return dest_i; in r_str_arg_unescape()
2415 str[dest_i++] = '\\'; in r_str_path_escape()
2416 str[dest_i++] = c; in r_str_path_escape()
2419 str[dest_i++] = c; in r_str_path_escape()
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/
H A DPlaylistFile.cxx305 const auto dest_i = std::next(contents.begin(), dest); in MoveIndex() local
306 contents.insert(dest_i, std::move(value)); in MoveIndex()

123