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

  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 104 for (std::list<Instruction*>::iterator ilb = WorkList.begin(),
105 ile = WorkList.end(); ilb != ile; ++ilb)
106 DemoteRegToStack(**ilb, false, AllocaInsertionPoint);
120 for (std::list<Instruction*>::iterator ilb = WorkList.begin(),
121 ile = WorkList.end(); ilb != ile; ++ilb)
122 DemotePHIToStack(cast<PHINode>(*ilb), AllocaInsertionPoint);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 193 static const int ilb[32] = local
330 wd3 = (wd2 < 0) ? (ilb[wd1] << -wd2) : (ilb[wd1] >> wd2);
361 wd3 = (wd2 < 0) ? (ilb[wd1] << -wd2) : (ilb[wd1] >> wd2);
g722_encode.c 237 static const int ilb[32] = local
370 wd3 = (wd2 < 0) ? (ilb[wd1] << -wd2) : (ilb[wd1] >> wd2);
407 wd3 = (wd2 < 0) ? (ilb[wd1] << -wd2) : (ilb[wd1] >> wd2);
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 59 milliseconds