Home
last modified time | relevance | path

Searched refs:eofs (Results 1 – 25 of 101) sorted by relevance

12345

/dports/devel/re2c/re2c-2.2/src/parse/
H A Dparse.cc126 append(spec.inherited_eofs, i->eofs); in use_block()
146 if (i->eofs.size() > 1) { in check_and_merge_special_rules()
147 msg.error(i->eofs[1]->loc, in check_and_merge_special_rules()
153 msg.error(i->eofs[0]->loc, in check_and_merge_special_rules()
225 append(i->eofs, i->inherited_eofs); in check_and_merge_special_rules()
238 append(j->eofs, i->eofs); in check_and_merge_special_rules()
247 if (!i->eofs.empty()) { in check_and_merge_special_rules()
249 const SemAct *a = i->eofs[0]; in check_and_merge_special_rules()
271 if (!i->eofs.empty() && opts->eof == NOEOF) { in check_and_merge_special_rules()
272 msg.error(i->eofs[0]->loc, in check_and_merge_special_rules()
[all …]
H A Dparse.h27 std::vector<const SemAct*> eofs; member
42 , eofs() in spec_t()
/dports/archivers/py-lz4/lz4-2.1.10/tests/frame/
H A Dtest_frame_2.py88 eofs = []
97 eofs.append(e)
106 assert eofs[-1] is True
107 assert (True in eofs[:-2]) is False
/dports/lang/ruby26/ruby-2.6.9/test/csv/interface/
H A Dtest_read.rb249 eofs = []
251 eofs << csv.eof?
253 eofs << csv.eof?
255 eofs << csv.eof?
258 eofs)
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dagreeable.c76 anbool* eofs; in main() local
182 eofs = calloc(ninputfiles, sizeof(anbool)); in main()
210 if (!eofs[i]) { in main()
221 if (!eofieldfile[i] && !eofs[i]) { in main()
238 if (eofs[i]) in main()
243 eofs[i] = TRUE; in main()
343 free(eofs); in main()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtpeexp.cc77 FileOfs eofs; in htpeexports_init() local
82 if (!pe_rva_to_ofs(&pe_shared->sections, erva, &eofs)) goto pe_read_error; in htpeexports_init()
83 …LOG("%y: PE: reading export directory at offset 0x%08qx, rva %08x, size %08x...", &filename, eofs,… in htpeexports_init()
87 file->seek(eofs); in htpeexports_init()
90 efile = new ConstMemMapFile(esectionbuf, esize, eofs); in htpeexports_init()
95 file->seek(eofs); in htpeexports_init()
189 …ht_snprintf(eline, sizeof eline, "* PE export directory at offset %08qx (dllname = %s)", eofs, ena… in htpeexports_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/python/google/
H A Dprocess_utils.py166 eofs = [False for i in xrange(command_num)]
195 if eofs[i]:
216 eofs[i] = True
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/python/google/
H A Dprocess_utils.py166 eofs = [False for i in xrange(command_num)]
195 if eofs[i]:
216 eofs[i] = True
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_fsmap.c483 xfs_daddr_t eofs; in __xfs_getfsmap_rtdev() local
486 eofs = XFS_FSB_TO_BB(mp, mp->m_sb.sb_rblocks); in __xfs_getfsmap_rtdev()
487 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()
489 if (keys[1].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()
490 keys[1].fmr_physical = eofs - 1; in __xfs_getfsmap_rtdev()
580 xfs_daddr_t eofs; in __xfs_getfsmap_datadev() local
583 eofs = XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks); in __xfs_getfsmap_datadev()
584 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_datadev()
586 if (keys[1].fmr_physical >= eofs) in __xfs_getfsmap_datadev()
587 keys[1].fmr_physical = eofs - 1; in __xfs_getfsmap_datadev()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_fsmap.c483 xfs_daddr_t eofs; in __xfs_getfsmap_rtdev() local
486 eofs = XFS_FSB_TO_BB(mp, mp->m_sb.sb_rblocks); in __xfs_getfsmap_rtdev()
487 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()
489 if (keys[1].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()
490 keys[1].fmr_physical = eofs - 1; in __xfs_getfsmap_rtdev()
580 xfs_daddr_t eofs; in __xfs_getfsmap_datadev() local
583 eofs = XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks); in __xfs_getfsmap_datadev()
584 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_datadev()
586 if (keys[1].fmr_physical >= eofs) in __xfs_getfsmap_datadev()
587 keys[1].fmr_physical = eofs - 1; in __xfs_getfsmap_datadev()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_fsmap.c483 xfs_daddr_t eofs; in __xfs_getfsmap_rtdev() local
486 eofs = XFS_FSB_TO_BB(mp, mp->m_sb.sb_rblocks); in __xfs_getfsmap_rtdev()
487 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()
489 if (keys[1].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()
490 keys[1].fmr_physical = eofs - 1; in __xfs_getfsmap_rtdev()
580 xfs_daddr_t eofs; in __xfs_getfsmap_datadev() local
583 eofs = XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks); in __xfs_getfsmap_datadev()
584 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_datadev()
586 if (keys[1].fmr_physical >= eofs) in __xfs_getfsmap_datadev()
587 keys[1].fmr_physical = eofs - 1; in __xfs_getfsmap_datadev()
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoawsstdctrls.pas1250 eofs : Integer;
1257 eofs:=ofs;
1258 while (eofs<=length(s)) and not (s[eofs] in [#10,#13]) do
1259 inc(eofs);
1272 eofs : Integer;
1277 eofs:=ofs;
1278 while (eofs<=length(s)) and not (s[eofs] in [#10,#13]) do
1279 inc(eofs);
1281 inc(eofs);
1282 if (eofs<=length(s)) and (s[eofs] in [#10,#13]) and (s[eofs-1]<>s[eofs]) then
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoawsstdctrls.pas1250 eofs : Integer;
1257 eofs:=ofs;
1258 while (eofs<=length(s)) and not (s[eofs] in [#10,#13]) do
1259 inc(eofs);
1272 eofs : Integer;
1277 eofs:=ofs;
1278 while (eofs<=length(s)) and not (s[eofs] in [#10,#13]) do
1279 inc(eofs);
1281 inc(eofs);
1282 if (eofs<=length(s)) and (s[eofs] in [#10,#13]) and (s[eofs-1]<>s[eofs]) then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoawsstdctrls.pas1306 eofs : Integer;
1313 eofs:=ofs;
1314 while (eofs<=length(s)) and not (s[eofs] in [#10,#13]) do
1315 inc(eofs);
1328 eofs : Integer;
1333 eofs:=ofs;
1334 while (eofs<=length(s)) and not (s[eofs] in [#10,#13]) do
1335 inc(eofs);
1337 inc(eofs);
1338 if (eofs<=length(s)) and (s[eofs] in [#10,#13]) and (s[eofs-1]<>s[eofs]) then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoawsstdctrls.pas1306 eofs : Integer;
1313 eofs:=ofs;
1314 while (eofs<=length(s)) and not (s[eofs] in [#10,#13]) do
1315 inc(eofs);
1328 eofs : Integer;
1333 eofs:=ofs;
1334 while (eofs<=length(s)) and not (s[eofs] in [#10,#13]) do
1335 inc(eofs);
1337 inc(eofs);
1338 if (eofs<=length(s)) and (s[eofs] in [#10,#13]) and (s[eofs-1]<>s[eofs]) then
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/basement-0.0.12/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/basement-0.0.11/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/basement-0.0.11/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/basement-0.0.11/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/basement-0.0.12/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/basement-0.0.12/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/basement-0.0.11/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/basement-0.0.11/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/basement-0.0.12/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/basement-0.0.11/Basement/
H A DString.hs1109 case decimalDigitsBA 0 ba eofs stringStart of
1112 where eofs = stringStart `offsetPlusE` sz function
1114 case decimalDigitsPtr 0 addr eofs stringStart of
1117 where eofs = stringStart `offsetPlusE` sz function
1190 eofs = stringStart `offsetPlusE` sz function
1192 case decimalDigitsBA 0 ba eofs startOfs of
1218 | ofs == eofs = Nothing
1223 case decimalDigitsBA 0 ba eofs ofs of
1230 eofs = stringStart `offsetPlusE` sz function
1258 | ofs == eofs = Nothing
[all …]

12345