Searched refs:isEmpty (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | Icb.cpp | 237 bool isEmpty = false; in FindBlock() local 246 status = list.FindExtent(pos, &extent, &isEmpty); in FindBlock() 259 status = list.FindExtent(pos, &extent, &isEmpty); in FindBlock() 386 bool isEmpty = false; in _Read() local 387 status = list.FindExtent(pos, &extent, &isEmpty); in _Read() 402 isEmpty = false; in _Read() 407 isEmpty = true; in _Read() 440 if (isEmpty) { in _Read() 513 bool isEmpty = false; in _GetFileMap() local 514 status_t status = list.FindExtent(offset, &extent, &isEmpty); in _GetFileMap() [all …]
|
H A D | AllocationDescriptorList.h | 42 bool *isEmpty); 102 long_address *extent, bool *isEmpty) in FindExtent() argument 105 "extent: %p, isEmpty: %p\n", start, extent, isEmpty)); in FindExtent()
|
/haiku/src/libs/print/libprint/ |
H A D | ValidRect.cpp | 30 INLINE bool isEmpty(const rgb_color *pixel); 46 BoundsCalculator::isEmpty(const rgb_color *pixel) in isEmpty() function in BoundsCalculator 56 if (!isEmpty(row)) { in isRowEmpty() 110 if (!isEmpty(row)) { in updateLeftBound() 124 if (!isEmpty(row)) { in updateRightBound()
|
/haiku/src/system/kernel/arch/riscv64/ |
H A D | arch_uart_sifive.cpp | 86 } while (!wait || data.isEmpty); in GetChar() 88 return data.isEmpty ? -1 : data.data; in GetChar()
|
/haiku/src/system/libroot/add-ons/icu/ |
H A D | ICULocaleconvData.cpp | 32 if (!symbolString.isEmpty()) { in _SetLocaleconvEntry()
|
/haiku/headers/private/kernel/arch/riscv64/ |
H A D | arch_uart_sifive.h | 36 uint32 isEmpty: 1; member
|