HomeSort by relevance Sort by last modified time
    Searched refs:u64 (Results 501 - 525 of 591) sorted by null

<<21222324

  /external/kernel-headers/original/linux/
dccp.h 292 static inline u64 dccp_hdr_ack_seq(const struct sk_buff *skb)
295 return ((u64)ntohs(dhack->dccph_ack_nr_high) << 32) + ntohl(dhack->dccph_ack_nr_low);
ethtool.h 60 __u32 n_stats; /* number of u64's from ETHTOOL_GSTATS */
260 __u32 len; /* result length, in number of u64 elements */
267 __u32 n_stats; /* number of u64's being returned */
403 void (*self_test)(struct net_device *, struct ethtool_test *, u64 *);
406 void (*get_ethtool_stats)(struct net_device *, struct ethtool_stats *, u64 *);
sched.h 569 * u64 XXX_delay;
582 u64 blkio_delay; /* wait for sync block io completion */
583 u64 swapin_delay; /* wait for swapin block io completion */
940 u64 curr_chain_key;
966 u64 rchar, wchar, syscr, syscw;
968 u64 acct_rss_mem1; /* accumulated rss usage */
969 u64 acct_vm_mem1; /* accumulated virtual memory usage */
    [all...]
device.h 325 u64 *dma_mask; /* dma mask (if dma'able device) */
326 u64 coherent_dma_mask;/* Like dma_mask, but for
kobject.h 37 extern u64 uevent_seqnum;
pci.h 131 u64 dma_mask; /* Mask of the bits of bus address this
499 int pci_set_dma_mask(struct pci_dev *dev, u64 mask);
500 int pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask);
663 static inline int pci_set_dma_mask(struct pci_dev *dev, u64 mask) { return -EIO; }
  /external/llvm/test/MC/ARM/
neon-sub-encoding.s 105 @ CHECK: vqsub.u64 d16, d16, d17 @ encoding: [0xb1,0x02,0x70,0xf3]
106 vqsub.u64 d16, d16, d17
121 @ CHECK: vqsub.u64 q8, q8, q9 @ encoding: [0xf2,0x02,0x70,0xf3]
122 vqsub.u64 q8, q8, q9
neont2-add-encoding.s 108 @ CHECK: vqadd.u64 d16, d16, d17 @ encoding: [0x70,0xff,0xb1,0x00]
109 vqadd.u64 d16, d16, d17
124 @ CHECK: vqadd.u64 q8, q8, q9 @ encoding: [0x70,0xff,0xf2,0x00]
125 vqadd.u64 q8, q8, q9
  /external/qemu/elff/
dwarf_utils.cc 280 printf("XWORD) = %" PRIu64 " (x%" PRIX64 ")\n", attr_value->u64,
281 attr_value->u64);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 80 u64 tsf;
113 u64 tsf;
    [all...]
  /external/linux-tools-perf/
builtin-script.c 20 static u64 last_timestamp;
21 static u64 nr_unordered;
54 u64 fields;
55 u64 invalid_fields;
124 u64 sample_type, const char *sample_msg,
builtin-stat.c 222 static void update_stats(struct stats *stats, u64 val)
312 static void update_shadow_stats(struct perf_evsel *counter, u64 *count)
345 u64 *count = counter->counts->aggr.values;
374 u64 *count;
916 u64 ena, run, val;
    [all...]
builtin-annotate.c 182 u64 total_nr_samples;
builtin-diff.c 26 struct addr_location *al, u64 period)
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 824 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) {
828 uint32 u = static_cast<uint32>(u64);
829 if (u == u64) return FastUInt32ToBufferLeft(u, buffer);
831 uint64 top_11_digits = u64 / 1000000000;
833 u = u64 - (top_11_digits * 1000000000);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 1085 ULong u64 = get_ULong(c); local
1093 ULong u64 = get_ULEB128(c); local
1114 ULong u64 = (ULong)get_UChar(c); local
1127 ULong u64 = (ULong)get_UShort(c); local
1140 ULong u64 = (ULong)get_UInt(c); local
1154 ULong u64 = (ULong)get_ULEB128(c); local
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 332 vshr.u64 $mod,#32
355 vshr.u64 $mod,#32
403 vshr.u64 `&Dhi(&Q("$Zo"))`,`&Dlo("$Z")`,#63
  /external/oprofile/module/ia64/
op_pmu.c 54 op_do_pmu_interrupt(u64 pmc0, struct pt_regs * regs)
72 u64 pmc0;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md4.c 28 u64 count; /* number of bits, mod 2^64 */
125 ctx->count += (u64)len << 3;
  /external/wpa_supplicant_8/src/crypto/
md4-internal.c 19 u64 count; /* number of bits, mod 2^64 */
117 ctx->count += (u64)len << 3;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 54 typedef u64 pcx_time_t;
85 u64 cur_count; /* current sample position (for playback) */
  /external/elfutils/libelf/
gelf_xlate.c 96 uint64_t u64; member in union:unaligned
  /external/iptables/include/
xtables.h 157 uint64_t u64, u64_range[2]; member in union:xt_option_call::__anon7535
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 88 u_int64_t u64; member in struct:_xt_align
  /external/linux-tools-perf/util/
parse-options.h 122 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }

Completed in 1043 milliseconds

<<21222324