Searched refs:loop_count (Results 1 – 2 of 2) sorted by relevance
927 INT loop_count = 1000; in ntest_1_entry() local937 while(loop_count > 0) in ntest_1_entry()939 if ((loop_count == 0x00000232) && in ntest_1_entry()943 if ((loop_count == 0x00000235) && in ntest_1_entry()1004 loop_count--; in ntest_1_entry()1046 INT loop_count = 1000; in ntest_2_entry() local1052 while(loop_count > 0) in ntest_2_entry()1080 loop_count--; in ntest_2_entry()
1234 UINT loop_count; in _nx_crypto_aes_key_expansion() local1260 for (loop_count = 0; loop_count < iterations; loop_count++) in _nx_crypto_aes_key_expansion()1265 …temp ^= SET_MSB_BYTE((UINT)aes_rcon_array[loop_count]); /* (((UINT)aes_rcon_array[loop_count]) << … in _nx_crypto_aes_key_expansion()1296 …temp ^= SET_MSB_BYTE((UINT)aes_rcon_array[loop_count]); /* (((UINT)aes_rcon_array[loop_count]) << … in _nx_crypto_aes_key_expansion()