HomeSort by relevance Sort by last modified time
    Searched refs:u_int64_t (Results 251 - 275 of 308) sorted by null

<<111213

  /external/ipsec-tools/src/racoon/
isakmp_var.h 128 void delete_spd __P((struct ph2handle *, u_int64_t));
policy.h 68 u_int64_t created; /* Used for generated SPD entries deletion */
  /external/libpcap/
sf-pcap-ng.c 110 u_int64_t section_length;
220 u_int64_t tsoffset; /* time stamp offset */
413 u_int64_t *tsoffset, int *is_binary, char *errbuf)
536 u_int64_t tsoffset;
1032 u_int64_t t, sec, frac;
1068 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
1074 t = ((u_int64_t)epbp->timestamp_high) << 32 |
1133 t = ((u_int64_t)SWAPLONG(pbp->timestamp_high)) << 32 |
1139 t = ((u_int64_t)pbp->timestamp_high) << 32 |
    [all...]
cmakeconfig.h.in 340 /* Define to `unsigned long long' if u_int64_t not defined. */
341 #cmakedefine u_int64_t 1
config.h.in 343 /* Define to `unsigned long long' if u_int64_t not defined. */
344 #undef u_int64_t
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd01.c 109 u_int64_t ticks;
139 u_int64_t uticks;
  /external/openssh/
opacket.h 8 void ssh_packet_put_int64(struct ssh *, u_int64_t value);
19 u_int64_t ssh_packet_get_int64(struct ssh *);
sshkey.h 88 u_int64_t serial;
92 u_int64_t valid_after, valid_before;
sshbuf-getput-basic.c 45 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp)
300 sshbuf_put_u64(struct sshbuf *buf, u_int64_t val)
packet.c 100 u_int64_t blocks;
101 u_int64_t bytes;
183 u_int64_t max_blocks_in, max_blocks_out, rekey_limit;
460 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes)
946 u_int64_t *max_blocks;
1033 *max_blocks = (u_int64_t)1 << (enc->block_size*2);
1035 *max_blocks = ((u_int64_t)1 << 30) / enc->block_size;
    [all...]
mac.c 180 u_int64_t for_align;
  /external/tcpdump/
config.h.in 370 /* Define to `uint64_t' if u_int64_t not defined. */
371 #undef u_int64_t
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.c 148 u_int64_t ticks;
178 u_int64_t uticks;
  /system/extras/ioshark/
ioshark_bench.c 98 u_int64_t aggr_op_counts[IOSHARK_MAX_FILE_OP];
119 update_op_counts(u_int64_t *op_counts)
215 u_int64_t *op_counts,
405 u_int64_t op_counts[IOSHARK_MAX_FILE_OP];
526 u_int64_t free_fs_bytes;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 100 typedef uint64_t u_int64_t; typedef
  /external/f2fs-tools/mkfs/
f2fs_format_main.c 143 c.device_size &= (~((u_int64_t)(F2FS_BLKSIZE - 1)));
  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_getput_fuzz.c 44 u_int64_t u64;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h.cmake 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t;
DataTypes.h.in 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t;
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 25 typedef uint64_t u_int64_t; typedef
67 u_int64_t w;
85 u_int64_t w;
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 63 u_int64_t w;
81 u_int64_t w;
  /prebuilts/ndk/r11/sources/android/support/src/msun/
math_private.h 63 u_int64_t w;
81 u_int64_t w;
  /prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h 63 u_int64_t w;
81 u_int64_t w;
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 105 typedef u_int64_t uint64;
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 112 typedef u_int64_t uint64;

Completed in 828 milliseconds

<<111213