Home
last modified time | relevance | path

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

1234

/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)}
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_is_signal_frame.tex55 \SeeAlso{unw\_set\_reg(3)},
57 \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]); \
/external/python/cpython3/Lib/
Dos.py102 _set.add(_globals[fn])
104 _set = set() variable
121 supports_dir_fd = _set
123 _set = set() variable
125 supports_effective_ids = _set
127 _set = set() variable
134 _set.add(stat) # fstat always works
141 supports_fd = _set
143 _set = set() variable
178 supports_follow_symlinks = _set
[all …]
/external/python/pyasn1/pyasn1/type/
Dconstraint.py133 self._set = set(values)
136 if value not in self._set:
180 elif value not in self._set:
337 self._set = set(values)
340 if not self._set.issuperset(value):
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.cpp359 kernel::argument::argument() : _set(false) { in argument()
364 return _set; in set()
384 _set = true; in set()
408 _set = true; in set()
452 _set = true; in set()
478 _set = true; in set()
517 _set = true; in set()
548 _set = true; in set()
579 _set = true; in set()
/external/u-boot/arch/arm/include/asm/mach-imx/
Dregs-common.h40 uint8_t name##_set[4]; \
46 uint32_t name##_set; \
/external/python/cpython2/Lib/multiprocessing/
Dpool.py351 cache[job]._set(ind, (False, e))
363 cache[job]._set(ind + 1, (False, ex))
408 cache[job]._set(i, obj)
425 cache[job]._set(i, obj)
574 def _set(self, i, obj): member in ApplyResult
606 def _set(self, i, success_result): member in MapResult
677 def _set(self, i, obj): member in IMapIterator
712 def _set(self, i, obj): member in IMapUnorderedIterator
/external/python/cpython2/Lib/lib-tk/
DtkFont.py47 def _set(self, kw): member in Font
76 font = self._set(options)
139 *self._set(options))
/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c907 uint32_t _set, in anv_CmdPushDescriptorSetKHR() argument
914 assert(_set < MAX_SETS); in anv_CmdPushDescriptorSetKHR()
917 layout->set[_set].layout; in anv_CmdPushDescriptorSetKHR()
921 pipelineBindPoint, _set); in anv_CmdPushDescriptorSetKHR()
992 layout, _set, set, NULL, NULL); in anv_CmdPushDescriptorSetKHR()
999 uint32_t _set, in anv_CmdPushDescriptorSetWithTemplateKHR() argument
1007 assert(_set < MAX_PUSH_DESCRIPTORS); in anv_CmdPushDescriptorSetWithTemplateKHR()
1010 layout->set[_set].layout; in anv_CmdPushDescriptorSetWithTemplateKHR()
1014 template->bind_point, _set); in anv_CmdPushDescriptorSetWithTemplateKHR()
1032 layout, _set, set, NULL, NULL); in anv_CmdPushDescriptorSetWithTemplateKHR()
/external/python/cpython3/Lib/tkinter/
Dfont.py49 def _set(self, kw): member in Font
77 font = self._set(options)
142 *self._set(options))
/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/libchrome/base/containers/
DREADME.md28 * Generally avoid **std::unordered\_set** and **std::unordered\_map**. In the
36 **base::flat\_set**. You need to be aware of the maximum expected size of
62 | std::unordered\_map, std::unordered\_set | 128 bytes | 16-24 bytes | No …
63 | base::flat\_map and base::flat\_set | 24 bytes | 0 (see notes) | No …
91 ### std::unordered\_map and std::unordered\_set
105 std::unordered\_set took 1.07x the time of std::set, and queries took 0.67x the
107 in the browser), query performance is identical to std::set and base::flat\_set.
108 On ARM, unordered\_set performance can be worse because integer division to
113 ### base::flat\_map and base::flat\_set
128 flat\_set/flat\_map support a notion of transparent comparisons. Therefore you
/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py137 def _set(self, value): member in Value
139 value = property(_get, _set)
/external/python/cpython3/Lib/multiprocessing/
Dpool.py435 cache[job]._set(idx, (False, e))
486 cache[job]._set(i, obj)
503 cache[job]._set(i, obj)
659 def _set(self, i, obj): member in ApplyResult
689 def _set(self, i, success_result): member in MapResult
752 def _set(self, i, obj): member in IMapIterator
781 def _set(self, i, obj): member in IMapUnorderedIterator
/external/selinux/libselinux/src/
Dcontext.c187 int context_ ## name ## _set(context_t context, const char* str) \
191 hidden_def(context_ ## name ## _set)
/external/u-boot/board/compulab/cl-som-imx7/
Dcommon.h10 #define PADS_SET_PROT(pads_array) void cl_som_imx7_##pads_array##_set(void)
/external/eigen/Eigen/src/Core/
DArray.h109 return Base::_set(other);
118 return Base::_set(other);
/external/python/cpython2/Lib/plat-mac/
Daetools.py269 def _set(self, _object, _attributes={}, **_arguments): member in TalkTo
290 set = _set

1234