OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_left
(Results
1 - 5
of
5
) sorted by null
/external/srtp/crypto/include/
key.h
78
xtd_seq_num_t
num_left
;
member in struct:key_limit_ctx_t
/external/chromium_org/components/autofill/core/browser/
password_generator.cc
57
size_t
num_left
= num_total;
local
60
// we have probability = |num_needed| / |
num_left
| to select
62
size_t probability = base::RandInt(0,
num_left
- 1);
67
--
num_left
;
/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 334 milliseconds