Searched refs:subn (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 158 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/ |
D | iwmmxt_helper.c | 304 IWMMXT_OP_CMP(subn, uint8_t, uint16_t, uint32_t, -)
|
D | helper.h | 408 DEF_IWMMXT_HELPER_SIZE(subn)
|
D | translate.c | 1269 IWMMXT_OP_SIZE(subn) in IWMMXT_OP()
|