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

  /external/valgrind/main/coregrind/
m_transtab.c 115 ULong* tcptr; member in struct:__anon13979
672 static void setFastCacheEntry ( Addr64 key, ULong* tcptr, UInt* count )
676 VG_(tt_fast)[cno].host = (Addr)tcptr;
932 ULong *tcptr, *tcptr2; local
999 tcptr = sectors[y].tc_next;
1000 vg_assert(tcptr >= &sectors[y].tc[0]);
1001 vg_assert(tcptr <= &sectors[y].tc[tc_sector_szQ]);
1003 dstP = (UChar*)tcptr;
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 255 Value * tcPtr = builder.CreateAlloca(intType);
256 builder.CreateStore(tc, tcPtr);
263 builder.CreateStore(tc, tcPtr);
267 tc = builder.CreateLoad(tcPtr);

Completed in 828 milliseconds