HomeSort by relevance Sort by last modified time
    Searched full:long (Results 476 - 500 of 13390) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/arch-arm/asm/
ipcbuf.h 26 unsigned long __unused1;
27 unsigned long __unused2;
  /bionic/libc/kernel/arch-x86/asm/
ipcbuf.h 26 unsigned long __unused1;
27 unsigned long __unused2;
tsc.h 20 typedef unsigned long long cycles_t;
  /bionic/libc/kernel/common/linux/netfilter/
xt_CONNMARK.h 22 unsigned long mark;
23 unsigned long mask;
xt_MARK.h 16 unsigned long mark;
26 unsigned long mark;
  /bionic/libc/kernel/common/linux/
thread_info.h 16 long (*fn)(struct restart_block *);
17 unsigned long arg0, arg1, arg2, arg3;
  /cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.java 69 long txPacketsBefore = TrafficStats.getTotalTxPackets();
70 long rxPacketsBefore = TrafficStats.getTotalRxPackets();
71 long txBytesBefore = TrafficStats.getTotalTxBytes();
72 long rxBytesBefore = TrafficStats.getTotalRxBytes();
73 long uidTxBytesBefore = TrafficStats.getUidTxBytes(Process.myUid());
74 long uidRxBytesBefore = TrafficStats.getUidRxBytes(Process.myUid());
92 long txPacketsAfter = TrafficStats.getTotalTxPackets();
93 long rxPacketsAfter = TrafficStats.getTotalRxPackets();
94 long txBytesAfter = TrafficStats.getTotalTxBytes();
95 long rxBytesAfter = TrafficStats.getTotalRxBytes()
    [all...]
  /external/clearsilver/util/
neo_rand.h 2 * Copyright 2001-2004 Brandon Long
17 void neo_seed_rand (long int seed);
  /external/expat/xmlwf/
xmlmime.h 5 /* Registered charset names are at most 40 characters long. */
12 long. charset will be empty if the default charset should be used.
  /external/grub/docs/
boot.S 34 .long MULTIBOOT_HEADER_MAGIC
36 .long MULTIBOOT_HEADER_FLAGS
38 .long -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEADER_FLAGS)
41 .long multiboot_header
43 .long _start
45 .long _edata
47 .long _end
49 .long multiboot_entry
boot.S.texi 34 .long MULTIBOOT_HEADER_MAGIC
36 .long MULTIBOOT_HEADER_FLAGS
38 .long -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEADER_FLAGS)
41 .long multiboot_header
43 .long _start
45 .long _edata
47 .long _end
49 .long multiboot_entry
  /external/grub/netboot/
osdep.h 24 ((unsigned long int)((((unsigned long int)(x) & 0x000000ffU) << 24) | \
25 (((unsigned long int)(x) & 0x0000ff00U) << 8) | \
26 (((unsigned long int)(x) & 0x00ff0000U) >> 8) | \
27 (((unsigned long int)(x) & 0xff000000U) >> 24)))
55 static inline unsigned long int __swap32(unsigned long int x)
79 typedef unsigned long Address;
  /external/kernel-headers/original/asm-arm/
ipcbuf.h 25 unsigned long __unused1;
26 unsigned long __unused2;
  /external/kernel-headers/original/asm-x86/
ipcbuf.h 25 unsigned long __unused1;
26 unsigned long __unused2;
  /external/proguard/src/proguard/classfile/constant/
LongConstant.java 27 * This Constant represents a long constant in the constant pool.
33 public long u8value;
45 * Creates a new LongConstant with the given long value.
47 public LongConstant(long value)
54 * Returns the long value of this LongConstant.
56 public long getValue()
63 * Sets the long value of this LongConstant.
65 public void setValue(long value)
  /external/stlport/stlport/stl/config/
_apcc.h 12 #define _STLP_LONG_LONG long long
  /external/webkit/WebCore/html/
Blob.cpp 43 unsigned long long Blob::size() const
45 // FIXME: JavaScript cannot represent sizes as large as unsigned long long, we need to
47 long long size;
50 return static_cast<unsigned long long>(size);
HTMLImageElement.idl 28 attribute long height;
29 attribute long hspace;
34 attribute long vspace;
35 attribute long width;
40 readonly attribute long naturalHeight;
41 readonly attribute long naturalWidth;
42 readonly attribute long x;
43 readonly attribute long y;
  /external/webkit/WebCore/page/
Screen.idl 33 readonly attribute unsigned long height;
34 readonly attribute unsigned long width;
35 readonly attribute unsigned long colorDepth;
36 readonly attribute unsigned long pixelDepth;
37 readonly attribute unsigned long availLeft;
38 readonly attribute unsigned long availTop;
39 readonly attribute unsigned long availHeight;
40 readonly attribute unsigned long availWidth;
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
ipcbuf.h 26 unsigned long __unused1;
27 unsigned long __unused2;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *);
17 unsigned long arg0, arg1, arg2, arg3;
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
ipcbuf.h 26 unsigned long __unused1;
27 unsigned long __unused2;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *);
17 unsigned long arg0, arg1, arg2, arg3;
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
ipcbuf.h 26 unsigned long __unused1;
27 unsigned long __unused2;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *);
17 unsigned long arg0, arg1, arg2, arg3;

Completed in 96 milliseconds

<<11121314151617181920>>