OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blkno
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c
37
ulong32
blkno
;
local
67
blkno
= 1;
70
/* process block number
blkno
*/
74
STORE32H(
blkno
, buf[1]);
75
++
blkno
;
77
/* get PRF(P, S||int(
blkno
)) */
/hardware/ti/wpan/tools/kfmapp/
kfmapp.c
1104
void fmapp_rds_decode(int
blkno
, int byte1, int byte2)
1111
switch (
blkno
) {
1160
printf("unknown block [%d]\n",
blkno
);
[
all
...]
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp
175
void rds_decode(int
blkno
, int byte1, int byte2)
185
switch (
blkno
) {
251
V4L2_JBTL_LOGD("unknown block [%d]\n",
blkno
);
[
all
...]
Completed in 203 milliseconds