Searched refs:GetLocation (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h51 uint16 GetLocation() const { return le2h(deh_location); } function in class:DirEntry
63 PRINT((" location: %hu\n", GetLocation()));
96 uint32 location = entry->GetLocation();
111 maxLength = fHeader->GetLen() - entry->GetLocation();
113 maxLength = EntryAt(index -1)->GetLocation()
114 - entry->GetLocation();
H A DItem.cpp140 return (uint8*)fNode->GetData() + fHeader->GetLocation();
206 uint32 location = fHeader->GetLocation();
H A DItem.h37 uint16 GetLocation() const { return le2h(ih_item_location); } function in class:ItemHeader
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDirItem.h51 uint16 GetLocation() const { return le2h(deh_location); } function in class:DirEntry
63 PRINT((" location: %hu\n", GetLocation()));
96 uint32 location = entry->GetLocation();
111 maxLength = fHeader->GetLen() - entry->GetLocation();
113 maxLength = EntryAt(index -1)->GetLocation()
114 - entry->GetLocation();
H A DItem.cpp140 return (uint8*)fNode->GetData() + fHeader->GetLocation();
206 uint32 location = fHeader->GetLocation();
H A DItem.h37 uint16 GetLocation() const { return le2h(ih_item_location); } function in class:ItemHeader
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dringqueue.h41 intptr_t GetLocation() {return (intptr_t)fData;} function in class:RingQueue
/haiku-fatelf/src/apps/deskbar/
H A DBarWindow.h67 void GetLocation(BMessage* message);
H A DBarWindow.cpp178 GetLocation(message);
345 TBarWindow::GetLocation(BMessage* message) function in class:TBarWindow
/haiku-fatelf/src/apps/mediaplayer/
H A DController.h133 status_t GetLocation(BString* location);
H A DInfoWin.cpp488 if (fController->GetLocation(&s) < B_OK)
H A DController.cpp827 Controller::GetLocation(BString* location) function in class:Controller

Completed in 127 milliseconds