HomeSort by relevance Sort by last modified time
    Searched refs:sane_ctype (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
ctype.c 19 unsigned char sane_ctype[256] = { variable
util.h 213 extern unsigned char sane_ctype[256];
221 #define sane_istest(x,mask) ((sane_ctype[(unsigned char)(x)] & (mask)) != 0)

Completed in 242 milliseconds