HomeSort by relevance Sort by last modified time
    Searched full:ulong (Results 76 - 100 of 465) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/expat/xmlwf/
xmlwin32url.cxx 22 STDMETHODIMP_(ULONG) AddRef();
23 STDMETHODIMP_(ULONG) Release();
28 STDMETHODIMP OnProgress(ULONG, ULONG, ULONG, LPCWSTR);
41 ULONG ref_;
47 STDMETHODIMP_(ULONG)
53 STDMETHODIMP_(ULONG)
97 Callback::OnProgress(ULONG, ULONG, ULONG, LPCWSTR
    [all...]
  /external/webkit/WebKit/win/
MemoryStream.cpp 73 ULONG STDMETHODCALLTYPE MemoryStream::AddRef(void)
78 ULONG STDMETHODCALLTYPE MemoryStream::Release(void)
80 ULONG newRef = --m_refCount;
91 /* [in] */ ULONG cb,
92 /* [out] */ ULONG* pcbRead)
105 *pcbRead = (ULONG) (m_buffer->size() - m_pos);
115 /* [in] */ ULONG /*cb*/,
116 /* [out] */ ULONG* /*pcbWritten*/)
195 ULONG written;
196 ULONG read = min(cb.LowPart, (ULONG)(m_buffer->size()-m_pos))
    [all...]
DefaultDownloadDelegate.h 47 virtual ULONG STDMETHODCALLTYPE AddRef(void);
48 virtual ULONG STDMETHODCALLTYPE Release(void);
68 ULONG m_refCount;
WebActionPropertyBag.h 48 virtual ULONG STDMETHODCALLTYPE AddRef();
49 virtual ULONG STDMETHODCALLTYPE Release();
62 ULONG m_refCount;
WebArchive.h 50 virtual ULONG STDMETHODCALLTYPE AddRef();
51 virtual ULONG STDMETHODCALLTYPE Release();
80 ULONG m_refCount;
WebBackForwardList.h 51 virtual ULONG STDMETHODCALLTYPE AddRef(void);
52 virtual ULONG STDMETHODCALLTYPE Release(void);
111 ULONG m_refCount;
WebCookieManager.cpp 70 ULONG STDMETHODCALLTYPE WebCookieManager::AddRef()
75 ULONG STDMETHODCALLTYPE WebCookieManager::Release()
77 ULONG newRef = --m_refCount;
WebCoreStatistics.h 41 virtual ULONG STDMETHODCALLTYPE AddRef(void);
42 virtual ULONG STDMETHODCALLTYPE Release(void);
72 ULONG m_refCount;
WebDataSource.h 49 virtual ULONG STDMETHODCALLTYPE AddRef(void);
50 virtual ULONG STDMETHODCALLTYPE Release(void);
116 ULONG m_refCount;
  /external/zlib/
example.c 35 uLong dictId; /* Adler32 value of the dictionary */
37 void test_compress OF((Byte *compr, uLong comprLen,
38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
43 Byte *uncompr, uLong uncomprLen));
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
45 Byte *uncompr, uLong uncomprLen));
46 void test_large_inflate OF((Byte *compr, uLong comprLen
    [all...]
  /dalvik/libcore/archive/src/main/native/
java_util_zip_Adler32.c 32 jlong result = (jlong) adler32 ((uLong) crc, (Bytef *) (b + off), (uInt) len);
43 return adler32 ((uLong) crc, (Bytef *) (&bytefVal), 1);
java_util_zip_CRC32.c 32 jlong result = crc32 ((uLong) crc, (Bytef *) (b + off), (uInt) len);
41 return crc32 ((uLong) crc, (Bytef *) (&val), 1);
  /external/bluetooth/glib/gobject/
gmarshal.list 12 # ULONG for unsigned long integer types (gulong)
33 VOID:ULONG
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mgrpriv.h 46 ULONG ulDspVirt; /* DSP virtual address */
47 ULONG ulGppPhys; /* GPP physical address */
  /development/host/windows/usb/legacy/driver/
android_usb_pipe_file_object.cpp 99 static_cast<ULONG>(length),
131 static_cast<ULONG>(length),
143 ULONG ioctl_code) {
248 static_cast<ULONG>(output_buf_len),
271 // Output buffer points to ULONG that receives number of transferred bytes
272 ASSERT(output_buf_len >= sizeof(ULONG));
274 (output_buf_len < sizeof(ULONG))) {
290 ULONG* ret_transfer =
291 reinterpret_cast<ULONG*>(OutAddress(request, &status));
304 ULONG transfer_size = transfer_param->transfer_size;
    [all...]
android_usb_driver_defines.h 58 ULONG __cdecl GoogleDbgPrint(char* format, ...);
66 /// Invalid ULONG value
67 #define INVALID_ULONG (static_cast<ULONG>(-1))
133 ULONG length;
136 ULONG transfer_size;
139 ULONG num_xfer;
142 ULONG initial_time_out;
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
sad.cpp 27 ULong num_sad_MB = 0;
28 ULong num_sad_Blk = 0;
29 ULong num_sad_MB_call = 0;
30 ULong num_sad_Blk_call = 0;
82 Int dmin = (ULong)dmin_lx >> 16;
113 ULong cur_word;
127 cur_word = *((ULong*)(blk += 4));
142 cur_word = *((ULong*)(blk += 4));
157 cur_word = *((ULong*)(blk += 4));
172 cur_word = *((ULong*)(blk += 4))
    [all...]
sad_halfpel.cpp 37 ULong num_sad_HP_MB = 0;
38 ULong num_sad_HP_Blk = 0;
39 ULong num_sad_HP_MB_call = 0;
40 ULong num_sad_HP_Blk_call = 0;
252 if (sad > (Int)((ULong)dmin_rx >> 16))
291 if (sad > (Int)((ULong)dmin_rx >> 16))
326 if (sad > (Int)((ULong)dmin_rx >> 16))
349 ULong cur_word;
363 cur_word = *((ULong*)(blk += 4));
399 if (sad > (Int)((ULong)dmin_rx >> 16)
    [all...]
  /external/wpa_supplicant/
win_if_list.c 46 ULONG BindingIndex;
47 ULONG DeviceNameOffset;
48 ULONG DeviceNameLength;
49 ULONG DeviceDescrOffset;
50 ULONG DeviceDescrLength;
  /external/wpa_supplicant_6/wpa_supplicant/
win_if_list.c 46 ULONG BindingIndex;
47 ULONG DeviceNameOffset;
48 ULONG DeviceNameLength;
49 ULONG DeviceDescrOffset;
50 ULONG DeviceDescrLength;
  /external/zlib/contrib/ada/
zlib-thin.ads 40 type ULong is new Interfaces.C.unsigned_long; -- 32 bits or more
44 type ULong_Access is access ULong;
164 sourceLen : ULong)
171 sourceLen : ULong;
179 sourceLen : ULong)
237 (adler : ULong;
240 return ULong;
243 (crc : ULong;
246 return ULong;
341 function Total_In (Strm : in Z_Stream) return ULong;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
linux_ioctl_common.h 58 ULONG cmd;
59 ULONG cmd_type; /* IOCTL_SET or IOCTL_GET */
60 ULONG length;
61 ULONG user_data_pointer; /* pointer to data or data if length <= sizeof(ULONG) */
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h 97 ULONG bytes_to_transfer,
98 ULONG* bytes_transferred,
100 ULONG time_out);
116 ULONG bytes_to_transfer,
117 ULONG* bytes_transferred,
118 ULONG time_out);
141 virtual bool SetTimeout(ULONG timeout);
  /external/webkit/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 45 SOFT_LINK(T2embed, TTLoadEmbeddedFont, LONG, __stdcall, (HANDLE* phFontReference, ULONG ulFlags, ULONG* pulPrivStatus, ULONG ulPrivs, ULONG* pulStatus, READEMBEDPROC lpfnReadFromStream, LPVOID lpvReadStream, LPWSTR szWinFamilyName, LPSTR szMacFamilyName, TTLOADINFO* pTTLoadInfo), (phFontReference, ulFlags,pulPrivStatus, ulPrivs, pulStatus, lpfnReadFromStream, lpvReadStream, szWinFamilyName, szMacFamilyName, pTTLoadInfo));
47 SOFT_LINK(T2embed, TTDeleteEmbeddedFont, LONG, __stdcall, (HANDLE hFontReference, ULONG ulFlags, ULONG* pulStatus), (hFontReference, ulFlags, pulStatus));
55 ULONG status;
226 ULONG privStatus;
227 ULONG status;
  /external/qemu/distrib/zlib-1.2.3/
uncompr.c 30 uLong sourceLen;
38 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;

Completed in 77 milliseconds

1 2 34 5 6 7 8 91011>>