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

  /external/clang/test/Preprocessor/
macro_paste_c_block_comment.c 4 #define COMM / ## *
5 COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
  /external/chromium_org/tools/usb_gadget/
usb_constants.py 30 COMM = 2
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 30 #define COMM "COMM"
32 static struct format_field comm = { variable in typeref:struct:format_field
33 .name = "COMM",
366 if (strcmp(token, COMM) != 0) {
372 /* If token is 'COMM' then it is special */
373 field = &comm;
1574 const char *comm; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 320 #define SPACE CHOICE(.comm, .space, .space)
321 #define COMM CHOICE(.comm, .comm, .comm)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 320 #define SPACE CHOICE(.comm, .space, .space)
321 #define COMM CHOICE(.comm, .comm, .comm)
    [all...]

Completed in 646 milliseconds