OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swap_tmp
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_queue.h
447
struct type *
swap_tmp
= LIST_FIRST((head1)); \
449
LIST_FIRST((head2)) =
swap_tmp
; \
450
if ((
swap_tmp
= LIST_FIRST((head1))) != NULL) \
451
swap_tmp
->field.le_prev = &LIST_FIRST((head1)); \
452
if ((
swap_tmp
= LIST_FIRST((head2))) != NULL) \
453
swap_tmp
->field.le_prev = &LIST_FIRST((head2)); \
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_exp.c
840
BIGNUM *
swap_tmp
;
local
844
(BN_mod(t, r, m, ctx) && (
swap_tmp
= r, r = t, t =
swap_tmp
, 1))))
/external/openssl/crypto/bn/
bn_exp.c
840
BIGNUM *
swap_tmp
;
local
844
(BN_mod(t, r, m, ctx) && (
swap_tmp
= r, r = t, t =
swap_tmp
, 1))))
Completed in 258 milliseconds