/third_party/libunwind/doc/ |
D | unw_get_reg.tex | 8 \begin{Name}{3}{unw\_get\_reg}{David Mosberger-Tang}{Programming Library}{unw\_get\_reg}unw\_get\_r… 15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \… 19 The \Func{unw\_get\_reg}() routine reads the value of register 33 Note that \Func{unw\_get\_reg}() can only read the contents of 35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit 40 On successful completion, \Func{unw\_get\_reg}() returns 0. 46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use 56 In addition, \Func{unw\_get\_reg}() may return any error returned by 65 \SeeAlso{unw\_get\_fpreg(3)},
|
D | unw_get_fpreg.tex | 8 \begin{Name}{3}{unw\_get\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_get\_fpreg}unw\_ge… 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},… 19 The \Func{unw\_get\_fpreg}() routine reads the value of floating-point 33 Note that \Func{unw\_get\_fpreg}() can only read the contents of 34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to 39 On successful completion, \Func{unw\_get\_fpreg}() returns 0. 45 \Func{unw\_get\_fpreg}() is thread-safe as well as safe to use 55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by 64 \SeeAlso{unw\_get\_reg(3)},
|
D | unw_get_accessors.tex | 8 \begin{Name}{3}{unw\_get\_accessors}{David Mosberger-Tang}{Programming Library}{unw\_get\_accessors… 15 \Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t~}\Var{as});\\ 19 The \Func{unw\_get\_accessors}() routine returns a pointer to a 26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the 32 The \Func{unw\_get\_accessors}() routine cannot fail and always 38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
|
D | unw_get_proc_info_by_ip.tex | 8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_… 15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word… 19 The \Func{unw\_get\_proc\_info\_by\_ip}() routine returns the same 21 \Func{unw\_get\_proc\_info}(), except that the info is looked up by 26 than \Func{unw\_get\_proc\_info}(). 52 On successful completion, \Func{unw\_get\_proc\_info\_by\_ip}() 58 \Func{unw\_get\_proc\_info}() is thread-safe. If the local 71 In addition, \Func{unw\_get\_proc\_info}() may return any error 79 \SeeAlso{unw\_get\_proc\_name(3)}, 80 \SeeAlso{unw\_get\_proc\_info(3)},
|
D | unw_get_proc_name.tex | 8 \begin{Name}{3}{unw\_get\_proc\_name}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_na… 15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \T… 19 The \Func{unw\_get\_proc\_name}() routine returns the name of the 27 address 0x40003000, then invoking \Func{unw\_get\_proc\_name}() on a 36 dynamic symbol table. In such cases, \Func{unw\_get\_proc\_name}() 45 On successful completion, \Func{unw\_get\_proc\_name}() returns 0. 51 \Func{unw\_get\_proc\_name}() is thread-safe. If cursor \Var{cp} is 65 In addition, \Func{unw\_get\_proc\_name}() may return any error 72 \SeeAlso{unw\_get\_proc\_info(3)}
|
D | unw_get_proc_info.tex | 8 \begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_in… 15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}… 19 The \Func{unw\_get\_proc\_info}() routine returns auxiliary 60 \Func{unw\_get\_proc\_info}() routine 66 \Func{unw\_get\_proc\_info}() routine 73 \Func{unw\_get\_proc\_info}() routine 86 On successful completion, \Func{unw\_get\_proc\_info}() returns 0. 92 \Func{unw\_get\_proc\_info}() is thread-safe. If cursor \Var{cp} is 105 In addition, \Func{unw\_get\_proc\_info}() may return any error 113 \SeeAlso{unw\_get\_proc\_name(3)}
|
D | libunwind.tex | 24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~… 26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\… 41 \Type{unw\_accessors\_t} \Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t});\\ 52 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}, \Type{unw\_proc\_info\_t~*});\\ 54 \Type{int} \Func{unw\_get\_save\_loc}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_save\_loc\_t~… 59 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}, \Type{char~*}, \Type{size\_t}, \Typ… 102 for this purpose: \Func{unw\_get\_reg}() reads an integer (general) 103 register, \Func{unw\_get\_fpreg}() reads a floating-point register, 330 \SeeAlso{unw\_get\_accessors(3)}, 331 \SeeAlso{unw\_get\_fpreg(3)}, [all …]
|
D | unw_is_fpreg.tex | 39 \SeeAlso{unw\_get\_reg(3)}, 41 \SeeAlso{unw\_get\_fpreg(3)},
|
D | unw_is_signal_frame.tex | 54 \SeeAlso{unw\_get\_reg(3)}, 56 \SeeAlso{unw\_get\_fpreg(3)},
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
D | dePoolArray.h | 111 DE_INLINE VALUETYPE TYPENAME##_get (const TYPENAME* arr, int ndx) DE_UNUSED_FUNCTION; \ 149 DE_INLINE VALUETYPE TYPENAME##_get (const TYPENAME* arr, int ndx) \ 198 TYPENAME##_set(dst, ndx, TYPENAME##_get(src, ndx)); \ 205 VALUETYPE tmp = TYPENAME##_get(arr, aNdx); \ 206 TYPENAME##_set(arr, aNdx, TYPENAME##_get(arr, bNdx)); \ 249 …if ((childNdx + 1 <= endNdx) && (CMPFUNC(TYPENAME##_get(arr, childNdx), TYPENAME##_get(arr, childN… 252 if (CMPFUNC(TYPENAME##_get(arr, rootNdx), TYPENAME##_get(arr, childNdx)) < 0) \
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 39 static void _get(UHashtable* hash, 131 _get(hash, three, 3); in TestBasic() 133 _get(hash, two, 0); in TestBasic() 134 _get(hash, one, 100); in TestBasic() 136 _get(hash, omega, 48); in TestBasic() 137 _get(hash, two, 200); in TestBasic() 430 static void _get(UHashtable* hash, in _get() function
|
/third_party/python/Lib/asyncio/ |
D | queues.py | 50 def _get(self): member in Queue 183 item = self._get() 231 def _get(self, heappop=heapq.heappop): member in PriorityQueue 244 def _get(self): member in LifoQueue
|
/third_party/python/Lib/ |
D | queue.py | 181 item = self._get() 217 def _get(self): member in Queue 238 def _get(self): member in PriorityQueue 254 def _get(self): member in LifoQueue
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 178 _get(collection, id, out, false); in get() 211 _get(collection, id, out, true); in getPrettified() 395 …private native void _get(String collection, long id, OutputStream out, boolean pretty) throws EJDB… in _get() method in EJDB2
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 224 _get(collection, id, out, false); in get() 303 _get(collection, id, out, true); in getPrettified() 506 …private native void _get(String collection, long id, OutputStream out, boolean pretty) throws EJDB… in _get() method in EJDB2
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | scheduling_ideas | 143 * _get from src, push to sink 270 the loop function or doing a _get/_push on a srcpad. 485 Interrupts are usually performed when a blocking _get based source or 496 - call _get function on source, this can block internally 498 - lock inside the get based function unlocks and _get function 507 - _get blocks 508 - app performs state change, _get is unlocked and returns
|
D | eos3 | 189 disksrc1 has passed the last buffer in the _get function. with its next 190 call to _get, it will return a NULL buffer and set the src pad to EOS. 236 disksrc1 has passed the last buffer in the _get function. with its next 237 call to _get, it will return a NULL buffer and set the src pad to EOS.
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | stack.rs | 226 Some(T::Ref::from_ptr(self._get(idx))) in get() 238 Some(T::Ref::from_ptr_mut(self._get(idx))) in get_mut() 259 unsafe fn _get(&self, idx: usize) -> *mut T::CType { in _get() method
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.h | 234 _get(key, value, creationContext, creationStatus); in get() 388 void _get(
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.h | 234 _get(key, value, creationContext, creationStatus); in get() 388 void _get(
|
/third_party/python/Lib/tkinter/ |
D | font.py | 57 def _get(self, args): member in Font 173 args = args + self._get(options)
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.h | 234 _get(key, value, creationContext, creationStatus); in get() 388 void _get(
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.h | 234 _get(key, value, creationContext, creationStatus); in get() 388 void _get(
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | typefind | 20 be able to support a _read ()- instead of a _get ()-based 22 the rest of GStreamer, _get () and _read () are the same,
|
/third_party/openssl/include/crypto/ |
D | sparse_array.h | 61 *ossl_sa_##type##_get(const SPARSE_ARRAY_OF(type) *sa, ossl_uintmax_t n) \
|