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

  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-macro.cc 1 #define M1 Value1
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p4-neg.cpp 11 template<template<class T, T Value1, INT> class X>
13 template<template<typename T, T Value1, int> class>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 503 * Returns the result of saturated addition of the two inputs Value1, Value2
506 * [in] Value1 First Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
524 if( (Result^Value1) >= 0)
531 if(Value1 >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
559 * [in] Value1 First Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 503 * Returns the result of saturated addition of the two inputs Value1, Value2
506 * [in] Value1 First Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
524 if( (Result^Value1) >= 0)
531 if(Value1 >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
559 * [in] Value1 First Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 503 * Returns the result of saturated addition of the two inputs Value1, Value2
506 * [in] Value1 First Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
524 if( (Result^Value1) >= 0)
531 if(Value1 >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
559 * [in] Value1 First Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2
    [all...]
  /external/clang/test/Sema/
warn-unreachable.c 171 typedef enum { Value1 = 1 } MyEnum;
174 case Value1:
207 return Value1; // expected-warning {{'return' will never be executed}}
338 return Value1; // no-warning
  /external/llvm/include/llvm/Option/
Arg.h 67 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough.cpp 213 Value1, Value2
222 case Value1:
  /external/clang/test/SemaTemplate/
default-arguments.cpp 68 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
69 T Value3 = Value1 + Value2>
  /external/llvm/lib/Option/
Arg.cpp 33 const char *Value1, const Arg *BaseArg)
37 Values.push_back(Value1);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 323 * Returns the result of saturated addition of the two inputs Value1, Value2
326 * [in] Value1 First Operand
336 OMX_S32 Value1,
344 * Returns the result of saturated addition of the two inputs Value1, Value2
347 * [in] Value1 First Operand
357 OMX_S64 Value1,
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
367 * [in] Value1 First Operand
376 OMX_S32 Value1,
384 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 323 * Returns the result of saturated addition of the two inputs Value1, Value2
326 * [in] Value1 First Operand
336 OMX_S32 Value1,
344 * Returns the result of saturated addition of the two inputs Value1, Value2
347 * [in] Value1 First Operand
357 OMX_S64 Value1,
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
367 * [in] Value1 First Operand
376 OMX_S32 Value1,
384 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 323 * Returns the result of saturated addition of the two inputs Value1, Value2
326 * [in] Value1 First Operand
336 OMX_S32 Value1,
344 * Returns the result of saturated addition of the two inputs Value1, Value2
347 * [in] Value1 First Operand
357 OMX_S64 Value1,
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
367 * [in] Value1 First Operand
376 OMX_S32 Value1,
384 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 690 TYPE Value1 = this->GetAt(nStartPos);
693 int iGreate = (*pCompare)(Value1, Value2);
696 this->SetAt(nStopPos, Value1);
  /external/clang/lib/Analysis/
CFG.cpp 733 const llvm::APSInt &Value1,
735 assert(Value1.isSigned() == Value2.isSigned());
740 return TryResult(Value1 == Value2);
742 return TryResult(Value1 != Value2);
744 return TryResult(Value1 < Value2);
746 return TryResult(Value1 <= Value2);
748 return TryResult(Value1 > Value2);
750 return TryResult(Value1 >= Value2);
808 // Value less than both Value1 and Value2
812 // Value between Value1 and Value
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 223 milliseconds