Home
last modified time | relevance | path

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

/system/core/libmincrypt/test/
Decdsa_test.c246 result = !memcmp(P256_DIGITS(&good_dsa_signature_##n##_s), P256_DIGITS(&s), \ in main()
/system/core/adb/
Dsockets.cpp260 static void local_socket_event_func(int fd, unsigned ev, void* _s) in local_socket_event_func() argument
262 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func()
517 static void remote_socket_disconnect(void* _s, atransport* t) in remote_socket_disconnect() argument
519 asocket* s = reinterpret_cast<asocket*>(_s); in remote_socket_disconnect()