HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 876 - 900 of 2613) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledevicetypes.h 103 LPCWSTR Value) = 0;
111 const ULONG Value) = 0;
119 const LONG Value) = 0;
127 const ULONGLONG Value) = 0;
135 const LONGLONG Value) = 0;
143 const FLOAT Value) = 0;
151 const HRESULT Value) = 0;
159 REFPROPERTYKEY Value) = 0;
167 const WINBOOL Value) = 0;
183 REFGUID Value) = 0
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 29 class Value;
46 Element(unsigned Priority, const Function *Func, const Value *Data)
51 const Value *Data;
70 /// @brief Dereference iterator. The resulting value provides a read-only view
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 28 inline uint16_t SwapByteOrder_16(uint16_t value) {
32 return _byteswap_ushort(value);
34 uint16_t Hi = value << 8;
35 uint16_t Lo = value >> 8;
42 inline uint32_t SwapByteOrder_32(uint32_t value) {
44 return __builtin_bswap32(value);
46 return _byteswap_ulong(value);
48 uint32_t Byte0 = value & 0x000000FF;
49 uint32_t Byte1 = value & 0x0000FF00;
50 uint32_t Byte2 = value & 0x00FF0000
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 203 assert(I.Value && "No live-in value found");
208 // Value is killed inside this block.
211 // The value is live-through, update LiveOut as well.
214 Map[MBB] = LiveOutPair(I.Value, nullptr);
217 Updater.add(Start, End, I.Value);
248 // live-out and live-in blocks. The unique value optimization is not
265 // Remember if we have seen more than one value.
311 // First time we see Pred. Try to determine the live-out value, but set
312 // it as null if Pred is live-through with an unknown value
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 97 RelocationValueRef Value;
110 Value.SectionID = SymInfo.getSectionID();
111 Value.Offset = SymInfo.getOffset() + RE.Addend;
113 Value.SymbolName = TargetName.data();
114 Value.Offset = RE.Addend;
119 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToID);
121 Value.Offset = RE.Addend - Addr;
124 return Value;
127 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value,
132 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress()
    [all...]
  /external/llvm/lib/MC/
ConstantPools.cpp 32 Streamer.EmitValue(I->Value, I->Size, I->Loc);
38 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context,
42 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc));
  /external/llvm/lib/Support/
CommandLine.cpp 208 Option *LookupOption(StringRef &Arg, StringRef &Value);
248 /// command line. If there is a value specified (after an equal sign) return
250 Option *CommandLineParser::LookupOption(StringRef &Arg, StringRef &Value) {
257 // If we have an equals sign, remember the value.
271 Value = Arg.substr(EqualPos + 1);
277 /// the specified option on the command line. If there is a value specified
326 StringRef ArgName, StringRef Value,
329 // it does, we have to split up the value into multiple values.
331 StringRef Val(Value);
340 Value.substr(Pos + 1); // Increment the original value pointer as well
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 111 Value *AshrOp1 = Ashr->getOperand(1);
121 Value *Intr = Shl->getOperand(0);
122 Value *ShlOp1 = Shl->getOperand(1);
  /external/proguard/src/proguard/optimize/info/
FieldOptimizationInfo.java 28 import proguard.evaluation.value.*;
48 private Value value; field in class:FieldOptimizationInfo
68 this.value = FieldOptimizationInfo.value;
126 value = null;
128 // See if we can initialize a static field with a constant value.
134 // Otherwise initialize a non-final field with the default value.
136 // default value, because it may be accessed before it is set.
137 if (value == null &
    [all...]
  /external/skia/src/sfnt/
SkOTTable_head.h 22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableHead>::value;
72 SK_OT_USHORT value; member in struct:SkOTTableHead::Flags::Raw
114 SK_OT_USHORT value; member in struct:SkOTTableHead::MacStyle::Raw
119 SK_TYPED_ENUM(Value, SK_OT_SHORT,
126 (value)SK_SEQ_END)
129 SK_TYPED_ENUM(Value, SK_OT_SHORT,
133 (value)SK_SEQ_END)
136 SK_TYPED_ENUM(Value, SK_OT_SHORT,
139 (value)SK_SEQ_END)
  /external/v8/src/
arguments.cc 25 v8::Local<v8::Value> FunctionCallbackArguments::Call(FunctionCallback f) {
29 FunctionCallbackInfo<v8::Value> info(begin(),
34 return GetReturnValue<v8::Value>(isolate);
  /external/v8/src/compiler/
opcodes.h 346 enum Value {
357 static char const* Mnemonic(Value value);
360 static bool IsCommonOpcode(Value value) {
361 return kStart <= value && value <= kDead;
365 static bool IsControlOpcode(Value value) {
366 return kStart <= value && value <= kEnd
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_win.h 92 assert(_createdMemory.Value() == 0);
93 assert(_outstandingMemory.Value() == 0);
126 const int32_t totalItems = _createdMemory.Value();
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 26 /* Write a level value in the buffer in the corresponding band. */
31 /* CallNumber Number of the band the value should be written in */
32 /* Value Value to write in the buffer */
40 LVM_INT16 Value );
104 /* Saturate and take absolute value */
182 /* Write a level value in the spectrum data buffer in the corresponding band. */
187 /* CallNumber Number of the band the value should be written in */
188 /* Value Value to write in the spectrum data buffer *
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 23 #include "llvm/IR/Value.h"
162 // \brief Retrieve the value of the context parameter.
163 llvm::Value *getContextValue() const override {
166 llvm_unreachable("No context value for inlined OpenMP region");
168 void setContextValue(llvm::Value *V) override {
173 llvm_unreachable("No context value for inlined OpenMP region");
339 llvm::Value *CGOpenMPRuntime::emitParallelOutlinedFunction(
359 llvm::Value *CGOpenMPRuntime::emitTaskOutlinedFunction(
375 llvm::Value *Entry = OpenMPDefaultLocMap.lookup(Flags);
404 llvm::Value *CGOpenMPRuntime::emitUpdateLocation(CodeGenFunction &CGF
    [all...]
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 58 ASSERT_DEATH(l.Value(), "IsKnownConstant\\(&v\\)");
66 EXPECT_EQ(l.Value(), 0x060b9f974eaf301eULL);
113 EXPECT_EQ(0x8fd16e55b20a39c1ULL, m.Value());
147 EXPECT_EQ(0xd2011f8c82ad56f2ULL, l.Value());
149 EXPECT_EQ(0xd2011f8c82ad56f2ULL, m.Value());
151 EXPECT_EQ(0xd2011f8c82ad56f2ULL, n.Value());
159 EXPECT_EQ(0x50b024c0d6073887ULL, l.Value());
161 EXPECT_EQ(0x50b024c0d6073887ULL, m.Value());
170 EXPECT_EQ(0x5348883655c727e5ULL, l.Value());
172 EXPECT_EQ(0x5348883655c727e5ULL, m.Value());
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 672 info->prop.gp.instanceCount = 1; // default value
1040 Value *getVertexBase(int s);
1042 Value *fetchSrc(int s, int c);
1043 Value *acquireDst(int d, int c);
1044 void storeDst(int d, int c, Value *);
1046 Value *fetchSrc(const tgsi::Instruction::SrcRegister src, int c, Value *ptr);
1048 Value *val, Value *ptr);
1050 Value *applySrcMod(Value *, int s, int c)
    [all...]
nv50_ir.cpp 61 ValueRef::ValueRef(Value *v) : value(NULL), insn(NULL)
69 ValueRef::ValueRef(const ValueRef& ref) : value(NULL), insn(ref.insn)
93 imm = *(src->value->asImm());
101 Instruction *insn = src->value->getUniqueInsn();
114 ValueDef::ValueDef(Value *v) : value(NULL), insn(NULL)
119 ValueDef::ValueDef(const ValueDef& def) : value(NULL), insn(NULL)
139 ValueRef::set(Value *refVal)
141 if (value == refVal
652 Value *value = srcs[a].get(); local
    [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 37 void Signal(const v8::FunctionCallbackInfo<v8::Value>& args) {
42 void TerminateCurrentThread(const v8::FunctionCallbackInfo<v8::Value>& args) {
48 void Fail(const v8::FunctionCallbackInfo<v8::Value>& args) {
53 void Loop(const v8::FunctionCallbackInfo<v8::Value>& args) {
55 v8::MaybeLocal<v8::Value> result =
63 void DoLoop(const v8::FunctionCallbackInfo<v8::Value>& args) {
66 v8::MaybeLocal<v8::Value> result =
90 void DoLoopNoCall(const v8::FunctionCallbackInfo<v8::Value>& args) {
93 v8::MaybeLocal<v8::Value> result =
133 v8::MaybeLocal<v8::Value> result
555 v8::Local<v8::Value> value = local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 118 /// TrueIfSigned if the result of the comparison is true when the input value is
189 // The minimum value is when all unknown bits are zeros, EXCEPT for the sign
213 // The minimum value is when the unknown bits are all zeros.
215 // The maximum value is when the unknown bits are all ones.
225 /// If AndCst is non-null, then the loaded value is masked with that constant
387 Value *Idx = GEP->getOperand(2);
406 Value *FirstTrueIdx = ConstantInt::get(Idx->getType(), FirstTrueElement);
413 Value *C1 = Builder->CreateICmpEQ(Idx, FirstTrueIdx);
414 Value *SecondTrueIdx = ConstantInt::get(Idx->getType(), SecondTrueElement);
415 Value *C2 = Builder->CreateICmpEQ(Idx, SecondTrueIdx)
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 66 const DenseMap<GlobalObject *, uint64_t> &GlobalLayout, Value *V,
237 Value *createBitSetTest(IRBuilder<> &B, BitSetInfo &BSI, ByteArrayInfo *&BAI,
238 Value *BitOffset);
242 Value *
331 static Value *createMaskedBitTest(IRBuilder<> &B, Value *Bits,
332 Value *BitOffset) {
337 Value *BitIndex =
339 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex);
340 Value *MaskedBits = B.CreateAnd(Bits, BitMask)
    [all...]
  /bionic/tests/
time_test.cpp 264 std::atomic<int> value; member in struct:Counter
276 Counter(void (*fn)(sigval_t)) : value(0), timer_valid(false) {
295 int Value() const {
296 return value;
304 int current_value = value;
306 while (current_value == value && (time(NULL) - start) < 5) {
308 return current_value != value;
311 static void CountNotifyFunction(sigval_t value) {
312 Counter* cd = reinterpret_cast<Counter*>(value.sival_ptr);
313 ++cd->value;
435 int value = counter.Value(); local
455 int value = counter.Value(); local
    [all...]
  /bootable/recovery/applypatch/
main.cpp 86 Value bonusValue;
87 Value* bonus = nullptr;
127 std::vector<Value> patches(files.size());
128 std::vector<Value*> patch_ptrs(files.size());
  /build/kati/
var.cc 46 void Var::AppendVar(Evaluator*, Value*) {
62 void SimpleVar::AppendVar(Evaluator* ev, Value* v) {
77 RecursiveVar::RecursiveVar(Value* v, VarOrigin origin, StringPiece orig)
85 void RecursiveVar::AppendVar(Evaluator*, Value* v) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Test.java 26 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
44 * argument. Checks that returned value is expected int value and returned
110 Value nullObjectValue = new Value(JDWPConstants.Tag.OBJECT_TAG, 0);
124 Value returnValue = reply.getNextValueAsValue();
125 assertNotNull("Returned value is null", returnValue);
126 assertEquals("Invalid returned value,", 123, returnValue.getIntValue());

Completed in 734 milliseconds

<<31323334353637383940>>