Home
last modified time | relevance | path

Searched refs:__ind (Results 1 – 6 of 6) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/debug/
H A D_debug.h99 static void _STLP_CALL _IndexedError(int __ind, const char* __f, int __l);
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/debug/
H A D_debug.h109 static void _STLP_CALL _IndexedError(int __ind, const char* __f, int __l);
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp2126 __ind = (unsigned int)selection[l]; \
2127 gmic_check(images[__ind]); \
2129 images[__ind].get_##function.move_to(images); \
2130 images_names[__ind].get_copymark().move_to(images_names); \
2131 } else images[__ind].function; \
2136 __ind = (unsigned int)selection[l]; \
2137 gmic_check(images[__ind]); \
2139 CImg<double>(images[__ind],false).get_##function.move_to(images); \
2140 images_names[__ind].get_copymark().move_to(images_names); \
2141 } else CImg<double>(images[__ind],false).function.move_to(images[__ind]); \
[all …]
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp2098 __ind = (unsigned int)selection[l]; \
2099 gmic_check(images[__ind]); \
2101 images[__ind].get_##function.move_to(images); \
2102 images_names[__ind].get_copymark().move_to(images_names); \
2103 } else images[__ind].function; \
2108 __ind = (unsigned int)selection[l]; \
2109 gmic_check(images[__ind]); \
2111 CImg<double>(images[__ind],false).get_##function.move_to(images); \
2112 images_names[__ind].get_copymark().move_to(images_names); \
2113 } else CImg<double>(images[__ind],false).function.move_to(images[__ind]); \
[all …]
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp2052 __ind = (unsigned int)selection[l]; \
2053 gmic_check(images[__ind]); \
2055 images[__ind].get_##function.move_to(images); \
2056 images_names[__ind].get_copymark().move_to(images_names); \
2057 } else images[__ind].function; \
4802 is_high_connectivity, __ind = 0, boundary = 0, pattern = 0, exit_on_anykey = 0, wind = 0, in _run() local
4955 …d0>=0) is_command = search_sorted(command,builtin_commands_names + _ind0,_ind1 - _ind0 + 1U,__ind); in _run()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic.cpp2020 __ind = (unsigned int)selection[l]; \
2021 gmic_check(images[__ind]); \
2023 images[__ind].get_##function.move_to(images); \
2024 images_names[__ind].get_copymark().move_to(images_names); \
2025 } else images[__ind].function; \
4405 is_high_connectivity, __ind = 0, boundary = 0, pattern = 0, exit_on_anykey = 0, wind = 0; in _run() local