Searched refs:_AddFormatItem (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.h47 status_t _AddFormatItem(BMenu* menu, int32 format);
H A DRegistersView.cpp363 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT8) != B_OK)
365 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT16) != B_OK)
367 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT32) != B_OK)
369 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT64) != B_OK)
371 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_FLOAT) != B_OK)
373 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_DOUBLE) != B_OK)
411 RegistersView::_AddFormatItem(BMenu* menu, int32 format) function in class:RegistersView

Completed in 76 milliseconds