Home
last modified time | relevance | path

Searched refs:ch2 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgetopt.c275 # define SWAP_FLAGS(ch1, ch2) \ argument
279 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
280 __getopt_nonoption_flags[ch2] = __tmp; \
283 # define SWAP_FLAGS(ch1, ch2) argument
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-tuple_test.cc110 const char ch2 = 'b'; in TEST() local
111 const FooTuple c(j, ch2); in TEST()