Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py158 def subn(pattern, replacement, s): function
162 return _regexp_compile_cache[pattern].subn(replacement, s)
2956 line, number_of_replacements = subn(r'<([\w\s:]|::)+\s*[*&]*\s*>', '', line)
2974 line, control_statement = subn(r'^\s*(while|else if|if|switch)\s*\(', '', line)
/external/qemu/target-arm/
Diwmmxt_helper.c304 IWMMXT_OP_CMP(subn, uint8_t, uint16_t, uint32_t, -)
Dhelper.h408 DEF_IWMMXT_HELPER_SIZE(subn)
Dtranslate.c1269 IWMMXT_OP_SIZE(subn) in IWMMXT_OP()