Searched refs:u_int64_t (Results 1 - 25 of 55) sorted by relevance

123

/external/e2fsprogs/lib/quota/
H A Dquotaio_v2.h42 u_int64_t dqb_ihardlimit; /* absolute limit on allocated inodes */
43 u_int64_t dqb_isoftlimit; /* preferred inode limit */
44 u_int64_t dqb_curinodes; /* current # allocated inodes */
45 u_int64_t dqb_bhardlimit; /* absolute limit on disk space
47 u_int64_t dqb_bsoftlimit; /* preferred limit on disk space
49 u_int64_t dqb_curspace; /* current space occupied (in bytes) */
50 u_int64_t dqb_btime; /* time limit for excessive disk use */
51 u_int64_t dqb_itime; /* time limit for excessive inode use */
/external/tcpdump/
H A Dextract.h105 static inline u_int64_t
108 return ((u_int64_t)(((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 0)->val)) << 32 | \
109 ((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 1)->val)) << 0));
129 ((u_int64_t)((u_int64_t)*((const u_int8_t *)(p) + 0) << 56 | \
130 (u_int64_t)*((const u_int8_t *)(p) + 1) << 48 | \
131 (u_int64_t)*((const u_int8_t *)(p) + 2) << 40 | \
132 (u_int64_t)*((const u_int8_t *)(p) + 3) << 32 | \
133 (u_int64_t)*((cons
[all...]
H A Dcpack.h44 int cpack_uint64(struct cpack_state *, u_int64_t *);
52 #define cpack_int64(__s, __p) cpack_uint64((__s), (u_int64_t*)(__p))
H A Dprint-zeromq.c79 u_int64_t body_len_declared, body_len_captured, header_len;
111 u_int64_t body_len_printed = MIN(body_len_captured, body_len_declared);
168 u_int64_t remaining_len;
189 u_int64_t len_printed = MIN(frame_offset, remaining_len);
H A Dcpack.c96 cpack_uint64(struct cpack_state *cs, u_int64_t *u)
105 /* Move pointer past the u_int64_t. */
H A Dprint-dccp.c95 static u_int64_t dccp_seqno(const struct dccp_hdr *dh)
98 u_int64_t seqno = EXTRACT_24BITS(&seq_high) & 0xFFFFFF;
121 u_int64_t ackno;
/external/clang/test/CodeGen/
H A Dx86_32-inline-asm.c7 typedef unsigned long long u_int64_t; typedef
8 typedef u_int64_t uint64_t;
/external/libpcap/Win32/Include/
H A Dbittypes.h49 typedef unsigned _int64 u_int64_t; typedef
52 typedef unsigned long long u_int64_t; typedef
/external/tcpdump/win32/Include/
H A Dbittypes.h49 typedef unsigned _int64 u_int64_t; typedef
52 typedef unsigned long long u_int64_t; typedef
/external/libpcap/pcap/
H A Dnflog.h67 u_int64_t sec;
68 u_int64_t usec;
H A Dusb.h80 u_int64_t id;
105 u_int64_t id;
/external/ipsec-tools/src/libipsec/
H A Dlibpfkey.h137 struct sockaddr *, u_int, u_int, u_int64_t, u_int64_t,
142 struct sockaddr *, u_int, u_int, u_int64_t, u_int64_t,
170 caddr_t, u_int, u_int, u_int, u_int, u_int, u_int32_t, u_int64_t,
171 u_int64_t, u_int64_t, u_int32_t));
174 caddr_t, u_int, u_int, u_int, u_int, u_int, u_int32_t, u_int64_t,
175 u_int64_t, u_int64_t, u_int32_
[all...]
/external/strace/
H A Dquota.c118 u_int64_t dqb_bhardlimit;
119 u_int64_t dqb_bsoftlimit;
120 u_int64_t dqb_curspace;
121 u_int64_t dqb_ihardlimit;
122 u_int64_t dqb_isoftlimit;
123 u_int64_t dqb_curinodes;
124 u_int64_t dqb_btime;
125 u_int64_t dqb_itime;
148 u_int64_t dqb_curspace;
159 u_int64_t d_blk_hardlimi
[all...]
H A Dkexec.c13 struct { u_int64_t buf, bufsz, mem, memsz; } seg64;
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.h68 typedef unsigned long long u_int64_t; /* 8-bytes (64-bits) */
105 u_int64_t bitcount;
109 u_int64_t state[8];
110 u_int64_t bitcount[2];
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_uma.h70 u_int64_t uz_allocs; /* Total number of allocations */
71 u_int64_t uz_frees; /* Total number of frees */
72 u_int64_t uz_fails; /* Total number of alloc failures */
/external/chromium_org/third_party/npapi/bindings/
H A Dnptypes.h82 typedef u_int64_t uint64_t;
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc59 u_int64_t base,
70 u_int64_t array_ptr,
82 u_int64_t base,
141 const u_int64_t last = memory_region->GetBase() + memory_region->GetSize();
143 u_int64_t heap_stats_addr = 0;
144 for (u_int64_t addr = esp; addr < last; addr += 4) {
/external/libnl/include/linux/netfilter/
H A Dnfnetlink_log.h9 #define aligned_be64 u_int64_t __attribute__((aligned(8)))
H A Dnfnetlink_queue.h8 #define aligned_be64 u_int64_t __attribute__((aligned(8)))
/external/libpcap/
H A Dsf-pcap-ng.c110 u_int64_t section_length;
215 u_int64_t tsoffset; /* time stamp offset */
404 u_int64_t *tsoffset, char *errbuf)
525 u_int64_t tsoffset;
957 u_int64_t t, sec, frac;
993 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
999 t = ((u_int64_t)epbp->timestamp_high) << 32 |
1058 t = ((u_int64_t)SWAPLONG(pbp->timestamp_high)) << 32 |
1064 t = ((u_int64_t)pbp->timestamp_high) << 32 |
/external/llvm/include/llvm/Support/
H A DDataTypes.h.cmake72 /* Handle incorrect definition of uint64_t as u_int64_t */
75 typedef u_int64_t uint64_t;
H A DDataTypes.h.in72 /* Handle incorrect definition of uint64_t as u_int64_t */
75 typedef u_int64_t uint64_t;
H A DDataTypes.h74 /* Handle incorrect definition of uint64_t as u_int64_t */
77 typedef u_int64_t uint64_t;
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Dtcp.h61 typedef __uint64_t u_int64_t; typedef

Completed in 1523 milliseconds

123