Searched defs:round (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_cmac.cc37 uint16_t round; member in struct:__anon1261
133 while (i <= cmac_cb.round) {
134 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i) * BT_OCTET16_LEN],
138 &cmac_cb.text[(cmac_cb.round - i) * BT_OCTET16_LEN],
186 SMP_TRACE_WARNING("flag = %d round = %d", flag, cmac_cb.round);
294 cmac_cb.round = n;
H A Dsmp_utils.cc1289 * (if bit["round"] in "random" array == 1 then returns 0x81
1295 uint8_t smp_calculate_random_input(uint8_t* random, uint8_t round) { argument
1296 uint8_t i = round / 8;
1297 uint8_t j = round % 8;
1300 SMP_TRACE_DEBUG("random: 0x%02x, round: %d, i: %d, j: %d", random[i], round,
H A Dsmp_int.h307 round; /* authentication stage 1 round for passkey association model */ member in struct:__anon1268
485 extern uint8_t smp_calculate_random_input(uint8_t* random, uint8_t round);
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_fixed.h468 GGLfixed round; local
470 asm("mov %x[round], #1 \n"
471 "lsl %x[round], %x[round], %x[shift] \n"
472 "lsr %x[round], %x[round], #1 \n"
473 "smaddl %x[result], %w[x], %w[y],%x[round] \n"
475 : [round]"=&r"(round), [result]"=&r"(result) \
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp802 const int round = 0; local
835 if (round)
850 if (round)
864 if (round)
896 const int round = 0; local
924 if (round)
940 if (round)
955 if (round)
/system/core/libpixelflinger/
H A Dpixelflinger.cpp230 // it is very important to round the iterated value here because
234 const int32_t round = 0x8000; local
235 c->shade.r0 = grad[ 0] + round;
238 c->shade.g0 = grad[ 3] + round;
241 c->shade.b0 = grad[ 6] + round;
244 c->shade.a0 = grad[ 9] + round;
254 const uint32_t round = 0x8000; local
255 c->shade.z0 = grad[0] + round;

Completed in 626 milliseconds