Home
last modified time | relevance | path

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

/third_party/alsa-lib/
Dgitcompile5 bit32=
43 if [ -z "$bit32" ]; then
51 if [ -z "$bit32" ]; then
/third_party/openssl/test/
Dparams_api_test.c76 const int bit32 = param->data_size <= sizeof(int32_t); in test_param_type_extra() local
86 if ((bit32 && !TEST_true(OSSL_PARAM_get_int32(param, &i32))) in test_param_type_extra()
90 if ((bit32 in test_param_type_extra()
100 if (bit32) { in test_param_type_extra()