HomeSort by relevance Sort by last modified time
    Searched refs:v64 (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/none/tests/s390x/
cksm.c 64 uint64_t v64; local
70 v64 = sum;
71 v64 += buff[n];
73 if (v64 >> 32)
100 v64 = sum;
101 v64 += final;
103 if (v64 >> 32)
  /external/srtp/crypto/include/
datatypes.h 92 uint64_t v64[2]; member in union:__anon12716
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/srtp/crypto/cipher/
aes_icm.c 222 c->counter.v64[0] = c->offset.v64[0];
224 c->counter.v64[0] = make64(high32(c->offset.v64[0]) ^ high32(block_num),
225 low32(c->offset.v64[0]) ^ low32(block_num));
227 c->counter.v64[0] = c->offset.v64[0] ^ block_num;
  /external/srtp/srtp/
srtp.c 748 iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (low32(est) >> 16),
751 iv.v64[1] = be64_to_cpu(est << 16);
763 iv.v64[0] = 0;
765 iv.v64[1] = be64_to_cpu(est);
925 iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (low32(est) >> 16),
928 iv.v64[1] = be64_to_cpu(est << 16);
938 iv.v64[0] = 0;
940 iv.v64[1] = be64_to_cpu(est);
    [all...]
  /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/orig/
sqlite3.c 21944 u64 v64; local
21996 u64 v64; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 21944 u64 v64; local
21996 u64 v64; local
    [all...]

Completed in 255 milliseconds