Home
last modified time | relevance | path

Searched refs:lbit (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtommath/demo/
Dtiming.c31 int lbit(void) in lbit() function
248 b.dp[0] |= lbit(); in main()
Ddemo.c29 int lbit(void) in lbit() function
/external/bluetooth/glib/glib/
Dgtestutils.c168 g_test_log (GTestLogType lbit, in g_test_log() argument
174 gboolean fail = lbit == G_TEST_LOG_STOP_CASE && largs[0] != 0; in g_test_log()
180 switch (lbit) in g_test_log()
209 msg.log_type = lbit; in g_test_log()
220 switch (lbit) in g_test_log()
/external/v8/benchmarks/
Dcrypto.js876 function lbit(x) { function
891 if(this_array[i] != 0) return i*BI_DB+lbit(this_array[i]);
/external/webkit/SunSpider/tests/v8-v4/
Dv8-crypto.js868 function lbit(x) { function
883 if(this_array[i] != 0) return i*BI_DB+lbit(this_array[i]);