HomeSort by relevance Sort by last modified time
    Searched defs:_v (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libdw/
memory-access.c 69 int64_t _v = acc; local
memory-access.h 90 _v |= (uint64_t) (__b & 0x7f) << (nth * 7); \
93 var = (_v << (64 - (nth * 7) - 7) >> (64 - (nth * 7) - 7)); \
101 int64_t _v = 0; \
103 var = __libdw_get_sleb128 (_v, 1, &(addr)); \
137 int64_t _v = acc; local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
io.h 46 unsigned char _v; local
48 __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (port));
49 return _v;
55 unsigned char _v; local
57 __asm__ __volatile__ ("inb %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (port));
58 return _v;
64 unsigned short _v; local
66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (port));
67 return _v;
73 unsigned short int _v; local
82 unsigned int _v; local
91 unsigned int _v; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 46 unsigned char _v; local
48 __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (port));
49 return _v;
55 unsigned char _v; local
57 __asm__ __volatile__ ("inb %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (port));
58 return _v;
64 unsigned short _v; local
66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (port));
67 return _v;
73 unsigned short int _v; local
82 unsigned int _v; local
91 unsigned int _v; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 46 unsigned char _v; local
48 __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (port));
49 return _v;
55 unsigned char _v; local
57 __asm__ __volatile__ ("inb %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (port));
58 return _v;
64 unsigned short _v; local
66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (port));
67 return _v;
73 unsigned short int _v; local
82 unsigned int _v; local
91 unsigned int _v; local
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 507 CvPoint2D32f _v; local
519 _v.x = v.x + (minJ.x - (patchSize.width - maxJ.x + 1))*0.5f;
520 _v.y = v.y + (minJ.y - (patchSize.height - maxJ.y + 1))*0.5f;
524 jsz.width*sizeof(patchJ[0]), jsz, _v ) < 0 )
    [all...]

Completed in 146 milliseconds