Searched defs:tz (Results 1 - 3 of 3) sorted by relevance

/system/core/init/
H A Dbuiltins.c724 struct timezone tz; local
729 memset(&tz, 0, sizeof(tz));
730 tz.tz_minuteswest = atoi(args[1]);
731 if (settimeofday(NULL, &tz))
/system/core/libmincrypt/
H A Dp256_ec.c1053 felem tx, ty, tz; local
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py);
1089 * only copying from {tx,ty,tz} to {nx,ny,nz} if index != 0. */
1094 copy_conditional(nz, tz, mask);
1117 felem px, py, pz, tx, ty, tz; local
1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz);
1166 copy_conditional(nz, tz, mask);
/system/keymaster/
H A Docb.c644 static block getL(const ae_ctx* ctx, unsigned tz) { argument
645 if (tz < L_TABLE_SZ)
646 return ctx->L[tz];
652 for (i = L_TABLE_SZ; i < tz; i++)
797 unsigned i, k, tz, remaining; local
807 tz = ntz(ad_block_num);
815 ad_offset = xor_block(oa[2], getL(ctx, tz));
826 ad_offset = xor_block(oa[6], getL(ctx, tz));

Completed in 173 milliseconds