HomeSort by relevance Sort by last modified time
    Searched refs:rot13 (Results 1 - 3 of 3) sorted by null

  /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...]

Completed in 2818 milliseconds