Searched refs:Value (Results 376 - 400 of 704) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCAssembler.cpp242 MCValue &Target, uint64_t &Value) const {
274 Value = Target.getConstant();
279 Value += Layout.getSymbolOffset(&getSymbolData(Sym));
284 Value -= Layout.getSymbolOffset(&getSymbolData(Sym));
299 Value -= Offset;
304 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
412 // bytes left to fill use the Value and ValueSize to fill the rest.
653 uint64_t Value; local
654 if (!evaluateFixup(Layout, Fixup, DF, Target, Value))
657 return getBackend().fixupNeedsRelaxation(Fixup, Value, D
713 int64_t Value = 0; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DDatabaseSession.cpp427 std::string ss((char*) inAttributes->AttributeData[n].Value[i].Data, inAttributes->AttributeData[n].Value[i].Length);
428 secdebug("dbsession", " Value %d: %s", i, ss.c_str());
432 secdebug("dbsession", " Value %d: %d", i, *(sint32*)inAttributes->AttributeData[n].Value[i].Data);
435 secdebug("dbsession", " Value %d: %u", i, *(uint32*)inAttributes->AttributeData[n].Value[i].Data);
438 secdebug("dbsession", " Value %d: (bignum)", i);
441 secdebug("dbsession", " Value %d: %f", i, *(double*)inAttributes->AttributeData[n].Value[
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dcfutilities.h358 template <class Value>
359 CFTempNumber(Value value) : CFRef<CFNumberRef>(makeCFNumber(value)) { }
504 template <class Key, class Value>
506 void (^action)(Key key, Value value);
508 { BlockApplier *me = (BlockApplier *)context; return me->action(Key(key), Value(value)); }
516 template <class Key = CFTypeRef, class Value = CFTypeRef>
517 void apply(void (^action)(Key key, Value value))
518 { BlockApplier<Key, Value> app; app.action = action; return apply(app.apply, &app); }
H A Dsqlite++.h123 class Value { class in namespace:Security::SQLite3
125 Value(sqlite3_value *v) : mValue(v) { } function in class:Security::SQLite3::Value
234 void operator = (const Value &value);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DDatabaseSession.cpp427 std::string ss((char*) inAttributes->AttributeData[n].Value[i].Data, inAttributes->AttributeData[n].Value[i].Length);
428 secdebug("dbsession", " Value %d: %s", i, ss.c_str());
432 secdebug("dbsession", " Value %d: %d", i, *(sint32*)inAttributes->AttributeData[n].Value[i].Data);
435 secdebug("dbsession", " Value %d: %u", i, *(uint32*)inAttributes->AttributeData[n].Value[i].Data);
438 secdebug("dbsession", " Value %d: (bignum)", i);
441 secdebug("dbsession", " Value %d: %f", i, *(double*)inAttributes->AttributeData[n].Value[
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfutilities.h358 template <class Value>
359 CFTempNumber(Value value) : CFRef<CFNumberRef>(makeCFNumber(value)) { }
504 template <class Key, class Value>
506 void (^action)(Key key, Value value);
508 { BlockApplier *me = (BlockApplier *)context; return me->action(Key(key), Value(value)); }
516 template <class Key = CFTypeRef, class Value = CFTypeRef>
517 void apply(void (^action)(Key key, Value value))
518 { BlockApplier<Key, Value> app; app.action = action; return apply(app.apply, &app); }
H A Dsqlite++.h123 class Value { class in namespace:Security::SQLite3
125 Value(sqlite3_value *v) : mValue(v) { } function in class:Security::SQLite3::Value
234 void operator = (const Value &value);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Difdhandler.h612 <tt>Value[0]</tt>.
618 <tt>Value[0] = 1</tt> indicates the driver supports simultaneous accesses.
620 Return the number of slots in this reader in <tt>Value[0]</tt>.
625 <tt>Value[0] = 1</tt> indicates the driver supports simultaneous slot
628 If the driver provide a polling thread then @p Value is a pointer to this function
632 @param[out] Value Value of the desired data
640 PUCHAR Value);
655 @param[out] Value Value o
[all...]
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/MacOSX/
H A Difdhandler.h592 <tt>Value[0]</tt>.
598 <tt>Value[0] = 1</tt> indicates the driver supports simultaneous accesses.
600 Return the number of slots in this reader in <tt>Value[0]</tt>.
605 <tt>Value[0] = 1</tt> indicates the driver supports simultaneous slot
610 If the driver provides a polling thread then @p Value is a pointer to
618 Returns a pointer in @p Value to the function used to stop the polling
625 @param[out] Value Value of the desired data
633 PUCHAR Value);
644 @param[out] Value Valu
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetData.h29 class Value;
290 uint64_t getIndexedOffset(Type *Ty, ArrayRef<Value *> Indices) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp111 Value *V = SimplifyInstruction(I, TD, TLI, DT);
114 for (Value::use_iterator UI = I->use_begin(), UE = I->use_end();
H A DSimplifyCFGPass.cpp92 SmallVector<Value*, 8> Args(II->op_begin(), II->op_end() - 3);
146 Value *Ptr = SI->getOperand(1);
160 Value *Callee = II->getCalledValue();
272 Value *InVal = cast<ReturnInst>(RetBlock->getTerminator())->getOperand(0);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCloneFunction.cpp272 if (Value *V = SimplifyInstruction(NewInst, TD)) {
275 if (Value *MappedV = VMap.lookup(V))
306 Value *V = VMap[BI->getCondition()];
322 Value *V = VMap[SI->getCondition()];
398 Value *V = VMap[BI];
434 Value *V = VMap[PN->getIncomingBlock(pred)];
436 Value *InVal = MapValue(PN->getIncomingValue(pred),
490 Value *NV = UndefValue::get(PN->getType());
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dtex.vim36 " Value errorformat are taken from vim help, see :help errorformat-LaTeX, with
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DCloning.h35 class Value;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DFindUsedTypes.cpp44 void FindUsedTypes::IncorporateValue(const Value *V) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DSparsePropagation.cpp52 SparseSolver::LatticeVal SparseSolver::getOrInitValueState(Value *V) {
53 DenseMap<Value*, LatticeVal>::iterator I = ValueState.find(V);
79 DenseMap<Value*, LatticeVal>::iterator I = ValueState.find(&Inst);
306 for (Value::use_iterator UI = I->use_begin(), E = I->use_end();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DPseudoSourceValue.cpp66 Value(Type::getInt8PtrTy(getGlobalContext()),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DMachOObjectFile.cpp140 Result = Entry->Value;
149 Result = Entry->Value;
165 Result = Entry->Value;
169 Result = Entry->Value;
183 BeginOffset = Entry->Value;
189 Result = Entry->Value;
202 if (Entry->SectionIndex == SectionIndex && Entry->Value > BeginOffset)
203 if (!EndOffset || Entry->Value < EndOffset)
204 EndOffset = Entry->Value;
211 BeginOffset = Entry->Value;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsAsmPrinter.h62 void printHex32(unsigned int Value, raw_ostream &O);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86JITInfo.cpp536 T Value; local
537 std::memcpy(reinterpret_cast<char*>(&Value), reinterpret_cast<char*>(Pos),
539 Value += Delta;
540 std::memcpy(reinterpret_cast<char*>(Pos), reinterpret_cast<char*>(&Value),
/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs53 public uint Value { get { return _current; } } property in class:DotZLib.ChecksumGeneratorBase
H A DDotZLib.cs119 uint Value { get; } property in interface:DotZLib.ChecksumGenerator
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp132 static bool isImmSExti16i8Value(uint64_t Value) { argument
133 return (( Value <= 0x000000000000007FULL)||
134 (0x000000000000FF80ULL <= Value && Value <= 0x000000000000FFFFULL)||
135 (0xFFFFFFFFFFFFFF80ULL <= Value && Value <= 0xFFFFFFFFFFFFFFFFULL));
138 static bool isImmSExti32i8Value(uint64_t Value) { argument
139 return (( Value <= 0x000000000000007FULL)||
140 (0x00000000FFFFFF80ULL <= Value && Value <
144 isImmZExtu32u8Value(uint64_t Value) argument
148 isImmSExti64i8Value(uint64_t Value) argument
153 isImmSExti64i32Value(uint64_t Value) argument
217 setTokenValue(StringRef Value) argument
1171 int64_t Value; local
1988 const MCExpr *Value; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Ddictionary.cpp343 CSSM_SUBSERVICE_UID* uid = (CSSM_SUBSERVICE_UID*) nvpSSUID->Value ().data ();
357 char* name = nvpDBNAME ? (char*) nvpDBNAME->Value ().data () : NULL;
360 CSSM_NET_ADDRESS* address = nvp ? (CSSM_NET_ADDRESS*) nvp->Value ().data () : NULL;

Completed in 395 milliseconds

<<11121314151617181920>>