Home
last modified time | relevance | path

Searched refs:ULONG (Results 1 – 25 of 99) sorted by relevance

1234

/external/valgrind/VEX/pub/
Dlibvex_guest_tilegx.h44 typedef ULong ULONG; typedef
49 /* 0 */ ULONG guest_r0;
50 /* 8 */ ULONG guest_r1;
51 /* 16 */ ULONG guest_r2;
52 /* 24 */ ULONG guest_r3;
53 /* 32 */ ULONG guest_r4;
54 /* 40 */ ULONG guest_r5;
55 /* 48 */ ULONG guest_r6;
56 /* 56 */ ULONG guest_r7;
57 /* 64 */ ULONG guest_r8;
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Ddls.h158 ULONG cbSize; /* size of the connection list structure */
159 ULONG cConnections; /* count of connections in the list */
176 ULONG ulBank;
177 ULONG ulInstrument;
197 ULONG cRegions; /* Count of regions in this instrument */
202 ULONG cInstruments; /* Count of instruments in the collection */
221 ULONG ulChannel; /* channel placement */
222 ULONG ulTableIndex; /* index into the wave pool table, 0 based */
229 ULONG ulOffset; /* Offset to the entry in the list */
233 ULONG cbSize; /* size of the pool table structure */
[all …]
/external/skia/include/utils/win/
DSkIStream.h35 virtual ULONG STDMETHODCALLTYPE AddRef(void);
36 virtual ULONG STDMETHODCALLTYPE Release(void);
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
43 , ULONG cb
44 , ULONG* pcbWritten);
94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
97 , ULONG cb
98 , ULONG* pcbWritten);
122 , ULONG cb
123 , ULONG* pcbWritten);
/external/skia/src/utils/win/
DSkIStream.cpp41 ULONG STDMETHODCALLTYPE SkBaseIStream::AddRef(void) { in AddRef()
42 return (ULONG)InterlockedIncrement(&_refcount); in AddRef()
45 ULONG STDMETHODCALLTYPE SkBaseIStream::Release(void) { in Release()
46 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
55 , ULONG cb in Read()
56 , ULONG* pcbRead) in Read()
60 , ULONG cb in Write()
61 , ULONG* pcbWritten) in Write()
133 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { in Read()
134 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb)); in Read()
[all …]
DSkDWriteGeometrySink.cpp35 ULONG STDMETHODCALLTYPE SkDWriteGeometrySink::AddRef(void) { in AddRef()
36 return static_cast<ULONG>(InterlockedIncrement(&fRefCount)); in AddRef()
39 ULONG STDMETHODCALLTYPE SkDWriteGeometrySink::Release(void) { in Release()
40 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
DSkDWriteFontFileStream.h54 virtual ULONG STDMETHODCALLTYPE AddRef();
55 virtual ULONG STDMETHODCALLTYPE Release();
75 ULONG fRefCount;
/external/aac/libSBRdec/src/
Dsbr_crc.cpp100 static ULONG
101 calcCRC (HANDLE_CRC hCrcBuf, ULONG bValue, int nBits) in calcCRC()
104 ULONG bMask = (1UL << (nBits - 1)); in calcCRC()
124 getCrc (HANDLE_FDK_BITSTREAM hBs, ULONG NrBits) in getCrc()
136 ULONG bValue; in getCrc()
160 ULONG NrCrcBits; in SbrCrcCheck()
161 ULONG crcCheckResult; in SbrCrcCheck()
163 ULONG crcCheckSum; in SbrCrcCheck()
/external/elfutils/src/backends/
Dlinux-core-note.c60 FIELD (ULONG, tv_sec); in EBLHOOK()
61 FIELD (ULONG, tv_usec); in EBLHOOK()
67 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T'|0x80, .count = 2)
69 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T', .count = 2)
77 FIELD (ULONG, pr_sigpend); in EBLHOOK()
78 FIELD (ULONG, pr_sighold); in EBLHOOK()
89 FIELD (ULONG, pr_reg[PRSTATUS_REGS_SIZE / sizeof (ULONG)]); in EBLHOOK()
107 FIELD (ULONG, pr_flag); in EBLHOOK()
138 FIELD (signal2, ULONG, sigpend, 'B'),
139 FIELD (signal3, ULONG, sighold, 'B'),
[all …]
Dsparc_corenote.c85 # define ULONG uint32_t macro
96 # define ULONG uint64_t macro
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h36 ULONG NumberOfSections;
38 ULONG Characteristics;
42 ULONG SizeOfImage;
67 …PIMAGE_SECTION_HEADER IMAGEAPI ImageRvaToSection(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva);
68 …PVOID IMAGEAPI ImageRvaToVa(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva,PIMAGE_SECTION_HEADER…
193 a32->Offset = (ULONG)a64->Offset; in Address64To32()
307 …typedef BOOL (CALLBACK *PSYM_ENUMSYMBOLS_CALLBACK64)(PSTR SymbolName,DWORD64 SymbolAddress,ULONG S…
308 …ACK *PSYM_ENUMSYMBOLS_CALLBACK64W)(PWSTR SymbolName,DWORD64 SymbolAddress,ULONG SymbolSize,PVOID U…
309 …typedef BOOL (CALLBACK *PENUMLOADED_MODULES_CALLBACK64)(PSTR ModuleName,DWORD64 ModuleBase,ULONG M…
310 …typedef BOOL (CALLBACK *PSYMBOL_REGISTERED_CALLBACK64)(HANDLE hProcess,ULONG ActionCode,ULONG64 Ca…
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh192 ULONG startCharCode; /* First character code in this group. */
193 ULONG endCharCode; /* Last character code in this group. */
194 ULONG glyphID; /* Glyph index; interpretation depends on
231 struct CmapSubtableFormat10 : CmapSubtableTrimmed<ULONG > {};
253 ULONG lengthZ; /* Byte length of this subtable. */
254 ULONG languageZ; /* Ignore. */
255 SortedArrayOf<CmapSubtableLongGroup, ULONG>
303 typedef SortedArrayOf<UnicodeValueRange, ULONG> DefaultUVS;
323 typedef SortedArrayOf<UVSMapping, ULONG> NonDefaultUVS;
359 OffsetTo<DefaultUVS, ULONG>
[all …]
Dhb-open-file-private.hh63 ULONG offset; /* Offset from beginning of TrueType font
65 ULONG length; /* Length of this table. */
142 ArrayOf<OffsetTo<OffsetTable, ULONG>, ULONG>
Dhb-ot-head-table.hh63 ULONG checkSumAdjustment; /* To compute: set it to 0, sum the
66 ULONG magicNumber; /* Set to 0x5F0F3CF5u. */
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c43 ULONG
65 IN ULONG ShareAccess,
66 IN ULONG OpenOptions
88 IN ULONG Length,
103 IN ULONG Length,
117 IN ULONG IoControlCode,
119 IN ULONG InputBufferLength,
121 IN ULONG OutputBufferLength
133 IN ULONG IoControlCode,
135 IN ULONG InputBufferLength,
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c86 ULONG SsidLength;
101 ULONG Length;
102 ULONG HopPattern;
103 ULONG HopSet;
104 ULONG DwellTime;
108 ULONG Length;
109 ULONG BeaconPeriod;
110 ULONG ATIMWindow;
111 ULONG DSConfig;
158 ULONG Length;
[all …]
/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.cc84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
112 bool DumpAnalysis::HasStream(ULONG stream_number) const { in HasStream()
118 size_t DumpAnalysis::GetStreamImpl(ULONG stream_number, void** stream) const { in GetStreamImpl()
120 ULONG memory_list_size = 0; in GetStreamImpl()
136 for (ULONG i = 0; i < memory_list->NumberOfMemoryRanges; ++i) { in HasMemoryImpl()
162 for (ULONG i = 0; i < memory64_list->NumberOfMemoryRanges; ++i) { in HasMemoryImpl()
Ddump_analysis.h50 bool HasStream(ULONG stream_number) const;
56 size_t GetStream(ULONG stream_number, StreamType** stream) const { in GetStream()
95 size_t GetStreamImpl(ULONG stream_number, void** stream) const;
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp33 virtual ULONG STDMETHODCALLTYPE AddRef();
34 virtual ULONG STDMETHODCALLTYPE Release();
57 ULONG fRefCount;
71 ULONG StreamFontFileLoader::AddRef() { in AddRef()
75 ULONG StreamFontFileLoader::Release() { in Release()
76 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
100 virtual ULONG STDMETHODCALLTYPE AddRef();
101 virtual ULONG STDMETHODCALLTYPE Release();
119 ULONG fRefCount;
147 ULONG StreamFontFileEnumerator::AddRef() { in AddRef()
[all …]
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp34 virtual ULONG STDMETHODCALLTYPE AddRef();
35 virtual ULONG STDMETHODCALLTYPE Release();
45 ULONG refCount_;
53 virtual ULONG STDMETHODCALLTYPE AddRef();
54 virtual ULONG STDMETHODCALLTYPE Release();
70 ULONG refCount_;
292 ULONG STDMETHODCALLTYPE CDwFontFileStream::AddRef() in AddRef()
296 ULONG STDMETHODCALLTYPE CDwFontFileStream::Release() in Release()
298 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release()
351 ULONG STDMETHODCALLTYPE CDwFontFileLoader::AddRef() in AddRef()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwin_if_list.c40 ULONG BindingIndex;
41 ULONG DeviceNameOffset;
42 ULONG DeviceNameLength;
43 ULONG DeviceDescrOffset;
44 ULONG DeviceDescrLength;
/external/lzma/CPP/Common/
DMyWindows.h35 typedef UINT32 ULONG; typedef
64 typedef ULONG PROPID;
99 STDMETHOD_(ULONG, AddRef)() PURE;
100 STDMETHOD_(ULONG, Release)() PURE;
163 ULONG ulVal;
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc74 static ULONG CALLBACK RecordHandleOperations(void* resource_description,
76 ULONG* enumeration_level);
82 ULONG Flags,
83 ULONG ResourceType,
196 user_stream->BufferSize = static_cast<ULONG>(stream_.size()); in GetUserStream()
226 ULONG CALLBACK HandleTraceData::RecordHandleOperations( in RecordHandleOperations()
229 ULONG* enumeration_level) { in RecordHandleOperations()
/external/aac/libAACenc/src/
Dpnsparam.cpp108 ULONG brFrom;
109 ULONG brTo;
203 if(((ULONG)bitRate >= levelTable[i].brFrom) && in FDKaacEnc_lookUpPnsUse()
204 ((ULONG)bitRate <= levelTable[i].brTo) ) in FDKaacEnc_lookUpPnsUse()
/external/google-breakpad/src/common/windows/
Ddia_util.cc45 ULONG fetched = 0; in FindDebugStream()
77 ULONG fetched = 0; in FindTable()
/external/libvpx/libvpx/vp8/common/generic/
Dsystemdependent.c64 ULONG proc_id; in get_cpu_count()
65 ULONG status; in get_cpu_count()

1234