HomeSort by relevance Sort by last modified time
    Searched defs:OW (Results 1 - 2 of 2) sorted by null

  /development/samples/BrowserPlugin/jni/animation/
AnimationThread.cpp 111 const float OW = width * .125f;
118 bounce(&m_x, &m_dx, width - OW);
124 m_oval.fRight = m_x + OW;
  /external/llvm/lib/MC/
MCAssembler.cpp 386 MCObjectWriter *OW = &Asm.getWriter();
387 uint64_t Start = OW->getStream().tell();
415 if (!Asm.getBackend().writeNopData(Count, OW))
425 case 1: OW->Write8 (uint8_t (AF.getValue())); break;
426 case 2: OW->Write16(uint16_t(AF.getValue())); break;
427 case 4: OW->Write32(uint32_t(AF.getValue())); break;
428 case 8: OW->Write64(uint64_t(AF.getValue())); break;
437 OW->WriteBytes(DF.getContents().str());
449 case 1: OW->Write8 (uint8_t (FF.getValue())); break;
450 case 2: OW->Write16(uint16_t(FF.getValue())); break
    [all...]

Completed in 42 milliseconds