OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low32
(Results
1 - 7
of
7
) sorted by null
/external/srtp/crypto/kernel/
key.c
52
if (high32(s) == 0 &&
low32
(s) < soft_limit)
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) {
105
if (
low32
(key->num_left) == 0 && high32(key->num_left == 0))
/external/srtp/crypto/replay/
rdbx.c
103
*pi = make64(high32(*pi) + (s > ~
low32
(*pi) ? 1 : 0),
low32
(*pi) + s);
129
(
low32
(*local) >> 16));
130
uint16_t local_seq = (uint16_t) (
low32
(*local));
137
(
low32
(*guess) >> 16));
138
uint16_t guess_seq = (uint16_t) (
low32
(*guess));
344
low32
(rdbx->index) > seq_num_median)
357
return s - (uint16_t)
low32
(rdbx->index);
/external/srtp/crypto/include/
integers.h
106
extern uint32_t
low32
(uint64_t value);
datatypes.h
415
v = make64(htonl(
low32
(v)),htonl(high32(v)));
/external/srtp/crypto/cipher/
aes_icm.c
209
int tail_num =
low32
(octet_num) & 0x0f;
213
(
low32
(octet_num) >> 4));
225
low32
(c->offset.v64[0]) ^
low32
(block_num));
/external/srtp/srtp/
srtp.c
734
high32(est),
low32
(est));
748
iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (
low32
(est) >> 16),
749
low32
(est) << 16));
774
(
low32
(est) >> 16),
775
low32
(est) << 16));
882
delta =
low32
(est);
907
debug_print2(mod_srtp, "estimated u_packet index: %08x%08x", high32(est),
low32
(est));
925
iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (
low32
(est) >> 16),
926
low32
(est) << 16));
949
(
low32
(est) >> 16)
[
all
...]
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
2821
IRExpr * Inf_exp, * hi32, *
low32
;
local
2846
IRExpr * hi32, *
low32
;
local
2866
IRExpr * NaN_exp, * hi32, *
low32
;
local
7669
IRExpr * hi32, *
low32
, * fraction_is_nonzero;
local
7861
IRExpr * hi32, *
low32
;
local
[
all
...]
Completed in 82 milliseconds