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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
standard_policies.hpp 87 typedef __gnu_pbds::hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
111 typedef __gnu_pbds::linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
standard_policies.hpp 87 typedef __gnu_pbds::hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
111 typedef __gnu_pbds::linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
standard_policies.hpp 87 typedef __gnu_pbds::hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
111 typedef __gnu_pbds::linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 87 typedef __gnu_pbds::hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
111 typedef __gnu_pbds::linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 87 typedef __gnu_pbds::hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
111 typedef __gnu_pbds::linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 87 typedef __gnu_pbds::hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
111 typedef __gnu_pbds::linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
standard_policies.hpp 87 typedef __gnu_pbds::hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
111 typedef __gnu_pbds::linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
standard_policies.hpp 87 typedef __gnu_pbds::hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
111 typedef __gnu_pbds::linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
standard_policies.hpp 95 typedef hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
123 typedef linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /bionic/libc/kernel/tools/
cpp.py 754 def __init__(self,cond,iftrue,iffalse):
757 self.iftrue = iftrue
761 return "(?: %s %s %s)" % (repr(self.cond),repr(self.iftrue),repr(self.iffalse))
764 return "(%s) ? (%s) : (%s)" % (self.cond, self.iftrue, self.iffalse)
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 3969 IRAtom *cond, *iffalse, *iftrue; local
4468 IRAtom *cond, *iffalse, *iftrue; local
5828 IRAtom *cond, *iffalse, *iftrue; local
6107 IRAtom *cond, *iffalse, *iftrue; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 235 mkite(IRExpr *condition, IRExpr *iftrue, IRExpr *iffalse)
239 return IRExpr_Mux0X(unop(Iop_1Uto8, condition), iffalse, iftrue);
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1458 milliseconds