HomeSort by: relevance | last modified time | path
    Searched refs:STUB (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt_requests.c 86 #define STUB ((struct intel_timeline *)1)
95 if (cmpxchg(&tl->retire, NULL, STUB)) /* already queued */
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.h 851 if (len > 6 && !strcmp ("$stub", xname + len - 5)) \
853 else if (len > 7 && !strcmp ("$stub\"", xname + len - 6)) \
1026 /* Set on a symbol that is a pic stub or symbol indirection (i.e. the
1027 L_xxxxx${stub,non_lazy_ptr,lazy_ptr}. */
1067 #define GEN_BINDER_NAME_FOR_STUB(BUF,STUB,STUB_LENGTH) \
1069 const char *const stub_ = (STUB); \
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.h 874 if (len > 6 && !strcmp ("$stub", xname + len - 5)) \
876 else if (len > 7 && !strcmp ("$stub\"", xname + len - 6)) \
1049 /* Set on a symbol that is a pic stub or symbol indirection (i.e. the
1050 L_xxxxx${stub,non_lazy_ptr,lazy_ptr}. */
1090 #define GEN_BINDER_NAME_FOR_STUB(BUF,STUB,STUB_LENGTH) \
1092 const char *const stub_ = (STUB); \

Completed in 26 milliseconds