Searched refs:ok (Results 1 – 12 of 12) sorted by relevance
75 my $ok = $connection->recv($actual_data, length($expected_data));76 if (!defined $ok) {
125 ok = func(self)126 print("\t=> %s" % ok, file=sys.stderr)127 return ok
189 bool ok = false; in ReconnectSession() local201 VerifyOrExit(rval == -1, ok = true); in ReconnectSession()208 return ok; in ReconnectSession()
7 int ok = 0;15 ok = 1;17 return( ok );24 int ok = 0;34 ok = 1;36 return( ok );
529 int ok = 0;578 ok = 1;587 return( ok );609 int ok = 0;615 ok = 1;619 return( ok );627 int ok = 0;630 ok = 1;633 return( ok );664 int ok = 0;[all …]
232 int ok = 0;292 ok = 1;301 return( ok );782 int ok = 0;790 ok = 1;793 return( ok );802 int ok = 0;815 ok = 1;818 return( ok );1027 int ok = 0;[all …]
31 int ok = 0;45 ok = 1;50 return( ok );
660 int ok;676 ok = olen == hash_result->len && memcmp( output, hash_result->x, olen ) == 0;678 TEST_ASSERT( ok == 1 );680 TEST_ASSERT( ok == 0 );
339 PSA import AES: bits=0 ok343 PSA import AES: bits=128 ok351 PSA import AES: bits=256 ok359 PSA import large key: raw, 65528 bits (ok)2677 PSA generate key: raw data, 65528 bits (ok)
2 # We're ok with short funtion argument names.28 # We're ok with short local or global variable names.
713 It should be ok for driver functions to be function-like macros or function pointers.776 The driver is allowed to update the state at any time. Is this ok?780 … driver it's calling. This may require a thread-local variable in a multithreaded core. Is this ok?
34 In unit tests and in test programs, it's ok to include header files from `library/`. Do not define …