Home
last modified time | relevance | path

Searched refs:_set (Results 1 – 25 of 61) sorted by relevance

123

/external/libunwind/doc/
Dunw_set_reg.tex8 \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)}
Dunw_set_fpreg.tex8 \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)}
Dunw_set_caching_policy.tex8 \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
Dunw_is_fpreg.tex40 \SeeAlso{unw\_set\_reg(3)},
42 \SeeAlso{unw\_set\_fpreg(3)}
Dunw_is_signal_frame.tex55 \SeeAlso{unw\_set\_reg(3)},
57 \SeeAlso{unw\_set\_fpreg(3)}
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\…
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)},
Dunw_resume.tex48 \Func{unw\_set\_reg}()), then \Func{unw\_resume}() will install this
88 \SeeAlso{unw\_set\_reg(3)},
Dunw_flush_cache.tex47 \SeeAlso{unw\_set\_caching\_policy(3)}
Dunw_get_reg.tex67 \SeeAlso{unw\_set\_reg(3)}
Dunw_get_fpreg.tex67 \SeeAlso{unw\_set\_fpreg(3)}
/external/deqp/framework/delibs/depool/
DdePoolArray.h112 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); \
DdePoolHashArray.h163 if (keys) KEYARRAYTYPE##_set(keys, ndx, key); \
164 if (values) VALUEARRAYTYPE##_set(values, ndx, TYPENAME##Array_get(hashArray->array, ndx)); \
DdePoolHashSet.h197 KEYARRAYTYPENAME##_set(keyArray, arrayNdx, slot->keys[elemNdx]); \
199 VALUEARRAYTYPENAME##_set(valueArray, arrayNdx, slot->values[elemNdx]); \
DdePoolHash.h447 KEYARRAYTYPENAME##_set(keyArray, arrayNdx, slot->keys[elemNdx]); \
449 VALUEARRAYTYPENAME##_set(valueArray, arrayNdx, slot->values[elemNdx]); \
DdePoolSet.h452 ARRAYTYPENAME##_set(array, arrayNdx++, slot->keys[elemNdx]); \
/external/clang/test/SemaObjC/
Dcircular-container.m48 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/
Dcontext.c187 int context_ ## name ## _set(context_t context, const char* str) \
191 hidden_def(context_ ## name ## _set)
/external/eigen/Eigen/src/Core/
DArray.h109 return Base::_set(other);
118 return Base::_set(other);
DMatrix.h208 return Base::_set(other);
225 return Base::_set(other);
DPlainObjectBase.h459 return _set(other);
708 EIGEN_STRONG_INLINE Derived& _set(const DenseBase<OtherDerived>& other)
/external/jemalloc/include/jemalloc/internal/
Dtsd.h677 void tsd_##n##_set(tsd_t *tsd, t n);
750 tsd_##n##_set(tsd_t *tsd, t n) \
/external/libevent/include/event2/
Drpc.h77 ((msg)->member##_set == 1)
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation_geometry_interaction.txt85 shader stages. In {vertex, control, evaluation, geometry}_set cases, a constant
/external/stressapptest/
Dconfigure1242 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/
Dconfigure1264 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