Searched refs:_set (Results 1 - 25 of 69) sorted by relevance

123

/external/qemu/android/utils/
H A Drefset.h62 #define AREFSET_FOREACH(_set,_item,_statement) \
65 int __refset_max = (_set)->max_buckets; \
66 (_set)->iteration += 2; \
68 void* __refset_item = (_set)->buckets[__refset_nn]; \
74 (_set)->iteration -= 2; \
75 if ((_set)->iteration == 1) \
76 _arefSet_removeDeferred(_set); \
/external/libunwind/doc/
H A Dunw_set_fpreg.tex8 \begin{Name}{3}{unw\_set\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_set\_fpreg}unw\_set\_fpreg -- set contents of floating-point register
15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t} \Var{val});\\
19 The \Func{unw\_set\_fpreg}() routine sets the value of register
33 Note that \Func{unw\_set\_fpreg}() can only write the contents of
34 floating-point registers. See \Func{unw\_set\_reg}(3) for a way to
39 On successful completion, \Func{unw\_set\_fpreg}() returns 0.
45 \Func{unw\_set\_fpreg}() is thread-safe as well as safe to use
57 In addition, \Func{unw\_set\_fpre
[all...]
H A Dunw_set_reg.tex8 \begin{Name}{3}{unw\_set\_reg}{David Mosberger-Tang}{Programming Library}{unw\_set\_reg}unw\_set\_reg -- set register contents
15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t} \Var{val});\\
19 The \Func{unw\_set\_reg}() routine sets the value of register
33 Note that \Func{unw\_set\_reg}() can only write the contents of
35 \Func{unw\_set\_fpreg}(3) for a way to write registers which do not
40 On successful completion, \Func{unw\_set\_reg}() returns 0.
46 \Func{unw\_set\_reg}() is thread-safe as well as safe to use
58 In addition, \Func{unw\_set\_re
[all...]
H A Dunw_set_caching_policy.tex8 \begin{Name}{3}{unw\_set\_caching\_policy}{David Mosberger-Tang}{Programming Library}{unw\_set\_caching\_policy}unw\_set\_caching\_policy -- set unwind caching policy
15 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_caching\_policy\_t} \Var{policy});\\
19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
50 On successful completion, \Func{unw\_set\_caching\_policy}() returns 0.
56 \Func{unw\_set\_caching\_policy}() is thread-safe but \emph{not} safe
H A Dunw_is_fpreg.tex40 \SeeAlso{unw\_set\_reg(3)},
42 \SeeAlso{unw\_set\_fpreg(3)}
H A Dunw_is_signal_frame.tex55 \SeeAlso{unw\_set\_reg(3)},
57 \SeeAlso{unw\_set\_fpreg(3)}
H A Dlibunwind.tex28 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t});\\
30 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t});\\
45 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t}, \Type{unw\_caching\_policy\_t});\\
102 \Func{unw\_set\_reg}() writes an integer register, and
103 \Func{unw\_set\_fpreg}() writes a floating-point register. Note that,
290 \Func{unw\_set\_caching\_policy}(), which lets a program
339 \SeeAlso{unw\_set\_caching\_policy(3)},
340 \SeeAlso{unw\_set\_fpreg(3)},
341 \SeeAlso{unw\_set\_reg(3)},
H A Dunw_resume.tex48 \Func{unw\_set\_reg}()), then \Func{unw\_resume}() will install this
88 \SeeAlso{unw\_set\_reg(3)},
H A Dunw_flush_cache.tex47 \SeeAlso{unw\_set\_caching\_policy(3)}
H A Dunw_get_fpreg.tex67 \SeeAlso{unw\_set\_fpreg(3)}
H A Dunw_get_reg.tex67 \SeeAlso{unw\_set\_reg(3)}
/external/stlport/stlport/
H A Dset36 # include <stl/_set.h>
/external/deqp/framework/delibs/depool/
H A DdePoolArray.h112 DE_INLINE void TYPENAME##_set (TYPENAME* arr, int ndx, VALUETYPE elem) DE_UNUSED_FUNCTION; \
159 DE_INLINE void TYPENAME##_set (TYPENAME* arr, int ndx, VALUETYPE elem) \
174 TYPENAME##_set(arr, arr->numElements - 1, elem); \
198 TYPENAME##_set(dst, ndx, TYPENAME##_get(src, ndx)); \
206 TYPENAME##_set(arr, aNdx, TYPENAME##_get(arr, bNdx)); \
207 TYPENAME##_set(arr, bNdx, tmp); \
H A DdePoolHashArray.h163 if (keys) KEYARRAYTYPE##_set(keys, ndx, key); \
164 if (values) VALUEARRAYTYPE##_set(values, ndx, TYPENAME##Array_get(hashArray->array, ndx)); \
H A DdePoolHashSet.h197 KEYARRAYTYPENAME##_set(keyArray, arrayNdx, slot->keys[elemNdx]); \
199 VALUEARRAYTYPENAME##_set(valueArray, arrayNdx, slot->values[elemNdx]); \
H A DdePoolHash.h447 KEYARRAYTYPENAME##_set(keyArray, arrayNdx, slot->keys[elemNdx]); \
449 VALUEARRAYTYPENAME##_set(valueArray, arrayNdx, slot->values[elemNdx]); \
H A DdePoolSet.h452 ARRAYTYPENAME##_set(array, arrayNdx++, slot->keys[elemNdx]); \
/external/libselinux/src/
H A Dcontext.c189 int context_ ## name ## _set(context_t context, const char* str) \
193 hidden_def(context_ ## name ## _set)
/external/qemu/distrib/libselinux/src/
H A Dcontext.c189 int context_ ## name ## _set(context_t context, const char* str) \
193 hidden_def(context_ ## name ## _set)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A Dutilities.js1205 this._set = {};
1232 if (!this._set[objectIdentifier])
1234 this._set[objectIdentifier] = item;
1243 if (this._set[item.__identifier]) {
1245 delete this._set[item.__identifier];
1258 for (var objectIdentifier in this._set)
1259 result[i++] = this._set[objectIdentifier];
1269 return !!this._set[item.__identifier];
1282 this._set = {};
/external/eigen/Eigen/src/Core/
H A DArray.h89 return Base::_set(other);
97 return Base::_set(other);
H A DMatrix.h156 return Base::_set(other);
172 return Base::_set(other);
309 // go for pure _set() implementations, right?
H A DPlainObjectBase.h406 return _set(other);
596 EIGEN_STRONG_INLINE Derived& _set(const DenseBase<OtherDerived>& other) function in class:Eigen::PlainObjectBase
608 /** \internal Like _set() but additionally makes the assumption that no aliasing effect can happen (which
611 * \sa operator=(const MatrixBase<OtherDerived>&), _set()
/external/chromium_org/third_party/libevent/test/
H A Dregress.gen.h12 #define EVTAG_HAS(msg, member) ((msg)->member##_set == 1)
/external/stlport/stlport/stl/
H A D_set.h381 # include <stl/pointers/_set.h>

Completed in 3956 milliseconds

123