HomeSort by relevance Sort by last modified time
    Searched full:u64 (Results 151 - 175 of 224) sorted by null

1 2 3 4 5 67 8 9

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
device.h 193 u64 *dma_mask;
194 u64 coherent_dma_mask;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
device.h 193 u64 *dma_mask;
194 u64 coherent_dma_mask;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
device.h 193 u64 *dma_mask;
194 u64 coherent_dma_mask;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
device.h 193 u64 *dma_mask;
194 u64 coherent_dma_mask;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
device.h 193 u64 *dma_mask;
194 u64 coherent_dma_mask;
  /external/kernel-headers/original/linux/
nfs_xdr.h 110 u64 before;
111 u64 after;
522 typedef u64 clientid4;
611 u64 cookie;
800 u64, struct page *, unsigned int, int);
rtnetlink.h 664 ({ u64 _tmp = (value); \
665 RTA_PUT(skb, attrtype, sizeof(u64), &_tmp); })
721 ({ u64 _tmp; \
722 if (!rta || RTA_PAYLOAD(rta) < sizeof(u64)) \
types.h 182 typedef u64 resource_size_t;
blkdev.h 53 u64 seek_total;
75 u64 seek_total;
568 #define BLK_BOUNCE_HIGH ((u64)blk_max_low_pfn << PAGE_SHIFT)
569 #define BLK_BOUNCE_ANY ((u64)blk_max_pfn << PAGE_SHIFT)
704 extern void blk_queue_bounce_limit(request_queue_t *, u64);
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 *);
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);
lockdep.h 142 u64 chain_key;
160 u64 prev_chain_key;
  /external/qemu/elff/
dwarf_cu.cc 64 attr_value->u64 = 0;
147 attr_value->u64 =
196 attr_value->u64 =
210 attr_value->u64 =
226 attr_value->u64 =
237 attr_value->u64 =
561 state.address_ += addr_add.u64;
dwarf_die.cc 155 address < low_pc.value()->u64 ||
156 address >= high_pc.value()->u64) {
dwarf_defs.h 117 Elf_Xword u64; member in union:Dwarf_Value::__anon6106
179 value->u64 = 0;
201 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift;
206 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift;
213 if ((value->u64 & 0xFFFFFFFF00000000LL) == 0) {
219 value->u64 |= - (1 << (shift + 7));
233 value->u64 |= - (1 << (shift + 7));
    [all...]
  /external/dbus/dbus/
dbus-marshal-basic.c 81 *((dbus_uint64_t*)(data)) = DBUS_UINT64_TO_LE (value.u64);
83 *((dbus_uint64_t*)(data)) = DBUS_UINT64_TO_BE (value.u64);
85 *(DBus8ByteStruct*)data = value.u64;
133 value->u64 = DBUS_UINT64_SWAP_LE_BE (value->u64);
152 r.u64 = DBUS_UINT64_FROM_LE (*(dbus_uint64_t*)data);
154 r.u64 = DBUS_UINT64_FROM_BE (*(dbus_uint64_t*)data);
156 r.u64 = *(DBus8ByteStruct*)data;
547 vp->u64 = DBUS_UINT64_SWAP_LE_BE (*(dbus_uint64_t*)(str_data + pos));
549 vp->u64 = *(dbus_uint64_t*)(str_data + pos)
    [all...]
  /external/iproute2/include/linux/netfilter/
x_tables.h 98 __u64 u64; member in struct:_xt_align
  /external/oprofile/libutil/
op_fileio.h 96 void op_write_u64(FILE * fp, u64 val);
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 55 typedef unsigned long long u64; typedef
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 66 u64 event_mask;
131 if(pIpcEventChild->p_shared_memory->event_mask & ((u64)1<<EventId))
641 if(pIpcEvent->p_shared_memory->event_mask & ((u64)1 << event))
647 pIpcEvent->p_shared_memory->event_mask |= ((u64)1 << event);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
epoll.h 76 uint64_t u64; member in union:epoll_data
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 55 typedef unsigned long long u64; typedef
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ethtool.h 45 __u32 n_stats; /* number of u64's from ETHTOOL_GSTATS */
245 __u32 len; /* result length, in number of u64 elements */
252 __u32 n_stats; /* number of u64's being returned */
  /external/wpa_supplicant/
md4.c 28 u64 count; /* number of bits, mod 2^64 */
125 ctx->count += (u64)len << 3;
  /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;

Completed in 791 milliseconds

1 2 3 4 5 67 8 9