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

  /xsrc/external/mit/libvdpau/dist/test/
dlclose.c 10 #define SKIP 77
47 return SKIP;
57 return SKIP;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_builder.h.py 22 SKIP = set(["lane", "lane_dest", "lanes", "lanes", "replicate", "swz", "widen", "swap", "neg", "abs", "not", "sign", "extend", "divzero", "clamp", "sem", "not_result", "skip"])
102 % if mod[0:-1] not in SKIP and mod not in SKIP:
174 return mod in SKIP or mod[0:-1] in SKIP
201 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, signature = signature, arguments = arguments, src_count = src_count, typesize = typesize, SKIP = SKIP))
  /xsrc/external/mit/xterm/dist/
xutf8.c 128 #define SKIP do { s++; } while(((*s & 0x80) != 0) && (*s & 0xC0) != 0xC0)
141 SKIP;
145 SKIP;
149 #undef SKIP
156 #define SKIP do { s++; } while(((*s & 0x80) != 0) && (*s & 0xC0) != 0xC0)
171 SKIP;
175 SKIP;
178 #undef SKIP
  /xsrc/external/mit/bitmap/dist/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/fontconfig/dist/
test-driver 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/libXaw/dist/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/libXdmcp/dist/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/libXmu/dist/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/libXpm/dist/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/libXt/dist/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/libvdpau/dist/
test-driver 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/libxcb/dist/build-aux/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/makedepend/dist/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/xorgproto/dist/
test-driver 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /xsrc/external/mit/libX11/dist/
test-driver 131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
  /xsrc/external/mit/libXau/dist/
test-driver 131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
  /xsrc/external/mit/libxshmfence/dist/
test-driver 131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
  /xsrc/external/mit/xauth/dist/
test-driver 131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
  /xsrc/external/mit/xorg-server/dist/
test-driver 131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_tests.c 280 SKIP = -1,
296 status == SKIP ? "skip" :
326 util_report_result(SKIP);
385 util_report_result_helper(SKIP, "%s: %s", __func__,
639 util_report_result_helper(SKIP, name);
644 util_report_result_helper(SKIP, name);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_tests.c 275 SKIP = -1,
291 status == SKIP ? "skip" :
321 util_report_result(SKIP);
380 util_report_result_helper(SKIP, "%s: %s", __func__,
630 util_report_result_helper(SKIP, name);
635 util_report_result_helper(SKIP, name);
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
agx_device.c 390 unsigned SKIP = strlen(path) - END_LEN;
392 memcpy(buffer + OFFS, path + SKIP, END_LEN);

Completed in 16 milliseconds