HomeSort by relevance Sort by last modified time
    Searched refs:CSize (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 37 if (ConstantSDNode *CSize = dyn_cast<ConstantSDNode>(Size)) {
38 uint64_t Bytes = CSize->getZExtValue();
73 if (ConstantSDNode *CSize = dyn_cast<ConstantSDNode>(Size)) {
74 uint64_t Bytes = CSize->getZExtValue();
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 51 unsigned int CSize : 2;
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 61 virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
native_tab_contents_view_win.cc 231 void NativeTabContentsViewWin::OnSize(UINT param, const CSize& size) {
  /external/chromium_org/ui/aura/
root_window_host_win.h 79 void OnSize(UINT param, const CSize& size);
root_window_host_win.cc 309 void RootWindowHostWin::OnSize(UINT param, const CSize& size) {
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 330 void OnDisplayChange(UINT bits_per_pixel, const CSize& screen_size);
360 void OnSize(UINT param, const CSize& size);
hwnd_message_handler.cc     [all...]
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 66 MOCK_METHOD2(OnSize, void(UINT nType, CSize size));
193 OnSize(0, CSize(modified_rect->right - modified_rect->left,
207 OnSize(0, CSize(modified_rect->right - modified_rect->left,
  /external/chromium_org/ui/views/controls/
native_control.cc 109 void OnSize(int type, const CSize& sz) {
  /external/llvm/lib/IR/
ConstantFold.cpp 202 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8;
204 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
205 assert(ByteSize != CSize && "Should not extract everything");
263 if (ByteStart >= CSize-ShAmt)
267 if (ByteStart+ByteSize+ShAmt <= CSize)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 257 void OnSize(UINT type, const CSize& size) {
    [all...]

Completed in 601 milliseconds