Searched refs:vector (Results 26 - 50 of 1085) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h50 // Returns the type of a vector: level or edge. This will probably get
64 // Should return true if this vector can be shared.
68 virtual bool vectorCanBeShared(long vectorNumber, IOInterruptVector *vector);
70 // Do any hardware initalization for this vector. Leave the vector
72 virtual void initVector(long vectorNumber, IOInterruptVector *vector);
74 // Disable this vector at the hardware.
75 virtual void disableVectorHard(long vectorNumber, IOInterruptVector *vector);
77 // Enable this vector at the hardware.
78 virtual void enableVector(long vectorNumber, IOInterruptVector *vector);
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dmultidldb.h40 struct List : public vector<DLDbIdentifier>, public RefCount
42 List(const vector<DLDbIdentifier> &list) : vector<DLDbIdentifier>(list) {}
48 ListRef(const vector<DLDbIdentifier> &list) : RefPointer<List>(new List(list)) {}
51 MultiDLDbImpl(const vector<DLDbIdentifier> &list, bool useSecureStorage, const Cssm &cssm);
52 MultiDLDbImpl(const vector<DLDbIdentifier> &list, bool useSecureStorage);
58 void list(const vector<DLDbIdentifier> &list);
59 const vector<DLDbIdentifier> &list() { return *mListRef; }
85 MultiDLDb(const vector<DLDbIdentifier> &list, bool useSecureStorage, const Cssm &cssm)
87 MultiDLDb(const vector<DLDbIdentifie
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dmultidldb.h40 struct List : public vector<DLDbIdentifier>, public RefCount
42 List(const vector<DLDbIdentifier> &list) : vector<DLDbIdentifier>(list) {}
48 ListRef(const vector<DLDbIdentifier> &list) : RefPointer<List>(new List(list)) {}
51 MultiDLDbImpl(const vector<DLDbIdentifier> &list, bool useSecureStorage, const Cssm &cssm);
52 MultiDLDbImpl(const vector<DLDbIdentifier> &list, bool useSecureStorage);
58 void list(const vector<DLDbIdentifier> &list);
59 const vector<DLDbIdentifier> &list() { return *mListRef; }
85 MultiDLDb(const vector<DLDbIdentifier> &list, bool useSecureStorage, const Cssm &cssm)
87 MultiDLDb(const vector<DLDbIdentifie
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DvRijndael-alg-ref.c48 vector unsigned char v[2];
53 vector unsigned long v;
74 int vRijndaelKeySched ( vector unsigned char vk[2], int keyBits, int blockBits,
83 register vector unsigned char v1, v2, mask;
122 mask = (vector unsigned char) ( 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff );
131 mask = (vector unsigned char) ( 0, 0xff, 0xff, 0xff, 0, 0, 0, 0, 0, 0xff, 0xff, 0xff, 0, 0, 0, 0 );
154 register vector unsigned char v1, v2, v3, mask;
155 vector unsigned char vk[2];
158 v1 = vec_ld( 0, (vector unsigned char *) keyMaterial );
159 v2 = vec_ld( 16, (vector unsigne
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebCookieJar.h24 #include <vector>
47 std::vector<BlackBerry::Platform::String> cookies(const BlackBerry::Platform::String& url);
58 void setCookies(const BlackBerry::Platform::String& url, const std::vector<BlackBerry::Platform::String>& cookies);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dexpand.hpp34 #include <vector>
66 std::vector< std::string > expand_glob(const std::string& glob,
69 std::vector< std::string > exps;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h12 #include <vector>
46 typedef std::vector<changeset_ty> changesetlist_ty;
64 const std::vector<edge_ty> &Dependencies);
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIMessagedInterruptController.cpp134 // reserve space for new interrupt vector
188 uint32_t vector, firstVector = _vectorBase; local
269 /* vector */ (void *) (uintptr_t) (firstVector + _vectorBase),
274 for (vector = firstVector; vector < (firstVector + numVectors); vector++)
277 vector,
306 for (vector = 0; vector < numVectors; vector
349 reserveVectors(UInt32 vector, UInt32 count) argument
398 UInt32 vector = *((uint32_t *) spec->getBytesNoCopy()); local
408 deallocateInterrupt(UInt32 vector) argument
432 IOInterruptVector *vector; local
492 IOInterruptVector *vector; local
539 IOInterruptVector * vector; local
559 vectorCanBeShared(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
565 initVector(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
570 getVectorType(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
576 disableVectorHard(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
581 enableVector(IOInterruptVectorNumber vectorNumber, IOInterruptVector * vector) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DDataReference.h51 DataReference(const Vector<uint8_t, inlineCapacity>& vector) argument
52 : m_data(vector.data())
53 , m_size(vector.size())
67 Vector<uint8_t> vector() const function in class:CoreIPC::DataReference
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Datffile.hpp34 #include <vector>
73 std::vector< std::string > m_tps;
78 const std::vector< std::string >&,
82 const std::vector< std::string >& tps(void) const;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_CoreFoundation_CFBitVector.m12 CFBitVectorRef vector;
43 vector = CFBitVectorCreate(allocator, bytes, count);
48 PyObject* result = PyObjC_ObjCToPython(@encode(CFBitVectorRef), &vector);
49 if (vector) {
50 CFRelease(vector);
62 CFBitVectorRef vector;
70 if (PyObjC_PythonToObjC(@encode(CFBitVectorRef), py_vector, &vector) < 0) {
88 CFBitVectorGetBits(vector, range, (unsigned char*)PyBytes_AsString(buffer));
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Dstd_vector.i7 * SWIG typemaps for std::vector types
13 // std::vector
15 // The aim of all that follows would be to integrate std::vector with
21 // -- f(std::vector<T>), f(const std::vector<T>&), f(const std::vector<T>*):
23 // previously wrapped std::vector<T> can be passed.
24 // -- f(std::vector<T>&), f(std::vector<T>*):
25 // the parameter must be modified; therefore, only a wrapped std::vector
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h55 /// the vector. A node can "point to" itself to indicate that it
58 std::vector<unsigned> GroupNodes;
64 std::vector<unsigned> GroupNodeIndices;
71 std::vector<unsigned> KillIndices;
75 std::vector<unsigned> DefIndices;
81 std::vector<unsigned> &GetKillIndices() { return KillIndices; }
84 std::vector<unsigned> &GetDefIndices() { return DefIndices; }
93 // GetGroupRegs - Return a vector of the registers belonging to a
97 std::vector<unsigned> &Regs,
145 unsigned BreakAntiDependencies(const std::vector<SUni
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLX/
H A DStringServices.h28 #include <vector>
94 std::vector< BYTE > & outArray
/macosx-10.9.5/swig-10/Lib/python/
H A Dstd_vectora.i9 struct traits_asptr<std::vector<T,A> > {
10 typedef std::vector<T,A> vector_type;
18 struct traits_from<std::vector<T,A> > {
19 typedef std::vector<T,A> vector_type;
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpexecute.c100 int *vector; local
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
105 free (vector);
108 *status = vector[pid];
109 free (vector);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h23 #include <vector>
35 /// MBBs - The vector of basic blocks from which to create the jump table.
36 std::vector<MachineBasicBlock*> MBBs;
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M)
80 std::vector<MachineJumpTableEntry> JumpTables;
93 unsigned createJumpTableIndex(const std::vector<MachineBasicBlock*> &DestBBs);
99 const std::vector<MachineJumpTableEntry> &getJumpTables() const {
H A DResourcePriorityQueue.h40 std::vector<SUnit> *SUnits;
42 /// NumNodesSolelyBlocking - This vector contains, for every node in the
46 std::vector<unsigned> NumNodesSolelyBlocking;
49 std::vector<SUnit*> Queue;
53 std::vector<unsigned> RegPressure;
57 std::vector<unsigned> RegLimit;
71 std::vector<SUnit*> Packet;
86 void initNodes(std::vector<SUnit> &sunits);
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DListReducer.h20 #include <vector>
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
45 std::vector<ElTy> &Kept,
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) {
53 std::vector<ElTy> empty;
96 std::vector<ElTy> ShuffledList(TheList);
116 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
159 std::vector<ElTy> EmptyList;
177 std::vector<ElT
[all...]
/macosx-10.9.5/swig-10/Lib/guile/
H A Dstd_vector.i7 * SWIG typemaps for std::vector
13 // std::vector
15 // The aim of all that follows would be to integrate std::vector with
21 // -- f(std::vector<T>), f(const std::vector<T>&), f(const std::vector<T>*):
23 // previously wrapped std::vector<T> can be passed.
24 // -- f(std::vector<T>&), f(std::vector<T>*):
25 // the parameter must be modified; therefore, only a wrapped std::vector
[all...]
/macosx-10.9.5/swig-10/Lib/mzscheme/
H A Dstd_vector.i7 * SWIG typemaps for std::vector
13 // std::vector
15 // The aim of all that follows would be to integrate std::vector with
21 // -- f(std::vector<T>), f(const std::vector<T>&), f(const std::vector<T>*):
23 // previously wrapped std::vector<T> can be passed.
24 // -- f(std::vector<T>&), f(std::vector<T>*):
25 // the parameter must be modified; therefore, only a wrapped std::vector
[all...]
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dstd_vector.i7 * SWIG typemaps for std::vector types
13 // std::vector
15 // The aim of all that follows would be to integrate std::vector with
21 // -- f(std::vector<T>), f(const std::vector<T>&), f(const std::vector<T>*):
23 // previously wrapped std::vector<T> can be passed.
24 // -- f(std::vector<T>&), f(std::vector<T>*):
25 // the parameter must be modified; therefore, only a wrapped std::vector
[all...]
/macosx-10.9.5/swig-10/Lib/java/
H A Dstd_vector.i11 #include <vector>
17 template<class T> class vector {
22 vector();
23 vector(size_type n);
38 throw std::out_of_range("vector index out of range");
45 throw std::out_of_range("vector index out of range");
51 template<> class vector<bool> {
56 vector();
57 vector(size_type n);
72 throw std::out_of_range("vector inde
[all...]
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dstd_vector.i11 // std::vector
13 // The aim of all that follows would be to integrate std::vector with
19 // -- f(std::vector< T >), f(const std::vector< T >&), f(const std::vector< T >*):
21 // previously wrapped std::vector< T > can be passed.
22 // -- f(std::vector< T >&), f(std::vector< T >*):
23 // the parameter must be modified; therefore, only a wrapped std::vector
25 // -- std::vector<
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufMemoryCursor.h94 @param vector Void pointer to base of output physical scatter/gather list.
106 virtual UInt32 genPhysicalSegments(mbuf_t packet, void * vector,
128 @abstract An IOMbufMemoryCursor subclass that outputs a vector of
158 @param vector Pointer to an array of IOPhysicalSegments for the output
166 struct IOPhysicalSegment * vector,
176 @param vector Pointer to an array of IOPhysicalSegments for the output
184 struct IOPhysicalSegment * vector,
192 @abstract An IOMbufMemoryCursor subclass that outputs a vector of
222 @param vector Pointer to an array of IOPhysicalSegments for the output
230 struct IOPhysicalSegment * vector,
[all...]

Completed in 199 milliseconds

1234567891011>>