HomeSort by relevance Sort by last modified time
    Searched defs:is_repeat (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/input/
input.c 514 int is_repeat = 0; local
527 is_repeat = config->allow_repeats || (config->repeat_rate_ms &&
529 if (!is_repeat)
534 ch, sizeof(ch), is_repeat ? 0 : same);
539 delay_ms = is_repeat ?
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 812 bool is_repeat() { return type == NT_REPEAT; } function in class:r600_sb::node
1135 while (p && (p->is_depart() || p->is_repeat()))

Completed in 1925 milliseconds