Home
last modified time | relevance | path

Searched defs:idx (Results 176 – 200 of 41664) sorted by relevance

12345678910>>...1667

/dports/devel/libpololu-avr/libpololu-avr-151002/src/OrangutanPulseIn/
H A DOrangutanPulseIn.cpp105 extern "C" void get_pulse_info(unsigned char idx, struct PulseInputStruct* pulse_info) in get_pulse_info()
110 extern "C" unsigned char new_pulse(unsigned char idx) in new_pulse()
115 extern "C" unsigned char new_high_pulse(unsigned char idx) in new_high_pulse()
120 extern "C" unsigned char new_low_pulse(unsigned char idx) in new_low_pulse()
125 extern "C" unsigned long get_last_high_pulse(unsigned char idx) in get_last_high_pulse()
130 extern "C" unsigned long get_last_low_pulse(unsigned char idx) in get_last_low_pulse()
250 void OrangutanPulseIn::getPulseInfo(unsigned char idx, struct PulseInputStruct* pulseInfo) in getPulseInfo()
267 unsigned char OrangutanPulseIn::newPulse(unsigned char idx, unsigned char state) in newPulse()
287 unsigned long OrangutanPulseIn::getLastHighPulse(unsigned char idx) in getLastHighPulse()
302 unsigned long OrangutanPulseIn::getLastLowPulse(unsigned char idx) in getLastLowPulse()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/worldofxeen/
H A Dworldofxeen_cutscenes.cpp105 for (int idx = 0; idx < 50; ++idx) { in worldEnding1() local
118 for (int idx = 0; idx < 40; ++idx) { in worldEnding1() local
171 for (int idx = 0; idx < 26; ++idx) { in worldEnding1() local
236 for (int idx = 0; idx < 16; ++idx) { in worldEnding1() local
328 for (int idx = 0; idx < 5; ++idx) { in worldEnding1() local
343 for (int idx = 0; idx < 16; ++idx) { in worldEnding1() local
380 for (int idx = 0; idx < 14; ++idx) { in worldEnding1() local
392 for (int idx = 0; idx < 17; ++idx) { in worldEnding1() local
404 for (int idx = 0; idx < 6; ++idx) { in worldEnding1() local
423 for (int idx = 0; idx < 35; ++idx) { in worldEnding1() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/worldofxeen/
H A Dworldofxeen_cutscenes.cpp105 for (int idx = 0; idx < 50; ++idx) { in worldEnding1() local
118 for (int idx = 0; idx < 40; ++idx) { in worldEnding1() local
171 for (int idx = 0; idx < 26; ++idx) { in worldEnding1() local
236 for (int idx = 0; idx < 16; ++idx) { in worldEnding1() local
328 for (int idx = 0; idx < 5; ++idx) { in worldEnding1() local
343 for (int idx = 0; idx < 16; ++idx) { in worldEnding1() local
380 for (int idx = 0; idx < 14; ++idx) { in worldEnding1() local
392 for (int idx = 0; idx < 17; ++idx) { in worldEnding1() local
404 for (int idx = 0; idx < 6; ++idx) { in worldEnding1() local
423 for (int idx = 0; idx < 35; ++idx) { in worldEnding1() local
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/multi/
H A Dtest_equivalence.py9 def test_equals(idx): argument
26 def test_equals_op(idx): argument
127 def test_equals_multi(idx): argument
176 def test_identical(idx): argument
198 def test_equals_operator(idx): argument
244 def test_is_all_dates(idx): argument
248 def test_is_numeric(idx): argument
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_access/
H A Dcreate_access_dat.cpp85 for (int idx = 2; idx < argc; ++idx) { in main() local
163 for (int idx = 2; idx < argc; ++idx) { in writeMartianCommonData() local
246 for (int idx = 0; idx < 256; ++idx) in processExecutable() local
361 for (uint idx = 0; idx < numFilenames; ++idx) { in processExecutable() local
402 for (uint idx = 0; idx < numRooms; ++idx) in processExecutable() local
407 for (uint idx = 0; idx < numRooms; ++idx) { in processExecutable() local
414 for (uint idx = 0; idx < numRooms; ++idx) { in processExecutable() local
443 for (uint idx = 0; idx < numDeaths; ++idx) { in processExecutable() local
451 for (uint idx = 0; idx < numItems; ++idx) { in processExecutable() local
472 for (int idx = 0; idx < 3; ++idx) in processExecutable() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/devtools/create_access/
H A Dcreate_access_dat.cpp79 for (int idx = 2; idx < argc; ++idx) { in main() local
157 for (int idx = 2; idx < argc; ++idx) { in writeMartianCommonData() local
240 for (int idx = 0; idx < 256; ++idx) in processExecutable() local
377 for (uint idx = 0; idx < numFilenames; ++idx) { in processExecutable() local
418 for (uint idx = 0; idx < numRooms; ++idx) in processExecutable() local
423 for (uint idx = 0; idx < numRooms; ++idx) { in processExecutable() local
430 for (uint idx = 0; idx < numRooms; ++idx) { in processExecutable() local
459 for (uint idx = 0; idx < numDeaths; ++idx) { in processExecutable() local
467 for (uint idx = 0; idx < numItems; ++idx) { in processExecutable() local
488 for (int idx = 0; idx < 3; ++idx) in processExecutable() local
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/esmtool/
H A Dlabels.cpp18 std::string bodyPartLabel(int idx) in bodyPartLabel()
57 std::string meshPartLabel(int idx) in meshPartLabel()
84 std::string meshTypeLabel(int idx) in meshTypeLabel()
121 std::string armorTypeLabel(int idx) in armorTypeLabel()
144 std::string dialogTypeLabel(int idx) in dialogTypeLabel()
196 std::string soundTypeLabel(int idx) in soundTypeLabel()
216 std::string weaponTypeLabel(int idx) in weaponTypeLabel()
407 std::string attributeLabel(int idx) in attributeLabel()
460 std::string skillLabel(int idx) in skillLabel()
530 std::string schoolLabel(int idx) in schoolLabel()
[all …]
/dports/security/n2n/n2n-2.8/src/
H A Dwire.c33 size_t * idx, in encode_uint8()
44 size_t * idx ) in decode_uint8()
55 size_t * idx, in encode_uint16()
67 size_t * idx ) in decode_uint16()
79 size_t * idx, in encode_uint32()
107 size_t * idx, in encode_buf()
121 size_t * idx ) in decode_buf()
134 size_t * idx, in encode_mac()
143 size_t * idx ) in decode_mac()
193 size_t * idx, in encode_sock()
[all …]
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Dtest-connectionmanagement_hh.cc16 for (size_t idx = 0; idx < maxConns; idx++) { in BOOST_AUTO_TEST_CASE() local
37 for (size_t idx = 0; idx < maxConns; idx++) { in BOOST_AUTO_TEST_CASE() local
53 for (size_t idx = 0; idx < 2; idx++) { in BOOST_AUTO_TEST_CASE() local
66 for (size_t idx = 0; idx < 10; idx++) { in BOOST_AUTO_TEST_CASE() local
77 for (size_t idx = 0; idx < 10; idx++) { in BOOST_AUTO_TEST_CASE() local
82 for (size_t idx = 0; idx < maxConns; idx++) { in BOOST_AUTO_TEST_CASE() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dscene.cpp169 for (uint idx = 0; idx < size(); ++idx) { in indexOf() local
194 for (int idx = 0; idx < _pointsCount; ++idx) { in load() local
214 for (int idx = 1; idx < SCENES_COUNT; ++idx) { in Scene() local
300 for (uint idx = 0; idx < _images.size(); ++idx) in freeScene() local
383 for (uint idx = 0; idx < bgInfo.size(); ++idx) in loadScene() local
611 for (int idx = 0; idx < numExits; ++idx) in loadScene() local
622 for (int idx = 0; idx < numSounds; ++idx) in loadScene() local
772 for (uint idx = 0; idx < bgInfo.size(); ++idx) in loadScene() local
937 for (int idx = 0; idx < exitsCount; ++idx) in loadScene() local
1060 for (uint idx = 0; idx < _sounds.size(); ++idx) in loadSceneSounds() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dscene.cpp169 for (uint idx = 0; idx < size(); ++idx) { in indexOf() local
194 for (int idx = 0; idx < _pointsCount; ++idx) { in load() local
214 for (int idx = 1; idx < SCENES_COUNT; ++idx) { in Scene() local
300 for (uint idx = 0; idx < _images.size(); ++idx) in freeScene() local
383 for (uint idx = 0; idx < bgInfo.size(); ++idx) in loadScene() local
611 for (int idx = 0; idx < numExits; ++idx) in loadScene() local
622 for (int idx = 0; idx < numSounds; ++idx) in loadScene() local
772 for (uint idx = 0; idx < bgInfo.size(); ++idx) in loadScene() local
937 for (int idx = 0; idx < exitsCount; ++idx) in loadScene() local
1060 for (uint idx = 0; idx < _sounds.size(); ++idx) in loadSceneSounds() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/asm-generic/
H A Dfixmap.h30 static __always_inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt()
64 #define set_fixmap(idx, phys) \ argument
69 #define clear_fixmap(idx) \ argument
74 #define __set_fixmap_offset(idx, phys, flags) \ argument
82 #define set_fixmap_offset(idx, phys) \ argument
88 #define set_fixmap_nocache(idx, phys) \ argument
91 #define set_fixmap_offset_nocache(idx, phys) \ argument
97 #define set_fixmap_io(idx, phys) \ argument
100 #define set_fixmap_offset_io(idx, phys) \ argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/asm-generic/
H A Dfixmap.h30 static __always_inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt()
64 #define set_fixmap(idx, phys) \ argument
69 #define clear_fixmap(idx) \ argument
74 #define __set_fixmap_offset(idx, phys, flags) \ argument
82 #define set_fixmap_offset(idx, phys) \ argument
88 #define set_fixmap_nocache(idx, phys) \ argument
91 #define set_fixmap_offset_nocache(idx, phys) \ argument
97 #define set_fixmap_io(idx, phys) \ argument
100 #define set_fixmap_offset_io(idx, phys) \ argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/asm-generic/
H A Dfixmap.h30 static __always_inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt()
64 #define set_fixmap(idx, phys) \ argument
69 #define clear_fixmap(idx) \ argument
74 #define __set_fixmap_offset(idx, phys, flags) \ argument
82 #define set_fixmap_offset(idx, phys) \ argument
88 #define set_fixmap_nocache(idx, phys) \ argument
91 #define set_fixmap_offset_nocache(idx, phys) \ argument
97 #define set_fixmap_io(idx, phys) \ argument
100 #define set_fixmap_offset_io(idx, phys) \ argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/src/
H A Dstring.cpp251 stoi(const string& str, size_t* idx, int base) in stoi()
257 stoi(const wstring& str, size_t* idx, int base) in stoi()
263 stol(const string& str, size_t* idx, int base) in stol()
269 stol(const wstring& str, size_t* idx, int base) in stol()
275 stoul(const string& str, size_t* idx, int base) in stoul()
311 stof(const string& str, size_t* idx) in stof()
317 stof(const wstring& str, size_t* idx) in stof()
323 stod(const string& str, size_t* idx) in stod()
329 stod(const wstring& str, size_t* idx) in stod()
335 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/src/
H A Dstring.cpp251 stoi(const string& str, size_t* idx, int base) in stoi()
257 stoi(const wstring& str, size_t* idx, int base) in stoi()
263 stol(const string& str, size_t* idx, int base) in stol()
269 stol(const wstring& str, size_t* idx, int base) in stol()
275 stoul(const string& str, size_t* idx, int base) in stoul()
311 stof(const string& str, size_t* idx) in stof()
317 stof(const wstring& str, size_t* idx) in stof()
323 stod(const string& str, size_t* idx) in stod()
329 stod(const wstring& str, size_t* idx) in stod()
335 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/src/
H A Dstring.cpp267 stoi(const string& str, size_t* idx, int base) in stoi()
273 stoi(const wstring& str, size_t* idx, int base) in stoi()
279 stol(const string& str, size_t* idx, int base) in stol()
285 stol(const wstring& str, size_t* idx, int base) in stol()
291 stoul(const string& str, size_t* idx, int base) in stoul()
327 stof(const string& str, size_t* idx) in stof()
333 stof(const wstring& str, size_t* idx) in stof()
339 stod(const string& str, size_t* idx) in stod()
345 stod(const wstring& str, size_t* idx) in stod()
351 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/src/
H A Dstring.cpp256 stoi(const string& str, size_t* idx, int base) in stoi()
262 stoi(const wstring& str, size_t* idx, int base) in stoi()
268 stol(const string& str, size_t* idx, int base) in stol()
274 stol(const wstring& str, size_t* idx, int base) in stol()
280 stoul(const string& str, size_t* idx, int base) in stoul()
316 stof(const string& str, size_t* idx) in stof()
322 stof(const wstring& str, size_t* idx) in stof()
328 stod(const string& str, size_t* idx) in stod()
334 stod(const wstring& str, size_t* idx) in stod()
340 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/src/
H A Dstring.cpp256 stoi(const string& str, size_t* idx, int base) in stoi()
262 stoi(const wstring& str, size_t* idx, int base) in stoi()
268 stol(const string& str, size_t* idx, int base) in stol()
274 stol(const wstring& str, size_t* idx, int base) in stol()
280 stoul(const string& str, size_t* idx, int base) in stoul()
316 stof(const string& str, size_t* idx) in stof()
322 stof(const wstring& str, size_t* idx) in stof()
328 stod(const string& str, size_t* idx) in stod()
334 stod(const wstring& str, size_t* idx) in stod()
340 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/src/
H A Dstring.cpp273 stoi(const string& str, size_t* idx, int base) in stoi()
280 stoi(const wstring& str, size_t* idx, int base) in stoi()
287 stol(const string& str, size_t* idx, int base) in stol()
294 stol(const wstring& str, size_t* idx, int base) in stol()
301 stoul(const string& str, size_t* idx, int base) in stoul()
343 stof(const string& str, size_t* idx) in stof()
350 stof(const wstring& str, size_t* idx) in stof()
357 stod(const string& str, size_t* idx) in stod()
364 stod(const wstring& str, size_t* idx) in stod()
371 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/src/
H A Dstring.cpp251 stoi(const string& str, size_t* idx, int base) in stoi()
257 stoi(const wstring& str, size_t* idx, int base) in stoi()
263 stol(const string& str, size_t* idx, int base) in stol()
269 stol(const wstring& str, size_t* idx, int base) in stol()
275 stoul(const string& str, size_t* idx, int base) in stoul()
311 stof(const string& str, size_t* idx) in stof()
317 stof(const wstring& str, size_t* idx) in stof()
323 stod(const string& str, size_t* idx) in stod()
329 stod(const wstring& str, size_t* idx) in stod()
335 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/src/
H A Dstring.cpp256 stoi(const string& str, size_t* idx, int base) in stoi()
262 stoi(const wstring& str, size_t* idx, int base) in stoi()
268 stol(const string& str, size_t* idx, int base) in stol()
274 stol(const wstring& str, size_t* idx, int base) in stol()
280 stoul(const string& str, size_t* idx, int base) in stoul()
316 stof(const string& str, size_t* idx) in stof()
322 stof(const wstring& str, size_t* idx) in stof()
328 stod(const string& str, size_t* idx) in stod()
334 stod(const wstring& str, size_t* idx) in stod()
340 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/src/
H A Dstring.cpp256 stoi(const string& str, size_t* idx, int base) in stoi()
262 stoi(const wstring& str, size_t* idx, int base) in stoi()
268 stol(const string& str, size_t* idx, int base) in stol()
274 stol(const wstring& str, size_t* idx, int base) in stol()
280 stoul(const string& str, size_t* idx, int base) in stoul()
316 stof(const string& str, size_t* idx) in stof()
322 stof(const wstring& str, size_t* idx) in stof()
328 stod(const string& str, size_t* idx) in stod()
334 stod(const wstring& str, size_t* idx) in stod()
340 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/src/
H A Dstring.cpp256 stoi(const string& str, size_t* idx, int base) in stoi()
262 stoi(const wstring& str, size_t* idx, int base) in stoi()
268 stol(const string& str, size_t* idx, int base) in stol()
274 stol(const wstring& str, size_t* idx, int base) in stol()
280 stoul(const string& str, size_t* idx, int base) in stoul()
316 stof(const string& str, size_t* idx) in stof()
322 stof(const wstring& str, size_t* idx) in stof()
328 stod(const string& str, size_t* idx) in stod()
334 stod(const wstring& str, size_t* idx) in stod()
340 stold(const string& str, size_t* idx) in stold()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/src/
H A Dstring.cpp256 stoi(const string& str, size_t* idx, int base) in stoi()
262 stoi(const wstring& str, size_t* idx, int base) in stoi()
268 stol(const string& str, size_t* idx, int base) in stol()
274 stol(const wstring& str, size_t* idx, int base) in stol()
280 stoul(const string& str, size_t* idx, int base) in stoul()
316 stof(const string& str, size_t* idx) in stof()
322 stof(const wstring& str, size_t* idx) in stof()
328 stod(const string& str, size_t* idx) in stod()
334 stod(const wstring& str, size_t* idx) in stod()
340 stold(const string& str, size_t* idx) in stold()
[all …]

12345678910>>...1667