Home
last modified time | relevance | path

Searched refs:hstart (Results 226 – 250 of 502) sorted by relevance

12345678910>>...21

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/i2c/
H A Dov7670.c199 int hstart; /* Start/stop values for the camera. Note */ member
736 .hstart = 158, /* These values from */
747 .hstart = 170, /* Empirically determined */
758 .hstart = 168, /* Empirically determined */
769 .hstart = 456, /* Empirically determined */
787 .hstart = 158, /* These values from */
922 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument
932 ret = ov7670_write(sd, REG_HSTART, (hstart >> 3) & 0xff); in ov7670_set_hw()
941 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw()
1076 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_apply_fmt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/i2c/
H A Dov7670.c199 int hstart; /* Start/stop values for the camera. Note */ member
736 .hstart = 158, /* These values from */
747 .hstart = 170, /* Empirically determined */
758 .hstart = 168, /* Empirically determined */
769 .hstart = 456, /* Empirically determined */
787 .hstart = 158, /* These values from */
922 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument
932 ret = ov7670_write(sd, REG_HSTART, (hstart >> 3) & 0xff); in ov7670_set_hw()
941 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw()
1076 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_apply_fmt()
/dports/math/cmlib/cmlib-3.0_8/src/depac/
H A DMakefile6 cfod.o de2.o deabm.o debdf.o defehl.o derkf.o derkfs.o hstart.o\
/dports/biology/p5-BioPerl/BioPerl-1.7.7/bin/
H A Dbp_filter_search73 …sp->start,"\t",$hsp->end,"\t",$hsp->strand,"\t",$hsp->hseq_id,"\t",$hsp->hstart,"\t",$hsp->hend,"\…
/dports/lang/mit-scheme/mit-scheme-9.2/src/edwin/
H A Drmail.scm1153 (let ((hstart (re-match-end 0)))
1154 (values hstart (header-end hstart end))))
1966 (let ((hstart (mark-right-inserting-copy (line-start eooh 1 'ERROR))))
1968 (let ((m (search-forward "\n\n" hstart end false)))
1976 (insert-string (extract-string hstart hend) eooh)
1980 ((not (re-search-forward regexp hstart hend true)))
1987 (filter hstart hend)))
1989 (mark-temporary! hstart)))))
2003 (let ((hstart (line-start start 1)))
2004 (delete-string hstart (header-end hstart end))
[all …]
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/effects/RFXscripts/
H A Dhue_change.script28 hstart|Hue _start|num0|100|0|10000|
H A Dmodulate.script32 hstart|Hue start|num0|100|0|10000|
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Densrepeat.h266 ajint hstart,
308 ajuint hstart);
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/lib/
H A Dsymbfac.c517 int nelem, K, k, kstart, h, hstart, dis, i, istart, istop; in initFactorMtx() local
554 hstart = xnzlsub[k]; in initFactorMtx()
555 h = hstart; in initFactorMtx()
558 dis = h - hstart; in initFactorMtx()
/dports/math/coinmumps/MUMPS_4.10.0/PORD/lib/
H A Dsymbfac.c517 int nelem, K, k, kstart, h, hstart, dis, i, istart, istop; in initFactorMtx() local
554 hstart = xnzlsub[k]; in initFactorMtx()
555 h = hstart; in initFactorMtx()
558 dis = h - hstart; in initFactorMtx()
/dports/math/mumps4/MUMPS_4.10.0/PORD/lib/
H A Dsymbfac.c517 int nelem, K, k, kstart, h, hstart, dis, i, istart, istop; in initFactorMtx() local
554 hstart = xnzlsub[k]; in initFactorMtx()
555 h = hstart; in initFactorMtx()
558 dis = h - hstart; in initFactorMtx()
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRCoreTest/
H A Dperformance.cpp244 auto hstart = std::chrono::steady_clock::now (); in readCore() local
254 hend - hstart) in readCore()
373 auto hstart = std::chrono::steady_clock::now (); in readImf() local
381 std::chrono::duration_cast<std::chrono::nanoseconds> (hend - hstart) in readImf()
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_S2/
H A DSM_checker.h195 hfit(e_boundary_at_v_min),hstart(hfit); in check_boundary_is_clockwise_weakly_polygon()
200 CGAL_For_all_backwards(hstart,hfit) { in check_boundary_is_clockwise_weakly_polygon()
/dports/security/nmap/nmap-7.91/libnetutil/
H A Dnetutil.h204 const struct in_addr *dst, u8 proto, u16 len, const void *hstart);
209 const struct in6_addr *dst, u8 nxt, u32 len, const void *hstart);
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/io-streams-1.5.2.0/src/System/IO/Streams/Internal/
H A DSearch.hs41 matches !needle !nstart !nend' !haystack !hstart !hend' =
45 if nend < nstart || hend < hstart
/dports/lang/elm/compiler-0.19.1/_cabal_deps/io-streams-1.5.1.0/src/System/IO/Streams/Internal/
H A DSearch.hs41 matches !needle !nstart !nend' !haystack !hstart !hend' =
45 if nend < nstart || hend < hstart
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c1044 unsigned long hstart, hend; in __radix__flush_tlb_range() local
1047 hstart = (start + PMD_SIZE - 1) & PMD_MASK; in __radix__flush_tlb_range()
1049 if (hstart < hend) in __radix__flush_tlb_range()
1057 __tlbiel_va_range(hstart, hend, pid, in __radix__flush_tlb_range()
1064 __tlbie_va_range(hstart, hend, pid, in __radix__flush_tlb_range()
1072 hstart, hend, pid, PMD_SIZE, MMU_PAGE_2M, false); in __radix__flush_tlb_range()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c1044 unsigned long hstart, hend; in __radix__flush_tlb_range() local
1047 hstart = (start + PMD_SIZE - 1) & PMD_MASK; in __radix__flush_tlb_range()
1049 if (hstart < hend) in __radix__flush_tlb_range()
1057 __tlbiel_va_range(hstart, hend, pid, in __radix__flush_tlb_range()
1064 __tlbie_va_range(hstart, hend, pid, in __radix__flush_tlb_range()
1072 hstart, hend, pid, PMD_SIZE, MMU_PAGE_2M, false); in __radix__flush_tlb_range()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c1044 unsigned long hstart, hend; in __radix__flush_tlb_range() local
1047 hstart = (start + PMD_SIZE - 1) & PMD_MASK; in __radix__flush_tlb_range()
1049 if (hstart < hend) in __radix__flush_tlb_range()
1057 __tlbiel_va_range(hstart, hend, pid, in __radix__flush_tlb_range()
1064 __tlbie_va_range(hstart, hend, pid, in __radix__flush_tlb_range()
1072 hstart, hend, pid, PMD_SIZE, MMU_PAGE_2M, false); in __radix__flush_tlb_range()
/dports/math/mumps/mumps-5.1.2/PORD/lib/
H A Dsymbfac.c517 PORD_INT nelem, K, k, kstart, h, hstart, dis, i, istart, istop; in initFactorMtx() local
554 hstart = xnzlsub[k]; in initFactorMtx()
555 h = hstart; in initFactorMtx()
558 dis = h - hstart; in initFactorMtx()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/common/
H A Dpg_lzcompress.c393 pglz_find_match(int16 *hstart, const char *input, const char *end, in pglz_find_match() argument
404 hentno = hstart[pglz_hist_idx(input, end, mask)]; in pglz_find_match()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/common/
H A Dpg_lzcompress.c393 pglz_find_match(int16 *hstart, const char *input, const char *end, in pglz_find_match() argument
404 hentno = hstart[pglz_hist_idx(input, end, mask)]; in pglz_find_match()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/common/
H A Dpg_lzcompress.c393 pglz_find_match(int16 *hstart, const char *input, const char *end, in pglz_find_match() argument
404 hentno = hstart[pglz_hist_idx(input, end, mask)]; in pglz_find_match()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/common/
H A Dpg_lzcompress.c393 pglz_find_match(int16 *hstart, const char *input, const char *end, in pglz_find_match() argument
404 hentno = hstart[pglz_hist_idx(input, end, mask)]; in pglz_find_match()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/common/
H A Dpg_lzcompress.c393 pglz_find_match(int16 *hstart, const char *input, const char *end, in pglz_find_match() argument
404 hentno = hstart[pglz_hist_idx(input, end, mask)]; in pglz_find_match()

12345678910>>...21