/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPProcessor_OEM.h | 67 ULONG dwCmd,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
types.h | 151 typedef unsigned long int ulong; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
types.h | 151 typedef unsigned long int ulong; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
types.h | 151 typedef unsigned long int ulong; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
bthdef.h | 17 /* ULONG according to google */ 18 typedef ULONG BTH_COD; 430 ULONG flags; 438 ULONG previousDeviceFlags;
|
dskquota.h | 69 STDMETHOD(GetID)(THIS_ ULONG *pulID) PURE;
|
lmaccess.h | 740 ULONG Length; 760 ULONG PresentFields; 764 ULONG BadPasswordCount; 765 ULONG PasswordHistoryLength; [all...] |
mftransform.h | 255 ULONG (STDMETHODCALLTYPE *AddRef)( 258 ULONG (STDMETHODCALLTYPE *Release)( 426 static FORCEINLINE ULONG IMFTransform_AddRef(IMFTransform* This) { 429 static FORCEINLINE ULONG IMFTransform_Release(IMFTransform* This) {
|
newapis.h | 88 ULONG cwchEaten;
|
nspapi.h | 20 ULONG cbSize;
|
p2p.h | 107 ULONG cbData;
|
prntfont.h | 113 ULONG ulDefaultCodepage;
|
snmp.h | 29 typedef ULONG AsnUnsigned32;
|
stralign.h | 166 #define WSTR_ALIGNED_STACK_COPY(d,s) { PCUWSTR __ua_src; ULONG __ua_size; PWSTR __ua_dst; __ua_src = (s); if(WSTR_ALIGNED(__ua_src)) { __ua_dst = (PWSTR)__ua_src; } else { __ua_size = __UA_WSTRSIZE(__ua_src); __ua_dst = (PWSTR)_alloca(__ua_size); memcpy(__ua_dst,__ua_src,__ua_size); } *(d) = (PCWSTR)__ua_dst; }
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_aifc.py | 135 self.assertEqual(read_written(x, 'ulong'), x)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_aifc.py | 135 self.assertEqual(read_written(x, 'ulong'), x)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_aifc.py | 135 self.assertEqual(read_written(x, 'ulong'), x)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_aifc.py | 135 self.assertEqual(read_written(x, 'ulong'), x)
|
/external/valgrind/coregrind/ |
m_libcproc.c | 638 ULong arg2, ULong arg3, ULong arg4, ULong arg5) 913 static ULong base = 0; 914 ULong now; [all...] |
/external/valgrind/helgrind/ |
helgrind.h | 96 _VG_USERREQ__HG_POSIX_SEM_INIT_POST, /* sem_t*, ulong value */ 100 _VG_USERREQ__HG_PTHREAD_BARRIER_INIT_PRE, /* pth_bar_t*, ulong, ulong */ 115 _VG_USERREQ__HG_ARANGE_MAKE_UNTRACKED, /* Addr a, ulong len */ 116 _VG_USERREQ__HG_ARANGE_MAKE_TRACKED, /* Addr a, ulong len */ 117 _VG_USERREQ__HG_PTHREAD_BARRIER_RESIZE_PRE, /* pth_bar_t*, ulong */ 122 _VG_USERREQ__HG_GET_ABITS, /* Addr a,Addr abits, ulong len */ [all...] |
libhb_core.c | 120 typedef ULong SVal; 143 a pair, (Thr*, ULong), but that takes 16 bytes on a 64-bit target. 196 ULong tym : SCALARTS_N_TYMBITS; 268 struct { ULong ull; ExeContext* ec; } 609 static ULong stats__cache_make_New_arange = 0; // total arange made New 610 static ULong stats__cache_make_New_inZrep = 0; // arange New'd on Z reps [all...] |
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
rs_value_types.jd | 14 <tr><td>Unsigned integer:</td> <td>uchar, <a href='rs_value_types.html#android_rs:uint8_t'>uint8_t</a></td> <td>ushort, <a href='rs_value_types.html#android_rs:uint16_t'>uint16_t</a></td> <td>uint, <a href='rs_value_types.html#android_rs:uint32_t'>uint32_t</a></td> <td>ulong, <a href='rs_value_types.html#android_rs:uint64_t'>uint64_t</a></td></tr> 446 <a href='rs_value_types.html#android_rs:ulong'>ulong</a> [all...] |
/external/valgrind/VEX/priv/ |
guest_ppc_helpers.c | 69 ULong ppcg_dirtyhelper_MFTB ( void ) 72 ULong res; 83 res = ((ULong)hi1) << 32; 84 res |= (ULong)lo; 160 ULong i;
|
host_ppc_defs.h | 246 ULong Imm; 253 extern PPCRI* PPCRI_Imm ( ULong ); 540 ULong imm64; 1001 extern PPCInstr* PPCInstr_LI ( HReg, ULong, Bool ); [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-s390x-linux.c | 135 Returns a ULong encoded as: top half is %cr following syscall, 142 ULong do_syscall_clone_s390x_linux ( void *stack, 143 ULong flags, 206 Addr sp, ULong flags, 218 ULong r2; [all...] |