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

/system/core/toolbox/
H A Drenice.c37 #include <sched.h>
49 int sched; local
55 sched = sched_getscheduler(pid);
56 switch (sched) {
75 sched_get_priority_min(sched), sched_get_priority_max(sched));
96 int sched = SCHED_RR; local
109 sched = get_sched(optarg);
143 ret = sched_setscheduler(pid, sched, &sp);
H A Dps.c50 int prio, nice, rtprio, sched, psr; local
134 sched = atoi(nexttok(&ptr)); // scheduling policy
168 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched);
/system/keymaster/
H A Docb.c555 const __m128i* sched = ((__m128i*)(key->rd_key)); local
557 tmp = _mm_xor_si128(tmp, sched[0]);
559 tmp = _mm_aesenc_si128(tmp, sched[j]);
560 tmp = _mm_aesenclast_si128(tmp, sched[j]);
566 const __m128i* sched = ((__m128i*)(key->rd_key)); local
568 tmp = _mm_xor_si128(tmp, sched[0]);
570 tmp = _mm_aesdec_si128(tmp, sched[j]);
571 tmp = _mm_aesdeclast_si128(tmp, sched[j]);
577 const __m128i* sched = ((__m128i*)(key->rd_key)); local
579 blks[i] = _mm_xor_si128(blks[i], sched[
589 const __m128i* sched = ((__m128i*)(key->rd_key)); local
[all...]

Completed in 68 milliseconds