Lines Matching defs:space
358 * As you can see here, very few different lengths of pulse and space
368 u16 space[8]; /* not aligned */
467 * When looking for repeats, we don't care about the trailing space. This
525 s = find_slot(code_block->space,
526 ARRAY_SIZE(code_block->space), l);
532 /* We have a pulse and space */
544 /* We have to encode the trailing pulse. Find the shortest space */
546 for (i = 1; i < ARRAY_SIZE(code_block->space); i++) {
547 u16 d = get_unaligned_be16(&code_block->space[i]);
549 if (get_unaligned_be16(&code_block->space[s]) > d)
558 * Are the last N codes (so pulse + space) repeating 3 times?