HomeSort by relevance Sort by last modified time
    Searched refs:__temp (Results 26 - 50 of 54) sorted by null

12 3

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
uaccess.h 57 #define __put_user_asm_half(x,__pu_addr,err) ({ unsigned long __temp = (unsigned long)(x); __put_user_asm_byte(__temp, __pu_addr, err); __put_user_asm_byte(__temp >> 8, __pu_addr + 1, err); })
59 #define __put_user_asm_half(x,__pu_addr,err) ({ unsigned long __temp = (unsigned long)(x); __put_user_asm_byte(__temp >> 8, __pu_addr, err); __put_user_asm_byte(__temp, __pu_addr + 1, err); })
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
uaccess.h 57 #define __put_user_asm_half(x,__pu_addr,err) ({ unsigned long __temp = (unsigned long)(x); __put_user_asm_byte(__temp, __pu_addr, err); __put_user_asm_byte(__temp >> 8, __pu_addr + 1, err); })
59 #define __put_user_asm_half(x,__pu_addr,err) ({ unsigned long __temp = (unsigned long)(x); __put_user_asm_byte(__temp >> 8, __pu_addr, err); __put_user_asm_byte(__temp, __pu_addr + 1, err); })
  /external/stlport/stlport/stl/
_num_put.c 278 __max_int_t __temp = __x; local
279 __umax_int_t __utemp = __negative?-__temp:__temp;
317 __umax_int_t __temp = __x; local
320 __temp &= 0xFFFFFFFF;
322 for (; __temp != 0; __temp >>=3)
323 *--__ptr = (char)((((unsigned)__temp)& 0x7) + '0');
334 __umax_int_t __temp = __x; local
337 __temp &= 0xFFFFFFFF
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 278 __max_int_t __temp = __x; local
279 __umax_int_t __utemp = __negative?-__temp:__temp;
317 __umax_int_t __temp = __x; local
320 __temp &= 0xFFFFFFFF;
322 for (; __temp != 0; __temp >>=3)
323 *--__ptr = (char)((((unsigned)__temp)& 0x7) + '0');
334 __umax_int_t __temp = __x; local
337 __temp &= 0xFFFFFFFF
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 278 __max_int_t __temp = __x; local
279 __umax_int_t __utemp = __negative?-__temp:__temp;
317 __umax_int_t __temp = __x; local
320 __temp &= 0xFFFFFFFF;
322 for (; __temp != 0; __temp >>=3)
323 *--__ptr = (char)((((unsigned)__temp)& 0x7) + '0');
334 __umax_int_t __temp = __x; local
337 __temp &= 0xFFFFFFFF
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 278 __max_int_t __temp = __x; local
279 __umax_int_t __utemp = __negative?-__temp:__temp;
317 __umax_int_t __temp = __x; local
320 __temp &= 0xFFFFFFFF;
322 for (; __temp != 0; __temp >>=3)
323 *--__ptr = (char)((((unsigned)__temp)& 0x7) + '0');
334 __umax_int_t __temp = __x; local
337 __temp &= 0xFFFFFFFF
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 278 __max_int_t __temp = __x; local
279 __umax_int_t __utemp = __negative?-__temp:__temp;
317 __umax_int_t __temp = __x; local
320 __temp &= 0xFFFFFFFF;
322 for (; __temp != 0; __temp >>=3)
323 *--__ptr = (char)((((unsigned)__temp)& 0x7) + '0');
334 __umax_int_t __temp = __x; local
337 __temp &= 0xFFFFFFFF
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 278 __max_int_t __temp = __x; local
279 __umax_int_t __utemp = __negative?-__temp:__temp;
317 __umax_int_t __temp = __x; local
320 __temp &= 0xFFFFFFFF;
322 for (; __temp != 0; __temp >>=3)
323 *--__ptr = (char)((((unsigned)__temp)& 0x7) + '0');
334 __umax_int_t __temp = __x; local
337 __temp &= 0xFFFFFFFF
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_put.c 278 __max_int_t __temp = __x; local
279 __umax_int_t __utemp = __negative?-__temp:__temp;
317 __umax_int_t __temp = __x; local
320 __temp &= 0xFFFFFFFF;
322 for (; __temp != 0; __temp >>=3)
323 *--__ptr = (char)((((unsigned)__temp)& 0x7) + '0');
334 __umax_int_t __temp = __x; local
337 __temp &= 0xFFFFFFFF
    [all...]
  /external/kernel-headers/original/asm-arm/
uaccess.h 327 unsigned long __temp = (unsigned long)(x); \
328 __put_user_asm_byte(__temp, __pu_addr, err); \
329 __put_user_asm_byte(__temp >> 8, __pu_addr + 1, err); \
334 unsigned long __temp = (unsigned long)(x); \
335 __put_user_asm_byte(__temp >> 8, __pu_addr, err); \
336 __put_user_asm_byte(__temp, __pu_addr + 1, err); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 595 iterator __temp = __detail::__lower_bound local
600 __free_list.insert(__temp, __addr);
779 size_t* __temp = local
781 *__temp = 0;
782 ++__temp;
787 (__temp + __num_bitmaps),
789 (__temp + __num_bitmaps)
796 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 595 iterator __temp = __detail::__lower_bound local
600 __free_list.insert(__temp, __addr);
779 size_t* __temp = local
781 *__temp = 0;
782 ++__temp;
787 (__temp + __num_bitmaps),
789 (__temp + __num_bitmaps)
796 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 595 iterator __temp = __detail::__lower_bound local
600 __free_list.insert(__temp, __addr);
779 size_t* __temp = local
781 *__temp = 0;
782 ++__temp;
787 (__temp + __num_bitmaps),
789 (__temp + __num_bitmaps)
796 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 592 iterator __temp = __detail::__lower_bound local
597 __free_list.insert(__temp, __addr);
776 size_t* __temp = local
778 *__temp = 0;
779 ++__temp;
784 (__temp + __num_bitmaps),
786 (__temp + __num_bitmaps)
793 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 595 iterator __temp = __detail::__lower_bound local
600 __free_list.insert(__temp, __addr);
779 size_t* __temp = local
781 *__temp = 0;
782 ++__temp;
787 (__temp + __num_bitmaps),
789 (__temp + __num_bitmaps)
796 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 592 iterator __temp = __detail::__lower_bound local
597 __free_list.insert(__temp, __addr);
776 size_t* __temp = local
778 *__temp = 0;
779 ++__temp;
784 (__temp + __num_bitmaps),
786 (__temp + __num_bitmaps)
793 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
bitmap_allocator.h 591 iterator __temp = __detail::__lower_bound local
596 __free_list.insert(__temp, __addr);
781 size_t* __temp = local
783 *__temp = 0;
784 ++__temp;
789 (__temp + __num_bitmaps),
791 (__temp + __num_bitmaps)
798 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 614 iterator __temp = __gnu_cxx::__detail::__lower_bound local
619 __free_list.insert(__temp, __addr);
794 size_t* __temp = local
797 *__temp = 0;
798 ++__temp;
803 (__temp + __num_bitmaps),
805 (__temp + __num_bitmaps)
815 __temp[__i] = __bit_mask;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 614 iterator __temp = __gnu_cxx::__detail::__lower_bound local
619 __free_list.insert(__temp, __addr);
794 size_t* __temp = local
797 *__temp = 0;
798 ++__temp;
803 (__temp + __num_bitmaps),
805 (__temp + __num_bitmaps)
815 __temp[__i] = __bit_mask;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 614 iterator __temp = __gnu_cxx::__detail::__lower_bound local
619 __free_list.insert(__temp, __addr);
794 size_t* __temp = local
797 *__temp = 0;
798 ++__temp;
803 (__temp + __num_bitmaps),
805 (__temp + __num_bitmaps)
815 __temp[__i] = __bit_mask;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 614 iterator __temp = __gnu_cxx::__detail::__lower_bound local
619 __free_list.insert(__temp, __addr);
794 size_t* __temp = local
797 *__temp = 0;
798 ++__temp;
803 (__temp + __num_bitmaps),
805 (__temp + __num_bitmaps)
815 __temp[__i] = __bit_mask;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
bitmap_allocator.h 614 iterator __temp = __gnu_cxx::__detail::__lower_bound local
619 __free_list.insert(__temp, __addr);
794 size_t* __temp = local
797 *__temp = 0;
798 ++__temp;
803 (__temp + __num_bitmaps),
805 (__temp + __num_bitmaps)
815 __temp[__i] = __bit_mask;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 84 while (_Fwd_list_node_base* __temp = __tail->_M_next)
87 _M_next = __temp;
88 __tail->_M_next = __temp->_M_next;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 84 while (_Fwd_list_node_base* __temp = __tail->_M_next)
87 _M_next = __temp;
88 __tail->_M_next = __temp->_M_next;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 84 while (_Fwd_list_node_base* __temp = __tail->_M_next)
87 _M_next = __temp;
88 __tail->_M_next = __temp->_M_next;
    [all...]

Completed in 3166 milliseconds

12 3