Searched defs:Range (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/ext/json/lib/json/add/
H A Drange.rb6 class Range class
/macosx-10.10/vim-55/runtime/tools/
H A Dunicode.vim148 func! Range(ranges, start, end, step, add) function
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DRange.h33 class Range { class in namespace:bmalloc
35 Range() function in class:bmalloc::Range
41 Range(void* start, size_t size) function in class:bmalloc::Range
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DPlatformTimeRanges.h82 struct Range { struct in class:WebCore::PlatformTimeRanges
83 Range() { } function in struct:WebCore::PlatformTimeRanges::Range
84 Range(const MediaTime& start, const MediaTime& end) function in struct:WebCore::PlatformTimeRanges::Range
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFDebugAranges.h22 struct Range { struct in class:llvm::DWARFDebugAranges
23 explicit Range(uint64_t lo = -1ULL, uint64_t hi = -1ULL, function in struct:llvm::DWARFDebugAranges::Range
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DReadWriteSection.h49 class Range class in namespace:Security
52 Range(uint32 inOffset, uint32 inSize) : mOffset(inOffset), mSize(inSize) {} function in class:Security::Range
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DReadWriteSection.h49 class Range class in namespace:Security
52 Range(uint32 inOffset, uint32 inSize) : mOffset(inOffset), mSize(inSize) {} function in class:Security::Range
/macosx-10.10/WebCore-7600.1.25/dom/
H A DRange.h53 class Range : public RefCounted<Range> { class in namespace:WebCore
[all...]
/macosx-10.10/libauto-186/
H A DRange.h42 class Range { class in namespace:Auto
54 Range() : _address(NULL), _end(NULL) {} function in class:Auto::Range
55 Range(void *address) : _address(address), _end(address) {} function in class:Auto::Range
56 Range(void *address, void *end) : _address(address), _end(end) {} function in class:Auto::Range
57 Range(void *address, usword_t size) : _address(address), _end(displace(address, size)) {} function in class:Auto::Range
[all...]
H A DWriteBarrier.cpp84 write_barrier_scanner_helper(void (*scanner) (const Range&, WriteBarrier*, void*), void *arg) : _scanner(scanner), _arg(arg) {} argument
89 void WriteBarrier::scan_marked_ranges(void *address, const usword_t size, void (*scanner) (const Range&, WriteBarrier*, void*), void *arg) { argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DMDBuilder.h89 Value *Range[2] = { ConstantInt::get(Ty, Lo), ConstantInt::get(Ty, Hi) }; local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineLoopRanges.cpp50 MachineLoopRange *&Range = Cache[Loop]; local
64 const std::pair<SlotIndex, SlotIndex> &Range = Indexes.getMBBRange(*I); local
H A DCriticalAntiDepBreaker.cpp605 Range = RegRefs.equal_range(AntiDepReg); local
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DIntegersSubsetTest.cpp33 typedef IntRange<Int> Range; typedef in namespace:__anon10833
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dpp.rb381 class Range class
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGIntegerCheckCombiningPhase.cpp139 struct Range { struct in namespace:JSC::DFG::__anon2570
140 Range() function in struct:JSC::DFG::__anon2570::Range
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DSimpleLineLayoutResolver.h40 class Range { class in namespace:WebCore::SimpleLineLayout
42 Range(IteratorType begin, IteratorType end) : m_begin(begin), m_end(end) { } function in class:WebCore::SimpleLineLayout::Range
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp324 int64_t Range; local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLowerSwitch.cpp209 uint64_t Range = cast<ConstantInt>(Leaf.High)->getSExtValue() - local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclScan.c38 struct Range { struct in struct:CharSet
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclScan.c48 struct Range { struct in struct:CharSet
/macosx-10.10/llvmCore-3425.0.34/utils/FileCheck/
H A DFileCheck.cpp630 static unsigned CountNumNewlinesBetween(StringRef Range) { argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h241 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { function in namespace:testing
247 internal::ParamGenerator<T> Range(T start, T end) { function in namespace:testing
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_peg.tcl
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLToken.h80 class Range { class in class:WebCore::HTMLToken::Attribute

Completed in 206 milliseconds

12