Lines Matching defs:space
395 * As you can see here, very few different lengths of pulse and space
405 u16 space[8]; /* not aligned */
504 * When looking for repeats, we don't care about the trailing space. This
562 s = find_slot(code_block->space,
563 ARRAY_SIZE(code_block->space), l);
569 /* We have a pulse and space */
581 /* We have to encode the trailing pulse. Find the shortest space */
583 for (i = 1; i < ARRAY_SIZE(code_block->space); i++) {
584 u16 d = get_unaligned_be16(&code_block->space[i]);
586 if (get_unaligned_be16(&code_block->space[s]) > d)
595 * Are the last N codes (so pulse + space) repeating 3 times?