Lines Matching defs:pulse
395 * As you can see here, very few different lengths of pulse and space
402 u16 pulse[7]; /* not aligned */
465 put_unaligned_be16(0x1000, &code_block.pulse[3]);
485 * If the last slot for pulse is the same as the current slot for pulse,
569 /* We have a pulse and space */
572 p = find_slot(code_block->pulse,
573 ARRAY_SIZE(code_block->pulse), l);
581 /* We have to encode the trailing pulse. Find the shortest space */
595 * Are the last N codes (so pulse + space) repeating 3 times?