Searched refs:block2 (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
160 block2 = (uint8 *)block_cache_get(vol->fBlockCache,
163 block2 = (uint8 *)block_cache_get_writable(vol->fBlockCache,
167 if (block2 == NULL) {
178 value = block1[offset] + 0x100 * block2[0];
206 block2[0] &= (andmask >> 8);
207 block2[0] |= (ormask >> 8);
217 block1 = block2;
/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
353 fData[1] = block2;
/haiku/src/kits/debugger/dwarf/
H A DAttributeClasses.cpp194 { ENTRY(block2), AC_BLOCK },

Completed in 46 milliseconds