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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perflib.h 75 ULONG lValue
94 ULONG lValue
128 ULONG lValue
ipmsp.h 291 virtual HRESULT WINAPI Set(StreamQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags) = 0;
301 HRESULT (WINAPI *Set)(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags);
313 #define ITStreamQualityControl_Set(This,Property,lValue,lFlags) (This)->lpVtbl->Set(This,Property,lValue,lFlags)
320 HRESULT WINAPI ITStreamQualityControl_Set_Proxy(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags);
341 virtual HRESULT WINAPI Set(CallQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags) = 0;
351 HRESULT (WINAPI *Set)(ITCallQualityControl *This,CallQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags);
363 #define ITCallQualityControl_Set(This,Property,lValue,lFlags) (This)->lpVtbl->Set(This,Property,lValue,lFlags)
370 HRESULT WINAPI ITCallQualityControl_Set_Proxy(ITCallQualityControl *This,CallQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags)
    [all...]
cmdtree.h 314 LONG lValue;
rtccore.h 948 virtual HRESULT WINAPI put_TemporalSpatialTradeOff(__LONG32 lValue) = 0;
    [all...]
strmif.h     [all...]
oledbdep.h     [all...]
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]
dmusici.h     [all...]
mmsystem.h     [all...]
mmc.h 531 LONG lValue;
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FloatingDecimal.java 354 * all the significant bits, after scaling, are held in lvalue.
359 * lvalue is a finite number (not Inf, nor NaN)
360 * lvalue > 0L (not zero, nor negative).
367 private void developLongDigits( int decExponent, long lvalue, int insignificantDigits ){
372 long residue = lvalue % pow10;
373 lvalue /= pow10;
377 lvalue++;
382 if ( lvalue <= Integer.MAX_VALUE ){
383 assert lvalue > 0L : lvalue; // lvalue <=
    [all...]
FDBigInteger.java 196 * @param lValue The starting value.
205 @ ensures this.value() == \old(lValue * pow10(nDigits - kDigits) + (\sum int i; kDigits <= i && i < nDigits; (digits[i] - '0') * pow10(nDigits - i - 1)));
207 public FDBigInteger(long lValue, char[] digits, int kDigits, int nDigits) {
210 data[0] = (int) lValue; // starting value
211 data[1] = (int) (lValue >>> 32);
    [all...]
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
WGraphicBufferProducer.h 232 int lValue;
233 int lReturn = mBase->query(static_cast<int>(what), &lValue);
234 _hidl_cb(static_cast<int32_t>(lReturn), static_cast<int32_t>(lValue));
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 270 void createStore(Id rValue, Id lValue);
273 Id createLoad(Id lValue);
306 // Take a copy of an lvalue (target) and a source of components, and set the
307 // source components into the lvalue where the 'channels' say to put them.
309 // (No true lvalue or stores are used.)
514 void setAccessChainLValue(Id lValue)
516 assert(isPointer(lValue));
517 accessChain.base = lValue;
SpvBuilder.cpp 2319 Id lvalue = collapseAccessChain(); local
    [all...]
GlslangToSpv.cpp 1822 bool lvalue = false; local
3087 bool lvalue = false; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 412 // Since this is an lvalue, we'll convert an image load to a sequence like this
431 // If the lvalue is swizzled, we apply that when writing the temp variable, like so:
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.3/
kotlin-compiler-embeddable-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.51/
kotlin-compiler-embeddable-1.1.51.jar 

Completed in 659 milliseconds