Home
last modified time | relevance | path

Searched defs:idx (Results 101 – 125 of 31552) sorted by relevance

12345678910>>...1263

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dscreen-vram-double.h74 #define DST_V(idx,c) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = c; argument
75 #define DST_T(idx) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = tcol; argument
89 #define DST_V(idx,c) dst[2*(idx)] = dst[2*(idx)+1] = c; argument
90 #define DST_T(idx) dst[2*(idx)] = dst[2*(idx)+1] = tcol; argument
91 #define DST_B(idx) dst[2*(idx)] = dst[2*(idx)+1] = BLACK; argument
104 #define DST_V(idx,c) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = c; argument
115 #define DST_V(idx,c) dst[2*(idx)] = dst[2*(idx)+1] = c; argument
116 #define DST_T(idx) dst[2*(idx)] = dst[2*(idx)+1] = tcol; argument
117 #define DST_B(idx) dst[2*(idx)] = dst[2*(idx)+1] = BLACK; argument
167 #define DST_V(idx,c) dst[2*(idx)] = dst[2*(idx)+1] = c; argument
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/utils/
H A Dqueue_buckets.h62 size_type queue_size(int idx) const { return queue_at(idx).size(); } in queue_size()
63 bool queue_empty(int idx) const { return queue_at(idx).empty(); } in queue_empty()
68 iterator end(int idx) { return queue_at(idx).end(); } in end()
70 const_iterator end(int idx) const { return queue_at(idx).end(); } in end()
73 value_type back(int idx) { return queue_at(idx).back(); } in back()
176 queue_buckets<Type, Constants>::pop_front(int idx) { in pop_front()
185 queue_buckets<Type, Constants>::pop_back(int idx) { in pop_back()
194 queue_buckets<Type, Constants>::pop_and_front(int idx) { in pop_and_front()
202 queue_buckets<Type, Constants>::pop_and_back(int idx) { in pop_and_back()
228 queue_buckets<Type, Constants>::take(int idx, iterator itr) { in take()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/renderer/
H A Dgllights.cpp53 #define DECLARE_LIGHT_STRUCT_NAME(idx)\ argument
56 #define DECLARE_LIGHT_POSITION_NAME(idx)\ argument
59 #define DECLARE_LIGHT_TYPE_NAME(idx)\ argument
62 #define DECLARE_LIGHT_COLOR_NAME(idx)\ argument
65 #define DECLARE_LIGHT_INTENSITY_NAME(idx)\ argument
68 #define DECLARE_LIGHT_DIRECTION_NAME(idx)\ argument
80 #define DECLARE_LIGHT_CUT_OFF_ANGLE_NAME(idx)\ argument
83 #define DECLARE_LIGHT_STRUCT_UNROLL_NAME(idx)\ argument
86 #define DECLARE_LIGHT_POSITION_UNROLL_NAME(idx)\ argument
89 #define DECLARE_LIGHT_TYPE_UNROLL_NAME(idx)\ argument
[all …]
/dports/devel/inastemp/inastemp-0.2.4/UTests/
H A Dcore-test-all.hpp21 for(int idx = 0 ; idx < VecType::VecLength ; ++idx){ in addToTest() local
51 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToVecType() local
61 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToVecType() local
71 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToVecType() local
78 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToScalar() local
85 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToScalar() local
92 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToScalar() local
106 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToArray() local
113 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToArray() local
120 for (int idx = 0; idx < VecType::VecLength; ++idx) { in equalToArray() local
[all …]
H A Dtest-ifelse.cpp24 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
37 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
57 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
81 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
107 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
134 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
153 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
169 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
185 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestBasic() local
213 for (int idx = 0; idx < VecType::VecLength; ++idx) { in TestOperator() local
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/module/functions/local_function/
H A Demit.rs133 let idx = self.indices.get_memory_index(e.memory); in visit_instr() localVariable
146 let idx = self.indices.get_data_index(e.data); in visit_instr() localVariable
155 let idx = self.indices.get_data_index(e.data); in visit_instr() localVariable
161 let idx = self.indices.get_memory_index(e.src); in visit_instr() localVariable
164 let idx = self.indices.get_memory_index(e.dst); in visit_instr() localVariable
632 let idx = self.indices.get_func_index(e.func); in visit_instr() localVariable
638 let idx = self.indices.get_type_index(e.ty); in visit_instr() localVariable
646 let idx = self.local_indices[&e.local]; in visit_instr() localVariable
652 let idx = self.local_indices[&e.local]; in visit_instr() localVariable
658 let idx = self.local_indices[&e.local]; in visit_instr() localVariable
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/codegen/templates/
H A DComplexWriters.java73 protected int idx() { in idx() method
80 mutator.addSafe(idx(), h); in idx() method
81 vector.setValueCount(idx()+1); in idx() method
85 mutator.addSafe(idx(), h); in idx() method
86 vector.setValueCount(idx()+1); in idx() method
91 vector.setValueCount(idx()+1); in idx() method
104 vector.setSafe(idx(), h); in idx() method
105 vector.setValueCount(idx()+1); in idx() method
109 vector.setSafe(idx(), h); in idx() method
110 vector.setValueCount(idx()+1); in idx() method
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/worldofxeen/
H A Ddarkside_cutscenes.cpp408 int idx, clawCtr; in showDarkSideIntro2() local
661 for (int idx = 0; idx < 11; ++idx) in showDarkSideIntro3() local
663 for (int idx = 0; idx < 4; ++idx) in showDarkSideIntro3() local
676 for (int idx = 0; idx < 35; ++idx) { in showDarkSideIntro3() local
782 for (uint idx = 0; idx < 7; ++idx) in showWorldOfXeenLogo() local
910 for (int idx = 0; idx < 6; ++idx) { in showDarkSideEnding1() local
1010 for (int idx = 0; idx < 5; ++idx) in showDarkSideEnding1() local
1287 for (int idx = 0; idx < 5; ++idx) { in showDarkSideEnding3() local
1355 for (int idx = 0; idx < 4; ++idx) in showDarkSideEnding3() local
1585 for (int idx = 0; idx < 4; ++idx) in showDarkSideEnding4() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/worldofxeen/
H A Ddarkside_cutscenes.cpp408 int idx, clawCtr; in showDarkSideIntro2() local
661 for (int idx = 0; idx < 11; ++idx) in showDarkSideIntro3() local
663 for (int idx = 0; idx < 4; ++idx) in showDarkSideIntro3() local
676 for (int idx = 0; idx < 35; ++idx) { in showDarkSideIntro3() local
782 for (uint idx = 0; idx < 7; ++idx) in showWorldOfXeenLogo() local
910 for (int idx = 0; idx < 6; ++idx) { in showDarkSideEnding1() local
1010 for (int idx = 0; idx < 5; ++idx) in showDarkSideEnding1() local
1287 for (int idx = 0; idx < 5; ++idx) { in showDarkSideEnding3() local
1355 for (int idx = 0; idx < 4; ++idx) in showDarkSideEnding3() local
1585 for (int idx = 0; idx < 4; ++idx) in showDarkSideEnding4() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_csr.h21 #define HINIC_CSR_DMA_ATTR_ADDR(idx) \ argument
27 #define HINIC_CSR_PPF_ELECTION_ADDR(idx) \ argument
35 #define HINIC_CSR_API_CMD_CHAIN_HEAD_HI_ADDR(idx) \ argument
38 #define HINIC_CSR_API_CMD_CHAIN_HEAD_LO_ADDR(idx) \ argument
41 #define HINIC_CSR_API_CMD_STATUS_HI_ADDR(idx) \ argument
44 #define HINIC_CSR_API_CMD_STATUS_LO_ADDR(idx) \ argument
47 #define HINIC_CSR_API_CMD_CHAIN_NUM_CELLS_ADDR(idx) \ argument
50 #define HINIC_CSR_API_CMD_CHAIN_CTRL_ADDR(idx) \ argument
53 #define HINIC_CSR_API_CMD_CHAIN_PI_ADDR(idx) \ argument
56 #define HINIC_CSR_API_CMD_CHAIN_REQ_ADDR(idx) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_csr.h21 #define HINIC_CSR_DMA_ATTR_ADDR(idx) \ argument
27 #define HINIC_CSR_PPF_ELECTION_ADDR(idx) \ argument
35 #define HINIC_CSR_API_CMD_CHAIN_HEAD_HI_ADDR(idx) \ argument
38 #define HINIC_CSR_API_CMD_CHAIN_HEAD_LO_ADDR(idx) \ argument
41 #define HINIC_CSR_API_CMD_STATUS_HI_ADDR(idx) \ argument
44 #define HINIC_CSR_API_CMD_STATUS_LO_ADDR(idx) \ argument
47 #define HINIC_CSR_API_CMD_CHAIN_NUM_CELLS_ADDR(idx) \ argument
50 #define HINIC_CSR_API_CMD_CHAIN_CTRL_ADDR(idx) \ argument
53 #define HINIC_CSR_API_CMD_CHAIN_PI_ADDR(idx) \ argument
56 #define HINIC_CSR_API_CMD_CHAIN_REQ_ADDR(idx) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_csr.h21 #define HINIC_CSR_DMA_ATTR_ADDR(idx) \ argument
27 #define HINIC_CSR_PPF_ELECTION_ADDR(idx) \ argument
35 #define HINIC_CSR_API_CMD_CHAIN_HEAD_HI_ADDR(idx) \ argument
38 #define HINIC_CSR_API_CMD_CHAIN_HEAD_LO_ADDR(idx) \ argument
41 #define HINIC_CSR_API_CMD_STATUS_HI_ADDR(idx) \ argument
44 #define HINIC_CSR_API_CMD_STATUS_LO_ADDR(idx) \ argument
47 #define HINIC_CSR_API_CMD_CHAIN_NUM_CELLS_ADDR(idx) \ argument
50 #define HINIC_CSR_API_CMD_CHAIN_CTRL_ADDR(idx) \ argument
53 #define HINIC_CSR_API_CMD_CHAIN_PI_ADDR(idx) \ argument
56 #define HINIC_CSR_API_CMD_CHAIN_REQ_ADDR(idx) \ argument
[all …]
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/topo/src/
H A Dparse-hp.tcl164 proc hp-parse-module {active line tab idx} {
206 proc hp-parse-interface {active line tab idx} {
254 proc hp-parse-vlan {active line tab idx} {
281 proc hp-parse-exit {active line tab idx} {
305 proc hp-parse-disable {active line tab idx} {
332 proc hp-parse-name {active line tab idx} {
386 proc hp-parse-trunk {active line tab idx} {
420 proc hp-parse-snmp-location {active line tab idx} {
452 proc hp-parse-snmp-community {active line tab idx} {
479 proc hp-parse-untagged {active line tab idx} {
[all …]
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/topo/src/
H A Dparse-hp.tcl164 proc hp-parse-module {active line tab idx} {
206 proc hp-parse-interface {active line tab idx} {
254 proc hp-parse-vlan {active line tab idx} {
281 proc hp-parse-exit {active line tab idx} {
305 proc hp-parse-disable {active line tab idx} {
332 proc hp-parse-name {active line tab idx} {
386 proc hp-parse-trunk {active line tab idx} {
420 proc hp-parse-snmp-location {active line tab idx} {
452 proc hp-parse-snmp-community {active line tab idx} {
479 proc hp-parse-untagged {active line tab idx} {
[all …]
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/topo/src/
H A Dparse-hp.tcl164 proc hp-parse-module {active line tab idx} {
206 proc hp-parse-interface {active line tab idx} {
254 proc hp-parse-vlan {active line tab idx} {
281 proc hp-parse-exit {active line tab idx} {
305 proc hp-parse-disable {active line tab idx} {
332 proc hp-parse-name {active line tab idx} {
386 proc hp-parse-trunk {active line tab idx} {
420 proc hp-parse-snmp-location {active line tab idx} {
452 proc hp-parse-snmp-community {active line tab idx} {
479 proc hp-parse-untagged {active line tab idx} {
[all …]
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/topo/src/
H A Dparse-hp.tcl164 proc hp-parse-module {active line tab idx} {
206 proc hp-parse-interface {active line tab idx} {
254 proc hp-parse-vlan {active line tab idx} {
281 proc hp-parse-exit {active line tab idx} {
305 proc hp-parse-disable {active line tab idx} {
332 proc hp-parse-name {active line tab idx} {
386 proc hp-parse-trunk {active line tab idx} {
420 proc hp-parse-snmp-location {active line tab idx} {
452 proc hp-parse-snmp-community {active line tab idx} {
479 proc hp-parse-untagged {active line tab idx} {
[all …]
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/topo/src/
H A Dparse-hp.tcl164 proc hp-parse-module {active line tab idx} {
206 proc hp-parse-interface {active line tab idx} {
254 proc hp-parse-vlan {active line tab idx} {
281 proc hp-parse-exit {active line tab idx} {
305 proc hp-parse-disable {active line tab idx} {
332 proc hp-parse-name {active line tab idx} {
386 proc hp-parse-trunk {active line tab idx} {
420 proc hp-parse-snmp-location {active line tab idx} {
452 proc hp-parse-snmp-community {active line tab idx} {
479 proc hp-parse-untagged {active line tab idx} {
[all …]
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/topo/src/
H A Dparse-hp.tcl164 proc hp-parse-module {active line tab idx} {
206 proc hp-parse-interface {active line tab idx} {
254 proc hp-parse-vlan {active line tab idx} {
281 proc hp-parse-exit {active line tab idx} {
305 proc hp-parse-disable {active line tab idx} {
332 proc hp-parse-name {active line tab idx} {
386 proc hp-parse-trunk {active line tab idx} {
420 proc hp-parse-snmp-location {active line tab idx} {
452 proc hp-parse-snmp-community {active line tab idx} {
479 proc hp-parse-untagged {active line tab idx} {
[all …]
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/topo/src/
H A Dparse-hp.tcl164 proc hp-parse-module {active line tab idx} {
206 proc hp-parse-interface {active line tab idx} {
254 proc hp-parse-vlan {active line tab idx} {
281 proc hp-parse-exit {active line tab idx} {
305 proc hp-parse-disable {active line tab idx} {
332 proc hp-parse-name {active line tab idx} {
386 proc hp-parse-trunk {active line tab idx} {
420 proc hp-parse-snmp-location {active line tab idx} {
452 proc hp-parse-snmp-community {active line tab idx} {
479 proc hp-parse-untagged {active line tab idx} {
[all …]
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/topo/src/
H A Dparse-hp.tcl164 proc hp-parse-module {active line tab idx} {
206 proc hp-parse-interface {active line tab idx} {
254 proc hp-parse-vlan {active line tab idx} {
281 proc hp-parse-exit {active line tab idx} {
305 proc hp-parse-disable {active line tab idx} {
332 proc hp-parse-name {active line tab idx} {
386 proc hp-parse-trunk {active line tab idx} {
420 proc hp-parse-snmp-location {active line tab idx} {
452 proc hp-parse-snmp-community {active line tab idx} {
479 proc hp-parse-untagged {active line tab idx} {
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/Testing/Python/
H A DTestUniformHyperTreeGrid3DYReflection.py48 idx = cursor.GetGlobalNodeIndex() variable
55 idx = cursor.GetGlobalNodeIndex() variable
62 idx = cursor.GetGlobalNodeIndex() variable
71 idx = cursor.GetGlobalNodeIndex() variable
79 idx = cursor.GetGlobalNodeIndex() variable
87 idx = cursor.GetGlobalNodeIndex() variable
96 idx = cursor.GetGlobalNodeIndex() variable
104 idx = cursor.GetGlobalNodeIndex() variable
112 idx = cursor.GetGlobalNodeIndex() variable
121 idx = cursor.GetGlobalNodeIndex() variable
[all …]
H A DTestHyperTreeGrid3DZReflection.py48 idx = cursor.GetGlobalNodeIndex() variable
55 idx = cursor.GetGlobalNodeIndex() variable
62 idx = cursor.GetGlobalNodeIndex() variable
71 idx = cursor.GetGlobalNodeIndex() variable
79 idx = cursor.GetGlobalNodeIndex() variable
87 idx = cursor.GetGlobalNodeIndex() variable
96 idx = cursor.GetGlobalNodeIndex() variable
104 idx = cursor.GetGlobalNodeIndex() variable
112 idx = cursor.GetGlobalNodeIndex() variable
121 idx = cursor.GetGlobalNodeIndex() variable
[all …]
H A DTestUniformHyperTreeGrid3DXReflection.py48 idx = cursor.GetGlobalNodeIndex() variable
55 idx = cursor.GetGlobalNodeIndex() variable
62 idx = cursor.GetGlobalNodeIndex() variable
71 idx = cursor.GetGlobalNodeIndex() variable
79 idx = cursor.GetGlobalNodeIndex() variable
87 idx = cursor.GetGlobalNodeIndex() variable
96 idx = cursor.GetGlobalNodeIndex() variable
104 idx = cursor.GetGlobalNodeIndex() variable
112 idx = cursor.GetGlobalNodeIndex() variable
121 idx = cursor.GetGlobalNodeIndex() variable
[all …]
H A DTestUniformHyperTreeGrid3DZReflection.py48 idx = cursor.GetGlobalNodeIndex() variable
55 idx = cursor.GetGlobalNodeIndex() variable
62 idx = cursor.GetGlobalNodeIndex() variable
71 idx = cursor.GetGlobalNodeIndex() variable
79 idx = cursor.GetGlobalNodeIndex() variable
87 idx = cursor.GetGlobalNodeIndex() variable
96 idx = cursor.GetGlobalNodeIndex() variable
104 idx = cursor.GetGlobalNodeIndex() variable
112 idx = cursor.GetGlobalNodeIndex() variable
121 idx = cursor.GetGlobalNodeIndex() variable
[all …]
H A DTestHyperTreeGrid3DXReflection.py48 idx = cursor.GetGlobalNodeIndex() variable
55 idx = cursor.GetGlobalNodeIndex() variable
62 idx = cursor.GetGlobalNodeIndex() variable
71 idx = cursor.GetGlobalNodeIndex() variable
79 idx = cursor.GetGlobalNodeIndex() variable
87 idx = cursor.GetGlobalNodeIndex() variable
96 idx = cursor.GetGlobalNodeIndex() variable
104 idx = cursor.GetGlobalNodeIndex() variable
112 idx = cursor.GetGlobalNodeIndex() variable
121 idx = cursor.GetGlobalNodeIndex() variable
[all …]

12345678910>>...1263