HomeSort by relevance Sort by last modified time
    Searched refs:Temp (Results 126 - 150 of 314) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/OvmfPkg/SataControllerDxe/
SataController.c 113 UINT16 Temp;
117 Temp = 0xff;
131 Temp = Index;
138 // If Temp is modified, mean the advanced_pio_modes is not zero;
139 // if Temp is not modified, mean there is no advanced PIO mode supported,
142 if (Temp != 0xff) {
143 AdvancedPioMode = (UINT16) (Temp + 3);
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 373 LVM_FLOAT Temp;
445 Temp = LVM_VolumeTable[dBOffset];
447 Temp = Temp / 2.0f;
450 LVC_Mixer_SetTarget(&pInstance->VC_Volume.MixerStream[0], Temp);
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 500 void VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr *Temp);
506 void VisitMaterializeTemporaryExpr(const MaterializeTemporaryExpr *Temp);
770 const CXXBindTemporaryExpr *Temp) {
772 InfoEntry Entry = findInfo(Temp->getSubExpr());
775 StateMap->setState(Temp, Entry->second.getAsState(StateMap));
776 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp)));
863 const MaterializeTemporaryExpr *Temp) {
865 forwardInfo(Temp->GetTemporaryExpr(), Temp);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 134 INT8 TmpFileName[MAX_PATH]; // temp file name for output file
310 // Close our temp output file
323 // If any errors, then delete our temp output
330 // Otherwise, rename temp file to output file
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTs.c 530 CONST UINT8 *Temp;
571 Temp = AuthData;
572 Pkcs7 = d2i_PKCS7 (NULL, (const unsigned char **) &Temp, (int) DataSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
ConvLib.c 38 UINT32 Temp;
45 Temp = SramData.Asynchronous;
47 SramData.Synchronous = Temp;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportString.c 444 CHAR16 *Temp;
450 Temp = Str + StrLen(Str) - StrLen(SubStr);
455 if (StriCmp (Temp, SubStr) == 0) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Perf.c 356 EFI_PERF_DATA_LIST *Temp;
362 Temp = NULL;
414 Temp = Node;
418 return Temp;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Rtc.c 310 UINT8 Temp;
316 Temp = (UINT8) (RtcRead (RTC_ADDRESS_CENTURY) & 0x7f);
318 if (Temp == 0x19 || Temp == 0x20) {
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 15 use File::Temp qw( tempdir );
  /external/opencv/cv/include/
cvtypes.h 259 float* Temp; /* Temporary vector */
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 155 N Temp = StrTo(S.data(), &End);
158 Num = Temp;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 155 N Temp = StrTo(S.data(), &End);
158 Num = Temp;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 155 N Temp = StrTo(S.data(), &End);
158 Num = Temp;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 155 N Temp = StrTo(S.data(), &End);
158 Num = Temp;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 155 N Temp = StrTo(S.data(), &End);
158 Num = Temp;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 155 N Temp = StrTo(S.data(), &End);
158 Num = Temp;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 155 N Temp = StrTo(S.data(), &End);
158 Num = Temp;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 155 N Temp = StrTo(S.data(), &End);
158 Num = Temp;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 1218 UINT32 Temp;
1221 Temp = Index;
1223 if (Temp & 1) {
1224 Temp = (Temp >> 1) ^ CRCPOLY;
1226 Temp >>= 1;
1230 mCrcTable[Index] = (UINT16) Temp;
1255 UINT8 Temp;
1261 Temp = (UINT8) (mSubBitBuf | (Value >> (Number -= mBitCount)));
1264 *mDst++ = Temp;
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 425 uint64_t Temp, Opcode;
451 Temp = LineDelta - Params.DWARF2LineBase;
455 if (Temp >= Params.DWARF2LineRange ||
456 Temp + Params.DWARF2LineOpcodeBase > 255) {
461 Temp = 0 - Params.DWARF2LineBase;
472 Temp += Params.DWARF2LineOpcodeBase;
477 Opcode = Temp + AddrDelta * Params.DWARF2LineRange;
484 Opcode = Temp + (AddrDelta - MaxSpecialAddrDelta) * Params.DWARF2LineRange;
499 assert(Temp <= 255 && "Buggy special opcode encoding.");
500 OS << char(Temp);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 1293 UINT8 Temp;
1299 Temp = (UINT8)(mSubBitBuf | (x >> (n -= mBitCount)));
1301 *mDst++ = Temp;
1309 Temp = (UINT8)(x >> (n - UINT8_BIT));
1311 *mDst++ = Temp;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 1296 UINT8 Temp;
1302 Temp = (UINT8)(mSubBitBuf | (x >> (n -= mBitCount)));
1304 *mDst++ = Temp;
1312 Temp = (UINT8)(x >> (n - UINT8_BIT));
1314 *mDst++ = Temp;
  /external/pdfium/third_party/lcms/src/
cmscnvrt.c 250 void Temp2CHAD(cmsMAT3* Chad, cmsFloat64Number Temp)
255 cmsWhitePointFromTemp(&ChromaticityOfWhite, Temp);
309 cmsFloat64Number TempSrc, TempDest, Temp;
327 Temp = (1.0 - AdaptationState) * TempDest + AdaptationState * TempSrc;
330 Temp2CHAD(&MixedCHAD, Temp);
    [all...]

Completed in 2236 milliseconds

1 2 3 4 56 7 8 91011>>