Lines Matching defs:pulse
358 * As you can see here, very few different lengths of pulse and space
365 u16 pulse[7]; /* not aligned */
428 put_unaligned_be16(0x1000, &code_block.pulse[3]);
448 * If the last slot for pulse is the same as the current slot for pulse,
532 /* We have a pulse and space */
535 p = find_slot(code_block->pulse,
536 ARRAY_SIZE(code_block->pulse), l);
544 /* We have to encode the trailing pulse. Find the shortest space */
558 * Are the last N codes (so pulse + space) repeating 3 times?