Home
last modified time | relevance | path

Searched refs:lowoffset (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/
H A DBTreeItemsTemplate.c61 Bucket *lowbucket, int lowoffset,
336 int lowoffset; in BTreeItems_slice() local
388 lowoffset = 1; in BTreeItems_slice()
399 lowoffset = self->currentoffset; in BTreeItems_slice()
408 lowbucket, lowoffset, highbucket, highoffset); in BTreeItems_slice()
529 Bucket *lowbucket, int lowoffset, in newBTreeItems() argument
538 self->first=lowoffset; in newBTreeItems()
542 || (lowbucket == highbucket && lowoffset > highoffset)) in newBTreeItems()
558 self->currentoffset = lowoffset; in newBTreeItems()
H A DBTreeTemplate.c1692 int lowoffset; in BTree_rangeSearch() local
1716 &lowbucket, &lowoffset)) <= 0) in BTree_rangeSearch()
1726 lowoffset = 0; in BTree_rangeSearch()
1735 lowoffset = 1; in BTree_rangeSearch()
1748 assert(lowoffset == 0); in BTree_rangeSearch()
1811 if (lowbucket == highbucket && lowoffset > highoffset) in BTree_rangeSearch()
1827 COPY_KEY(first, lowbucket->keys[lowoffset]); in BTree_rangeSearch()
1843 result = newBTreeItems(type, lowbucket, lowoffset, highbucket, highoffset); in BTree_rangeSearch()
H A DBucketTemplate.c1580 int lowoffset, highoffset; in buildBucketIter() local
1584 if (Bucket_rangeSearch(self, args, kw, &lowoffset, &highoffset) < 0) in buildBucketIter()
1587 items = (BTreeItems *)newBTreeItems(kind, self, lowoffset, in buildBucketIter()
/dports/archivers/libpar2/libpar2-0.4/
H A Ddiskfile.cpp79 LONG lowoffset = ((LONG*)&filesize)[0]; in Create() local
82 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Create()
124 LONG lowoffset = ((LONG*)&_offset)[0]; in Write() local
128 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Write()
209 LONG lowoffset = ((LONG*)&_offset)[0]; in Read() local
213 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Read()
/dports/news/nzbget/nzbget-21.1/lib/par2/
H A Ddiskfile.cpp84 LONG lowoffset = ((LONG*)&filesize)[0]; in Create() local
87 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Create()
129 LONG lowoffset = ((LONG*)&_offset)[0]; in Write() local
133 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Write()
214 LONG lowoffset = ((LONG*)&_offset)[0]; in Read() local
218 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Read()
/dports/archivers/par2cmdline/par2cmdline-0.8.1/src/
H A Ddiskfile.cpp118 LONG lowoffset = ptrfilesize[0]; in Create() local
121 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Create()
164 LONG lowoffset = ptroffset[0]; in Write() local
168 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Write()
258 LONG lowoffset = ptroffset[0]; in Read() local
262 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Read()
/dports/news/nget/nget-0.27.1/par2/
H A Ddiskfile.cpp95 LONG lowoffset = ((LONG*)&_offset)[0]; in Read() local
99 if (INVALID_SET_FILE_POINTER == SetFilePointer(hFile, lowoffset, &highoffset, FILE_BEGIN)) in Read()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2o/
H A Dld_iop.c387 mf->lowoffset = (u_int32_t)ba; in ld_iop_start()
425 mf->lowoffset = (u_int32_t)ba; in ld_iop_dump()
H A Di2o.h724 u_int32_t lowoffset; member
742 u_int32_t lowoffset; member
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_msfees.c248 l_fp lowoffset; /* lowest sample offset (for clkbug) */ member
1392 ees->lowoffset = coffs[i]; in ees_process()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/detail/
H A Dwin32_api.hpp1011 …dle, unsigned long file_access, unsigned long highoffset, unsigned long lowoffset, std::size_t num… in map_view_of_file_ex() argument
1012 { return MapViewOfFileEx(handle, file_access, highoffset, lowoffset, numbytes, base_addr); } in map_view_of_file_ex()
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/interprocess/detail/
H A Dwin32_api.hpp1011 …dle, unsigned long file_access, unsigned long highoffset, unsigned long lowoffset, std::size_t num… in map_view_of_file_ex() argument
1012 { return MapViewOfFileEx(handle, file_access, highoffset, lowoffset, numbytes, base_addr); } in map_view_of_file_ex()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dzsyscall_windows.go1079 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
1080 …r0, _, e1 := Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), uintptr(u…
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dzsyscall_windows.go338 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
339 …r0, _, e1 := Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), uintptr(u…
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dzsyscall_windows.go340 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
341 …r0, _, e1 := Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), uintptr(u…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go597 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
598 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go572 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
573 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go597 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
598 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go615 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
616 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go621 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
622 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go621 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
622 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/promrus/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go621 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
622 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go621 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
622 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go621 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
622 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go621 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff…
622 …r0, _, e1 := syscall.Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), u…

12345678910>>...15