HomeSort by relevance Sort by last modified time
    Searched refs:lbit (Results 1 - 7 of 7) sorted by null

  /external/dropbear/libtommath/demo/
timing.c 31 int lbit(void) function
248 b.dp[0] |= lbit();
demo.c 29 int lbit(void) function
  /external/bluetooth/glib/glib/
gtestutils.c 168 g_test_log (GTestLogType lbit,
174 gboolean fail = lbit == G_TEST_LOG_STOP_CASE && largs[0] != 0;
180 switch (lbit)
209 msg.log_type = lbit;
220 switch (lbit)
    [all...]
  /external/v8/benchmarks/
crypto.js 876 function lbit(x) { function
891 if(this_array[i] != 0) return i*BI_DB+lbit(this_array[i]);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 868 function lbit(x) { function
883 if(this_array[i] != 0) return i*BI_DB+lbit(this_array[i]);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 868 function lbit(x) { function
883 if(this_array[i] != 0) return i*BI_DB+lbit(this_array[i]);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 868 function lbit(x) { function
883 if(this_array[i] != 0) return i*BI_DB+lbit(this_array[i]);
    [all...]

Completed in 290 milliseconds