HomeSort by relevance Sort by last modified time
    Searched defs:rtx (Results 1 - 5 of 5) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
coretypes.h 48 typedef struct rtx_def *rtx; typedef in typeref:struct:rtx_def
103 #define rtx struct _dont_use_rtx_here_ * macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
coretypes.h 48 typedef struct rtx_def *rtx; typedef in typeref:struct:rtx_def
103 #define rtx struct _dont_use_rtx_here_ * macro
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
coretypes.h 48 typedef struct rtx_def *rtx; typedef in typeref:struct:rtx_def
103 #define rtx struct _dont_use_rtx_here_ * macro
rtl.h 61 /* We check bit 0-1 of some rtx class codes in the predicates below. */
146 rtx offset; /* Offset from start of DECL, as CONST_INT. */
147 rtx size; /* Size in bytes, as a CONST_INT. */
165 /* Common union for an element of an rtx. */
172 rtx rt_rtx;
201 DEF_VEC_P(rtx);
202 DEF_VEC_ALLOC_P(rtx,heap);
203 DEF_VEC_ALLOC_P(rtx,gc);
226 VEC(rtx,gc) *objects;
236 VEC(rtx,gc) *anchors
200 DEF_VEC_P(rtx); variable
    [all...]
  /external/qemu/hw/
bt-l2cap.c 39 QEMUTimer *rtx; member in struct:l2cap_instance_s
    [all...]

Completed in 178 milliseconds