Searched defs:Value (Results 26 - 50 of 181) sorted by relevance

12345678

/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs53 public uint Value { get { return _current; } } property in class:DotZLib.ChecksumGeneratorBase
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathValue.h53 class Value { class in namespace:WebCore::XPath
57 Value(unsigned value) : m_type(NumberValue), m_bool(false), m_number(value) {} function in class:WebCore::XPath::Value
58 Value(unsigned long value) : m_type(NumberValue), m_bool(false), m_number(value) {} function in class:WebCore::XPath::Value
59 Value(double value) : m_type(NumberValue), m_bool(false), m_number(value) {} function in class:WebCore::XPath::Value
61 Value(const char* value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {} function in class:WebCore::XPath::Value
62 Value(const String& value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {} function in class:WebCore::XPath::Value
63 Value(const NodeSet& value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {} function in class:WebCore::XPath::Value
64 Value(Node* value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create()) { m_data->m_nodeSet.append(value); } function in class:WebCore::XPath::Value
70 Value(NodeSet& value, const AdoptTag&) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create()) { value.swap(m_data->m_nodeSet); } function in class:WebCore::XPath::Value
93 inline Value::Value(bool value) function in class:WebCore::XPath::Value
[all...]
/macosx-10.9.5/cctools-845/include/llvm-c/
H A DDisassembler.h76 uint64_t Value; /* symbol value if name is NULL */ member in struct:LLVMOpInfoSymbol1
82 uint64_t Value; member in struct:LLVMOpInfo1
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCAsmBackend.h101 processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value, bool &IsResolved) argument
H A DMCObjectWriter.h112 void Write8(uint8_t Value) { argument
116 void WriteLE16(uint16_t Value) { argument
121 void WriteLE32(uint32_t Value) { argument
126 void WriteLE64(uint64_t Value) { argument
131 WriteBE16(uint16_t Value) argument
136 WriteBE32(uint32_t Value) argument
141 WriteBE64(uint64_t Value) argument
146 Write16(uint16_t Value) argument
153 Write32(uint32_t Value) argument
160 Write64(uint64_t Value) argument
[all...]
H A DMCSymbol.h49 const MCExpr *Value; member in class:llvm::MCSymbol
H A DMCFixup.h65 const MCExpr *Value; member in class:llvm::MCFixup
77 static MCFixup Create(uint32_t Offset, const MCExpr *Value, argument
91 void setOffset(uint32_t Value) { Offset = Value; } argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm-c/
H A DDisassembler.h77 uint64_t Value; /* symbol value if name is NULL */ member in struct:LLVMOpInfoSymbol1
83 uint64_t Value; member in struct:LLVMOpInfo1
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp36 void AsmPrinter::EmitSLEB128(int Value, const char *Desc) const { argument
44 void AsmPrinter::EmitULEB128(unsigned Value, const char *Desc, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveRangeCalc.h91 VNInfo *Value; member in struct:llvm::LiveRangeCalc::LiveInBlock
H A DLiveRangeCalc.cpp295 LiveOutPair &Value = LiveOut[*PI]; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFFormValue.h45 ValueType Value; // Contains all data for the form. member in class:llvm::DWARFFormValue
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DValue.cpp43 Value::Value(Type *ty, unsigned scid) function in class:Value
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubCall.h295 enum { Void, VoidPtr, Int, Value, Cell } m_returnType; enumerator in enum:JSC::JITStubCall::__anon2751
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmuscle++.h67 typedef MSCUShort16 Value; typedef in class:Security::Muscle::ACL
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmuscle++.h67 typedef MSCUShort16 Value; typedef in class:Security::Muscle::ACL
[all...]
/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DRelation.h35 class Value class
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DStatistic.h39 volatile llvm::sys::cas_flag Value; member in class:llvm::Statistic
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DJITCodeEmitter.h176 void emitULEB128Bytes(uint64_t Value, unsigned PadTo = 0) { argument
194 void emitSLEB128Bytes(int64_t Value) { argument
219 emitInt32(uint32_t Value) argument
229 emitInt64(uint64_t Value) argument
239 emitInt32At(uintptr_t *Addr, uintptr_t Value) argument
245 emitInt64At(uintptr_t *Addr, uintptr_t Value) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp24 resolveRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, uint32_t Type, int64_t Addend) argument
77 resolveI386Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
105 resolveX86_64Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
146 resolveARMRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
212 RelocationValueRef Value; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DAsmLexer.cpp186 long long Value; local
221 long long Value; local
259 long long Value; local
288 long long Value; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp89 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCInstFragment *DF, const MCAsmLayout &Layout) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp30 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { argument
206 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCInstFragment *DF, const MCAsmLayout &Layout) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp111 unsigned Value = 4*RegNo + BI; local
112 O << Value; local
139 char Value = MI->getOperand(OpNo).getImm(); local
146 unsigned char Value = MI->getOperand(OpNo).getImm(); local
153 unsigned char Value local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp329 LLVMPassManagerBuilderSetDisableUnitAtATime(LLVMPassManagerBuilderRef PMB, LLVMBool Value) argument
336 LLVMPassManagerBuilderSetDisableUnrollLoops(LLVMPassManagerBuilderRef PMB, LLVMBool Value) argument
343 LLVMPassManagerBuilderSetDisableSimplifyLibCalls(LLVMPassManagerBuilderRef PMB, LLVMBool Value) argument

Completed in 127 milliseconds

12345678