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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
xdr.h 131 bool_t (*x_getint32) (XDR *__xdrs, int32_t *__ip);
133 bool_t (*x_putint32) (XDR *__xdrs, __const int32_t *__ip);
288 extern bool_t xdr_int (XDR *__xdrs, int *__ip) __THROW;
296 extern bool_t xdr_int8_t (XDR *__xdrs, int8_t *__ip) __THROW;
298 extern bool_t xdr_int16_t (XDR *__xdrs, int16_t *__ip) __THROW;
300 extern bool_t xdr_int32_t (XDR *__xdrs, int32_t *__ip) __THROW;
302 extern bool_t xdr_int64_t (XDR *__xdrs, int64_t *__ip) __THROW;
304 extern bool_t xdr_quad_t (XDR *__xdrs, quad_t *__ip) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h 131 bool_t (*x_getint32) (XDR *__xdrs, int32_t *__ip);
133 bool_t (*x_putint32) (XDR *__xdrs, __const int32_t *__ip);
288 extern bool_t xdr_int (XDR *__xdrs, int *__ip) __THROW;
296 extern bool_t xdr_int8_t (XDR *__xdrs, int8_t *__ip) __THROW;
298 extern bool_t xdr_int16_t (XDR *__xdrs, int16_t *__ip) __THROW;
300 extern bool_t xdr_int32_t (XDR *__xdrs, int32_t *__ip) __THROW;
302 extern bool_t xdr_int64_t (XDR *__xdrs, int64_t *__ip) __THROW;
304 extern bool_t xdr_quad_t (XDR *__xdrs, quad_t *__ip) __THROW;
  /external/clang/lib/Headers/
unwind.h 180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); local
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
unwind.h 180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); local
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
unwind.h 180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); local
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
unwind.h 180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); local
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
unwind.h 180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); local
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
  /prebuilts/sdk/renderscript/clang-include/
unwind.h 180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); local
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */

Completed in 795 milliseconds