OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_left
(Results
1 - 5
of
5
) sorted by null
/external/srtp/crypto/kernel/
key.c
58
key->
num_left
= s;
81
if (low32(key->
num_left
) == 0)
84
key->
num_left
= make64(high32(key->
num_left
)-1,low32(key->
num_left
) - 1);
89
key->
num_left
= make64(high32(key->
num_left
),low32(key->
num_left
) - 1);
91
if (high32(key->
num_left
) != 0 || low32(key->
num_left
) >= soft_limit)
[
all
...]
/external/srtp/crypto/include/
key.h
78
xtd_seq_num_t
num_left
;
member in struct:key_limit_ctx_t
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
bio_ber.c
82
int
num_left
;
member in struct:ber_struct
95
long
num_left
; /* number of bytes still to read/write in block */
member in struct:bio_ber_struct
242
if (ctx->
num_left
> 0)
244
if (ctx->
num_left
< outl)
245
n=ctx->
num_left
;
254
ctx->
num_left
-=i;
257
if (ctx->
num_left
<= 0)
/external/openssl/crypto/pkcs7/
bio_ber.c
82
int
num_left
;
member in struct:ber_struct
95
long
num_left
; /* number of bytes still to read/write in block */
member in struct:bio_ber_struct
242
if (ctx->
num_left
> 0)
244
if (ctx->
num_left
< outl)
245
n=ctx->
num_left
;
254
ctx->
num_left
-=i;
257
if (ctx->
num_left
<= 0)
/external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c
1717
UINT16
num_left
= 0,
local
[
all
...]
Completed in 573 milliseconds