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

1 2 3 4

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 18 #define ulong _utfulong macro
25 typedef unsigned long ulong; typedef
  /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_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/lzma/CS/7zip/Common/
OutBuffer.cs 11 ulong m_ProcessedSize;
45 public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; }
InBuffer.cs 13 ulong m_ProcessedSize;
67 public ulong GetProcessedSize()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 815 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL});
816 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL});
817 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL});
818 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL});
819 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL});
820 public static readonly BitSet _FUNC_in_stat128 = new BitSet(new ulong[]{0x4UL});
821 public static readonly BitSet _16_in_expr172 = new BitSet(new ulong[]{0x4UL});
822 public static readonly BitSet _expr_in_expr176 = new BitSet(new ulong[]{0x1CCD0UL});
823 public static readonly BitSet _expr_in_expr180 = new BitSet(new ulong[]{0x8UL});
824 public static readonly BitSet _10_in_expr200 = new BitSet(new ulong[]{0x4UL})
    [all...]
ProfileTreeGrammar.cs 820 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL});
821 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL});
822 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL});
823 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL});
824 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL});
825 public static readonly BitSet _FUNC_in_stat128 = new BitSet(new ulong[]{0x4UL});
826 public static readonly BitSet _16_in_expr172 = new BitSet(new ulong[]{0x4UL});
827 public static readonly BitSet _expr_in_expr176 = new BitSet(new ulong[]{0x1CCD0UL});
828 public static readonly BitSet _expr_in_expr180 = new BitSet(new ulong[]{0x8UL});
829 public static readonly BitSet _10_in_expr200 = new BitSet(new ulong[]{0x4UL})
    [all...]
DebugGrammarParser.cs     [all...]
ProfileGrammarParser.cs     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 63 ulong[] _bits;
71 public BitSet(ulong[] bits) {
86 _bits = new ulong[((nbits - 1) >> LOG_BITS) + 1];
167 private static ulong BitMask(int bitNumber) {
173 return new BitSet((ulong[])_bits.Clone());
179 ulong word = _bits[i];
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 65 ulong[] _bits;
75 public BitSet( ulong[] bits )
93 _bits = new ulong[( ( nbits - 1 ) >> LOG_BITS ) + 1];
188 private static ulong BitMask( int bitNumber )
196 return new BitSet( (ulong[])_bits.Clone() );
204 ulong word = _bits[i];
  /frameworks/rs/tests/typecheck/
kernels.rs 85 ulong ul1;
86 ulong ul1i = 1;
137 void __attribute__((kernel)) test_U64(ulong in) {
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 189 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
315 (ULong)(va_arg (vargs, Long)));
318 (ULong)(va_arg (vargs, Int)));
323 (ULong)(va_arg (vargs, ULong)));
326 (ULong)(va_arg (vargs, UInt)));
333 (ULong)((HWord)va_arg (vargs, void *)));
338 (ULong)(va_arg (vargs, ULong)));
341 (ULong)(va_arg (vargs, UInt)))
433 typedef unsigned long ulong; typedef
462 #define ulong macro
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.cc 116 int64_t ulong = ReadULong(); local
117 return ((int32_t)ulong) & ~0x80000000;
  /frameworks/rs/scriptc/
rs_types.rsh 31 * 64 bit: ulong, uint64_t
107 typedef uint64_t ulong;
273 * Vector version of the basic ulong type. Provides two ulong fields packed into
276 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
278 * Vector version of the basic ulong type. Provides three ulong fields packed
281 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
283 * Vector version of the basic ulong type. Provides four ulong fields packe
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 31 * 64 bit: ulong, uint64_t
107 typedef uint64_t ulong;
273 * Vector version of the basic ulong type. Provides two ulong fields packed into
276 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
278 * Vector version of the basic ulong type. Provides three ulong fields packed
281 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
283 * Vector version of the basic ulong type. Provides four ulong fields packe
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 77 typedef unsigned long ulong; typedef

Completed in 371 milliseconds

1 2 3 4