Home
last modified time | relevance | path

Searched defs:indx (Results 151 – 175 of 5707) sorted by relevance

12345678910>>...229

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgf119.c57 int indx = pwm_info(therm, line); in gf119_fan_pwm_ctrl() local
70 int indx = pwm_info(therm, line); in gf119_fan_pwm_get() local
92 int indx = pwm_info(therm, line); in gf119_fan_pwm_set() local
109 int indx = pwm_info(therm, line); in gf119_fan_pwm_clock() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgf119.c57 int indx = pwm_info(therm, line); in gf119_fan_pwm_ctrl() local
70 int indx = pwm_info(therm, line); in gf119_fan_pwm_get() local
92 int indx = pwm_info(therm, line); in gf119_fan_pwm_set() local
109 int indx = pwm_info(therm, line); in gf119_fan_pwm_clock() local
/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_dup.c25 __db_ditem_nolog(dbc, pagep, indx, nbytes) in __db_ditem_nolog() argument
80 __db_ditem(dbc, pagep, indx, nbytes) in __db_ditem() argument
112 __db_pitem_nolog(dbc, pagep, indx, nbytes, hdr, data) in __db_pitem_nolog() argument
168 __db_pitem(dbc, pagep, indx, nbytes, hdr, data) in __db_pitem() argument
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb_dup.c25 __db_ditem_nolog(dbc, pagep, indx, nbytes) in __db_ditem_nolog() argument
80 __db_ditem(dbc, pagep, indx, nbytes) in __db_ditem() argument
112 __db_pitem_nolog(dbc, pagep, indx, nbytes, hdr, data) in __db_pitem_nolog() argument
168 __db_pitem(dbc, pagep, indx, nbytes, hdr, data) in __db_pitem() argument
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imap/
H A Dmailimap_id_parser.c49 MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, in mailimap_id_parse()
63 MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, in mailimap_id_response_parse()
102 size_t * indx, struct mailimap_id_param ** result, in mailimap_id_param_parse()
147 MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, in mailimap_id_params_list_parse()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/therm/
H A Dnouveau_subdev_therm_nvd0.c64 int indx = pwm_info(therm, line); in nvd0_fan_pwm_ctrl() local
76 int indx = pwm_info(therm, line); in nvd0_fan_pwm_get() local
97 int indx = pwm_info(therm, line); in nvd0_fan_pwm_set() local
113 int indx = pwm_info(therm, line); in nvd0_fan_pwm_clock() local
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddemosaic_algos.cc561 int col, indx; in igv_interpolate() local
596 int col, indx, indx1; in igv_interpolate() local
701 int col, indx, c; in igv_interpolate() local
748 int col, indx; in igv_interpolate() local
785 int col, indx; in igv_interpolate() local
823 int col, indx, fc; in igv_interpolate() local
927 for (int col = 0, indx = row * width + col; col < width - 0; col++, indx++) { in igv_interpolate() local
1130 for(int col = 7, indx = row * width + col; col < width - 7; col++, indx++) { in igv_interpolate() local
1323 for (int indx = 0; indx < CACHESIZE * CACHESIZE; indx++) { in copy_to_buffer() local
1334 for (int indx = 0; indx < CACHESIZE * CACHESIZE; indx++) { in restore_from_buffer() local
[all …]
H A Damaze_demosaic_RT.cc343 for (int indx = rr * ts; indx < rr * ts + cc1; indx += 4) { in amaze_demosaic_RT() local
355 for (int cc = 2, indx = (rr) * ts + cc; cc < cc1 - 2; cc++, indx++) { in amaze_demosaic_RT() local
383 for (int indx = rr * ts + 4; indx < rr * ts + cc1 - 7; indx += 4) { in amaze_demosaic_RT() local
438 for (int cc = 4, indx = rr * ts + cc; cc < cc1 - 4; cc++, indx++) { in amaze_demosaic_RT() local
541 for (int indx = rr * ts + 4; indx < rr * ts + cc1 - 4; indx += 4) { in amaze_demosaic_RT() local
791 int indx = rr * ts + cc; in amaze_demosaic_RT() local
888 for (int indx = rr * ts; indx < rr * ts + cc1; indx += 32) { in amaze_demosaic_RT() local
1006 for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 8, indx += 8) { in amaze_demosaic_RT() local
1016 for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 8, indx += 8) { in amaze_demosaic_RT() local
1032 for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 2, indx += 2) { in amaze_demosaic_RT() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/skia_bindings/
H A Dgles2_implementation_with_grcontext_support.cc228 void GLES2ImplementationWithGrContextSupport::VertexAttrib1f(GLuint indx, in VertexAttrib1f()
234 GLuint indx, in VertexAttrib1fv()
239 void GLES2ImplementationWithGrContextSupport::VertexAttrib2f(GLuint indx, in VertexAttrib2f()
246 GLuint indx, in VertexAttrib2fv()
251 void GLES2ImplementationWithGrContextSupport::VertexAttrib3f(GLuint indx, in VertexAttrib3f()
259 GLuint indx, in VertexAttrib3fv()
273 GLuint indx, in VertexAttrib4fv()
287 GLuint indx, in VertexAttribI4iv()
301 GLuint indx, in VertexAttribI4uiv()
307 GLuint indx, in VertexAttribIPointer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/skia_bindings/
H A Dgles2_implementation_with_grcontext_support.cc229 void GLES2ImplementationWithGrContextSupport::VertexAttrib1f(GLuint indx, in VertexAttrib1f()
235 GLuint indx, in VertexAttrib1fv()
240 void GLES2ImplementationWithGrContextSupport::VertexAttrib2f(GLuint indx, in VertexAttrib2f()
247 GLuint indx, in VertexAttrib2fv()
252 void GLES2ImplementationWithGrContextSupport::VertexAttrib3f(GLuint indx, in VertexAttrib3f()
260 GLuint indx, in VertexAttrib3fv()
274 GLuint indx, in VertexAttrib4fv()
288 GLuint indx, in VertexAttribI4iv()
302 GLuint indx, in VertexAttribI4uiv()
308 GLuint indx, in VertexAttribIPointer()
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dbt_put.c84 db_indx_t indx; local
468 CDB___bam_partsize(op, data, h, indx) in CDB___bam_partsize() argument
519 CDB___bam_build(dbc, op, dbt, h, indx, nbytes) in CDB___bam_build() argument
649 #define OVPUT(h, indx, bo) do { \ argument
664 CDB___bam_ovput(dbc, h, indx, item) in CDB___bam_ovput() argument
692 CDB___bam_ritem(dbc, h, indx, data) in CDB___bam_ritem() argument
796 CDB___bam_ndup(dbc, h, indx) in CDB___bam_ndup() argument
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Drcd_demosaic_RT.cc72 for (int col = 0, col2 = tilex, indx = row * width + col; in rcd_demosaic_RT() local
122 for (int col = 4, indx = row * width + col; col < width - 4; col++, indx++ ) { in rcd_demosaic_RT() local
161 for ( int col = 4, indx = row * width + col; col < width - 4; col++, indx++ ) { in rcd_demosaic_RT() local
197 for ( int col = 1, indx = row * width + col; col < width - 1; col++, indx++ ) { in rcd_demosaic_RT() local
218 …for ( int col = 4 + ( FC( row, 0 )&1 ), indx = row * width + col; col < width - 4; col += 2, indx … in rcd_demosaic_RT() local
253 …for ( int col = 4 + ( FC( row, 0 )&1 ), indx = row * width + col, c = 2 - FC( row, col ); col < wi… in rcd_demosaic_RT() local
283 …for ( int col = 4 + ( FC( row, 1 )&1 ), indx = row * width + col; col < width - 4; col += 2, indx … in rcd_demosaic_RT() local
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/
H A DPolyhash.sml54 val indx = index (h, newSz) value
76 val indx = index (hash, sz) value
101 val indx = index (hash, sz) value
120 val indx = index (hash, sz) value
134 val indx = index (hash, sz) value
150 val indx = index (hash, sz) value
H A DHashset.sml62 let val indx = index (h, newSz) value
92 val indx = index (hash, sz) value
161 val indx = index (hash, sz) value
175 val indx = index (hash, sz) value
190 val indx = index (hash, sz) value
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/linesearch/
H A DOrder_Values.F15 subroutine Order_Values(n,f,indx) argument
19 integer indx(*) local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/linesearch/
H A DOrder_Values.F15 subroutine Order_Values(n,f,indx) argument
19 integer indx(*) local
/dports/graphics/librtprocess/librtprocess-0.11.0/src/demosaic/
H A Ddcb.cc107 …for (int col = colMin, x = x0 - TILEBORDER + colMin, indx = row * CACHESIZE + col; col < colMax; c… in fill_raw() local
123 for (int indx = 0; indx < CACHESIZE * CACHESIZE; indx++) { in copy_to_buffer() local
134 for (int indx = 0; indx < CACHESIZE * CACHESIZE; indx++) { in restore_from_buffer() local
187 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_hid() local
203 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_color() local
244 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_hid2() local
267 for (int col = colMin, indx = row * CACHESIZE + col; col < colMax; col++, indx++) { in dcb_map() local
299 …for (int indx = row * CACHESIZE + colMin + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + c… in dcb_correction() local
322 for (int col = colMin, indx = row * CACHESIZE + col; col < colMax; col++, indx++) { in dcb_pp() local
421 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_refinement() local
[all …]
H A Damaze.cc367 for (int indx = rr * ts; indx < rr * ts + cc1; indx += 4) { in amaze_demosaic() local
379 for (int cc = 2, indx = (rr) * ts + cc; cc < cc1 - 2; cc++, indx++) { in amaze_demosaic() local
407 for (int indx = rr * ts + 4; indx < rr * ts + cc1 - 7; indx += 4) { in amaze_demosaic() local
462 for (int cc = 4, indx = rr * ts + cc; cc < cc1 - 4; cc++, indx++) { in amaze_demosaic() local
565 for (int indx = rr * ts + 4; indx < rr * ts + cc1 - 4; indx += 4) { in amaze_demosaic() local
815 int indx = rr * ts + cc; in amaze_demosaic() local
912 for (int indx = rr * ts; indx < rr * ts + cc1; indx += 32) { in amaze_demosaic() local
1030 … for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 8, indx += 8) { in amaze_demosaic() local
1040 … for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 8, indx += 8) { in amaze_demosaic() local
1056 … for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 2, indx += 2) { in amaze_demosaic() local
[all …]
/dports/astro/siril/siril/subprojects/librtprocess/src/demosaic/
H A Ddcb.cc107 …for (int col = colMin, x = x0 - TILEBORDER + colMin, indx = row * CACHESIZE + col; col < colMax; c… in fill_raw() local
123 for (int indx = 0; indx < CACHESIZE * CACHESIZE; indx++) { in copy_to_buffer() local
134 for (int indx = 0; indx < CACHESIZE * CACHESIZE; indx++) { in restore_from_buffer() local
187 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_hid() local
203 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_color() local
244 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_hid2() local
267 for (int col = colMin, indx = row * CACHESIZE + col; col < colMax; col++, indx++) { in dcb_map() local
299 …for (int indx = row * CACHESIZE + colMin + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + c… in dcb_correction() local
322 for (int col = colMin, indx = row * CACHESIZE + col; col < colMax; col++, indx++) { in dcb_pp() local
421 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_refinement() local
[all …]
H A Damaze.cc367 for (int indx = rr * ts; indx < rr * ts + cc1; indx += 4) { in amaze_demosaic() local
379 for (int cc = 2, indx = (rr) * ts + cc; cc < cc1 - 2; cc++, indx++) { in amaze_demosaic() local
407 for (int indx = rr * ts + 4; indx < rr * ts + cc1 - 7; indx += 4) { in amaze_demosaic() local
462 for (int cc = 4, indx = rr * ts + cc; cc < cc1 - 4; cc++, indx++) { in amaze_demosaic() local
565 for (int indx = rr * ts + 4; indx < rr * ts + cc1 - 4; indx += 4) { in amaze_demosaic() local
815 int indx = rr * ts + cc; in amaze_demosaic() local
912 for (int indx = rr * ts; indx < rr * ts + cc1; indx += 32) { in amaze_demosaic() local
1030 … for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 8, indx += 8) { in amaze_demosaic() local
1040 … for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 8, indx += 8) { in amaze_demosaic() local
1056 … for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 2, indx += 2) { in amaze_demosaic() local
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/demosaic/
H A Ddcb.cc107 …for (int col = colMin, x = x0 - TILEBORDER + colMin, indx = row * CACHESIZE + col; col < colMax; c… in fill_raw() local
123 for (int indx = 0; indx < CACHESIZE * CACHESIZE; indx++) { in copy_to_buffer() local
134 for (int indx = 0; indx < CACHESIZE * CACHESIZE; indx++) { in restore_from_buffer() local
187 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_hid() local
203 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_color() local
244 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_hid2() local
267 for (int col = colMin, indx = row * CACHESIZE + col; col < colMax; col++, indx++) { in dcb_map() local
299 …for (int indx = row * CACHESIZE + colMin + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + c… in dcb_correction() local
322 for (int col = colMin, indx = row * CACHESIZE + col; col < colMax; col++, indx++) { in dcb_pp() local
421 …Min + (fc(cfarray, y0 - TILEBORDER + row, x0 - TILEBORDER + colMin) & 1), indx = row * CACHESIZE +… in dcb_refinement() local
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dptrarray.c60 unsigned int indx, void *ptr, void *padding) in ptrArrayUpdate()
122 extern void* ptrArrayItem (const ptrArray *const current, const unsigned int indx) in ptrArrayItem()
129 extern void* ptrArrayItemFromLast (const ptrArray *const current, const unsigned int indx) in ptrArrayItemFromLast()
194 extern void ptrArrayDeleteItem (ptrArray* const current, unsigned int indx) in ptrArrayDeleteItem()
206 extern void*ptrArrayRemoveItem (ptrArray* const current, unsigned int indx) in ptrArrayRemoveItem()
217 extern void ptrArrayInsertItem (ptrArray* const current, unsigned int indx, void *ptr) in ptrArrayInsertItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleTable.java796 int indx = oObj.getAccessibleIndex(-1, colCount - 1); in _getAccessibleIndex() local
807 int indx = oObj.getAccessibleIndex(rowCount - 1, -1); in _getAccessibleIndex() local
818 int indx = oObj.getAccessibleIndex(0, colCount); in _getAccessibleIndex() local
829 int indx = oObj.getAccessibleIndex(rowCount, 0); in _getAccessibleIndex() local
841 int indx = oObj.getAccessibleIndex( in _getAccessibleIndex() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleTable.java796 int indx = oObj.getAccessibleIndex(-1, colCount - 1); in _getAccessibleIndex() local
807 int indx = oObj.getAccessibleIndex(rowCount - 1, -1); in _getAccessibleIndex() local
818 int indx = oObj.getAccessibleIndex(0, colCount); in _getAccessibleIndex() local
829 int indx = oObj.getAccessibleIndex(rowCount, 0); in _getAccessibleIndex() local
841 int indx = oObj.getAccessibleIndex( in _getAccessibleIndex() local
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Damaze_demosaic_RT.cc357 for (int indx = rr * ts; indx < rr * ts + cc1; indx += 4) { in amaze_demosaic_RT() local
369 for (int cc = 2, indx = (rr) * ts + cc; cc < cc1 - 2; cc++, indx++) { in amaze_demosaic_RT() local
397 for (int indx = rr * ts + 4; indx < rr * ts + cc1 - 7; indx += 4) { in amaze_demosaic_RT() local
452 for (int cc = 4, indx = rr * ts + cc; cc < cc1 - 4; cc++, indx++) { in amaze_demosaic_RT() local
555 for (int indx = rr * ts + 4; indx < rr * ts + cc1 - 4; indx += 4) { in amaze_demosaic_RT() local
805 int indx = rr * ts + cc; in amaze_demosaic_RT() local
902 for (int indx = rr * ts; indx < rr * ts + cc1; indx += 32) { in amaze_demosaic_RT() local
1020 for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 8, indx += 8) { in amaze_demosaic_RT() local
1030 for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 8, indx += 8) { in amaze_demosaic_RT() local
1046 for (int cc = 6, indx = rr * ts + cc; cc < cc1 - 6; cc += 2, indx += 2) { in amaze_demosaic_RT() local
[all …]

12345678910>>...229