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

  /external/webkit/JavaScriptCore/runtime/
JSCell.h 113 void* vptr() { return *reinterpret_cast<void**>(this); } function in class:JSC::JSCell
114 void setVPtr(void* vptr) { *reinterpret_cast<void**>(this) = vptr; }
  /external/libxml2/
uri.c 2233 xmlChar *bptr, *uptr, *vptr; local
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/src/
deblock.cpp 532 void* vptr; local
568 vptr = (void*)MbQ->mvL0; // for deref type-punned pointer
569 ptrQ = (int16*)vptr;
657 vptr = (void*)MbQ->mvL0;
658 ptrQ = (int16*)vptr;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 534 void* vptr; local
570 vptr = (void*)MbQ->mvL0; // for deref type-punned pointer
571 ptrQ = (int16*)vptr;
659 vptr = (void*)MbQ->mvL0;
660 ptrQ = (int16*)vptr;
    [all...]

Completed in 143 milliseconds