Searched refs:Adjust (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A Dutility.cc49 Adjust();
55 Adjust();
61 Adjust();
67 Adjust();
86 void ACMTestTimer::Adjust() { function in class:webrtc::ACMTestTimer
H A Dutility.h78 void Adjust();
/external/webrtc/webrtc/system_wrappers/source/
H A Dclock.cc53 Adjust(tv, &seconds, &microseconds_in_seconds);
63 Adjust(tv, &seconds, &microseconds_in_seconds);
71 static void Adjust(const timeval& tv, uint32_t* adjusted_s, function in class:webrtc::RealTimeClock
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3465 int Adjust = 0; local
3477 --Adjust;
3487 --Adjust;
3505 Adjust -= 2;
3508 --Adjust;
3518 Adjust -= 2;
3633 ++Adjust;
3637 return Adjust;
3720 // Adjust for IT block position.
3723 // Adjust fo
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp86 peers->setResizeMode(QListView::Adjust);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2578 // Adjust SP offset of interrupt parameter.
2586 // Adjust SP offset of interrupt parameter.
3006 // Adjust the Return address stack slot.
9061 // Adjust the mask to match the new locations of A and B.
10255 // Adjust each half of the permute mask by clearing the half that was
13041 SDValue Adjust; // 0x0 or 0x80000000, for result sign bit adjustment.
13050 // Adjust i32 = (Value < Thresh) ? 0 : 0x80000000;
13054 // to XOR'ing the high 32 bits with Adjust.
13080 Adjust = DAG.getSelect(DL, MVT::i32, Cmp,
13118 // and XOR the high i32 with Adjust
[all...]

Completed in 242 milliseconds