HomeSort by relevance Sort by last modified time
    Searched refs:_U (Results 1 - 19 of 19) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gen/
ctype_.c 49 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
50 _U, _U, _U, _U, _U, _U, _U, _U
    [all...]
isctype.c 44 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
52 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L)));
84 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
100 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
124 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _U));
  /external/libunwind/tests/
check-namespace.sh.in 70 ignore _U.*debug_level
110 match _U${plat}_flush_cache
111 match _U${plat}_get_accessors
112 match _U${plat}_getcontext
113 match _U${plat}_regname
114 match _U${plat}_strerror
125 match _U${plat}_get_elf_image
126 match _U${plat}_is_fpreg
134 match _U${plat}_get_elf_image
135 match _U${plat}_setcontex
    [all...]
  /external/libunwind/doc/
_U_dyn_cancel.tex 8 \begin{Name}{3}{\_U\_dyn\_cancel}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_cancel}\_U\_dyn\_cancel -- cancel unwind-info for dynamically generated code
15 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
19 The \Func{\_U\_dyn\_cancel}() routine cancels the registration of the
24 The \Func{\_U\_dyn\_cancel}() routine is guaranteed to execute in
26 \Func{\_U\_dyn\_register}() or \Func{\_U\_dyn\_cancel}()).
31 \Func{\_U\_dyn\_cancel}() is thread-safe but \emph{not} safe to use
36 \SeeAlso{libunwind-dynamic(3)}, \SeeAlso{\_U\_dyn\_register(3)
    [all...]
_U_dyn_register.tex 8 \begin{Name}{3}{\_U\_dyn\_register}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_register}\_U\_dyn\_register -- register unwind-info for dynamically generated code
15 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
19 The \Func{\_U\_dyn\_register}() routine registers unwind-info for a
25 The \Func{\_U\_dyn\_register}() routine is guaranteed to execute in
27 \Func{\_U\_dyn\_register}() or \Func{\_U\_dyn\_cancel}()).
32 \Func{\_U\_dyn\_register}() is thread-safe but \emph{not} safe to use
37 \SeeAlso{libunwind-dynamic(3)}, \SeeAlso{\_U\_dyn\_cancel(3)
    [all...]
libunwind-dynamic.tex 88 and calling \Func{\_U\_dyn\_register}(), passing the address of the
260 \Type{size\_t} \Func{\_U\_dyn\_region\_size}(\Type{int} \Var{op\_count});
285 \Const{\_U\_QP\_TRUE} (this constant is defined for all
366 \_U\_dyn\_op\_save\_reg();
367 \_U\_dyn\_op\_spill\_fp\_rel();
368 \_U\_dyn\_op\_spill\_sp\_rel();
369 \_U\_dyn\_op\_add();
370 \_U\_dyn\_op\_pop\_frames();
371 \_U\_dyn\_op\_label\_state();
372 \_U\_dyn\_op\_copy\_state()
    [all...]
libunwind.tex 60 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*});\\
62 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*});\\
256 \Func{Libunwind} provides the routines \Func{\_U\_dyn\_register}() and
257 \Func{\_U\_dyn\_cancel}() to register/cancel the information required to
344 \SeeAlso{\_U\_dyn\_register(3)},
345 \SeeAlso{\_U\_dyn\_cancel(3)}
unw_create_addr_space.tex 119 \Func{\_U\_dyn\_register}(3)). The \Var{dliap} argument is a pointer
250 \SeeAlso{\_U\_dyn\_register(3)},
  /external/libcxx/test/support/
nasty_macros.hpp 33 #define _U NASTY_MACRO
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_macros.hpp 33 #define _U NASTY_MACRO
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 56 #define _U _CTYPE_U
  /external/libunwind/include/
libunwind-common.h.in 36 #define UNW_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_), fn)
41 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_)
libunwind-common.h 40 #define UNW_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_), fn)
52 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ArmDisassembler.c 78 #define SIGN(_U) ((_U) ? "" : "-")
  /external/opencv/cv/src/
cvcalibration.cpp 612 CvMat _U = cvMat( 3, 3, CV_64F, U );
631 cvSVD( &_R, &_W, &_U, &_V, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T );
632 cvGEMM( &_U, &_V, 1, 0, 0, &_R, CV_GEMM_A_T );
    [all...]
  /external/annotation-tools/asmx/test/lib/
jakarta-oro-2.0.8.jar 
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /external/syslinux/bios/dos/
syslinux.com 344 !?Ps?hO/z\??R7!????ZA????????M!?}?iw?6f???Kj T??`_U.2? ???yM??O???9[}!??u???????t3?ns?????6???? `?|r??ecZ?a?du?_?D????f?>Q68J???IW????_?O?u
538 ???JN???+?F"*????d??l#?????k9?N???d}?)?[a??`K?]7?_\!U??$X?? ??m3???)??*H?rHcf????z?O????| ??ETq???y?X?n?????AL"?M)?????z?kS??*?????>HI_"??¸???a IJFs??-mr+?`&??}?Z~??W?7[y>+?4????= hiL4???k?nX?*??9m????T9?U?j?_@??BK????? ?&??o?hoB????d??UgU?????{t3????w?MO?a?56j?e??V?????? -6?=???3?C\?~g?1??P?????????rkw???<Os?r?A0@??????^?J?????v?{@4 \?O???|?l???lG?????A??B!????y9c>]L:???I?????????????;??nu??i?f????(}?6?"??*?x?:??9S?8k?????zg?b*o[???I??O??8??U?\x???????N??f?OAO?.?w?l???=?\?IQK? ????A ??K????Xu?Q$P?????9p?Z?~Z<????qZ?XMEF.w%c?,?@u?B?_U???/?????a5:? K????? ??????3?z?&%0J,???h??$?%?U? ??KM??????>?%x???cy??zLO:zTdC??&???+,K (…)
    [all...]

Completed in 788 milliseconds