OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v64
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/include/
datatypes.h
92
uint64_t
v64
[2];
member in union:__anon11423
222
(((x)->
v64
[0] == (y)->
v64
[0]) && ((x)->
v64
[1] == (y)->
v64
[1]))
236
(z)->
v64
[0] ^= (x)->
v64
[0], \
237
(z)->
v64
[1] ^= (x)->
v64
[1] \
/external/dbus/test/
decode-gcov.c
507
dbus_int64_t
v64
;
local
577
if (!string_get_int64 (contents, i, &
v64
))
583
(long)
v64
, n_arcs, total_arcs + n_arcs);
883
dbus_int64_t
v64
;
local
965
if (!string_get_int64 (contents, i, &
v64
))
992
current_arc->arc_count =
v64
;
[
all
...]
/external/sqlite/dist/
sqlite3.c
20832
u64
v64
;
local
20884
u64
v64
;
local
[
all
...]
Completed in 200 milliseconds