/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/ |
H A D | MutationList.h | 138 blob_begin = blob_end = new (ar.arena()) Blob; in serialize_load() 153 if(!blob_end) in allocate() 154 blob_begin = blob_end = new (arena) Blob; in allocate() 155 else if(!arena.hasFree(bytes, blob_end->data.end())) { in allocate() 156 blob_end->next = new(arena) Blob; in allocate() 157 blob_end = blob_end->next; in allocate() 165 ASSERT(b == blob_end->data.end()); in allocate() 166 blob_end->data = StringRef( blob_end->data.begin(), blob_end->data.size() + bytes ); in allocate() 170 blob_end->data = StringRef(b, bytes); in allocate() 171 blob_end->next = NULL; in allocate() [all …]
|
/dports/www/py-azure-storage/azure-storage-0.36.0/azure/storage/blob/ |
H A D | _download_chunking.py | 70 self.blob_end = end_range 90 while index < self.blob_end: 95 if chunk_start + self.chunk_size > self.blob_end: 96 chunk_end = self.blob_end
|
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2016_05_31/blob/ |
H A D | _download_chunking.py | 70 self.blob_end = end_range 90 while index < self.blob_end: 95 if chunk_start + self.chunk_size > self.blob_end: 96 chunk_end = self.blob_end
|
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_11_09/blob/ |
H A D | _download_chunking.py | 59 self.blob_end = end_range 79 while index < self.blob_end: 84 if chunk_start + self.chunk_size > self.blob_end: 85 chunk_end = self.blob_end
|
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_04_17/blob/ |
H A D | _download_chunking.py | 68 self.blob_end = end_range 88 while index < self.blob_end: 93 if chunk_start + self.chunk_size > self.blob_end: 94 chunk_end = self.blob_end
|
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_07_29/blob/ |
H A D | _download_chunking.py | 59 self.blob_end = end_range 79 while index < self.blob_end: 84 if chunk_start + self.chunk_size > self.blob_end: 85 chunk_end = self.blob_end
|
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_11_09/blob/ |
H A D | _download_chunking.py | 63 self.blob_end = end_range 84 while index < self.blob_end: 89 if chunk_start + self.chunk_size > self.blob_end: 90 chunk_end = self.blob_end
|
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_03_28/blob/ |
H A D | _download_chunking.py | 63 self.blob_end = end_range 84 while index < self.blob_end: 89 if chunk_start + self.chunk_size > self.blob_end: 90 chunk_end = self.blob_end
|
/dports/devel/py-azure-storage-blob/azure-storage-blob-2.1.0/azure/storage/blob/ |
H A D | _download_chunking.py | 64 self.blob_end = end_range 86 while index < self.blob_end: 91 if chunk_start + self.chunk_size > self.blob_end: 92 chunk_end = self.blob_end
|
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2015_04_05/blob/ |
H A D | _chunking.py | 39 self.blob_end = end_range 43 self.blob_end = blob_size 63 while index < self.blob_end: 68 if chunk_start + self.chunk_size > self.blob_end: 69 chunk_end = self.blob_end
|
/dports/graphics/tesseract/tesseract-5.0.0/src/dict/ |
H A D | stopper.cpp | 331 int blob_end = blob_start; in NoDangerousAmbig() local 333 blob_end += best_choice->state(j); in NoDangerousAmbig() 336 DANGERR_INFO(blob_start, blob_end, true, replacement_is_ngram, leftmost_id)); in NoDangerousAmbig()
|
/dports/sysutils/u-boot-tools/u-boot-2020.07/common/ |
H A D | bootm.c | 350 ulong blob_end = os.end; in bootm_load_os() local 376 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 378 blob_start, blob_end); in bootm_load_os()
|
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/ |
H A D | bootm.c | 452 ulong blob_end = os.end; in bootm_load_os() local 482 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 484 blob_start, blob_end); in bootm_load_os()
|
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/ |
H A D | bootm.c | 452 ulong blob_end = os.end; in bootm_load_os() local 482 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 484 blob_start, blob_end); in bootm_load_os()
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/common/ |
H A D | bootm.c | 452 ulong blob_end = os.end; in bootm_load_os() local 482 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 484 blob_start, blob_end); in bootm_load_os()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/common/ |
H A D | bootm.c | 452 ulong blob_end = os.end; in bootm_load_os() local 482 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 484 blob_start, blob_end); in bootm_load_os()
|
/dports/sysutils/u-boot-utilite/u-boot-2015.07/common/ |
H A D | bootm.c | 413 ulong blob_end = os.end; in bootm_load_os() local 436 if (!no_overlap && (load < blob_end) && (*load_end > blob_start)) { in bootm_load_os() 438 blob_start, blob_end); in bootm_load_os()
|
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/common/ |
H A D | bootm.c | 452 ulong blob_end = os.end; in bootm_load_os() local 482 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 484 blob_start, blob_end); in bootm_load_os()
|
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/ |
H A D | bootm.c | 382 ulong blob_end = os.end; in bootm_load_os() local 410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 412 blob_start, blob_end); in bootm_load_os()
|
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/ |
H A D | bootm.c | 382 ulong blob_end = os.end; in bootm_load_os() local 410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 412 blob_start, blob_end); in bootm_load_os()
|
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/ |
H A D | bootm.c | 382 ulong blob_end = os.end; in bootm_load_os() local 410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 412 blob_start, blob_end); in bootm_load_os()
|
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/ |
H A D | bootm.c | 382 ulong blob_end = os.end; in bootm_load_os() local 410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 412 blob_start, blob_end); in bootm_load_os()
|
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/ |
H A D | bootm.c | 382 ulong blob_end = os.end; in bootm_load_os() local 410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 412 blob_start, blob_end); in bootm_load_os()
|
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/ |
H A D | bootm.c | 382 ulong blob_end = os.end; in bootm_load_os() local 410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 412 blob_start, blob_end); in bootm_load_os()
|
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/ |
H A D | bootm.c | 382 ulong blob_end = os.end; in bootm_load_os() local 410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os() 412 blob_start, blob_end); in bootm_load_os()
|