/external/compiler-rt/BlocksRuntime/tests/ |
k-and-r.c | 15 char (^rot13)(); 16 rot13 = ^(char c) { return (char)(((c - 'a' + 13) % 26) + 'a'); }; 17 char n = rot13('a'); 18 char c = rot13('p'); 20 printf("%s: rot13('a') returned %c, rot13('p') returns %c\n", argv[0], n, c);
|
/build/core/ |
product.mk | 265 $(eval $(strip $(1))_$(call rot13,$(v)):=$$($$(v))) \ 277 $(if $(call streq,$($(v)),$($(strip $(1))_$(call rot13,$(v)))),, \ 279 $(eval $(warning previous value: $($(strip $(1))_$(call rot13,$(v))))) \
|
definitions.mk | 551 ## Run rot13 on a string 554 define rot13 macro [all...] |
/external/v8/benchmarks/ |
README.txt | 41 encoded using ROT13 in a way that does not affect how the regexps
|
revisions.html | 71 encoded using ROT13 in a way that does not affect how the regexps
|
regexp.js | 35 // letters in the data are encoded using ROT13 in a way that does not [all...] |
/external/mksh/src/ |
dot.mkshrc | 47 whence -p rot13 >/dev/null || alias rot13='tr \
|
/external/regex-re2/lib/codereview/ |
codereview.py | 703 encoding/rot13: new package [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-regexp.js | 35 // letters in the data are encoded using ROT13 in a way that does not [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-regexp.js | 35 // letters in the data are encoded using ROT13 in a way that does not [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-regexp.js | 35 // letters in the data are encoded using ROT13 in a way that does not [all...] |