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

  /external/pcre/dist/
pcre_study.c 51 #define SET_BIT(c) start_bits[c/8] |= (1 << (c&7))
599 SET_BIT(c);
611 SET_BIT(buff[0]);
622 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
632 SET_BIT(c);
644 SET_BIT(c);
653 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
694 SET_BIT(buff[0]);
902 if (c > 0xff) SET_BIT(0xff); else SET_BIT(c)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 38 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8)))
303 SET_BIT(supported, ext[i].bit);
397 SET_BIT(client_glx_support, bit);
401 SET_BIT(direct_glx_support, bit);
405 SET_BIT(client_glx_only, bit);
409 SET_BIT(direct_glx_only, bit);
417 SET_BIT(client_gl_support, bit);
421 SET_BIT(client_gl_only, bit);
583 SET_BIT(server_support, EXT_visual_info_bit);
584 SET_BIT(server_support, EXT_visual_rating_bit)
    [all...]
  /external/mesa3d/src/glx/
glxextensions.c 38 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8)))
303 SET_BIT(supported, ext[i].bit);
397 SET_BIT(client_glx_support, bit);
401 SET_BIT(direct_glx_support, bit);
405 SET_BIT(client_glx_only, bit);
409 SET_BIT(direct_glx_only, bit);
417 SET_BIT(client_gl_support, bit);
421 SET_BIT(client_gl_only, bit);
583 SET_BIT(server_support, EXT_visual_info_bit);
584 SET_BIT(server_support, EXT_visual_rating_bit)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h 189 #define SET_BIT PR_SET_BIT
  /external/pixman/pixman/
pixman-fast-path.c 917 #define SET_BIT(p, n) \
950 SET_BIT (dst, dest_x + w);
    [all...]

Completed in 190 milliseconds