Home
last modified time | relevance | path

Searched defs:idx (Results 251 – 275 of 53184) sorted by relevance

1...<<11121314151617181920>>...2128

/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DHostMap.cc51 int idx = -1; in at() local
56 ServerRep *HostMap::serverRepAt(int idx) { in serverRepAt()
63 int idx = -1; in sslActive() local
70 int idx = -1; in findUniverse() local
76 ObjUniverse *HostMap::findUniverseAt(int idx) { in findUniverseAt()
83 int idx = -1; in find() local
87 HostCfg *HostMap::find(const NetAddr &addr, int &idx) { in find()
94 HostCfg *HostMap::mapAndFind(const NetAddr &addr, int &idx) { in mapAndFind()
109 bool HostMap::findIdx(const NetAddr &addr, int &idx) { in findIdx()
157 HostCfg *HostMap::addAt(int idx, const NetAddr &addr) { in addAt()
[all …]
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dbotcmd.c103 static void bot_chan2(int idx, char *msg) in bot_chan2()
156 static void bot_chat(int idx, char *par) in bot_chat()
227 static void bot_priv(int idx, char *par) in bot_priv()
291 static void bot_bye(int idx, char *par) in bot_bye()
447 static void bot_who(int idx, char *par) in bot_who()
482 static void bot_infoq(int idx, char *par) in bot_infoq()
539 static void bot_ping(int idx, char *par) in bot_ping()
544 static void bot_pong(int idx, char *par) in bot_pong()
551 static void bot_link(int idx, char *par) in bot_link()
975 static void bot_zapf(int idx, char *par) in bot_zapf()
[all …]
/dports/math/octave-forge-dataframe/dataframe-1.2.0/inst/@dataframe/private/
H A Ddf_name2idx.m43 idx = []; nelem = 0; return variable
63 idx = 1:count; nelem = count; variable
104 idx = [idx indj]; mask(indi) = true; dummy = true; variable
135 idx = [idx ind_start:ind_stop]; variable
144 idx = 1:length (subs(:)); idx = reshape (idx, size (subs)); variable
147 idx = subsindex (subs, 1); variable
149 idx = subs; variable
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dbit-vector.h30 bitvector_mask (size_t idx) in bitvector_mask()
36 bitvector_unit (const unsigned long int *vec, size_t idx) in bitvector_unit()
42 bitvector_unit_rw (unsigned long int *vec, size_t idx) in bitvector_unit_rw()
48 bitvector_set1 (unsigned long int *vec, size_t idx) in bitvector_set1()
54 bitvector_set0 (unsigned long int *vec, size_t idx) in bitvector_set0()
60 bitvector_is_set (const unsigned long int *vec, size_t idx) in bitvector_is_set()
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3/
H A Dlulesh.hpp313 Real_t& x(Index_t idx) { return m_x[idx]; } in x()
314 Real_t& y(Index_t idx) { return m_y[idx]; } in y()
315 Real_t& z(Index_t idx) { return m_z[idx]; } in z()
318 Real_t& xd(Index_t idx) { return m_xd[idx]; } in xd()
319 Real_t& yd(Index_t idx) { return m_yd[idx]; } in yd()
320 Real_t& zd(Index_t idx) { return m_zd[idx]; } in zd()
323 Real_t& xdd(Index_t idx) { return m_xdd[idx]; } in xdd()
324 Real_t& ydd(Index_t idx) { return m_ydd[idx]; } in ydd()
328 Real_t& fx(Index_t idx) { return m_fx[idx]; } in fx()
329 Real_t& fy(Index_t idx) { return m_fy[idx]; } in fy()
[all …]
/dports/irc/evangeline/evangeline-msa/src/
H A Dbotcmd.c71 static void bot_chan2(int idx, char *msg) in bot_chan2()
117 static void bot_chat(int idx, char *par) in bot_chat()
139 static void bot_actchan(int idx, char *par) in bot_actchan()
179 static void bot_priv(int idx, char *par) in bot_priv()
243 static void bot_bye(int idx, char *par) in bot_bye()
371 static void bot_who(int idx, char *par) in bot_who()
400 static void bot_infoq(int idx, char *par) in bot_infoq()
455 static void bot_ping(int idx, char *par) in bot_ping()
460 static void bot_pong(int idx, char *par) in bot_pong()
466 static void bot_link(int idx, char *par) in bot_link()
[all …]
/dports/irc/evangeline/evangeline/src/
H A Dbotcmd.c71 static void bot_chan2(int idx, char *msg) in bot_chan2()
117 static void bot_chat(int idx, char *par) in bot_chat()
139 static void bot_actchan(int idx, char *par) in bot_actchan()
179 static void bot_priv(int idx, char *par) in bot_priv()
243 static void bot_bye(int idx, char *par) in bot_bye()
371 static void bot_who(int idx, char *par) in bot_who()
400 static void bot_infoq(int idx, char *par) in bot_infoq()
455 static void bot_ping(int idx, char *par) in bot_ping()
460 static void bot_pong(int idx, char *par) in bot_pong()
466 static void bot_link(int idx, char *par) in bot_link()
[all …]
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Drendertext.cpp472 #define TEXTINDEX(idx) in text_visible() argument
476 #define TEXTCOLOR(idx) in text_visible() argument
495 #define TEXTWHITE(idx) in text_pos() argument
496 #define TEXTLINE(idx) in text_pos() argument
497 #define TEXTCOLOR(idx) in text_pos() argument
515 #define TEXTINDEX(idx) in text_bounds() argument
517 #define TEXTWHITE(idx) in text_bounds() argument
519 #define TEXTCOLOR(idx) in text_bounds() argument
541 #define TEXTTAB(idx) TEXTGETCOLUMN in draw_text() argument
542 #define TEXTWHITE(idx) in draw_text() argument
[all …]
/dports/audio/openal-soft/openal-soft-1.21.1/router/
H A Dalc.cpp349 ALint idx = 0; in alcOpenDevice() local
413 ALint idx; in alcCloseDevice() local
430 ALint idx; in alcCreateContext() local
452 ALint idx = -1; in alcMakeContextCurrent() local
515 ALint idx; in alcDestroyContext() local
664 ALint idx{0}; in alcGetString() local
685 ALint idx{0}; in alcGetString() local
711 ALint idx{0}; in alcGetString() local
830 ALint idx = 0; in alcCaptureOpenDevice() local
881 ALint idx; in alcCaptureCloseDevice() local
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/learning/
H A Dreplay_buffer.py56 def get(self, key, idx): argument
68 def get_path_start(self, idx): argument
71 def get_path_end(self, idx): argument
74 def get_pathlen(self, idx): argument
98 def is_valid_path(self, idx): argument
135 def get_next_idx(self, idx): argument
151 def is_path_end(self, idx): argument
230 def _free_idx(self, idx): argument
295 def is_valid(self, idx): argument
301 def add(self, idx): argument
[all …]
/dports/math/cadical/cadical-1.0.3-cb89cbf/src/
H A Dlucky.cpp33 for (int idx = 1; idx <= max_var; idx++) { in trivially_false_satisfiable() local
68 for (int idx = 1; idx <= max_var; idx++) { in trivially_true_satisfiable() local
90 for (int idx = 1; !res && idx <= max_var; idx++) { in forward_false_satisfiable() local
113 for (int idx = 1; !res && idx <= max_var; idx++) { in forward_true_satisfiable() local
138 for (int idx = max_var; !res && idx > 0; idx--) { in backward_false_satisfiable() local
161 for (int idx = max_var; !res && idx > 0; idx--) { in backward_true_satisfiable() local
221 for (int idx = 1; idx <= max_var; idx++) { in positive_horn_satisfiable() local
273 for (int idx = 1; idx <= max_var; idx++) { in negative_horn_satisfiable() local
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t320_Nirs/
H A Ddemo_t320_nirs.m146 idx = find(f1<=dispFreq); variable
156 idx = find(f1<=dispFreq); variable
239 idx = find(f1<=dispFreq); variable
249 idx = find(f1<=dispFreq); variable
319 idx = find(f1<=dispFreq); variable
329 idx = find(f1<=dispFreq); variable
381 idx = find(f1<=dispFreq); variable
391 idx = find(f1<=dispFreq); variable
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmtls/libsrc/
H A Dtlsciphr.cc193 size_t idx = 0; in determineSupportedCiphers() local
217 size_t idx = lookupCiphersuite(name); in addRequiredCipherSuite() local
230 size_t idx = lookupCiphersuite("TLS_RSA_WITH_3DES_EDE_CBC_SHA"); in addOptional3DESCipherSuite() local
328 size_t idx = lookupCiphersuite(suite); // can handle NULL pointers in addCipherSuite() local
429 const char *DcmTLSCiphersuiteHandler::getTLSCipherSuiteName(size_t idx) in getTLSCipherSuiteName()
435 const char *DcmTLSCiphersuiteHandler::getOpenSSLCipherSuiteName(size_t idx) in getOpenSSLCipherSuiteName()
465 DcmTLSCipherMAC DcmTLSCiphersuiteHandler::getCipherSuiteMAC(size_t idx) in getCipherSuiteMAC()
471 size_t DcmTLSCiphersuiteHandler::getCipherSuiteKeySize(size_t idx) in getCipherSuiteKeySize()
477 size_t DcmTLSCiphersuiteHandler::getCipherSuiteEffectiveKeySize(size_t idx) in getCipherSuiteEffectiveKeySize()
554 size_t idx = lookupCiphersuiteByOpenSSLName(SSL3_TXT_RSA_DES_192_CBC3_SHA); in cipher3DESsupported() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-50.c20 size_t idx = DIFF_MAX - 3; in char_ptr_cst_off_cst_size() local
37 void char_ptr_var_difoff_cst_size (ptrdiff_t idx) in char_ptr_var_difoff_cst_size()
56 void char_ptr_var_szoff_cst_size (size_t idx) in char_ptr_var_szoff_cst_size()
78 void char_ptr_var_difoff_var_size (char *p, ptrdiff_t idx, size_t n) in char_ptr_var_difoff_var_size()
95 void char_ptr_var_szoff_var_size (char *p, size_t idx, size_t n) in char_ptr_var_szoff_var_size()
119 size_t idx = DIFF_MAX / sizeof *p; in int_ptr_cst_off_cst_size() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-50.c20 size_t idx = DIFF_MAX - 3; in char_ptr_cst_off_cst_size() local
37 void char_ptr_var_difoff_cst_size (ptrdiff_t idx) in char_ptr_var_difoff_cst_size()
56 void char_ptr_var_szoff_cst_size (size_t idx) in char_ptr_var_szoff_cst_size()
78 void char_ptr_var_difoff_var_size (char *p, ptrdiff_t idx, size_t n) in char_ptr_var_difoff_var_size()
95 void char_ptr_var_szoff_var_size (char *p, size_t idx, size_t n) in char_ptr_var_szoff_var_size()
119 size_t idx = DIFF_MAX / sizeof *p; in int_ptr_cst_off_cst_size() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-50.c20 size_t idx = DIFF_MAX - 3; in char_ptr_cst_off_cst_size() local
37 void char_ptr_var_difoff_cst_size (ptrdiff_t idx) in char_ptr_var_difoff_cst_size()
56 void char_ptr_var_szoff_cst_size (size_t idx) in char_ptr_var_szoff_cst_size()
78 void char_ptr_var_difoff_var_size (char *p, ptrdiff_t idx, size_t n) in char_ptr_var_difoff_var_size()
95 void char_ptr_var_szoff_var_size (char *p, size_t idx, size_t n) in char_ptr_var_szoff_var_size()
119 size_t idx = DIFF_MAX / sizeof *p; in int_ptr_cst_off_cst_size() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-50.c20 size_t idx = DIFF_MAX - 3; in char_ptr_cst_off_cst_size() local
37 void char_ptr_var_difoff_cst_size (ptrdiff_t idx) in char_ptr_var_difoff_cst_size()
56 void char_ptr_var_szoff_cst_size (size_t idx) in char_ptr_var_szoff_cst_size()
78 void char_ptr_var_difoff_var_size (char *p, ptrdiff_t idx, size_t n) in char_ptr_var_difoff_var_size()
95 void char_ptr_var_szoff_var_size (char *p, size_t idx, size_t n) in char_ptr_var_szoff_var_size()
119 size_t idx = DIFF_MAX / sizeof *p; in int_ptr_cst_off_cst_size() local
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/opencv/
H A Dmotioncells_wrapper.cpp93 int idx = 0; in perform_detection_motion_cells() local
110 int idx = 0; in setPrevFrame() local
119 int idx = 0; in getMotionCellsIdx() local
130 int idx = 0; in getMotionCellsIdxCnt() local
141 int idx = 0; in getChangedDataFile() local
165 int idx = 0; in getInitDataFileFailed() local
176 int idx = 0; in getSaveDataFileFailed() local
187 int idx = 0; in getInitErrorCode() local
198 int idx = 0; in getSaveErrorCode() local
209 int idx = 0; in motion_cells_free() local
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/opencv/
H A Dmotioncells_wrapper.cpp93 int idx = 0; in perform_detection_motion_cells() local
110 int idx = 0; in setPrevFrame() local
119 int idx = 0; in getMotionCellsIdx() local
130 int idx = 0; in getMotionCellsIdxCnt() local
141 int idx = 0; in getChangedDataFile() local
165 int idx = 0; in getInitDataFileFailed() local
176 int idx = 0; in getSaveDataFileFailed() local
187 int idx = 0; in getInitErrorCode() local
198 int idx = 0; in getSaveErrorCode() local
209 int idx = 0; in motion_cells_free() local
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/opencv/
H A Dmotioncells_wrapper.cpp93 int idx = 0; in perform_detection_motion_cells() local
110 int idx = 0; in setPrevFrame() local
119 int idx = 0; in getMotionCellsIdx() local
130 int idx = 0; in getMotionCellsIdxCnt() local
141 int idx = 0; in getChangedDataFile() local
165 int idx = 0; in getInitDataFileFailed() local
176 int idx = 0; in getSaveDataFileFailed() local
187 int idx = 0; in getInitErrorCode() local
198 int idx = 0; in getSaveErrorCode() local
209 int idx = 0; in motion_cells_free() local
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/opencv/
H A Dmotioncells_wrapper.cpp93 int idx = 0; in perform_detection_motion_cells() local
110 int idx = 0; in setPrevFrame() local
119 int idx = 0; in getMotionCellsIdx() local
130 int idx = 0; in getMotionCellsIdxCnt() local
141 int idx = 0; in getChangedDataFile() local
165 int idx = 0; in getInitDataFileFailed() local
176 int idx = 0; in getSaveDataFileFailed() local
187 int idx = 0; in getInitErrorCode() local
198 int idx = 0; in getSaveErrorCode() local
209 int idx = 0; in motion_cells_free() local
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/opencv/
H A Dmotioncells_wrapper.cpp93 int idx = 0; in perform_detection_motion_cells() local
110 int idx = 0; in setPrevFrame() local
119 int idx = 0; in getMotionCellsIdx() local
130 int idx = 0; in getMotionCellsIdxCnt() local
141 int idx = 0; in getChangedDataFile() local
165 int idx = 0; in getInitDataFileFailed() local
176 int idx = 0; in getSaveDataFileFailed() local
187 int idx = 0; in getInitErrorCode() local
198 int idx = 0; in getSaveErrorCode() local
209 int idx = 0; in motion_cells_free() local
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/opencv/
H A Dmotioncells_wrapper.cpp93 int idx = 0; in perform_detection_motion_cells() local
110 int idx = 0; in setPrevFrame() local
119 int idx = 0; in getMotionCellsIdx() local
130 int idx = 0; in getMotionCellsIdxCnt() local
141 int idx = 0; in getChangedDataFile() local
165 int idx = 0; in getInitDataFileFailed() local
176 int idx = 0; in getSaveDataFileFailed() local
187 int idx = 0; in getInitErrorCode() local
198 int idx = 0; in getSaveErrorCode() local
209 int idx = 0; in motion_cells_free() local
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/opencv/
H A Dmotioncells_wrapper.cpp93 int idx = 0; in perform_detection_motion_cells() local
110 int idx = 0; in setPrevFrame() local
119 int idx = 0; in getMotionCellsIdx() local
130 int idx = 0; in getMotionCellsIdxCnt() local
141 int idx = 0; in getChangedDataFile() local
165 int idx = 0; in getInitDataFileFailed() local
176 int idx = 0; in getSaveDataFileFailed() local
187 int idx = 0; in getInitErrorCode() local
198 int idx = 0; in getSaveErrorCode() local
209 int idx = 0; in motion_cells_free() local
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/opencv/
H A Dmotioncells_wrapper.cpp93 int idx = 0; in perform_detection_motion_cells() local
110 int idx = 0; in setPrevFrame() local
119 int idx = 0; in getMotionCellsIdx() local
130 int idx = 0; in getMotionCellsIdxCnt() local
141 int idx = 0; in getChangedDataFile() local
165 int idx = 0; in getInitDataFileFailed() local
176 int idx = 0; in getSaveDataFileFailed() local
187 int idx = 0; in getInitErrorCode() local
198 int idx = 0; in getSaveErrorCode() local
209 int idx = 0; in motion_cells_free() local
[all …]

1...<<11121314151617181920>>...2128