Searched defs:CharC (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/utility/
H A Defidecompress.c395 UINT16 CharC; local
402 CharC = (UINT16) GetBits (Sd, nbit);
405 Sd->mPTTable[Index] = CharC;
419 CharC = (UINT16) (Sd->mBitBuf >> (BITBUFSIZ - 3));
421 if (CharC == 7) {
425 CharC += 1;
429 FillBuf (Sd, (UINT16) ((CharC < 7) ? 3 : CharC - 3));
431 Sd->mPTLen[Index++] = (UINT8) CharC;
434 CharC
468 UINT16 CharC; local
629 UINT16 CharC; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp246 ConstantInt *CharC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); local
247 if (CharC == 0) {
270 size_t I = Str.find(CharC->getSExtValue());
293 ConstantInt *CharC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); local
296 if (!CharC)
302 if (TD && CharC->isZero())
311 size_t I = Str.rfind(CharC->getSExtValue());

Completed in 144 milliseconds