/external/libunwind/doc/ |
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_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_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)},
|
/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]); \
|
/external/python/cpython3/Lib/ |
D | os.py | 102 _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/u-boot/arch/arm/include/asm/mach-imx/ |
D | regs-common.h | 40 uint8_t name##_set[4]; \ 46 uint32_t name##_set; \
|
/external/python/pyasn1/pyasn1/type/ |
D | constraint.py | 134 self._set = set(values) 137 if value not in self._set: 181 elif value not in self._set: 338 self._set = set(values) 341 if not self._set.issuperset(value):
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | kernel.cpp | 399 kernel::argument::argument() : _set(false) { in argument() 404 return _set; in set() 424 _set = true; in set() 449 _set = true; in set() 456 _set = true; in set_svm() 505 _set = true; in set() 531 _set = true; in set() 570 _set = true; in set() 601 _set = true; in set() 629 _set = true; in set()
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | layer_utils.py | 209 def _set(self, key, value): member in AttributeSentinel 218 self._set(key, True) 222 self._set(key, False)
|
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 351 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/ |
D | tkFont.py | 47 def _set(self, kw): member in Font 76 font = self._set(options) 139 *self._set(options))
|
/external/python/cpython3/Lib/tkinter/ |
D | font.py | 49 def _set(self, kw): member in Font 77 font = self._set(options) 142 *self._set(options))
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 1204 uint32_t _set) in anv_cmd_buffer_push_descriptor_set() argument 1215 &pipe_state->push_descriptors[_set]; in anv_cmd_buffer_push_descriptor_set() 1282 uint32_t _set, in anv_CmdPushDescriptorSetKHR() argument 1289 assert(_set < MAX_SETS); in anv_CmdPushDescriptorSetKHR() 1291 struct anv_descriptor_set_layout *set_layout = layout->set[_set].layout; in anv_CmdPushDescriptorSetKHR() 1295 set_layout, _set); in anv_CmdPushDescriptorSetKHR() 1356 layout, _set, set, NULL, NULL); in anv_CmdPushDescriptorSetKHR() 1363 uint32_t _set, in anv_CmdPushDescriptorSetWithTemplateKHR() argument 1371 assert(_set < MAX_PUSH_DESCRIPTORS); in anv_CmdPushDescriptorSetWithTemplateKHR() 1373 struct anv_descriptor_set_layout *set_layout = layout->set[_set].layout; in anv_CmdPushDescriptorSetWithTemplateKHR() [all …]
|
/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/libchrome/base/containers/ |
D | README.md | 28 * 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__.py | 137 def _set(self, value): member in Value 139 value = property(_get, _set)
|
/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/u-boot/board/compulab/cl-som-imx7/ |
D | common.h | 10 #define PADS_SET_PROT(pads_array) void cl_som_imx7_##pads_array##_set(void)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 541 cache[job]._set(idx, (False, e)) 592 cache[job]._set(i, obj) 609 cache[job]._set(i, obj) 770 def _set(self, i, obj): member in ApplyResult 801 def _set(self, i, success_result): member in MapResult 869 def _set(self, i, obj): member in IMapIterator 900 def _set(self, i, obj): member in IMapUnorderedIterator
|
/external/eigen/Eigen/src/Core/ |
D | Array.h | 109 return Base::_set(other); 118 return Base::_set(other);
|