OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pz_log2_bs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c
225
int
pz_log2_bs
; /* Log2 of block size */
member in struct:zisofs
295
int
pz_log2_bs
; /* Log2 of block size */
member in struct:file_info
1450
zisofs->
pz_log2_bs
= file->
pz_log2_bs
;
1529
(((int64_t)1) << zisofs->
pz_log2_bs
) - 1)
1530
>> zisofs->
pz_log2_bs
);
1549
xsize = (size_t)1UL << zisofs->
pz_log2_bs
;
1586
if (zisofs->header[13] != zisofs->
pz_log2_bs
)
2761
file->
pz_log2_bs
= data[3];
2762
if (file->
pz_log2_bs
< 15 || file->pz_log2_bs > 17)
[
all
...]
archive_write_set_format_iso9660.c
7808
int
pz_log2_bs
; /* Log2 of block size */
member in struct:zisofs_extract
7835
(((int64_t)1) << zisofs->
pz_log2_bs
) - 1)
7836
>> zisofs->
pz_log2_bs
);
7850
zisofs->uncompressed_buffer_size = (size_t)1UL << zisofs->
pz_log2_bs
;
7868
else if (p[12] != 4 || p[13] != zisofs->
pz_log2_bs
)
8052
zext.
pz_log2_bs
= file->zisofs.log2_bs;
Completed in 23 milliseconds
Indexes created Sat Jul 11 00:26:11 UTC 2026