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

1 2 3 4 5 6 7 8

  /hardware/interfaces/tests/baz/1.0/
types.hal 21 * a makefile section to create a dedicated ulong.java class as it used to.
23 typedef uint32_t ulong;
  /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/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 70 private ulong[] ulonghelper = new[] { 0UL };
85 static public ulong ReverseBytes(ulong input)
99 protected void WriteLittleEndian(int offset, int count, ulong data)
117 protected ulong ReadLittleEndian(int offset, int count)
120 ulong r = 0;
125 r |= (ulong)_buffer[offset + i] << i * 8;
132 r |= (ulong)_buffer[offset + count - 1 - i] << i * 8;
210 PutUlong(offset, (ulong)value);
213 public unsafe void PutUlong(int offset, ulong value
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
constant.rs 30 const ulong ulongTest = 4611686018427387904L;
struct_field_simple.rs 33 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32));
34 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
bitfield.rs 76 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32));
77 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32));
  /external/mesa3d/include/HaikuGL/
GLRenderer.h 30 BGLRenderer(BGLView *view, ulong bgl_options,
51 inline ulong Options() const { return fOptions; };
66 ulong fOptions; // Keep that tune in memory
73 extern "C" _EXPORT BGLRenderer* instantiate_gl_renderer(BGLView *view, ulong options, BGLDispatcher *dispatcher);
GLView.h 45 ulong resizingMode, ulong mode,
46 ulong options);
60 // Mesa's GLenum is uint where Be's ones was ulong!
132 ulong resizingMode, ulong mode,
133 ulong options);
140 ulong screenMode, ulong options,
147 // Mesa's GLenum is uint where Be's ones was ulong!
    [all...]
  /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...]
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h 26 GalliumContext(ulong options);
47 ulong fOptions;
SoftwareRenderer.h 24 ulong bgl_options,
51 ulong fOptions;
  /external/mesa3d/src/hgl/
GLRendererRoster.h 29 GLRendererRoster(BGLView* view, ulong options);
44 ulong fOptions;
  /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()
  /frameworks/rs/driver/runtime/
rs_convert.c 39 CVT_FUNC_2(type, ulong) \
52 CVT_FUNC(ulong)
  /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...]
  /external/flatbuffers/tests/FlatBuffers.Test/
FuzzTestData.cs 34 public static readonly ulong UInt64Value = 0xFCCCCCCCCCCCCCCC;
  /external/ltp/android/include/
bionic-compat.h 32 typedef unsigned long ulong; typedef
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl_context.h 95 struct st_visual* hgl_create_st_visual(ulong options);
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
arrays_csharp.i 103 CSHARP_ARRAYS(unsigned long long, ulong)
134 CSHARP_ARRAYS_FIXED(unsigned long long, ulong)
  /frameworks/rs/script_api/include/
rs_value_types.rsh 28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t
223 * ulong: 64 bit unsigned integer
227 typedef uint64_t ulong;
384 typedef ulong __attribute__((ext_vector_type(2))) ulong2;
389 * A vector of three ulongs. These three ulong fields packed into a single 256 bit field
392 typedef ulong __attribute__((ext_vector_type(3))) ulong3;
397 * A vector of four ulongs. These four ulong fields packed into a single 256 bit field
400 typedef ulong __attribute__((ext_vector_type(4))) ulong4;
  /prebuilts/go/darwin-x86/misc/cgo/errors/
issue13635.go 18 _ C.ulong = "ul" // ERROR HERE
  /prebuilts/go/linux-x86/misc/cgo/errors/
issue13635.go 18 _ C.ulong = "ul" // ERROR HERE

Completed in 502 milliseconds

1 2 3 4 5 6 7 8