HomeSort by: relevance | last modified time | path
    Searched defs:PREFIX (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/egl/
egl-entrypoint-check.py 7 PREFIX = 'EGL_ENTRYPOINT('
72 if line.startswith(PREFIX):
74 entrypoints.append(line[len(PREFIX):-len(SUFFIX)])
  /xsrc/external/mit/brotli/dist/c/enc/
backward_references.c 52 #define EXPORT_FN(X) EXPAND_CAT(X, EXPAND_CAT(PREFIX(), HASHER()))
54 #define PREFIX() N
116 #undef PREFIX
  /xsrc/external/mit/pixman/dist/pixman/
pixman-region16.c 45 #define PREFIX(x) pixman_region##x
pixman-region32.c 43 #define PREFIX(x) pixman_region32##x
pixman-region64f.c 43 #define PREFIX(x) pixman_region64f##x
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
linuxPci.c 360 static const char PREFIX[] = "/sys/class/pci_bus/%04x:%02x/%s";
361 char path[sizeof(PREFIX) + 10];
365 snprintf(path, sizeof(path) - 1, PREFIX, dev->domain, dev->bus, name);

Completed in 6 milliseconds