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

1 2 3

  /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)
  /external/wpa_supplicant_8/src/utils/
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)
  /external/oprofile/module/ia64/
op_syscalls.c 87 static void oprof_output_map(ulong addr, ulong len,
88 ulong offset, struct file * file, int is_execve)
182 static void out_mmap(ulong addr, ulong len, ulong prot, ulong flags,
183 ulong fd, ulong offset)
209 asmlinkage void post_sys_mmap2(ulong ret, ulong addr, ulong len
    [all...]
  /external/oprofile/module/x86/
op_syscalls.c 41 asmlinkage static long (*old_sys_mmap2)(ulong, ulong, ulong, ulong, ulong, ulong);
47 static void oprof_output_map(ulong addr, ulong len, ulong offset,
144 static void out_mmap(ulong addr, ulong len, ulong prot, ulong flags, ulong fd
    [all...]
op_fixmap.c 41 /*static*/ void set_pte_phys(ulong vaddr, ulong phys)
63 virt_apic_base = (ulong)vmalloc(4096);
69 ulong vaddr;
  /external/opencv/otherlibs/highgui/
bitstrm.h 57 typedef unsigned long ulong; typedef
247 void PutHuff( int val, const ulong* table );
251 ulong m_pad_val;
252 ulong m_val;
265 bool bsCreateEncodeHuffmanTable( const int* src, ulong* dst, int max_size );
270 extern const ulong bs_bit_mask[];
bitstrm.cpp 47 const ulong bs_bit_mask[] = {
61 ulong* data = (ulong*)start;
66 ulong temp = data[i];
401 ulong* current = (ulong*)m_current;
408 current = ((ulong*)m_current) + mask;
420 ulong* current = (ulong*)m_current;
427 current = ((ulong*)m_current) + mask
    [all...]
grfmt_jpeg2000.h 54 #undef ulong macro
  /external/oprofile/module/
op_dname.c 29 static ulong hash_map_open;
93 ulong start = (ulong)vma->vm_start;
94 ulong page, pos;
95 ulong size = (ulong)(vma->vm_end-vma->vm_start);
100 pos = (ulong)hash_map;
  /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...]
  /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...]
  /frameworks/base/libs/rs/scriptc/
rs_types.rsh 31 * 64 bit: ulong, uint64_t
94 typedef uint64_t ulong;
254 * Vector version of the basic ulong type. Provides two ulong fields packed into
257 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
259 * Vector version of the basic ulong type. Provides three ulong fields packed
262 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
264 * Vector version of the basic ulong type. Provides four ulong fields packe
    [all...]
  /prebuilt/sdk/14/renderscript/include/
rs_types.rsh 31 * 64 bit: ulong, uint64_t
94 typedef uint64_t ulong;
254 * Vector version of the basic ulong type. Provides two ulong fields packed into
257 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
259 * Vector version of the basic ulong type. Provides three ulong fields packed
262 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
264 * Vector version of the basic ulong type. Provides four ulong fields packe
    [all...]
  /prebuilt/sdk/15/renderscript/include/
rs_types.rsh 31 * 64 bit: ulong, uint64_t
94 typedef uint64_t ulong;
254 * Vector version of the basic ulong type. Provides two ulong fields packed into
257 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
259 * Vector version of the basic ulong type. Provides three ulong fields packed
262 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
264 * Vector version of the basic ulong type. Provides four ulong fields packe
    [all...]
  /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;
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 163 typedef unsigned long ulong; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 163 typedef unsigned long ulong; typedef
  /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

Completed in 2477 milliseconds

1 2 3