Reverse 62 crypto/ghash.cc product_table_[Reverse(1)] = x; Reverse 65 crypto/ghash.cc product_table_[Reverse(i)] = Double(product_table_[Reverse(i/2)]); Reverse 66 crypto/ghash.cc product_table_[Reverse(i+1)] = Add(product_table_[Reverse(i)], x); Reverse 10 native_client_sdk/src/examples/tutorial/dlopen/reverse.h extern "C" char* Reverse(const char*);