OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:count_bits
(Results
1 - 10
of
10
) sorted by null
/external/dropbear/libtomcrypt/src/math/
gmp_desc.c
118
static int
count_bits
(void *a)
function
407
&
count_bits
,
ltm_desc.c
146
static int
count_bits
(void *a)
function
413
&
count_bits
,
tfm_desc.c
145
static int
count_bits
(void *a)
function
701
&
count_bits
,
/libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java
348
private static final int
COUNT_BITS
= Integer.SIZE - 3;
349
private static final int CAPACITY = (1 <<
COUNT_BITS
) - 1;
352
private static final int RUNNING = -1 <<
COUNT_BITS
;
353
private static final int SHUTDOWN = 0 <<
COUNT_BITS
;
354
private static final int STOP = 1 <<
COUNT_BITS
;
355
private static final int TIDYING = 2 <<
COUNT_BITS
;
356
private static final int TERMINATED = 3 <<
COUNT_BITS
;
[
all
...]
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
112
int (*
count_bits
)(void * a);
member in struct:__anon17392
460
#define mp_count_bits(a) ltc_mp.
count_bits
(a)
/external/qemu/
vnc-android.c
38
#define
count_bits
(c, v) { \
macro
[
all
...]
vnc.c
38
#define
count_bits
(c, v) { \
macro
[
all
...]
/external/chromium_org/v8/src/arm/
simulator-arm.cc
1526
static int
count_bits
(int bit_vector) {
function in namespace:v8::internal
[
all
...]
/external/v8/src/arm/
simulator-arm.cc
1568
static int
count_bits
(int bit_vector) {
function in namespace:v8::internal
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
Completed in 337 milliseconds