Home
last modified time | relevance | path

Searched refs:max_off (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/x11/xlockmore/xlockmore-5.67/xlock/
H A Derase.c757 XFillRectangle(dpy, window, gc, max-max_off/2, 0, max_off, max_off/2); in losira()
758 XFillRectangle(dpy, window, gc, max-max_off/2, height-max_off/2, in losira()
759 max_off, max_off/2); in losira()
761 max_off-1, max_off-1, 0, 180*64); in losira()
763 max_off-1, max_off-1, in losira()
827 width/2-max_off/2-1, height/2-max_off/2-1, in losira()
828 max_off-1, max_off-1, in losira()
833 width/2+max_off, height/2+max_off); in losira()
834 XDrawLine(dpy, window, gc, width/2+max_off, height/2-1-max_off, in losira()
835 width/2-1-max_off, height/2+max_off); in losira()
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/img/
H A Draw.c256 if (offset < raw_info->max_off[i]) { in raw_read()
263 rel_offset = offset - raw_info->max_off[i - 1]; in raw_read()
271 if (raw_info->max_off[i] - offset >= (TSK_OFF_T)len) in raw_read()
303 if ((raw_info->max_off[i] - raw_info->max_off[i - 1]) >= (TSK_OFF_T)len) in raw_read()
306 read_len = (size_t) (raw_info->max_off[i] - raw_info->max_off[i - 1]); in raw_read()
371 (TSK_OFF_T) (raw_info->max_off[i] - 1)); in raw_imgstat()
410 free(raw_info->max_off); in raw_close()
711 raw_info->max_off = in raw_open()
713 if (raw_info->max_off == NULL) { in raw_open()
723 raw_info->max_off[0] = img_info->size; in raw_open()
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/img/
H A Draw.c316 if (offset < raw_info->max_off[i]) { in raw_read()
323 rel_offset = offset - raw_info->max_off[i - 1]; in raw_read()
331 if (raw_info->max_off[i] - offset >= (TSK_OFF_T)len) in raw_read()
363 if ((raw_info->max_off[i] - raw_info->max_off[i - 1]) >= (TSK_OFF_T)len) in raw_read()
366 read_len = (size_t) (raw_info->max_off[i] - raw_info->max_off[i - 1]); in raw_read()
431 (TSK_OFF_T) (raw_info->max_off[i] - 1)); in raw_imgstat()
470 free(raw_info->max_off); in raw_close()
895 raw_info->max_off = in raw_open()
897 if (raw_info->max_off == NULL) { in raw_open()
907 raw_info->max_off[0] = img_info->size; in raw_open()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A DSilf.cpp239 || e.test(max_off > (data_len - cls_off)/sizeof(uint16), E_HIGHCLASSOFFSET)) in readClassOffsets()
248 if (e.test(*o > max_off, E_HIGHCLASSOFFSET)) in readClassOffsets()
251 return max_off; in readClassOffsets()
267 uint32 max_off; in readClassMap() local
269 max_off = readClassOffsets<uint32>(p, data_len, e); in readClassMap()
271 max_off = readClassOffsets<uint16>(p, data_len, e); in readClassMap()
273 if (max_off == ERROROFFSET) return ERROROFFSET; in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
285 m_classData = gralloc<uint16>(max_off); in readClassMap()
287 for (uint16 *d = m_classData, * const d_end = d + max_off; d != d_end; ++d) in readClassMap()
[all …]
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A DSilf.cpp239 || e.test(max_off > (data_len - cls_off)/sizeof(uint16), E_HIGHCLASSOFFSET)) in readClassOffsets()
248 if (e.test(*o > max_off, E_HIGHCLASSOFFSET)) in readClassOffsets()
251 return max_off; in readClassOffsets()
267 uint32 max_off; in readClassMap() local
269 max_off = readClassOffsets<uint32>(p, data_len, e); in readClassMap()
271 max_off = readClassOffsets<uint16>(p, data_len, e); in readClassMap()
273 if (max_off == ERROROFFSET) return ERROROFFSET; in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
285 m_classData = gralloc<uint16>(max_off); in readClassMap()
287 for (uint16 *d = m_classData, * const d_end = d + max_off; d != d_end; ++d) in readClassMap()
[all …]
/dports/graphics/graphite2/graphite2-1.3.14/src/
H A DSilf.cpp239 || e.test(max_off > (data_len - cls_off)/sizeof(uint16), E_HIGHCLASSOFFSET)) in readClassOffsets()
248 if (e.test(*o > max_off, E_HIGHCLASSOFFSET)) in readClassOffsets()
251 return max_off; in readClassOffsets()
267 uint32 max_off; in readClassMap() local
269 max_off = readClassOffsets<uint32>(p, data_len, e); in readClassMap()
271 max_off = readClassOffsets<uint16>(p, data_len, e); in readClassMap()
273 if (max_off == ERROROFFSET) return ERROROFFSET; in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
285 m_classData = gralloc<uint16>(max_off); in readClassMap()
287 for (uint16 *d = m_classData, * const d_end = d + max_off; d != d_end; ++d) in readClassMap()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DSilf.cpp239 || e.test(max_off > (data_len - cls_off)/sizeof(uint16), E_HIGHCLASSOFFSET)) in readClassOffsets()
248 if (e.test(*o > max_off, E_HIGHCLASSOFFSET)) in readClassOffsets()
251 return max_off; in readClassOffsets()
267 uint32 max_off; in readClassMap() local
269 max_off = readClassOffsets<uint32>(p, data_len, e); in readClassMap()
271 max_off = readClassOffsets<uint16>(p, data_len, e); in readClassMap()
273 if (max_off == ERROROFFSET) return ERROROFFSET; in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
285 m_classData = gralloc<uint16>(max_off); in readClassMap()
287 for (uint16 *d = m_classData, * const d_end = d + max_off; d != d_end; ++d) in readClassMap()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DSilf.cpp239 || e.test(max_off > (data_len - cls_off)/sizeof(uint16), E_HIGHCLASSOFFSET)) in readClassOffsets()
248 if (e.test(*o > max_off, E_HIGHCLASSOFFSET)) in readClassOffsets()
251 return max_off; in readClassOffsets()
267 uint32 max_off; in readClassMap() local
269 max_off = readClassOffsets<uint32>(p, data_len, e); in readClassMap()
271 max_off = readClassOffsets<uint16>(p, data_len, e); in readClassMap()
273 if (max_off == ERROROFFSET) return ERROROFFSET; in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
284 m_classData = gralloc<uint16>(max_off); in readClassMap()
286 for (uint16 *d = m_classData, * const d_end = d + max_off; d != d_end; ++d) in readClassMap()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A DSilf.cpp239 || e.test(max_off > (data_len - cls_off)/sizeof(uint16), E_HIGHCLASSOFFSET)) in readClassOffsets()
248 if (e.test(*o > max_off, E_HIGHCLASSOFFSET)) in readClassOffsets()
251 return max_off; in readClassOffsets()
267 uint32 max_off; in readClassMap() local
269 max_off = readClassOffsets<uint32>(p, data_len, e); in readClassMap()
271 max_off = readClassOffsets<uint16>(p, data_len, e); in readClassMap()
273 if (max_off == ERROROFFSET) return ERROROFFSET; in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
285 m_classData = gralloc<uint16>(max_off); in readClassMap()
287 for (uint16 *d = m_classData, * const d_end = d + max_off; d != d_end; ++d) in readClassMap()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A DSilf.cpp239 || e.test(max_off > (data_len - cls_off)/sizeof(uint16), E_HIGHCLASSOFFSET)) in readClassOffsets()
248 if (e.test(*o > max_off, E_HIGHCLASSOFFSET)) in readClassOffsets()
251 return max_off; in readClassOffsets()
267 uint32 max_off; in readClassMap() local
269 max_off = readClassOffsets<uint32>(p, data_len, e); in readClassMap()
271 max_off = readClassOffsets<uint16>(p, data_len, e); in readClassMap()
273 if (max_off == ERROROFFSET) return ERROROFFSET; in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
285 m_classData = gralloc<uint16>(max_off); in readClassMap()
287 for (uint16 *d = m_classData, * const d_end = d + max_off; d != d_end; ++d) in readClassMap()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/vcs-svn/
H A Dfast_export.c208 if (parse_cat_response_line(response, &preimage.max_off)) in apply_delta()
210 check_preimage_overflow(preimage.max_off, 1); in apply_delta()
214 check_preimage_overflow(preimage.max_off, strlen("link ")); in apply_delta()
215 preimage.max_off += strlen("link "); in apply_delta()
216 check_preimage_overflow(preimage.max_off, 1); in apply_delta()
222 assert(!signed_add_overflows(preimage.max_off, 1)); in apply_delta()
223 preimage.max_off++; /* room for newline */ in apply_delta()
224 if (move_window(&preimage, preimage.max_off - 1, 1)) in apply_delta()
/dports/biology/diamond/diamond-2.0.13/src/lib/ips4o/
H A Dblock_permutation.hpp89 int Sorter<Cfg>::swapBlock(const diff_t max_off, const int dest_bucket, in swapBlock() argument
98 if (write >= max_off) { in swapBlock()
131 const diff_t max_off = Cfg::alignToNextBlock(end_ - begin_ + 1) - Cfg::kBlockSize; in permuteBlocks() local
140 …while ((dest_bucket = swapBlock<kEqualBuckets, kIsParallel>(max_off, dest_bucket, current_swap)) !… in permuteBlocks()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/ips4o/ips4o/
H A Dblock_permutation.hpp89 int Sorter<Cfg>::swapBlock(const diff_t max_off, const int dest_bucket, in swapBlock() argument
98 if (write >= max_off) { in swapBlock()
131 const diff_t max_off = Cfg::alignToNextBlock(end_ - begin_ + 1) - Cfg::kBlockSize; in permuteBlocks() local
140 …while ((dest_bucket = swapBlock<kEqualBuckets, kIsParallel>(max_off, dest_bucket, current_swap)) !… in permuteBlocks()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]
/dports/devel/hs-alex/alex-3.2.6/src/
H A DOutput.hs369 take max_off (elems table),
370 take max_off (elems check),
417 (base_offs, table, check, max_off)
438 max_off <- genTables' base table check off_arr entries max_token
443 return (base', table',check',max_off+1)
461 fit_all [] max_off _ = return max_off
462 fit_all (s:ss) max_off fst_zero = do
463 (off, new_max_off, new_fst_zero) <- fit s max_off fst_zero
470 fit (_,[]) max_off fst_zero = return (0,max_off,fst_zero)
472 fit (state_no, state@((t,_):_)) max_off fst_zero = do
[all …]

12345678