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

/external/valgrind/perf/
H A Dtinycc.c17511 uint8_t repeat_buf[8];
17535 repeat_buf[0] = val;
17536 repeat_buf[1] = val >> 8;
17537 repeat_buf[2] = val >> 16;
17538 repeat_buf[3] = val >> 24;
17539 repeat_buf[4] = 0;
17540 repeat_buf[5] = 0;
17541 repeat_buf[6] = 0;
17542 repeat_buf[7] = 0;
17545 g(repeat_buf[
17509 uint8_t repeat_buf[8]; local
[all...]

Completed in 88 milliseconds