Home
last modified time | relevance | path

Searched refs:subn (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
Dcpp.py148 def subn(pattern, replacement, s): function
152 return _regexp_compile_cache[pattern].subn(replacement, s)
2429 line, number_of_replacements = subn(r'<([\w\s:]|::)+\s*[*&]*\s*>', '', line)
2447 line, control_statement = subn(r'^\s*(while|else if|if|switch)\s*\(', '', line)
/external/qemu/target-arm/
Diwmmxt_helper.c317 IWMMXT_OP_CMP(subn, uint8_t, uint16_t, uint32_t, -)
Dhelpers.h413 DEF_IWMMXT_HELPER_SIZE_ENV(subn)
Dtranslate.c1372 IWMMXT_OP_ENV_SIZE(subn) in IWMMXT_OP()