/external/oprofile/module/ia64/ |
D | op_syscalls.c | 87 static void oprof_output_map(ulong addr, ulong len, in oprof_output_map() 88 ulong offset, struct file * file, int is_execve) in oprof_output_map() 182 static void out_mmap(ulong addr, ulong len, ulong prot, ulong flags, in out_mmap() 183 ulong fd, ulong offset) in out_mmap() 209 asmlinkage void post_sys_mmap2(ulong ret, ulong addr, ulong len, in post_sys_mmap2() 210 ulong prot, ulong flags, ulong fd, ulong pgoff) in post_sys_mmap2() 222 asmlinkage void post_sys_mmap(ulong ret, ulong addr, ulong len, in post_sys_mmap() 223 ulong prot, ulong flags, ulong fd, ulong off) in post_sys_mmap()
|
D | op_pmu.c | 35 ia64_set_pmd(perf_reg(c), -(ulong)(v) & pmd_mask); \ 152 pmc_fill_in(ulong * val, u8 kernel, u8 user, u8 event, u8 um) in pmc_fill_in() 186 ulong pmc_val; in pmu_setup()
|
/external/oprofile/module/x86/ |
D | 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, in oprof_output_map() 144 static void out_mmap(ulong addr, ulong len, ulong prot, ulong flags, ulong fd, in out_mmap() 145 ulong offset) in out_mmap() 166 asmlinkage static int my_sys_mmap2(ulong addr, ulong len, in my_sys_mmap2() 167 ulong prot, ulong flags, ulong fd, ulong pgoff) in my_sys_mmap2()
|
D | op_fixmap.c | 41 /*static*/ void set_pte_phys(ulong vaddr, ulong phys) in set_pte_phys() 63 virt_apic_base = (ulong)vmalloc(4096); in alloc_fixmap() 69 ulong vaddr; in free_fixmap()
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap.c | 28 #define ulong unsigned long macro 115 if (((ulong)iterator->arg - (ulong)iterator->rtheader) in ieee80211_radiotap_iterator_init() 116 > (ulong)iterator->max_length) in ieee80211_radiotap_iterator_init() 234 pad = (((ulong)iterator->arg) - in ieee80211_radiotap_iterator_next() 235 ((ulong)iterator->rtheader)) & in ieee80211_radiotap_iterator_next() 260 if (((ulong)iterator->arg - (ulong)iterator->rtheader) > in ieee80211_radiotap_iterator_next() 261 (ulong) iterator->max_length) in ieee80211_radiotap_iterator_next()
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | radiotap.c | 28 #define ulong unsigned long macro 115 if (((ulong)iterator->arg - (ulong)iterator->rtheader) in ieee80211_radiotap_iterator_init() 116 > (ulong)iterator->max_length) in ieee80211_radiotap_iterator_init() 234 pad = (((ulong)iterator->arg) - in ieee80211_radiotap_iterator_next() 235 ((ulong)iterator->rtheader)) & in ieee80211_radiotap_iterator_next() 260 if (((ulong)iterator->arg - (ulong)iterator->rtheader) > in ieee80211_radiotap_iterator_next() 261 (ulong) iterator->max_length) in ieee80211_radiotap_iterator_next()
|
/external/opencv/otherlibs/highgui/ |
D | bitstrm.cpp | 47 const ulong bs_bit_mask[] = { 61 ulong* data = (ulong*)start; in bsBSwapBlock() 66 ulong temp = data[i]; in bsBSwapBlock() 401 ulong* current = (ulong*)m_current; in Get() 408 current = ((ulong*)m_current) + mask; in Get() 420 ulong* current = (ulong*)m_current; in Show() 427 current = ((ulong*)m_current) + mask; in Show() 510 ulong* current = ((ulong*)m_current) - mask; in Get() 517 current = (ulong*)m_current; in Get() 529 ulong* current = ((ulong*)m_current) - mask; in Show() [all …]
|
D | 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[];
|
D | grfmt_jpeg2000.h | 54 #undef ulong
|
/external/oprofile/module/ |
D | op_dname.c | 29 static ulong hash_map_open; 93 ulong start = (ulong)vma->vm_start; in oprof_hash_map_mmap() 94 ulong page, pos; in oprof_hash_map_mmap() 95 ulong size = (ulong)(vma->vm_end-vma->vm_start); in oprof_hash_map_mmap() 100 pos = (ulong)hash_map; in oprof_hash_map_mmap()
|
/external/valgrind/main/VEX/switchback/ |
D | test_emfloat.c | 433 typedef unsigned long ulong; typedef 442 ulong request_secs; /* # of seconds requested */ 443 ulong arraysize; /* Size of array */ 444 ulong loops; /* Loops per iterations */ 462 #define ulong unsigned long macro 519 InternalFPF *bbase, InternalFPF *cbase, ulong arraysize); 521 ulong DoEmFloatIteration(InternalFPF *abase, 523 ulong arraysize, ulong loops); 579 ulong arraysize) in SetupCPUEmFloatArrays() 581 ulong i; in SetupCPUEmFloatArrays() [all …]
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
D | UDataOutputStream.java | 42 public final void writeU4 (final long ulong) throws IOException in writeU4() argument 44 writeInt ((int) ulong); // this narrowing cast is Ok in writeU4()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_QWin.cc | 149 ulong *sp1, *sp2, *dp1, *dp2; in gs_fastRotateBlit_3() 150 ulong stop, sbot, dtop, dbot; in gs_fastRotateBlit_3() 152 sp1 = (ulong*)bits + startx + starty*240; in gs_fastRotateBlit_3() 154 dp1 = (ulong *)fb + (159 - starty) + startx*320; in gs_fastRotateBlit_3() 205 ulong *sp1, *sp2, *dp1, *dp2; in gs_fastRotateBlit_1() 206 ulong stop, sbot, dtop, dbot; in gs_fastRotateBlit_1() 208 sp1 = (ulong*)bits + startx + starty*240; in gs_fastRotateBlit_1() 210 dp1 = (ulong*)fb - startx * 320 - starty; in gs_fastRotateBlit_1()
|
/external/quake/quake/src/QW/scitech/include/ |
D | mgldos.h | 63 ulong MGLAPI MGL_getTicks(void); 64 ulong MGLAPI MGL_getTickResolution(void);
|
D | mglwin.h | 134 ulong MGLAPI MGL_getTicks(void); 135 ulong MGLAPI MGL_getTickResolution(void);
|
D | mgraph.h | 560 typedef ulong color_t; 691 ulong xorMask[32]; 692 ulong andMask[32]; 861 ulong which; /* Which window for window manager code */ 863 ulong when; /* Clock ticks since midnight */ 866 ulong message; /* Event specific message */ 867 ulong modifiers; /* Modifier flags */ 1047 bool MGLAPI EVT_post(ulong which,m_uint what,ulong message,ulong modifiers); 1382 void MGLAPI MGL_bitBltLinCoord(MGLDC *dst,MGLDC *src,ulong srcOfs,m_int dstLeft,m_int dstTop,m_int… 1383 void MGLAPI MGL_transBltLinCoord(MGLDC *dst,MGLDC *src,ulong srcOfs,m_int dstLeft,m_int dstTop,m_i… [all …]
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
D | MGLDOS.H | 63 ulong MGLAPI MGL_getTicks(void); 64 ulong MGLAPI MGL_getTickResolution(void);
|
D | MGLWIN.H | 134 ulong MGLAPI MGL_getTicks(void); 135 ulong MGLAPI MGL_getTickResolution(void);
|
D | MGRAPH.H | 560 typedef ulong color_t; 691 ulong xorMask[32]; 692 ulong andMask[32]; 861 ulong which; /* Which window for window manager code */ 863 ulong when; /* Clock ticks since midnight */ 866 ulong message; /* Event specific message */ 867 ulong modifiers; /* Modifier flags */ 1047 bool MGLAPI EVT_post(ulong which,m_uint what,ulong message,ulong modifiers); 1382 void MGLAPI MGL_bitBltLinCoord(MGLDC *dst,MGLDC *src,ulong srcOfs,m_int dstLeft,m_int dstTop,m_int… 1383 void MGLAPI MGL_transBltLinCoord(MGLDC *dst,MGLDC *src,ulong srcOfs,m_int dstLeft,m_int dstTop,m_i… [all …]
|
/external/zlib/src/examples/ |
D | gzlog.c | 243 typedef unsigned long ulong; typedef 279 #define PULL4(p) (PULL2(p)+((ulong)PULL2(p+2)<<16)) 298 ulong ccrc; /* crc of compressed data */ 299 ulong clen; /* length (modulo 2^32) of compressed data */ 300 ulong tcrc; /* crc of total data */ 301 ulong tlen; /* length (modulo 2^32) of total data */
|
/external/grub/lib/ |
D | device.c | 879 static int _llseek (uint filedes, ulong hi, ulong lo, in write_to_partition() 881 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in write_to_partition()
|
/external/llvm/test/Transforms/LICM/ |
D | 2003-02-26-LoopExitNotDominated.ll | 3 ;%MoveArray = external global [64 x ulong]
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 104 typedef unsigned long ulong; in t_529_2() typedef 105 (void)ulong(i); in t_529_2()
|
/external/grub/grub/ |
D | asmstub.c | 944 static int _llseek (uint filedes, ulong hi, ulong lo, in biosdisk() 946 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in biosdisk()
|
/external/kernel-headers/original/linux/ |
D | types.h | 103 typedef unsigned long ulong; typedef
|