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

  /external/libdrm/
libdrm_lists.h 88 #define DRMLISTFOREACHSAFE(__item, __temp, __list) \
89 for ((__item) = (__list)->next, (__temp) = (__item)->next; \
91 (__item) = (__temp), (__temp) = (__item)->next)
93 #define DRMLISTFOREACHSAFEREVERSE(__item, __temp, __list) \
94 for ((__item) = (__list)->prev, (__temp) = (__item)->prev; \
96 (__item) = (__temp), (__temp) = (__item)->prev)
104 #define DRMLISTFOREACHENTRYSAFE(__item, __temp, __list, __head) \
106 (__temp) = DRMLISTENTRY(typeof(*__item),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 372 register long double __temp; \
373 __temp = __builtin_expm1l (__x); \
374 return __temp ? __temp : __x
379 register long double __temp; \
392 : "=t" (__temp) : "0" (1.0), "u" (__exponent)); \
393 __temp -= 1.0; \
394 __temp += __value; \
395 return __temp ? __temp : __
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 77 while (_Fwd_list_node_base* __temp = __tail->_M_next)
80 _M_next = __temp;
81 __tail->_M_next = __temp->_M_next;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 77 while (_Fwd_list_node_base* __temp = __tail->_M_next)
80 _M_next = __temp;
81 __tail->_M_next = __temp->_M_next;
    [all...]

Completed in 679 milliseconds