HomeSort by relevance Sort by last modified time
    Searched refs:ulong (Results 1 - 25 of 42) sorted by null

1 2

  /external/emma/core/java12/com/vladium/jcd/lib/
UDataOutputStream.java 42 public final void writeU4 (final long ulong) throws IOException
44 writeInt ((int) ulong); // this narrowing cast is Ok
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.c 28 #define ulong unsigned long macro
115 if (((ulong)iterator->arg - (ulong)iterator->rtheader)
116 > (ulong)iterator->max_length)
234 pad = (((ulong)iterator->arg) -
235 ((ulong)iterator->rtheader)) &
260 if (((ulong)iterator->arg - (ulong)iterator->rtheader) >
261 (ulong) iterator->max_length)
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd.h 123 ulong drv_version; /* Version of dongle-resident driver */
128 ulong tx_packets; /* Data packets sent to dongle */
129 ulong tx_multicast; /* Multicast data packets sent to dongle */
130 ulong tx_errors; /* Errors in sending data to dongle */
131 ulong tx_ctlpkts; /* Control packets sent to dongle */
132 ulong tx_ctlerrs; /* Errors sending control frames to dongle */
133 ulong rx_packets; /* Packets sent up the network interface */
134 ulong rx_multicast; /* Multicast packets sent up the network interface */
135 ulong rx_errors; /* Errors processing rx data packets */
136 ulong rx_ctlpkts; /* Control frames processed from dongle *
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgldos.h 63 ulong MGLAPI MGL_getTicks(void);
64 ulong MGLAPI MGL_getTickResolution(void);
mglwin.h 134 ulong MGLAPI MGL_getTicks(void);
135 ulong MGLAPI MGL_getTickResolution(void);
mgraph.h 560 typedef ulong color_t;
691 ulong xorMask[32];
692 ulong andMask[32];
861 ulong which; /* Which window for window manager code */
863 ulong when; /* Clock ticks since midnight */
866 ulong message; /* Event specific message */
867 ulong modifiers; /* Modifier flags */
    [all...]
debug.h 242 typedef unsigned long ulong; typedef
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLDOS.H 63 ulong MGLAPI MGL_getTicks(void);
64 ulong MGLAPI MGL_getTickResolution(void);
MGLWIN.H 134 ulong MGLAPI MGL_getTicks(void);
135 ulong MGLAPI MGL_getTickResolution(void);
MGRAPH.H 560 typedef ulong color_t;
691 ulong xorMask[32];
692 ulong andMask[32];
861 ulong which; /* Which window for window manager code */
863 ulong when; /* Clock ticks since midnight */
866 ulong message; /* Event specific message */
867 ulong modifiers; /* Modifier flags */
    [all...]
DEBUG.H 242 typedef unsigned long ulong; typedef
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdstd.h 131 ulong dma_phys; /* DMA Buffer physical address */
133 ulong adma2_dscr_phys; /* ADMA2 Descriptor Buffer physical address */
137 ulong dma_start_phys;
140 ulong adma2_dscr_start_phys;
bcmsdspi.h 101 ulong dma_phys;
bcmspibrcm.h 89 ulong dma_phys;
typedefs.h 161 typedef unsigned long ulong; typedef
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi_linux.c 153 ulong flags;
189 ulong flags;
211 ulong flags;
bcmsdstd_linux.c 143 ulong flags;
179 ulong flags;
203 ulong flags;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 149 ulong *sp1, *sp2, *dp1, *dp2;
150 ulong stop, sbot, dtop, dbot;
152 sp1 = (ulong*)bits + startx + starty*240;
154 dp1 = (ulong *)fb + (159 - starty) + startx*320;
205 ulong *sp1, *sp2, *dp1, *dp2;
206 ulong stop, sbot, dtop, dbot;
208 sp1 = (ulong*)bits + startx + starty*240;
210 dp1 = (ulong*)fb - startx * 320 - starty;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 77 typedef unsigned long ulong; typedef
  /external/zlib/examples/
gzlog.c 243 typedef unsigned long ulong; typedef
279 #define PULL4(p) (PULL2(p)+((ulong)PULL2(p+2)<<16))
298 ulong ccrc; /* crc of compressed data */
299 ulong clen; /* length (modulo 2^32) of compressed data */
300 ulong tcrc; /* crc of total data */
301 ulong tlen; /* length (modulo 2^32) of total data */
    [all...]
  /external/kernel-headers/original/linux/
types.h 103 typedef unsigned long ulong; typedef
  /external/libvpx/vp8/common/
boolcoder.h 86 typedef unsigned int ulong; typedef in struct:int_types
88 typedef const ulong culong;
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 276 ulong status;
318 ulong status; /* current dongle status */
  /external/grub/grub/
asmstub.c 944 static int _llseek (uint filedes, ulong hi, ulong lo,
946 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo,
  /external/grub/lib/
device.c 879 static int _llseek (uint filedes, ulong hi, ulong lo,
881 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo,

Completed in 199 milliseconds

1 2