Home
last modified time | relevance | path

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

123

/system/core/include/utils/
DTimers.h68 static CONSTEXPR inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);} in s2ns()
69 static CONSTEXPR inline nsecs_t ms2ns(nsecs_t v) {return milliseconds_to_nanoseconds(v);} in ms2ns()
70 static CONSTEXPR inline nsecs_t us2ns(nsecs_t v) {return microseconds_to_nanoseconds(v);} in us2ns()
71 static CONSTEXPR inline nsecs_t ns2s(nsecs_t v) {return nanoseconds_to_seconds(v);} in ns2s()
72 static CONSTEXPR inline nsecs_t ns2ms(nsecs_t v) {return nanoseconds_to_milliseconds(v);} in ns2ms()
73 static CONSTEXPR inline nsecs_t ns2us(nsecs_t v) {return nanoseconds_to_microseconds(v);} in ns2us()
75 static CONSTEXPR inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } in seconds()
76 static CONSTEXPR inline nsecs_t milliseconds(nsecs_t v) { return ms2ns(v); } in milliseconds()
77 static CONSTEXPR 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/tools/aidl/
Dtype_java.cpp61 void Type::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, in WriteToParcel()
69 void Type::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()
77 void Type::ReadFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, in ReadFromParcel()
111 void BasicType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()
116 void BasicType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()
132 void BasicArrayType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()
137 void BasicArrayType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()
142 void BasicArrayType::ReadFromParcel(StatementBlock* addTo, Variable* v, in ReadFromParcel()
155 void FileDescriptorType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()
160 void FileDescriptorType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()
[all …]
Dgenerate_java_binder.cpp224 Variable* v, Variable* parcel, in generate_new_array()
238 Variable* v, Variable* parcel, int flags) { in generate_write_to_parcel()
243 Variable* v, Variable* parcel, in generate_create_from_parcel()
249 Variable* v, Variable* parcel, in generate_read_from_parcel()
317 Variable* v = stubArgs.Get(t); in generate_method() local
370 Variable* v = stubArgs.Get(i++); in generate_method() local
432 Variable* v = in generate_method() local
473 Variable* v = in generate_method() local
Dgenerate_java.cpp44 Variable* v = new Variable( in Get() local
/system/core/base/include/android-base/
Dmemory.h29 T v; in get_unaligned() member
36 static inline void put_unaligned(T* address, T v) { in put_unaligned()
38 T v; in put_unaligned() member
/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()
/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.h130 const char *get_fakevendor_section_name(const vendor_tag_ops_t *v, in get_fakevendor_section_name()
140 const char *get_fakevendor_tag_name(const vendor_tag_ops_t *v, in get_fakevendor_tag_name()
151 int get_fakevendor_tag_type(const vendor_tag_ops_t *v, in get_fakevendor_tag_type()
162 int get_fakevendor_tag_count(const vendor_tag_ops_t *v) { in get_fakevendor_tag_count()
176 void get_fakevendor_tags(const vendor_tag_ops_t *v, uint32_t *tag_array) { in get_fakevendor_tags()
/system/connectivity/shill/shims/
Denvironment.cc42 char* v = getenv(name.c_str()); in GetVariable() local
53 string v = *var; in AsMap() local
/system/extras/libfec/
Dfec_verity.cpp193 verity_info *v = &f->verity; in verify_tree() local
330 verity_info *v = &f->verity; in parse_table() local
472 verity_info *v = &f->verity; in rewrite_metadata() local
536 verity_info *v = &f->verity; in verity_parse_header() local
622 verity_info *v = &f->verity; in fec_verity_set_status() local
/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
/system/media/audio_utils/
Droundup.c19 unsigned roundup(unsigned v) in roundup()
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/libpixelflinger/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/libmincrypt/
Dp256_ecdsa.c35 p256_int u, v; in p256_ecdsa_verify() local
/system/extras/tests/crypto/
Dget_dm_versions.c29 struct dm_target_versions *v; in main() local
/system/connectivity/shill/ethernet/
Dvirtio_ethernet.cc34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); } in ObjectID()
/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/core/metricsd/
Dpersistent_integer.cc51 int64_t v = Get(); in GetAndClear() local
/system/extras/alloc-stress/
Dalloc-stress.cpp80 template <typename T> void send(const T& v) { in send()
84 template <typename T> void recv(T& v) { in recv()
/system/core/logcat/tests/
Dlogcat_test.cpp433 unsigned long long v = 0xDEADBEEFA55A0000ULL; in caught_blocking() local
442 unsigned long long v = 0xDEADBEEFA55F0000ULL; in TEST() local
502 unsigned long long v = 0xA55ADEADBEEF0000ULL; in caught_blocking_tail() local
511 unsigned long long v = 0xA55FDEADBEEF0000ULL; in TEST() local
859 unsigned long long v = 0xDEADBEEFA55C0000ULL; in caught_blocking_clear() local
868 unsigned long long v = 0xDEADBEEFA55C0000ULL; in TEST() local
/system/core/libmemunreachable/tests/
DAllocator_test.cpp136 auto v = allocator::vector<int>(Allocator<int>(heap)); in TEST_F() local
147 auto v = allocator::list<int>(Allocator<int>(heap)); in TEST_F() local

123