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

  /xsrc/external/mit/freetype/dist/builds/unix/
unix-cc.in 102 RCraw := @RC@
104 RC := $(LIBTOOL) --tag=RC --mode=compile $(RCraw)
configure 668 RC
11879 if test -n "$RC"; then
11880 ac_cv_prog_RC="$RC" # Let the user override the test.
11899 RC=$ac_cv_prog_RC
11900 if test -n "$RC"; then
11901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RC" >&5
11902 $as_echo "$RC" >&6; }
11911 ac_ct_RC=$RC
11949 RC=""
11957 RC=$ac_ct_R
    [all...]
  /xsrc/external/mit/freetype/dist/builds/
freetype.mk 247 # The VERSIONINFO resource `ftver.rc' contains version and copyright
250 ifneq ($(RC),)
251 FTVER_SRC := $(BASE_DIR)/ftver.rc
257 $(RC) -o $@ $<
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_ir.h 309 enum RC : uint8_t {
338 constexpr RegClass(RC rc_) : rc(rc_) {}
340 : rc((RC)((type == RegType::vgpr ? 1 << 5 : 0) | size))
343 constexpr operator RC() const { return rc; }
346 constexpr RegType type() const { return rc <= RC::s16 ? RegType::sgpr : RegType::vgpr; }
347 constexpr bool is_linear_vgpr() const { return rc & (1 << 6); }
375 RC rc; member in namespace:aco
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h 632 Uchar RC:1;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gv100.cpp 163 OPINFO(IMAD_WIDE, R , NONE, RIC , NONE, RC , NEG );
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
edid.h 641 Uchar RC:1;
  /xsrc/external/mit/xf86-input-ws/dist/
configure 19383 RC)
19386 # Source file extension for RC test sources.
19387 ac_ext=rc
19389 # Object file extension for compiled RC test sources.
19427 CC=${RC-"windres"}
  /xsrc/external/mit/libXfontcache/dist/
configure 19504 RC)
19507 # Source file extension for RC test sources.
19508 ac_ext=rc
19510 # Object file extension for compiled RC test sources.
19548 CC=${RC-"windres"}
  /xsrc/external/mit/libxkbui/dist/
configure 18110 RC)
18114 # Source file extension for RC test sources.
18115 ac_ext=rc
18117 # Object file extension for compiled RC test sources.
18155 CC=${RC-"windres"}
  /xsrc/external/mit/xf86-video-imstt/dist/
configure 18117 RC)
18121 # Source file extension for RC test sources.
18122 ac_ext=rc
18124 # Object file extension for compiled RC test sources.
18162 CC=${RC-"windres"}
  /xsrc/external/mit/xf86-video-nsc/dist/
configure 18141 RC)
18145 # Source file extension for RC test sources.
18146 ac_ext=rc
18148 # Object file extension for compiled RC test sources.
18186 CC=${RC-"windres"}

Completed in 75 milliseconds