Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 35) sorted by relevance

12

/system/core/include/utils/
DTimers.h66 static inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);} in s2ns()
67 static inline nsecs_t ms2ns(nsecs_t v) {return milliseconds_to_nanoseconds(v);} in ms2ns()
68 static inline nsecs_t us2ns(nsecs_t v) {return microseconds_to_nanoseconds(v);} in us2ns()
69 static inline nsecs_t ns2s(nsecs_t v) {return nanoseconds_to_seconds(v);} in ns2s()
70 static inline nsecs_t ns2ms(nsecs_t v) {return nanoseconds_to_milliseconds(v);} in ns2ms()
71 static inline nsecs_t ns2us(nsecs_t v) {return nanoseconds_to_microseconds(v);} in ns2us()
73 static inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } in seconds()
74 static inline nsecs_t milliseconds(nsecs_t v) { return ms2ns(v); } in milliseconds()
75 static inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); } in microseconds()
DByteOrder.h41 static inline uint32_t android_swap_long(uint32_t v) in android_swap_long()
46 static inline uint16_t android_swap_short(uint16_t v) in android_swap_short()
/system/core/libpixelflinger/
Dbuffer.cpp119 uint32_t v = 0; in read_pixel() local
136 uint16_t v = *(reinterpret_cast<uint16_t*>(s->data) + (x + (s->stride * y))); in readRGB565() local
150 uint32_t v = *(reinterpret_cast<uint32_t*>(s->data) + (x + (s->stride * y))); in readABGR8888() local
178 uint32_t v = 0; in write_pixel() local
252 uint32_t ggl_expand(uint32_t v, int sbits, int dbits) in ggl_expand()
278 uint32_t extract(uint32_t v, int h, int l, int bits) in extract()
291 uint32_t expand(uint32_t v, int sbits, int dbits) in expand()
323 uint32_t downshift_component( uint32_t in, uint32_t v, in downshift_component()
Dscanline.cpp476 void rescale(uint32_t& u, uint8_t& su, uint32_t& v, uint8_t& sv) in rescale()
633 GGLcolor ADJUST_COLOR_ITERATOR(GGLcolor v, GGLcolor dvdx, int len) in ADJUST_COLOR_ITERATOR()
719 int32_t u, v; in scanline() local
966 const int32_t v = (tx.shade.it0>>16) + y; in horz_iterator32() local
983 const int32_t v = (tx.shade.it0>>16) + y; in horz_iterator16() local
1012 int u, v; in get_pixel16() local
1018 int u, v; in get_pixel32() local
1098 int v = t >> 16; in init() local
1898 int32_t v, q; in scanline_perspective() member
1962 int32_t v = tc[i].st[j].v; in scanline_perspective() local
[all …]
Dtrap.cpp136 void pointx_validate(void *con, const GGLcoord* v, GGLcoord rad) in pointx_validate()
152 void pointx(void *con, const GGLcoord* v, GGLcoord rad) in pointx()
203 void aa_nice_pointx(void *con, const GGLcoord* v, GGLcoord size) in aa_nice_pointx()
268 void aa_pointx(void *con, const GGLcoord* v, GGLcoord size) in aa_pointx()
351 GGLcoord v[4][2]; in linex() local
379 GGLcoord v[4][2]; in aa_linex() local
/system/extras/ext4_utils/
Dsha1.c53 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
54 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
55 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
56 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
57 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
76 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument
77 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument
78 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument
79 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument
80 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
/system/media/camera/tests/
Dcamera_metadata_tests_fake_vendor.h129 const char *get_fakevendor_section_name(const vendor_tag_ops_t *v, in get_fakevendor_section_name()
139 const char *get_fakevendor_tag_name(const vendor_tag_ops_t *v, in get_fakevendor_tag_name()
150 int get_fakevendor_tag_type(const vendor_tag_ops_t *v, in get_fakevendor_tag_type()
161 int get_fakevendor_tag_count(const vendor_tag_ops_t *v) { in get_fakevendor_tag_count()
175 void get_fakevendor_tags(const vendor_tag_ops_t *v, uint32_t *tag_array) { in get_fakevendor_tags()
/system/extras/verity/
DKeystoreSigner.java74 ASN1EncodableVector v = new ASN1EncodableVector(); in toASN1Primitive() local
110 ASN1EncodableVector v = new ASN1EncodableVector(); in getInnerKeystore() local
117 ASN1EncodableVector v = new ASN1EncodableVector(); in toASN1Primitive() local
DBootSignature.java179 ASN1EncodableVector v = new ASN1EncodableVector(); in toASN1Primitive() local
/system/media/audio_utils/
Dfixedfft.cpp111 void fixed_fft(int n, int32_t *v) in fixed_fft()
148 void fixed_fft_real(int n, int32_t *v) in fixed_fft_real()
Dminifloat.c35 gain_minifloat_t gain_from_float(float v) in gain_from_float()
/system/core/libmincrypt/
Dp256_ecdsa.c35 p256_int u, v; in p256_ecdsa_verify() local
/system/core/include/private/pixelflinger/
Dggl_context.h35 inline uint32_t GGL_RGBA_TO_HOST(uint32_t v) { in GGL_RGBA_TO_HOST()
38 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) { in GGL_HOST_TO_RGBA()
Dggl_fixed.h58 GGLfixed gglFracx(GGLfixed v) { in gglFracx()
61 GGLfixed gglFloorx(GGLfixed v) { in gglFloorx()
64 GGLfixed gglCeilx(GGLfixed v) { in gglCeilx()
67 GGLfixed gglCenterx(GGLfixed v) { in gglCenterx()
70 GGLfixed gglRoundx(GGLfixed v) { in gglRoundx()
/system/core/logcat/tests/
Dlogcat_test.cpp346 unsigned long long v = 0xDEADBEEFA55A0000ULL; in caught_blocking() local
355 unsigned long long v = 0xDEADBEEFA55F0000ULL; in TEST() local
415 unsigned long long v = 0xA55ADEADBEEF0000ULL; in caught_blocking_tail() local
424 unsigned long long v = 0xA55FDEADBEEF0000ULL; in TEST() local
525 unsigned long long v = 0xDEADBEEFA55C0000ULL; in caught_blocking_clear() local
534 unsigned long long v = 0xDEADBEEFA55C0000ULL; in TEST() local
/system/extras/tests/crypto/
Dget_dm_versions.c28 struct dm_target_versions *v; in main() local
/system/core/liblog/tests/
Dliblog_benchmark.cpp104 unsigned long long v = 0xDEADBEEFA55A5AA5ULL; in caught_latency() local
198 unsigned long long v = 0xDEADBEEFA55A5AA6ULL; in caught_delay() local
Dliblog_test.cpp169 unsigned long long v = 0xDEADBEEFA55A0000ULL; in caught_blocking() local
219 unsigned long long v = 0xDEADBEEFA55A0000ULL; in TEST() local
/system/core/libpixelflinger/codeflinger/
Dblending.cpp474 const integer_t& v, in mul_factor()
565 const integer_t& v, in mul_factor_add()
655 void GGLAssembler::component_sat(const component_t& v) in component_sat()
/system/vold/
DVolumeManager.cpp235 int VolumeManager::addVolume(Volume *v) { in addVolume()
294 Volume *v = lookupVolume(label); in formatVolume() local
1458 Volume *v = lookupVolume(label); in mountVolume() local
1514 Volume *v = lookupVolume(label); in shareEnabled() local
1535 Volume *v = lookupVolume(label); in shareVolume() local
1618 Volume *v = lookupVolume(label); in unshareVolume() local
1710 Volume *v = lookupVolume(label); in unmountVolume() local
1834 int VolumeManager::cleanupAsec(Volume *v, bool force) { in cleanupAsec()
/system/media/audio_utils/include/audio_utils/
Dprimitives.h705 int32_t mulAdd(int16_t in, int16_t v, int32_t a) in mulAdd()
723 int32_t mul(int16_t in, int16_t v) in mul()
/system/media/audio_utils/tests/
Dprimitives_tests.cpp137 for (uint32_t v = 0x100000; v <= 0xff000000; v += 0x100000) { in TEST() local
141 for (uint32_t v = 0; v <= 0xffff; ++v) { // uint32_t prevents overflow in TEST() local
/system/core/libutils/tests/
DLruCache_test.cpp61 int v; member
86 void operator()(SimpleKey& k, StringValue& v) { in operator ()()
DBlobCache_test.cpp308 uint8_t v = 0xee; in TEST_F() local
330 uint8_t v = 0xee; in TEST_F() local
/system/core/libcutils/
Dconfig_utils.c240 #define lex(cs,v) _lex(cs,v) argument

12