Searched refs:ct (Results 1 - 6 of 6) sorted by relevance

/system/extras/simpleperf/scripts/
H A Dsimpleperf_report_lib.py23 import ctypes as ct namespace
36 return ct.cast(p, ct.c_void_p).value is None
47 class SampleStruct(ct.Structure):
48 _fields_ = [('ip', ct.c_uint64),
49 ('pid', ct.c_uint32),
50 ('tid', ct.c_uint32),
51 ('thread_comm', ct.c_char_p),
52 ('time', ct.c_uint64),
53 ('in_kernel', ct
[all...]
/system/keymaster/
H A Dae.h95 int ad_len, void* ct, void* tag, int final);
107 * ct - Pointer to buffer to receive ciphertext encryption.
118 * non-negative - Number of bytes written to ct.
124 int ae_decrypt(ae_ctx* ctx, const void* nonce, const void* ct, int ct_len, const void* ad,
133 * ct - Pointer to ciphertext bytes to be decrypted.
134 * ct_len - number of bytes pointed to by ct.
143 * If nonce!=NULL then "ct" points to the start of a ciphertext. If final!=0
H A Docb.c919 int ad_len, void* ct, void* tag, int final) {
927 block* ctp = (block*)ct;
1094 memcpy((char*)ct + pt_len, &offset, OCB_TAG_LEN);
1097 memcpy((char*)ct + pt_len, &offset, ctx->tag_len);
1129 int ae_decrypt(ae_ctx* ctx, const void* nonce, const void* ct, int ct_len, const void* ad, argument
1138 block* ctp = (block*)ct;
1141 /* Reduce ct_len tag bundled in ct */
1315 if (constant_time_memcmp((char*)ct + ct_len, tmp.u8, len) != 0)
1353 ALIGN(16) char ct[144];
1357 i = ae_encrypt(ctx,nonce,pt,len,pt,len,ct,NUL
918 ae_encrypt(ae_ctx* ctx, const void* nonce, const void* pt, int pt_len, const void* ad, int ad_len, void* ct, void* tag, int final) argument
[all...]
/system/extras/tests/memtest/
H A Dfptest.cpp67 for (int ct=0; ct < (1000 * (1000 / 20)); ct++) {
102 for (int ct=0; ct < (1000 * (1000 / 80)); ct++) {
/system/core/libpixelflinger/
H A Dscanline.cpp128 extern "C" void scanline_t32cb16_arm(uint16_t *dst, uint32_t *src, size_t ct);
129 extern "C" void scanline_col32cb16blend_neon(uint16_t *dst, uint32_t *col, size_t ct);
130 extern "C" void scanline_col32cb16blend_arm(uint16_t *dst, uint32_t col, size_t ct);
133 extern "C" void scanline_col32cb16blend_arm64(uint16_t *dst, uint32_t col, size_t ct);
138 extern "C" void scanline_col32cb16blend_mips64(uint16_t *dst, uint32_t col, size_t ct);
2091 size_t ct = c->iterators.xr - x; local
2102 scanline_col32cb16blend_neon(dst, &(c->packed8888), ct);
2104 scanline_col32cb16blend_arm(dst, GGL_RGBA_TO_HOST(c->packed8888), ct);
2107 scanline_col32cb16blend_arm64(dst, GGL_RGBA_TO_HOST(c->packed8888), ct);
2109 scanline_col32cb16blend_mips64(dst, GGL_RGBA_TO_HOST(c->packed8888), ct);
2134 size_t ct = c->iterators.xr - x; local
2185 size_t ct = c->iterators.xr - x; local
2255 size_t ct = c->iterators.xr - x; local
2275 size_t ct = c->iterators.xr - x; local
2286 size_t ct = c->iterators.xr - x; local
2297 size_t ct = c->iterators.xr - x; local
2308 size_t ct = c->iterators.xr - x; local
2321 size_t ct = c->iterators.xr - x; local
2346 size_t ct = c->iterators.xr - x; local
[all...]
H A Dtrap.cpp454 size_t ct = c->iterators.xr - x; local
460 const size_t size = ct * fp->size;

Completed in 311 milliseconds