Searched refs:block1 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.cpp102 uint8 *block1, *block2 = NULL; /* quiet warning */ local
140 block1 = (uint8 *)block_cache_get(vol->fBlockCache, sector);
142 block1 = (uint8 *)block_cache_get_writable(vol->fBlockCache, sector,
146 if (block1 == NULL) {
178 value = block1[offset] + 0x100 * block2[0];
180 value = block1[offset] + 0x100 * block1[offset + 1];
202 block1[offset] &= (andmask & 0xff);
203 block1[offset] |= (ormask & 0xff);
205 mirror_fats(vol, sector - 1, block1);
[all...]
/haiku/headers/os/interface/
H A DFont.h109 inline unicode_block(uint64 block2, uint64 block1);
350 unicode_block::unicode_block(uint64 block2, uint64 block1) argument
352 fData[0] = block1;
/haiku/src/kits/debugger/dwarf/
H A DAttributeClasses.cpp203 { ENTRY(block1), AC_BLOCK },

Completed in 142 milliseconds