Searched refs:_set (Results 1 – 25 of 61) sorted by relevance
123
/external/libunwind/doc/ |
D | unw_set_reg.tex | 8 \begin{Name}{3}{unw\_set\_reg}{David Mosberger-Tang}{Programming Library}{unw\_set\_reg}unw\_set\_r… 15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \… 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\_reg}() may return any error returned by 69 \SeeAlso{unw\_set\_fpreg(3)}
|
D | unw_set_fpreg.tex | 8 \begin{Name}{3}{unw\_set\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_set\_fpreg}unw\_se… 15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},… 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\_fpreg}() may return any error returned by 69 \SeeAlso{unw\_set\_reg(3)}
|
D | unw_set_caching_policy.tex | 8 \begin{Name}{3}{unw\_set\_caching\_policy}{David Mosberger-Tang}{Programming Library}{unw\_set\_cac… 15 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_caching… 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
|
D | unw_is_fpreg.tex | 40 \SeeAlso{unw\_set\_reg(3)}, 42 \SeeAlso{unw\_set\_fpreg(3)}
|
D | unw_is_signal_frame.tex | 55 \SeeAlso{unw\_set\_reg(3)}, 57 \SeeAlso{unw\_set\_fpreg(3)}
|
D | libunwind.tex | 28 \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\… 45 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t}, \Type{unw\_caching\_policy\… 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)},
|
D | unw_resume.tex | 48 \Func{unw\_set\_reg}()), then \Func{unw\_resume}() will install this 88 \SeeAlso{unw\_set\_reg(3)},
|
D | unw_flush_cache.tex | 47 \SeeAlso{unw\_set\_caching\_policy(3)}
|
D | unw_get_reg.tex | 67 \SeeAlso{unw\_set\_reg(3)}
|
D | unw_get_fpreg.tex | 67 \SeeAlso{unw\_set\_fpreg(3)}
|
/external/deqp/framework/delibs/depool/ |
D | dePoolArray.h | 112 DE_INLINE void TYPENAME##_set (DE_PTR_TYPE(TYPENAME) arr, int ndx, VALUETYPE elem) DE_UNUSED_FU… 159 DE_INLINE void TYPENAME##_set (DE_PTR_TYPE(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); \
|
D | dePoolHashArray.h | 163 if (keys) KEYARRAYTYPE##_set(keys, ndx, key); \ 164 if (values) VALUEARRAYTYPE##_set(values, ndx, TYPENAME##Array_get(hashArray->array, ndx)); \
|
D | dePoolHashSet.h | 197 KEYARRAYTYPENAME##_set(keyArray, arrayNdx, slot->keys[elemNdx]); \ 199 VALUEARRAYTYPENAME##_set(valueArray, arrayNdx, slot->values[elemNdx]); \
|
D | dePoolHash.h | 447 KEYARRAYTYPENAME##_set(keyArray, arrayNdx, slot->keys[elemNdx]); \ 449 VALUEARRAYTYPENAME##_set(valueArray, arrayNdx, slot->values[elemNdx]); \
|
D | dePoolSet.h | 452 ARRAYTYPENAME##_set(array, arrayNdx++, slot->keys[elemNdx]); \
|
/external/clang/test/SemaObjC/ |
D | circular-container.m | 48 NSMutableSet *_set; // expected-note {{'_set' declared here}} field 59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen…
|
/external/selinux/libselinux/src/ |
D | context.c | 187 int context_ ## name ## _set(context_t context, const char* str) \ 191 hidden_def(context_ ## name ## _set)
|
/external/eigen/Eigen/src/Core/ |
D | Array.h | 109 return Base::_set(other); 118 return Base::_set(other);
|
D | Matrix.h | 208 return Base::_set(other); 225 return Base::_set(other);
|
D | PlainObjectBase.h | 459 return _set(other); 708 EIGEN_STRONG_INLINE Derived& _set(const DenseBase<OtherDerived>& other)
|
/external/jemalloc/include/jemalloc/internal/ |
D | tsd.h | 677 void tsd_##n##_set(tsd_t *tsd, t n); 750 tsd_##n##_set(tsd_t *tsd, t n) \
|
/external/libevent/include/event2/ |
D | rpc.h | 77 ((msg)->member##_set == 1)
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation_geometry_interaction.txt | 85 shader stages. In {vertex, control, evaluation, geometry}_set cases, a constant
|
/external/stressapptest/ |
D | configure | 1242 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1244 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 2886 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 2897 eval ac_cv_prog_make_${ac_make}_set=yes;; 2899 eval ac_cv_prog_make_${ac_make}_set=no;; 2903 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
|
/external/netperf/ |
D | configure | 1264 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1266 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 2809 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 2820 eval ac_cv_prog_make_${ac_make}_set=yes;; 2822 eval ac_cv_prog_make_${ac_make}_set=no;; 2826 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
|
123