| /src/external/ibm-public/postfix/dist/src/util/ |
| fsspace.h | 18 unsigned long block_size; /* block size */ member in struct:fsspace
|
| fsspace.c | 13 /* unsigned long block_size; 80 sp->block_size = 1024; 87 sp->block_size = fsbuf.f_bsize; 96 sp->block_size = fsbuf.f_frsize; 101 myname, path, sp->block_size, sp->block_free); 123 *argv, sp.block_size, sp.block_free);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| pdb.c | 69 uint32_t block_size, block_map_addr, block, num_files; local 75 /* Get block_size. */ 86 block_size = bfd_getl32 (int_buf); 87 if ((block_size & -block_size) != block_size 88 || block_size < 512 89 || block_size > 4096) 110 if (bfd_seek (abfd, block_map_addr * block_size, SEEK_SET)) 121 if (bfd_seek (abfd, first_dir_block * block_size, SEEK_SET) 716 const uint32_t block_size = 0x400; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| pdb.c | 69 uint32_t block_size, block_map_addr, block, num_files; local 75 /* Get block_size. */ 86 block_size = bfd_getl32 (int_buf); 87 if ((block_size & -block_size) != block_size 88 || block_size < 512 89 || block_size > 4096) 110 if (bfd_seek (abfd, block_map_addr * block_size, SEEK_SET)) 121 if (bfd_seek (abfd, first_dir_block * block_size, SEEK_SET) 716 const uint32_t block_size = 0x400; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| pdb.c | 69 uint32_t block_size, block_map_addr, block, num_files; local 75 /* Get block_size. */ 86 block_size = bfd_getl32 (int_buf); 87 if ((block_size & -block_size) != block_size 88 || block_size < 512 89 || block_size > 4096) 110 if (bfd_seek (abfd, block_map_addr * block_size, SEEK_SET)) 121 if (bfd_seek (abfd, first_dir_block * block_size, SEEK_SET) 716 const uint32_t block_size = 0x400; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| pdb.c | 69 uint32_t block_size, block_map_addr, block, num_files; local 75 /* Get block_size. */ 86 block_size = bfd_getl32 (int_buf); 87 if ((block_size & -block_size) != block_size 88 || block_size < 512 89 || block_size > 4096) 110 if (bfd_seek (abfd, block_map_addr * block_size, SEEK_SET)) 121 if (bfd_seek (abfd, first_dir_block * block_size, SEEK_SET) 716 const uint32_t block_size = 0x400; local [all...] |
| /src/sys/arch/mvme68k/stand/bootxx/ |
| block_x.S | 8 GLOBAL(block_size)
|
| bootxx.c | 61 extern int block_size; 126 blknum, block_size, laddr, &n)) { 130 if (n != block_size) { 134 laddr += block_size;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| memory-block.h | 30 static const size_t block_size = 64 * 1024; member in class:memory_block_pool 32 static const size_t freelist_size = 1024 * 1024 / block_size; 59 return XNEWVEC (char, block_size); 63 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (result, block_size)); 77 block_size
|
| memory-block.cc | 63 if (size == memory_block_pool::block_size) 75 if (size == memory_block_pool::block_size)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| memory-block.h | 30 static const size_t block_size = 64 * 1024; member in class:memory_block_pool 32 static const size_t freelist_size = 1024 * 1024 / block_size; 59 return XNEWVEC (char, block_size); 63 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (result, block_size)); 77 block_size
|
| memory-block.cc | 63 if (size == memory_block_pool::block_size) 75 if (size == memory_block_pool::block_size)
|
| /src/sys/arch/sun68k/stand/bootyy/ |
| bootyy.c | 76 int block_size = SUNND_BSIZE; /* default */ variable 117 buf = alloc(block_size); 127 blknum, block_size, buf, &n)) 132 if (n != block_size) { 136 memcpy(addr, buf, block_size); 137 addr += block_size;
|
| /src/external/bsd/tre/dist/lib/ |
| tre-mem.c | 109 size_t block_size; local 111 block_size = size * 8; 113 block_size = TRE_MEM_BLOCK_SIZE; 115 block_size)); 122 l->data = xmalloc(block_size); 136 mem->n = block_size;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| vmid.h | 48 enum dcn_hubbub_page_table_block_size block_size; member in struct:dcn_vmid_page_table_config
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| ssl3_cbc.h | 18 size_t block_size, size_t mac_size, 26 size_t block_size, size_t mac_size,
|
| /src/external/public-domain/xz/dist/src/liblzma/common/ |
| filter_encoder.c | 37 uint64_t (*block_size)(const void *options); member in struct:__anon349 65 .block_size = NULL, // Not needed for LZMA1 74 .block_size = NULL, // Not needed for LZMA1 85 .block_size = &lzma_lzma2_block_size, 96 .block_size = NULL, 106 .block_size = NULL, 116 .block_size = NULL, 126 .block_size = NULL, 136 .block_size = NULL, 146 .block_size = NULL [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| example_evp_cipher.c | 79 size_t block_size = 0; local 95 block_size = atoi(argv[1]); 96 if (block_size == 0) 132 ibuf = malloc(block_size); 133 obuf = malloc(block_size + EVP_CIPHER_block_size(c)); 144 while ((ilen = fread(ibuf, 1, block_size, in)) > 0) {
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_open_fd.c | 55 size_t block_size; member in struct:read_fd_data 67 archive_read_open_fd(struct archive *a, int fd, size_t block_size) 80 b = malloc(block_size); 87 mine->block_size = block_size; 122 bytes_read = read(mine->fd, mine->buffer, mine->block_size); 152 /* Reduce 'skip' to the next smallest multiple of block_size */ 153 skip = (la_seek_t)(((int64_t)skip / mine->block_size) * mine->block_size);
|
| archive_read_open_filename.c | 75 size_t block_size; member in struct:read_file_data 98 size_t block_size) 100 return (archive_read_open_filename(a, filename, block_size)); 105 size_t block_size) 110 return archive_read_open_filenames(a, filenames, block_size); 115 size_t block_size) 133 mine->block_size = block_size; 171 size_t block_size) 187 mine->block_size = block_size [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_region.c | 82 u64 block_size, offset; local 84 block_size = min_t(u64, size, 89 segs[i].ds_len = block_size; 127 u64 block_size, offset; local 129 block_size = min_t(u64, size, 133 GEM_BUG_ON(overflows_type(block_size, sg->length)); 136 add_overflows_t(typeof(sg->length), sg->length, block_size)) { 143 sg_dma_len(sg) = block_size; 145 sg->length = block_size; 149 sg->length += block_size; [all...] |
| /src/crypto/external/bsd/openssl/dist/ssl/record/ |
| tls_pad.c | 29 size_t block_size, 39 size_t block_size, size_t mac_size, 47 size_t block_size, size_t mac_size, 60 * block_size: the block size of the cipher used to encrypt the record. 73 size_t block_size, size_t mac_size, 89 good &= constant_time_ge_s(block_size, padding_length + 1); 93 block_size, mac_size, good, libctx); 105 * block_size: the block size of the cipher used to encrypt the record. 118 size_t block_size, size_t mac_size, 124 size_t overhead = ((block_size == 1) ? 0 : 1) /* padding length byte * [all...] |
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| symbol.cpp | 34 int symbol::block_size = 0; member in class:symbol 39 #ifdef BLOCK_SIZE 40 #undef BLOCK_SIZE 43 const int BLOCK_SIZE = 1024; 140 if (block == 0 || block_size < len) { 141 block_size = len > BLOCK_SIZE ? len : BLOCK_SIZE; 142 block = new char [block_size]; 147 block_size -= len [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/record/methods/ |
| tls_pad.c | 31 size_t block_size, 45 * block_size: the block size of the cipher used to encrypt the record. 58 size_t block_size, size_t mac_size, 74 good &= constant_time_ge_s(block_size, padding_length + 1); 78 block_size, mac_size, good, libctx); 90 * block_size: the block size of the cipher used to encrypt the record. 103 size_t block_size, size_t mac_size, 109 size_t overhead = ((block_size == 1) ? 0 : 1) /* padding length byte */ 119 if (block_size != 1) { 162 block_size, mac_size, good, libctx) [all...] |
| /src/external/bsd/pdisk/dist/ |
| ATA_media.c | 194 int ATA_ReadBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address); 195 int ATA_WriteBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address); 201 int ATAPI_ReadBlock(UInt32 deviceID, UInt32 block_size, UInt32 block, UInt8 *address); 203 int ATAPI_ReadCapacity(UInt32 deviceID, uint32_t *block_size, uint32_t *blocks); 521 long block_size; local 539 block_size = a->m.grain; 540 block = offset / block_size; 541 block_count = count / block_size; 545 if (ATA_ReadBlock(a->id, &a->info, block_size, block, buffer) == 0) { 549 buffer += block_size; 564 long block_size; local 776 uint32_t block_size; local 832 long block_size; local [all...] |