OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QSIZE
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
gendss.c
34
#define
QSIZE
20 /* 160 bit */
73
char buf[
QSIZE
];
76
genrandom(buf,
QSIZE
);
78
buf[
QSIZE
-1] |= 0x01; /* bottom bit high */
80
bytes_to_mp(key->q, buf,
QSIZE
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py
0
QSIZE
= 100000
9
def __init__(self,
qsize
=
QSIZE
):
11
self._qsize =
qsize
Completed in 195 milliseconds