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

  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 159 #define OMX_DBG_SET_MASK(dbg, mask_str) \
161 if (mask_str) { \
162 sscanf((mask_str), "%lx", &(dbg).mask); \
163 if (strlen(mask_str) < 8) { \
164 (dbg).mask &= ~0ul >> (32 - 4 * strlen(mask_str)); \
165 (dbg).mask |= OMX_DBG_BASEMASK << (4 * strlen(mask_str)); \
  /external/mesa3d/src/glsl/
ir_reader.cpp 569 const char *mask_str = mask_symbol->value(); local
570 unsigned mask_length = strlen(mask_str);
572 ir_read_error(expr, "invalid write mask: %s", mask_str);
579 if (mask_str[i] < 'w' || mask_str[i] > 'z') {
581 mask_str[i]);
584 mask |= 1 << idx_map[mask_str[i] - 'w'];
  /external/selinux/libsepol/cil/src/
cil_copy_ast.c 1086 if (orig->mask_str != NULL) {
1087 new->mask_str = orig->mask_str;
    [all...]
cil_internal.h 686 char *mask_str; member in struct:cil_nodecon
cil_tree.c     [all...]
cil_resolve_ast.c     [all...]
cil.c     [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c     [all...]

Completed in 79 milliseconds