Searched defs:vector (Results 51 - 75 of 130) sorted by relevance

123456

/macosx-10.10/WebCore-7600.1.25/platform/leveldb/
H A DLevelDBTransaction.cpp75 static void initVector(const LevelDBSlice& slice, Vector<char>* vector) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DFormData.cpp92 PassRefPtr<FormData> FormData::create(const Vector<char>& vector) argument
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.c544 pex_get_status (struct pex_obj *obj, int count, int *vector) argument
569 pex_get_times (struct pex_obj *obj, int count, struct pex_time *vector) argument
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-mode.el[all...]
H A Dcalc-keypd.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dmule-util.el
/macosx-10.10/emacs-93/emacs/src/
H A Ddosfns.c102 Lisp_Object address, vector; variable
111 CHECK_VECTOR (vector); variable
127 Lisp_Object address, vector; variable
136 CHECK_VECTOR (vector); variable
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mib.c301 int vector = cpu_info.vector_unit == 0? 0 : 1; local
/macosx-10.10/emacs-93/emacs/lisp/
H A Dansi-color.el[all...]
H A Dps-bdf.el[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_bvector.h456 class vector<bool, _Alloc> : protected _Bvector_base<_Alloc> class in inherits:_Bvector_base
484 vector(const allocator_type& __a = allocator_type()) function in class:vector
488 vector(size_type __n, const bool& __value = bool(), function in class:vector
497 vector(cons function in class:vector
505 vector(_InputIterator __first, _InputIterator __last, function in class:vector
[all...]
/macosx-10.10/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp336 UInt32 IOMbufMemoryCursor::genPhysicalSegments(mbuf_t packet, void *vector, argument
546 _ZN21IOMbufBigMemoryCursor19getPhysicalSegmentsEP4mbufPN14IOMemoryCursor15PhysicalSegmentEm( IOMbufBigMemoryCursor *self, void *packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
553 getPhysicalSegments(mbuf_t packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
560 _ZN21IOMbufBigMemoryCursor31getPhysicalSegmentsWithCoalesceEP4mbufPN14IOMemoryCursor15PhysicalSegmentEm( IOMbufBigMemoryCursor *self, void *packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
567 getPhysicalSegmentsWithCoalesce(mbuf_t packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
590 _ZN25IOMbufNaturalMemoryCursor19getPhysicalSegmentsEP4mbufPN14IOMemoryCursor15PhysicalSegmentEm( IOMbufNaturalMemoryCursor *self, void *packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
597 getPhysicalSegments(mbuf_t packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
604 _ZN25IOMbufNaturalMemoryCursor31getPhysicalSegmentsWithCoalesceEP4mbufPN14IOMemoryCursor15PhysicalSegmentEm( IOMbufNaturalMemoryCursor *self, void *packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
612 getPhysicalSegmentsWithCoalesce(mbuf_t packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
635 _ZN24IOMbufLittleMemoryCursor19getPhysicalSegmentsEP4mbufPN14IOMemoryCursor15PhysicalSegmentEm( IOMbufLittleMemoryCursor *self, void *packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
642 getPhysicalSegments(mbuf_t packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
649 _ZN24IOMbufLittleMemoryCursor31getPhysicalSegmentsWithCoalesceEP4mbufPN14IOMemoryCursor15PhysicalSegmentEm( IOMbufLittleMemoryCursor *self, void *packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
657 getPhysicalSegmentsWithCoalesce(mbuf_t packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments) argument
682 _ZN23IOMbufDBDMAMemoryCursor19getPhysicalSegmentsEP4mbufP17IODBDMADescriptorm( IOMbufDBDMAMemoryCursor *self, void *packet, struct IODBDMADescriptor *vector, UInt32 numVectorSegments) argument
689 getPhysicalSegments(mbuf_t packet, struct IODBDMADescriptor *vector, UInt32 numVectorSegments) argument
696 _ZN23IOMbufDBDMAMemoryCursor31getPhysicalSegmentsWithCoalesceEP4mbufP17IODBDMADescriptorm( IOMbufDBDMAMemoryCursor *self, void *packet, struct IODBDMADescriptor *vector, UInt32 numVectorSegments) argument
704 getPhysicalSegmentsWithCoalesce(mbuf_t packet, struct IODBDMADescriptor *vector, UInt32 numVectorSegments) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdb.cpp305 CssmData *vector = alloc.alloc<CssmData>(source.size()); local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdb.cpp305 CssmData *vector = alloc.alloc<CssmData>(source.size()); local
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStdLibExtras.h286 inline void insertIntoBoundedVector(VectorType& vector, size_t size, const ElementType& element, size_t index) argument
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp428 bool toVector(JSC::ExecState* exec, JSC::JSValue value, Vector<T, inlineCapacity>& vector) argument
H A DJSDOMBinding.h390 template<typename T> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, const Vector<T>& vector) argument
398 template<typename T> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, const Vector<RefPtr<T>>& vector) argument
446 template<typename T, size_t inlineCapacity> JSC::JSValue jsArray(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, const Vector<T, inlineCapacity>& vector) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dtestcover.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Drmailkwd.el
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbitblb.cpp921 void RBBITableBuilder::sortedAdd(UVector **vector, int32_t val) { argument
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIMessagedInterruptController.cpp342 uint32_t vector, firstVector = _vectorBase; local
512 uint32_t numVectors, msiPhysVectors, vector, data; local
621 reserveVectors(UInt32 vector, UInt32 count) argument
667 uint32_t vector = *((uint32_t *) spec->getBytesNoCopy()); local
677 deallocateInterrupt(UInt32 vector) argument
700 IOInterruptVector * vector; local
754 vectorCanBeShared(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
760 initVector(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
765 getVectorType(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
771 disableVectorHard(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
784 enableVector(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringImpl.h301 static PassRef<StringImpl> create8BitIfPossible(const Vector<UChar, inlineCapacity>& vector) argument
400 static PassRef<StringImpl> adopt(Vector<CharType, inlineCapacity, OverflowHandler>& vector) argument
H A DWTFString.h145 static String adopt(Vector<CharacterType, inlineCapacity, OverflowHandler>& vector) { return StringImpl::adopt(vector); } argument
508 String::String(const Vector<UChar, inlineCapacity, OverflowHandler>& vector) argument
569 appendNumber(Vector<CharacterType>& vector, unsigned char number) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DXSSAuditor.cpp117 bool threadSafeMatch(const Vector<UChar, inlineCapacity>& vector, const QualifiedName& qname) argument
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGInlineTextBox.cpp47 Vector<SVGTextFragment> vector; member in struct:WebCore::ExpectedSVGInlineTextBoxSize

Completed in 196 milliseconds

123456