Searched defs:count_bits (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c118 static int count_bits(void *a) function
407 &count_bits,
H A Dltm_desc.c146 static int count_bits(void *a) function
413 &count_bits,
H A Dtfm_desc.c145 static int count_bits(void *a) function
701 &count_bits,
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h112 int (*count_bits)(void * a); member in struct:__anon5214
460 #define mp_count_bits(a) ltc_mp.count_bits(a)
/external/qemu/
H A Dvnc-android.c38 #define count_bits(c, v) { \ macro
1637 count_bits(vs->clientds.pf.rbits, red_max);
1641 count_bits(vs->clientds.pf.gbits, green_max);
1645 count_bits(vs->clientds.pf.bbits, blue_max);
H A Dvnc.c38 #define count_bits(c, v) { \ macro
1631 count_bits(vs->clientds.pf.rbits, red_max);
1635 count_bits(vs->clientds.pf.gbits, green_max);
1639 count_bits(vs->clientds.pf.bbits, blue_max);
/external/v8/src/arm/
H A Dsimulator-arm.cc1568 static int count_bits(int bit_vector) { function in namespace:v8::internal
1623 int num_regs = count_bits(rlist);

Completed in 152 milliseconds