Home
last modified time | relevance | path

Searched refs:dst_index (Results 76 – 100 of 654) sorted by relevance

12345678910>>...27

/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dojk_saved_game.cpp835 int dst_index = 0; in compress() local
866 dst_buffer[dst_index++] = in compress()
871 dst_buffer[dst_index++] = src_buffer[i]; in compress()
876 dst_buffer[dst_index++] = in compress()
879 dst_buffer[dst_index++] = b; in compress()
886 dst_index); in compress()
894 int dst_index = 0; in decompress() local
905 &dst_buffer[dst_index], in decompress()
918 &dst_buffer[dst_index]); in decompress()
924 dst_index += count; in decompress()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/core/
H A DMapData.cpp363 EntityIndex dst_index(dst_layer, dst_order); in set_entity_layer() local
366 named_entities[entity.get_name()] = dst_index; in set_entity_layer()
379 return dst_index; in set_entity_layer()
464 EntityIndex dst_index(index.layer, bound - 1); in bring_entity_to_front() local
466 if (dst_index.order == index.order) { in bring_entity_to_front()
471 set_entity_order(index, dst_index.order); in bring_entity_to_front()
472 return dst_index; in bring_entity_to_front()
488 EntityIndex dst_index(index.layer, bound); in bring_entity_to_back() local
490 if (dst_index.order == index.order) { in bring_entity_to_back()
495 set_entity_order(index, dst_index.order); in bring_entity_to_back()
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Ddiffcore-rename.c221 rename_dst[dst_index].is_rename = 1; in record_rename_pair()
270 int dst_index, in find_identical_files() argument
851 intptr_t dst_index; in basename_prefetch() local
872 dst_index = strintmap_get(dests, base); in basename_prefetch()
877 if (dst_index == -1) in basename_prefetch()
881 if (rename_dst[dst_index].is_rename) in basename_prefetch()
885 two = rename_dst[dst_index].p->two; in basename_prefetch()
994 intptr_t dst_index; in find_basename_matches() local
1021 if (dst_index == -1) in find_basename_matches()
1025 if (rename_dst[dst_index].is_rename) in find_basename_matches()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Ddiffcore-rename.c221 rename_dst[dst_index].is_rename = 1; in record_rename_pair()
270 int dst_index, in find_identical_files() argument
851 intptr_t dst_index; in basename_prefetch() local
872 dst_index = strintmap_get(dests, base); in basename_prefetch()
877 if (dst_index == -1) in basename_prefetch()
881 if (rename_dst[dst_index].is_rename) in basename_prefetch()
885 two = rename_dst[dst_index].p->two; in basename_prefetch()
994 intptr_t dst_index; in find_basename_matches() local
1021 if (dst_index == -1) in find_basename_matches()
1025 if (rename_dst[dst_index].is_rename) in find_basename_matches()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Ddiffcore-rename.c221 rename_dst[dst_index].is_rename = 1;
270 int dst_index,
851 intptr_t dst_index;
872 dst_index = strintmap_get(dests, base);
877 if (dst_index == -1)
881 if (rename_dst[dst_index].is_rename)
885 two = rename_dst[dst_index].p->two;
994 intptr_t dst_index;
1021 if (dst_index == -1)
1025 if (rename_dst[dst_index].is_rename)
[all …]
/dports/devel/git/git-2.34.1/
H A Ddiffcore-rename.c221 rename_dst[dst_index].is_rename = 1; in record_rename_pair()
270 int dst_index, in find_identical_files() argument
851 intptr_t dst_index; in basename_prefetch() local
872 dst_index = strintmap_get(dests, base); in basename_prefetch()
877 if (dst_index == -1) in basename_prefetch()
881 if (rename_dst[dst_index].is_rename) in basename_prefetch()
885 two = rename_dst[dst_index].p->two; in basename_prefetch()
994 intptr_t dst_index; in find_basename_matches() local
1021 if (dst_index == -1) in find_basename_matches()
1025 if (rename_dst[dst_index].is_rename) in find_basename_matches()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Ddiffcore-rename.c221 rename_dst[dst_index].is_rename = 1; in record_rename_pair()
270 int dst_index, in find_identical_files() argument
851 intptr_t dst_index; in basename_prefetch() local
872 dst_index = strintmap_get(dests, base); in basename_prefetch()
877 if (dst_index == -1) in basename_prefetch()
881 if (rename_dst[dst_index].is_rename) in basename_prefetch()
885 two = rename_dst[dst_index].p->two; in basename_prefetch()
994 intptr_t dst_index; in find_basename_matches() local
1021 if (dst_index == -1) in find_basename_matches()
1025 if (rename_dst[dst_index].is_rename) in find_basename_matches()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/opencl/
H A Dcopyset.cl48 int dst_index = mad24(y, dst_step, mad24(x, (int)sizeof(T1) * scn, dst_offset)); \
51 __global T1 * dst = (__global T1 *)(dstptr + dst_index)
109 #define storedst(val) *(__global dstT *)(dstptr + dst_index) = val
112 #define storedst(val) vstore3(val, 0, (__global dstT1 *)(dstptr + dst_index))
125 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT1) * cn, dstoffset));
133 dst_index += dststep;
146 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT1) * cn, dstoffset));
148 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, dst_index += dststep)
H A Drepeat.cl36 int dst_index = mad24(ey * src_rows, dst_step, dst_index0);
41 storepix(srcelem, dstptr + dst_index);
42 dst_index = mad24(src_cols, (int)sizeof(T), dst_index);
H A Dcopymakeborder.cl112 int dst_index = mad24(y0, dst_step, mad24(x, (int)TSIZE, dst_offset));
117 for (int y = y0, y1 = min(y0 + rowsPerWI, dst_rows); y < y1; ++y, dst_index += dst_step)
118 storepix(scalar, dstptr + dst_index);
125 for (int y = y0, y1 = min(y0 + rowsPerWI, dst_rows); y < y1; ++y, dst_index += dst_step)
132 storepix(scalar, dstptr + dst_index);
137 storepix(loadpix(srcptr + src_index), dstptr + dst_index);
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dgap-resolver.cc56 int dst_index = -1; in Split() local
59 dst_index = dst_loc.register_code() * aliases; in Split()
61 dst_index = dst_loc.index(); in Split()
67 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
71 dst_index += dst_step; in Split()
73 AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libv4lconvert/
H A Dsn9c2028-decomp.c118 *((unsigned short *)(dst + dst_index)) = pp;\
119 dst_index += 2;\
127 long dst_index = 0; in v4lconvert_decode_sn9c2028() local
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libv4lconvert/
H A Dsn9c2028-decomp.c118 *((unsigned short *)(dst + dst_index)) = pp;\
119 dst_index += 2;\
127 long dst_index = 0; in v4lconvert_decode_sn9c2028() local
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libv4lconvert/
H A Dsn9c2028-decomp.c118 *((unsigned short *)(dst + dst_index)) = pp;\
119 dst_index += 2;\
127 long dst_index = 0; in v4lconvert_decode_sn9c2028() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dcolor_lab.cl127 dst_index += dst_step;
182 dst_index += dst_step;
218 int dst_index = mad24(y, dst_step, mad24(x, dcnbytes, dst_offset));
226 __global uchar* dst_ptr = dst + dst_index;
247 dst_index += dst_step;
312 dst_index += dst_step;
392 __global uchar * dst_ptr = dst + dst_index;
415 dst_index += dst_step;
462 dst_index += dst_step;
529 dst_index += dst_step;
[all …]
H A Dremap.cl158 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
167 __global T * dst = (__global T *)(dstptr + dst_index);
201 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
206 map_index += map_step, dst_index += dst_step)
210 __global T * dst = (__global T *)(dstptr + dst_index);
246 map_index += map_step, dst_index += dst_step)
250 __global T * dst = (__global T *)(dstptr + dst_index);
293 __global T * dst = (__global T *)(dstptr + dst_index);
349 __global T * dst = (__global T *)(dstptr + dst_index);
413 __global T * dst = (__global T *)(dstptr + dst_index);
[all …]
H A Dwarp_affine.cl100 int dst_index = mad24(dy0, dst_step, mad24(dx, pixsize, dst_offset));
113 storepix(loadpix(srcptr + src_index), dstptr + dst_index);
116 storepix(scalar, dstptr + dst_index);
174 int dst_index = mad24(dy, dst_step, mad24(dx, pixsize, dst_offset));
187 storepix(convertToT(val), dstptr + dst_index);
193 int dst_index = mad24(dy, dst_step, mad24(dx, pixsize, dst_offset));
227 storepix(convertToT(sum), dstptr + dst_index);
310 int dst_index = mad24(dy, dst_step, mad24(dx, pixsize, dst_offset));
328 storepix(convertToT( sum ), dstptr + dst_index);
334 int dst_index = mad24(dy, dst_step, mad24(dx, pixsize, dst_offset));
[all …]
H A Dcorner.cl194 … int dst_index = mad24(dst_step, dst_startY, (int)sizeof(float) * (dst_startX + col - anX));
195 *(__global float *)(dst + dst_index) =
200 … int dst_index = mad24(dst_step, dst_startY + 1, (int)sizeof(float) * (dst_startX + col - anX));
201 *(__global float *)(dst + dst_index) =
207 … int dst_index = mad24(dst_step, dst_startY, (int)sizeof(float) * (dst_startX + col - anX));
211 *(__global float *)(dst + dst_index) = (float)((a+c) - native_sqrt((a-c)*(a-c) + b*b));
215 … int dst_index = mad24(dst_step, dst_startY + 1, (int)sizeof(float) * (dst_startX + col - anX));
219 *(__global float *)(dst + dst_index) = (float)((a+c) - native_sqrt((a-c)*(a-c) + b*b));
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/attributes/
H A Dattribute_octahedron_transform.cc69 int32_t dst_index = 0; in GeneratePortableAttribute() local
79 portable_attribute_data[dst_index++] = s; in GeneratePortableAttribute()
80 portable_attribute_data[dst_index++] = t; in GeneratePortableAttribute()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dgap-resolver.cc54 int dst_index = -1; in Split() local
57 dst_index = dst_loc.register_code() * aliases; in Split()
59 dst_index = dst_loc.index(); in Split()
65 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
69 dst_index += dst_step; in Split()
71 AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dgap-resolver.cc54 int dst_index = -1; in Split() local
57 dst_index = dst_loc.register_code() * aliases; in Split()
59 dst_index = dst_loc.index(); in Split()
65 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
69 dst_index += dst_step; in Split()
71 AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dgap-resolver.cc54 int dst_index = -1; in Split() local
57 dst_index = dst_loc.register_code() * aliases; in Split()
59 dst_index = dst_loc.index(); in Split()
65 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
69 dst_index += dst_step; in Split()
71 AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dfixed-array-inl.h195 DCHECK_LE(dst_index + len, length()); in MoveElements()
198 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in MoveElements()
206 DCHECK_LE(dst_index + len, length()); in CopyElements()
210 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in CopyElements()
373 void FixedDoubleArray::MoveElements(Isolate* isolate, int dst_index, in MoveElements() argument
423 void WeakFixedArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
427 DCHECK_LE(dst_index + len, length()); in CopyElements()
431 MaybeObjectSlot dst_slot(data_start() + dst_index); in CopyElements()
459 void WeakArrayList::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
463 DCHECK_LE(dst_index + len, capacity()); in CopyElements()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dfixed-array-inl.h192 DCHECK_LE(dst_index + len, length()); in MoveElements()
195 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in MoveElements()
203 DCHECK_LE(dst_index + len, length()); in CopyElements()
207 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in CopyElements()
394 void FixedDoubleArray::MoveElements(Isolate* isolate, int dst_index, in MoveElements() argument
430 void WeakFixedArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
434 DCHECK_LE(dst_index + len, length()); in CopyElements()
438 MaybeObjectSlot dst_slot(data_start() + dst_index); in CopyElements()
461 void WeakArrayList::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
465 DCHECK_LE(dst_index + len, capacity()); in CopyElements()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dfixed-array-inl.h219 DCHECK_LE(dst_index + len, length()); in MoveElements()
222 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in MoveElements()
230 DCHECK_LE(dst_index + len, length()); in CopyElements()
234 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in CopyElements()
419 void FixedDoubleArray::MoveElements(Isolate* isolate, int dst_index, in MoveElements() argument
465 void WeakFixedArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
469 DCHECK_LE(dst_index + len, length()); in CopyElements()
473 MaybeObjectSlot dst_slot(data_start() + dst_index); in CopyElements()
496 void WeakArrayList::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
500 DCHECK_LE(dst_index + len, capacity()); in CopyElements()
[all …]

12345678910>>...27