Searched refs:is_in (Results 1 – 9 of 9) sorted by relevance
71 int is_in = 0; in get_ep_type() local117 is_in = 1; in get_ep_type()121 if (is_bulk && is_in) in get_ep_type()125 if (is_interrupt && is_in) in get_ep_type()
246 UBool is_in[3]; in testTag() local263 is_in[0] = in_Root; in testTag()264 is_in[1] = in_te; in testTag()265 is_in[2] = in_te_IN; in testTag()308 if (is_in[j] && param[i].inherits[j]) in testTag()323 is_in[j]?"Yes":"No", in testTag()334 if (is_in[j]) in testTag()
1588 UBool is_in[3]; in testTag() local1622 is_in[0] = in_Root; in testTag()1623 is_in[1] = in_te; in testTag()1624 is_in[2] = in_te_IN; in testTag()1651 if (is_in[j] && param[i].inherits[j]) in testTag()1666 is_in[j]?"Yes":"No", in testTag()1677 if (is_in[j]) in testTag()
151 is_in(){ function209 is_in "${1}" vp8 vp9 && enable_feature "${1}_encoder" "${1}_decoder"216 is_in "${1}" vp8 vp9 && disable_feature "${1}_encoder" "${1}_decoder"539 if is_in ${option} ${ARCH_EXT_LIST}; then542 is_in ${option} ${CMDLINE_SELECT} || die_unknown $opt545 is_in ${option} ${CMDLINE_SELECT} || die_unknown $opt552 if is_in ${option} ${ARCH_EXT_LIST}; then765 is_in ${toolchain} ${all_platforms} || enabled force_toolchain \
312 UBool is_in[] = { in_Root, in_te, in_te_IN }; in testTag() local356 if (is_in[j] && param[i].inherits[j]) in testTag()374 if (is_in[j]) in testTag()
644 UBool is_in[] = { in_Root, in_te, in_te_IN }; in testTag() local688 if (is_in[j] && param[i].inherits[j]) in testTag()706 if (is_in[j]) in testTag()
392 if is_in ${option} ${EXPERIMENT_LIST}; then398 elif is_in ${option} "${CODECS} ${CODEC_FAMILIES}"; then
762 bool is_in = *file == TGSI_FILE_INPUT; in parse_register_dcl() local776 if ((ctx->processor == PIPE_SHADER_GEOMETRY && is_in) || in parse_register_dcl()777 (ctx->processor == PIPE_SHADER_TESS_EVAL && is_in) || in parse_register_dcl()778 (ctx->processor == PIPE_SHADER_TESS_CTRL && (is_in || is_out))) { in parse_register_dcl()
775 def is_in(reader, start, size, location): function779 self.ForEachMemoryRegion(is_in)