Home
last modified time | relevance | path

Searched +defs:n +defs:ro +defs:n (Results 26 – 50 of 1057) sorted by relevance

12345678910>>...43

/dports/lang/python38/Python-3.8.12/Objects/
H A Denumobject.c284 Py_ssize_t n; in reversed_new_impl() local
286 reversedobject *ro; in reversed_new_impl() local
327 reversed_dealloc(reversedobject *ro) in reversed_dealloc()
335 reversed_traverse(reversedobject *ro, visitproc visit, void *arg) in reversed_traverse()
342 reversed_next(reversedobject *ro) in reversed_next()
363 reversed_len(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_len()
379 reversed_reduce(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_reduce()
388 reversed_setstate(reversedobject *ro, PyObject *state) in reversed_setstate()
394 Py_ssize_t n = PySequence_Size(ro->seq); in reversed_setstate() local
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Denumobject.c284 Py_ssize_t n; in reversed_new_impl() local
286 reversedobject *ro; in reversed_new_impl() local
327 reversed_dealloc(reversedobject *ro) in reversed_dealloc()
335 reversed_traverse(reversedobject *ro, visitproc visit, void *arg) in reversed_traverse()
342 reversed_next(reversedobject *ro) in reversed_next()
363 reversed_len(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_len()
379 reversed_reduce(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_reduce()
388 reversed_setstate(reversedobject *ro, PyObject *state) in reversed_setstate()
394 Py_ssize_t n = PySequence_Size(ro->seq); in reversed_setstate() local
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Denumobject.c284 Py_ssize_t n; in reversed_new_impl() local
286 reversedobject *ro; in reversed_new_impl() local
327 reversed_dealloc(reversedobject *ro) in reversed_dealloc()
335 reversed_traverse(reversedobject *ro, visitproc visit, void *arg) in reversed_traverse()
342 reversed_next(reversedobject *ro) in reversed_next()
363 reversed_len(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_len()
379 reversed_reduce(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_reduce()
388 reversed_setstate(reversedobject *ro, PyObject *state) in reversed_setstate()
394 Py_ssize_t n = PySequence_Size(ro->seq); in reversed_setstate() local
/dports/net/udpxy/udpxy-1.0-24.1/chipmunk/
H A Duopt.c35 ssize_t n = 0; in read_http_footer() local
134 init_recopt( struct udpxrec_opt* ro ) in init_recopt()
170 free_recopt( struct udpxrec_opt* ro ) in free_recopt()
188 fprint_recopt( FILE* stream, struct udpxrec_opt* ro ) in fprint_recopt()
/dports/lang/python310/Python-3.10.1/Objects/
H A Denumobject.c287 Py_ssize_t n; in reversed_new_impl() local
289 reversedobject *ro; in reversed_new_impl() local
348 reversed_dealloc(reversedobject *ro) in reversed_dealloc()
356 reversed_traverse(reversedobject *ro, visitproc visit, void *arg) in reversed_traverse()
363 reversed_next(reversedobject *ro) in reversed_next()
384 reversed_len(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_len()
400 reversed_reduce(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_reduce()
409 reversed_setstate(reversedobject *ro, PyObject *state) in reversed_setstate()
415 Py_ssize_t n = PySequence_Size(ro->seq); in reversed_setstate() local
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Denumobject.c328 Py_ssize_t n; in reversed_new_impl() local
330 reversedobject *ro; in reversed_new_impl() local
389 reversed_dealloc(reversedobject *ro) in reversed_dealloc()
397 reversed_traverse(reversedobject *ro, visitproc visit, void *arg) in reversed_traverse()
404 reversed_next(reversedobject *ro) in reversed_next()
425 reversed_len(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_len()
441 reversed_reduce(reversedobject *ro, PyObject *Py_UNUSED(ignored)) in reversed_reduce()
450 reversed_setstate(reversedobject *ro, PyObject *state) in reversed_setstate()
456 Py_ssize_t n = PySequence_Size(ro->seq); in reversed_setstate() local
/dports/biology/ugene/ugene-40.1/src/plugins/weight_matrix/src/
H A DWeightMatrixSearchTask.cpp28 …ixSearchTask(const QList<QPair<PWMatrix, WeightMatrixSearchCfg>> &m, const QByteArray &seq, int ro) in WeightMatrixSearchTask()
30 for (int i = 0, n = m.size(); i < n; i++) { in WeightMatrixSearchTask() local
53 …ngleSearchTask(const PWMatrix &m, const QByteArray &_seq, const WeightMatrixSearchCfg &cfg, int ro) in WeightMatrixSingleSearchTask()
84 for (int i = 0, n = seqLen - modelSize; i <= n && !ti.cancelFlag; i++, --pLeft) { in onRegion() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/higan/processor/spc700/
H A Ddisassembler.cpp18 auto b = [&](unsigned n) { return hex<2>(read(addr + 1 + n)); }; in disassemble_opcode()
20 auto ro = [&](unsigned r, unsigned n) { return hex<4>(addr + r + (int8_t)read(addr + 1 + n)); }; in disassemble_opcode() local
21 auto dp = [&](unsigned n) { return hex<3>((regs.p.p << 8) + read(addr + 1 + n)); }; in disassemble_opcode()
23 unsigned n = (read(addr + 1) << 0) + (read(addr + 2) << 8); in disassemble_opcode() local
/dports/archivers/unadf/ADFlib-f3af9e0/src/generic/
H A Dadf_nativ.c38 RETCODE myInitDevice(struct Device* dev, char* name,BOOL ro) in myInitDevice()
67 RETCODE myReadSector(struct Device *dev, int32_t n, int size, uint8_t* buf) in myReadSector()
77 RETCODE myWriteSector(struct Device *dev, int32_t n, int size, uint8_t* buf) in myWriteSector()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/water_pseudopotential/
H A DBLCJ_Inter.F130 subroutine BLCJ_Intermolecular_Fwater(ro, rh1, rh2, argument
496 integer n local
512 integer n local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/water_pseudopotential/
H A DBLCJ_Inter.F130 subroutine BLCJ_Intermolecular_Fwater(ro, rh1, rh2, argument
496 integer n local
512 integer n local
/dports/devel/kf5-knotifications/knotifications-5.89.0/autotests/
H A Dknotification_test.cpp54 …bool ro = QDBusConnection::sessionBus().registerObject(QStringLiteral("/org/freedesktop/Notificati… in initTestCase() local
80 KNotification *n = new KNotification(testEvent); in gettersTest() local
115 KNotification n(QStringLiteral("testEvent")); in idTest() local
137 KNotification *n = new KNotification(QStringLiteral("testEvent")); in immediateCloseTest() local
155 KNotification n(QStringLiteral("testEvent")); in serverCallTest() local
181 KNotification n(QStringLiteral("testEvent")); in serverCloseTest() local
202 KNotification n(QStringLiteral("testEvent")); in serverActionsTest() local
235 QPointer<KNotification> n(new KNotification(QStringLiteral("noActionsEvent"))); in noActionsTest() local
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dtext.c164 int ro = CBuf->flags & READ_ONLY; in backward_paragraph() local
190 int ro = CBuf->flags & READ_ONLY; in forward_paragraph() local
216 int n, col; in text_format_paragraph() local
315 int wrap, n; in narrow_paragraph() local
398 int pnt, n; in transform_region() local
/dports/archivers/unadf/ADFlib-f3af9e0/src/win32/
H A Dadf_nativ.c41 RETCODE Win32InitDevice(struct Device* dev, char* lpstrName, BOOL ro) in Win32InitDevice()
79 RETCODE Win32ReadSector(struct Device *dev, long n, int size, unsigned char* buf) in Win32ReadSector()
94 RETCODE Win32WriteSector(struct Device *dev, long n, int size, unsigned char* buf) in Win32WriteSector()
/dports/math/fftw3-float/fftw-3.3.9/tests/
H A Dbench.c80 int *n = (int *) bench_malloc(sizeof(int *) * t->rnk); in mkn() local
123 bench_real *ri, *ii, *ro, *io; in mkplan_real_split() local
213 int *n = mkn(sz); in mkplan_real_interleaved() local
235 int *n, *inembed, *onembed; in mkplan_real_interleaved() local
306 bench_real *ri, *ii, *ro, *io; in mkplan_complex_split() local
359 int *n = mkn(sz); in mkplan_complex_interleaved() local
371 int *n, *inembed, *onembed; in mkplan_complex_interleaved() local
471 int *n = mkn(sz); in mkplan_r2r() local
483 int *n, *inembed, *onembed; in mkplan_r2r() local
/dports/math/fftw3/fftw-3.3.9/tests/
H A Dbench.c80 int *n = (int *) bench_malloc(sizeof(int *) * t->rnk); in mkn() local
123 bench_real *ri, *ii, *ro, *io; in mkplan_real_split() local
213 int *n = mkn(sz); in mkplan_real_interleaved() local
235 int *n, *inembed, *onembed; in mkplan_real_interleaved() local
306 bench_real *ri, *ii, *ro, *io; in mkplan_complex_split() local
359 int *n = mkn(sz); in mkplan_complex_interleaved() local
371 int *n, *inembed, *onembed; in mkplan_complex_interleaved() local
471 int *n = mkn(sz); in mkplan_r2r() local
483 int *n, *inembed, *onembed; in mkplan_r2r() local
/dports/math/fftw3-long/fftw-3.3.9/tests/
H A Dbench.c80 int *n = (int *) bench_malloc(sizeof(int *) * t->rnk); in mkn() local
123 bench_real *ri, *ii, *ro, *io; in mkplan_real_split() local
213 int *n = mkn(sz); in mkplan_real_interleaved() local
235 int *n, *inembed, *onembed; in mkplan_real_interleaved() local
306 bench_real *ri, *ii, *ro, *io; in mkplan_complex_split() local
359 int *n = mkn(sz); in mkplan_complex_interleaved() local
371 int *n, *inembed, *onembed; in mkplan_complex_interleaved() local
471 int *n = mkn(sz); in mkplan_r2r() local
483 int *n, *inembed, *onembed; in mkplan_r2r() local
/dports/math/fftw3-quad/fftw-3.3.9/tests/
H A Dbench.c80 int *n = (int *) bench_malloc(sizeof(int *) * t->rnk); in mkn() local
123 bench_real *ri, *ii, *ro, *io; in mkplan_real_split() local
213 int *n = mkn(sz); in mkplan_real_interleaved() local
235 int *n, *inembed, *onembed; in mkplan_real_interleaved() local
306 bench_real *ri, *ii, *ro, *io; in mkplan_complex_split() local
359 int *n = mkn(sz); in mkplan_complex_interleaved() local
371 int *n, *inembed, *onembed; in mkplan_complex_interleaved() local
471 int *n = mkn(sz); in mkplan_r2r() local
483 int *n, *inembed, *onembed; in mkplan_r2r() local
/dports/graphics/delaboratory/delaboratory-0.8/algorithms/
H A Dblend_color_luminosity.cc22 …e* overlay2, deValue* destination0, deValue* destination1, deValue* destination2, int n, deValue o) in blendColorRGB()
40 deValue ro = overlay0[i]; in blendColorRGB() local
69 …e* overlay2, deValue* destination0, deValue* destination1, deValue* destination2, int n, deValue o) in blendLuminosityRGB()
88 deValue ro = overlay0[i]; in blendLuminosityRGB() local
116 …e* overlay2, deValue* destination0, deValue* destination1, deValue* destination2, int n, deValue o) in blendColorProPhoto()
134 deValue ro = overlay0[i]; in blendColorProPhoto() local
163 …e* overlay2, deValue* destination0, deValue* destination1, deValue* destination2, int n, deValue o) in blendLuminosityProPhoto()
182 deValue ro = overlay0[i]; in blendLuminosityProPhoto() local
210 …estination0, deValue* destination1, deValue* destination2, deValue* destination3, int n, deValue o) in blendColorCMYK()
263 …estination0, deValue* destination1, deValue* destination2, deValue* destination3, int n, deValue o) in blendLuminosityCMYK()
/dports/math/fftw3-long/fftw-3.3.9/dft/
H A Ddirect.c37 INT n, vl, ivs, ovs; member
42 static void dobatch(const P *ego, R *ri, R *ii, R *ro, R *io, in dobatch()
63 static INT compute_batchsize(INT n) in compute_batchsize()
72 static void apply_buf(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply_buf()
76 INT vl = ego->vl, n = ego->n, batchsz = compute_batchsize(n); in apply_buf() local
92 static void apply(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply()
99 static void apply_extra_iter(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply_extra_iter()
/dports/math/fftw3/fftw-3.3.9/dft/
H A Ddirect.c37 INT n, vl, ivs, ovs; member
42 static void dobatch(const P *ego, R *ri, R *ii, R *ro, R *io, in dobatch()
63 static INT compute_batchsize(INT n) in compute_batchsize()
72 static void apply_buf(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply_buf()
76 INT vl = ego->vl, n = ego->n, batchsz = compute_batchsize(n); in apply_buf() local
92 static void apply(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply()
99 static void apply_extra_iter(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply_extra_iter()
/dports/math/fftw3-float/fftw-3.3.9/dft/
H A Ddirect.c37 INT n, vl, ivs, ovs; member
42 static void dobatch(const P *ego, R *ri, R *ii, R *ro, R *io, in dobatch()
63 static INT compute_batchsize(INT n) in compute_batchsize()
72 static void apply_buf(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply_buf()
76 INT vl = ego->vl, n = ego->n, batchsz = compute_batchsize(n); in apply_buf() local
92 static void apply(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply()
99 static void apply_extra_iter(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply_extra_iter()
/dports/math/fftw3-quad/fftw-3.3.9/dft/
H A Ddirect.c37 INT n, vl, ivs, ovs; member
42 static void dobatch(const P *ego, R *ri, R *ii, R *ro, R *io, in dobatch()
63 static INT compute_batchsize(INT n) in compute_batchsize()
72 static void apply_buf(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply_buf()
76 INT vl = ego->vl, n = ego->n, batchsz = compute_batchsize(n); in apply_buf() local
92 static void apply(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply()
99 static void apply_extra_iter(const plan *ego_, R *ri, R *ii, R *ro, R *io) in apply_extra_iter()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook-contacts/
H A De-contact.c132 #define STRING_FIELD(id,vc,n,pn,ro) { E_CONTACT_FIELD_TYPE_STRING, (id), (vc), (n), (pn), (ro) } argument
133 #define BOOLEAN_FIELD(id,vc,n,pn,ro) { E_CONTACT_FIELD_TYPE_BOOLEAN, (id), (vc), (n), (pn), (ro) } argument
134 #define LIST_FIELD(id,vc,n,pn,ro) { E_CONTACT_FIELD_TYPE_LIST, (id), (vc), (n), (pn), (ro) } argument
135 #define MULTI_LIST_FIELD(id,vc,n,pn,ro) { E_CONTACT_FIELD_TYPE_MULTI, (id), (vc), (n), (pn), (ro) } argument
136 #define GETSET_FIELD(id,vc,n,pn,ro,get,set) { E_CONTACT_FIELD_TYPE_STRING | E_CONTACT_FIELD_TYPE… argument
137 #define STRUCT_FIELD(id,vc,n,pn,ro,get,set,ty) { E_CONTACT_FIELD_TYPE_STRUCT | E_CONTACT_FIELD_T… argument
138 #define SYNTH_STR_FIELD(id,n,pn,ro) { E_CONTACT_FIELD_TYPE_STRING | E_CONTACT_FIELD_TYPE_SYNTHETIC… argument
139 #define LIST_ELEM_STR_FIELD(id,vc,n,pn,ro,nm) { E_CONTACT_FIELD_TYPE_LIST_ELEM | E_CONTACT_FIELD_TY… argument
140 #define MULTI_ELEM_STR_FIELD(id,vc,n,pn,ro,nm) { E_CONTACT_FIELD_TYPE_MULTI_ELEM | E_CONTACT_FIELD_… argument
141 #define ATTR_TYPE_STR_FIELD(id,vc,n,pn,ro,at1,nth) { E_CONTACT_FIELD_TYPE_ATTR_TYPE | E_CONTACT_FIE… argument
[all …]
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Denumobject.c231 Py_ssize_t n; in reversed_new() local
234 reversedobject *ro; in reversed_new() local
284 reversed_dealloc(reversedobject *ro) in reversed_dealloc()
292 reversed_traverse(reversedobject *ro, visitproc visit, void *arg) in reversed_traverse()
299 reversed_next(reversedobject *ro) in reversed_next()
325 reversed_len(reversedobject *ro) in reversed_len()

12345678910>>...43