Searched refs:blocks (Results 1 - 25 of 76) sorted by relevance

1234

/haiku-fatelf/src/bin/coreutils/man/
H A Dsum.x2 sum \- checksum and count the blocks in a file
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBlowFish.h17 void blf_enc(blf_ctx *c, unsigned long *data, int blocks);
18 void blf_dec(blf_ctx *c, unsigned long *data, int blocks);
H A DBlowFish.cpp167 void blf_enc(blf_ctx *c, unsigned long *data, int blocks) argument
173 for (i = 0; i < blocks; i++)
180 void blf_dec(blf_ctx *c, unsigned long *data, int blocks) argument
186 for (i = 0; i < blocks; i++)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A DBlowFish.h29 _IMPEXP_BESURE void blf_enc(blf_ctx *c, unsigned long *data, int blocks);
30 _IMPEXP_BESURE void blf_dec(blf_ctx *c, unsigned long *data, int blocks);
H A DBlowFish.c165 void blf_enc(blf_ctx *c, unsigned long *data, int blocks) argument
171 for (i = 0; i < blocks; i++)
178 void blf_dec(blf_ctx *c, unsigned long *data, int blocks) argument
184 for (i = 0; i < blocks; i++)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeSure/
H A DBlowFish.h29 _IMPEXP_BESURE void blf_enc(blf_ctx *c, unsigned long *data, int blocks);
30 _IMPEXP_BESURE void blf_dec(blf_ctx *c, unsigned long *data, int blocks);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DBlowFish.h29 _IMPEXP_BESURE void blf_enc(blf_ctx *c, unsigned long *data, int blocks);
30 _IMPEXP_BESURE void blf_dec(blf_ctx *c, unsigned long *data, int blocks);
H A DBlowFish.cpp165 void blf_enc(blf_ctx *c, unsigned long *data, int blocks) argument
171 for (i = 0; i < blocks; i++)
178 void blf_dec(blf_ctx *c, unsigned long *data, int blocks) argument
184 for (i = 0; i < blocks; i++)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A DBlowFish.h29 _IMPEXP_BESURE void blf_enc(blf_ctx *c, unsigned long *data, int blocks);
30 _IMPEXP_BESURE void blf_dec(blf_ctx *c, unsigned long *data, int blocks);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A DBlowFish.h29 _IMPEXP_BESURE void blf_enc(blf_ctx *c, unsigned long *data, int blocks);
30 _IMPEXP_BESURE void blf_dec(blf_ctx *c, unsigned long *data, int blocks);
H A DBlowFish.cpp165 void blf_enc(blf_ctx *c, unsigned long *data, int blocks) argument
171 for (i = 0; i < blocks; i++)
178 void blf_dec(blf_ctx *c, unsigned long *data, int blocks) argument
184 for (i = 0; i < blocks; i++)
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DDataContainer.cpp61 // iterate through the blocks, reading as long as there's something
117 // iterate through the blocks, writing as long as there's something
159 BlockList *blocks = _GetBlockList(); local
160 info.AddListAllocation(blocks->GetCapacity(), sizeof(BlockReference*));
161 int32 blockCount = blocks->CountItems();
163 info.AddBlockAllocation(blocks->ItemAt(i)->GetBlock()->GetSize());
213 // remove the last blocks
214 BlockList *blocks = _GetBlockList(); local
216 BlockReference *block = blocks->ItemAt(i);
217 blocks
243 BlockList *blocks = _GetBlockList(); local
358 BlockList *blocks = _GetBlockList(); local
386 BlockList *blocks = _GetBlockList(); local
406 BlockList *blocks = _GetBlockList(); local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DDataContainer.cpp61 // iterate through the blocks, reading as long as there's something
117 // iterate through the blocks, writing as long as there's something
159 BlockList *blocks = _GetBlockList(); local
160 info.AddListAllocation(blocks->GetCapacity(), sizeof(BlockReference*));
161 int32 blockCount = blocks->CountItems();
163 info.AddBlockAllocation(blocks->ItemAt(i)->GetBlock()->GetSize());
213 // remove the last blocks
214 BlockList *blocks = _GetBlockList(); local
216 BlockReference *block = blocks->ItemAt(i);
217 blocks
243 BlockList *blocks = _GetBlockList(); local
358 BlockList *blocks = _GetBlockList(); local
386 BlockList *blocks = _GetBlockList(); local
406 BlockList *blocks = _GetBlockList(); local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DHTree.cpp242 HTree::_HalfMD4Transform(uint32 buffer[4], uint32 blocks[8]) argument
254 a += _MD4F(b, c, d) + blocks[i];
268 a += _MD4G(b, c, d) + blocks[i] + 013240474631UL;
282 a += _MD4H(b, c, d) + blocks[3 - i] + 015666365641UL;
288 a += _MD4H(b, c, d) + blocks[7 - i] + 015666365641UL;
315 uint32 blocks[8]; local
317 _PrepareBlocksForHash(name, (uint32)length, blocks, 8);
318 _HalfMD4Transform(buffer, blocks);
328 HTree::_TEATransform(uint32 buffer[4], uint32 blocks[4]) argument
335 a = blocks[
366 uint32 blocks[4]; local
380 _PrepareBlocksForHash(const char* string, uint32 length, uint32* blocks, uint32 numBlocks) argument
[all...]
H A DHTree.h139 uint32 blocks[8]);
143 uint32 blocks[4]);
147 uint32 length, uint32* blocks, uint32 numBlocks);
H A Dext2.h102 uint64 blocks = B_LENDIAN_TO_HOST_INT32(num_blocks); local
104 blocks |= ((uint64)B_LENDIAN_TO_HOST_INT32(num_blocks_high) << 32);
105 return blocks;
110 uint64 blocks = B_LENDIAN_TO_HOST_INT32(free_blocks); local
112 blocks |= ((uint64)B_LENDIAN_TO_HOST_INT32(free_blocks_high) << 32);
113 return blocks;
253 uint32 blocks = B_LENDIAN_TO_HOST_INT16(free_blocks); local
255 blocks |=
257 return blocks;
729 uint32 blocks; // mus member in struct:ext2_xattr_header
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/drive_setup_addon/
H A Dudf-ds.cpp28 uint64 offset; // in logical blocks from start of session
29 uint64 blocks; member in struct:partition_data
53 status_t error = Udf::udf_recognize(device, (data->offset + sessionOffset), data->blocks, blockSize, name);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/drive_setup_addon/
H A Dudf-ds.cpp28 uint64 offset; // in logical blocks from start of session
29 uint64 blocks; member in struct:partition_data
53 status_t error = Udf::udf_recognize(device, (data->offset + sessionOffset), data->blocks, blockSize, name);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp252 uint32* blocks = info.shared_info->register_blocks; local
253 blocks[REGISTER_BLOCK(REGS_FLAT)] = 0;
255 // setup the register blocks for the different architectures
258 blocks[REGISTER_BLOCK(REGS_NORTH_SHARED)]
260 blocks[REGISTER_BLOCK(REGS_NORTH_PIPE_AND_PORT)]
262 blocks[REGISTER_BLOCK(REGS_NORTH_PLANE_CONTROL)]
264 blocks[REGISTER_BLOCK(REGS_SOUTH_SHARED)]
266 blocks[REGISTER_BLOCK(REGS_SOUTH_TRANSCODER_PORT)]
270 blocks[REGISTER_BLOCK(REGS_NORTH_SHARED)]
272 blocks[REGISTER_BLOC
[all...]
/haiku-fatelf/src/bin/
H A Ddf.cpp68 double blocks = 1. * numBlocks * blockSize; local
71 if (blocks < 1024)
78 blocks /= 1024.0;
80 } while (blocks >= 1024 && units[i + 1]);
82 sprintf(string, "%.1f%s", blocks, units[i]);
90 PrintBlocks(int64 blocks, int64 blockSize, bool showBlocks) argument
95 sprintf(temp, "%Ld", blocks * (blockSize / 1024));
97 strcpy(temp, ByteString(blocks, blockSize));
129 printf(" Total Blocks: %10s (%Ld blocks)\n", ByteString(info.total_blocks, info.block_size), info.total_blocks);
130 printf(" Free Blocks: %10s (%Ld blocks)\
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrencode_inner.h47 int blocks; member in struct:__anon1468
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dinflate.c21 BLOCKS, /* decompressing blocks */
50 *blocks; /* current inflate_blocks state */ member in struct:internal_state
63 inflate_blocks_reset(z->state->blocks, z, Z_NULL);
74 if (z->state->blocks != Z_NULL)
75 inflate_blocks_free(z->state->blocks, z);
106 z->state->blocks = Z_NULL;
125 if ((z->state->blocks =
223 r = inflate_blocks(z->state->blocks, z, r);
235 inflate_blocks_reset(z->state->blocks, z, &z->state->sub.check.was);
298 inflate_set_dictionary(z->state->blocks, dictionar
[all...]
/haiku-fatelf/src/bin/makeudfimage/
H A DAllocator.cpp121 - error code: Failure, no blocks available.
200 // length blocks, and resize the chunk appropriately.
246 /*! \brief Returns the number of blocks needed to accomodate the
257 off_t blocks = bytes >> BlockShift(); local
259 blocks++;
262 if (blocks & mask) {
266 "of blocks to be specified with a uint32! (bytes: %Ld, blocks: %Ld, "
267 "maxblocks: %ld).\n", bytes, blocks, ULONG_MAX));
268 blocks
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/atomizer/
H A Datomizer.c49 block_list *blocks; /* list of blocks holding atomized strings */ member in struct:__anon2520
82 ad->blocks = (block_list *)malloc(MIN_BLOCK_SIZE);
83 if (ad->blocks) {
88 ad->blocks->next = 0;
89 ad->blocks->free_space = ((uint8 *)ad->blocks)+sizeof(block_list);
90 ad->blocks->free_bytes = MIN_BLOCK_SIZE - sizeof(block_list);
96 free(ad->blocks);
118 bl = ad->blocks;
[all...]
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp170 off_t blocks = st.st_size / blockSize; local
171 uint32 heads = (blocks + ULONG_MAX - 1) / ULONG_MAX;
176 geometry->cylinder_count = blocks / heads;

Completed in 390 milliseconds

1234