Home
last modified time | relevance | path

Searched refs:endn (Results 1 – 25 of 39) sorted by relevance

12

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/dtc/tests/
H A Dtrees.S115 endn
118 endn
120 endn
134 endn
137 endn
139 endn
141 endn
182 endn
183 endn
198 endn
[all …]
/dports/graphics/optipng/optipng-0.7.7/src/pngxtern/
H A Dpngxrbmp.c219 size_t crtn, dcrtn, endn; in bmp_read_rows() local
233 endn = row_size * 2; in bmp_read_rows()
234 if (endn <= row_size) in bmp_read_rows()
241 endn = row_size; in bmp_read_rows()
252 if (crtn != endn) in bmp_read_rows()
262 endn = row_size; in bmp_read_rows()
266 endn = row_size * 2; in bmp_read_rows()
267 if (endn <= row_size) in bmp_read_rows()
311 dcrtn = (b1 < endn - crtn) ? (crtn + b1) : endn; in bmp_read_rows()
326 len = (b2 <= endn - crtn) ? b2 : (unsigned int)(endn - crtn); in bmp_read_rows()
[all …]
/dports/devel/py-mypy/mypy-0.910/mypyc/lib-rt/
H A Dstr_ops.c88 Py_ssize_t endn = CPyTagged_ShortAsSsize_t(end); in CPyStr_GetSlice() local
95 if (endn < 0) { in CPyStr_GetSlice()
96 endn += PyUnicode_GET_LENGTH(obj); in CPyStr_GetSlice()
97 if (endn < 0) { in CPyStr_GetSlice()
98 endn = 0; in CPyStr_GetSlice()
101 return PyUnicode_Substring(obj, startn, endn); in CPyStr_GetSlice()
H A Dtuple_ops.c37 Py_ssize_t endn = CPyTagged_ShortAsSsize_t(end); in CPySequenceTuple_GetSlice() local
41 if (endn < 0) { in CPySequenceTuple_GetSlice()
42 endn += PyTuple_GET_SIZE(obj); in CPySequenceTuple_GetSlice()
44 return PyTuple_GetSlice(obj, startn, endn); in CPySequenceTuple_GetSlice()
H A Dlist_ops.c198 Py_ssize_t endn = CPyTagged_ShortAsSsize_t(end); in CPyList_GetSlice() local
202 if (endn < 0) { in CPyList_GetSlice()
203 endn += PyList_GET_SIZE(obj); in CPyList_GetSlice()
205 return PyList_GetSlice(obj, startn, endn); in CPyList_GetSlice()
/dports/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8/src/
H A Dtridenthelper.c49 int endn, endm, endk, startk; in TGUISetClock() local
57 endn = 255; in TGUISetClock()
66 endn = 121; in TGUISetClock()
76 for (n=0;n<=endn;n++) in TGUISetClock()
281 int startn, endn; in TGUISetMCLK() local
291 endn = 255; in TGUISetMCLK()
298 endn = 121; in TGUISetMCLK()
307 for (n=startn;n<=endn;n++) in TGUISetMCLK()
/dports/audio/festival/speech_tools/ling_class/
H A DEST_relation_track.cc140 int n, endn; in label_to_track() local
143 endn = (req_l > 0.0) ? (int)(req_l /shift) : n; in label_to_track()
150 tr.resize(endn, 1); in label_to_track()
158 for (; i < endn; ++i) in label_to_track()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/srdft/
H A Dchecklist652 endn => 1,
668 endn => 2,
720 endn => 1,
736 endn => 2,
/dports/textproc/jdictionary/jdictionary/src-1_8/org/apache/regexp/
H A DRE.java463 int[] endn; // Lazy-alloced array of sub-expression ends field in RE
720 if (endn == null) in getParenEnd()
724 return endn[which]; in getParenEnd()
802 if (endn == null) in setParenEnd()
806 endn[which] = i; in setParenEnd()
830 endn = new int[maxParen]; in allocParens()
836 endn[i] = -1; in allocParens()
1435 endn = null; in matchAt()
/dports/www/devd/devd-0.9/inject/
H A Dinject.go157 endn, err := io.Copy(
161 return startn + payloadn + endn, err
163 preludeLen = startn + payloadn + endn
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dword_align.c86 int i, j, pn, st, endn; in make_phseq() local
111 endn = 0; in make_phseq()
142 (*end_ret)[endn++] = st + j; in make_phseq()
146 (*end_ret)[endn++] = st + j + k; in make_phseq()
154 if (per_what == PER_PHONEME) (*end_ret)[endn++] = st - 1; in make_phseq()
157 if (per_what == PER_WORD) (*end_ret)[endn++] = st - 1; in make_phseq()
/dports/biology/iqtree/IQ-TREE-2.0.6/pda/
H A Dgreedy.cpp196 Neighbor* endn = *last; in addNeighbor() local
197 if ((neigh->length + neigh->node->height) > (endn->length + endn->node->height)) { in addNeighbor()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DVertexShaderManager.cpp143 int endn = (nTransformMatricesChanged[1] + 3) / 4; in SetConstants() local
145 (endn - startn) * sizeof(float4)); in SetConstants()
153 int endn = (nNormalMatricesChanged[1] + 2) / 3; in SetConstants() local
154 for (int i = startn; i < endn; i++) in SetConstants()
165 int endn = (nPostTransformMatricesChanged[1] + 3) / 4; in SetConstants() local
167 (endn - startn) * sizeof(float4)); in SetConstants()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/api/
H A Dmcfrelax.c67 csa.endn = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
124 csa.endn[k] = a->head->i; in glp_mincost_relax4()
222 xfree(csa.endn); in glp_mincost_relax4()
/dports/math/glpk/glpk-5.0/src/api/
H A Dmcfrelax.c67 csa.endn = xcalloc(1+na, sizeof(int)); in glp_mincost_relax4()
124 csa.endn[k] = a->head->i; in glp_mincost_relax4()
222 xfree(csa.endn); in glp_mincost_relax4()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/misc/
H A Drelax4.h41 int *endn; /* int endn[1+na] */ member
/dports/math/glpk/glpk-5.0/src/misc/
H A Drelax4.h41 int *endn; /* int endn[1+na] */ member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/modules/
H A Danthy.c749 int endn = pageidx + gmf.mf_phkbm->selkeyN; in disp_select() local
750 if (endn > seg[cursor].selN) in disp_select()
751 endn = seg[cursor].selN; in disp_select()
753 for (i = pageidx; i < endn; i++) { in disp_select()
/dports/chinese/gcin-gtk3/gcin-2.9.0/modules/
H A Danthy.cpp758 int endn = pageidx + gmf.mf_phkbm->selkeyN; in disp_select() local
759 if (endn > seg[cursor].selN) in disp_select()
760 endn = seg[cursor].selN; in disp_select()
762 for(i=pageidx; i<endn; i++) { in disp_select()
/dports/chinese/gcin-qt5/gcin-2.9.0/modules/
H A Danthy.cpp758 int endn = pageidx + gmf.mf_phkbm->selkeyN; in disp_select() local
759 if (endn > seg[cursor].selN) in disp_select()
760 endn = seg[cursor].selN; in disp_select()
762 for(i=pageidx; i<endn; i++) { in disp_select()
/dports/chinese/gcin/gcin-2.9.0/modules/
H A Danthy.cpp758 int endn = pageidx + gmf.mf_phkbm->selkeyN; in disp_select() local
759 if (endn > seg[cursor].selN) in disp_select()
760 endn = seg[cursor].selN; in disp_select()
762 for(i=pageidx; i<endn; i++) { in disp_select()
/dports/devel/tass64/64tass-1.56.2625-src/syntax/
H A D64tass assembler.INI183 .endn=
/dports/devel/tass64/64tass-1.56.2625-src/syntax/crimson editor/
H A D64tass-asm.key26 .function .struct .union .pend .fi .endif .endswitch .endm .endn .send .endf .ends .endu .endv .com…
/dports/science/gromacs/gromacs-2021.4/src/gromacs/math/
H A Dvec.h226 static inline void copy_rvecn(const rvec* a, rvec* b, int startn, int endn) in copy_rvecn() argument
229 for (i = startn; i < endn; i++) in copy_rvecn()
/dports/print/lyx/lyx-2.3.4.2/lib/lyx2lyx/
H A Dlyx_2_1.py125 endn = line
166 …document.body[endn : endn] = ["\\begin_inset Argument " + str(n), "status open", "", "\\begin_layo…
168 endn = end
208 …document.body[endn : endn] = ["\\begin_inset Argument " + str(n), "status open", "", "\\begin_layo…
213 endn = end - 11
215 endn = end - 12

12