Lines Matching refs:current
228 * @param bit_pos A pointer to a position buffer to keep track the current write location (0 for MSB, 7 for LSB)
240 /* If bit pos is zero, we will definitely use at least one bit from the current byte so size increments. */
244 /* Calc the number of bits left in the current byte of buffer. */
249 /* We can fit the new data in our current byte.
256 /* If our data fits exactly into the current byte, we need to increment our pointer. */
266 * Firstly fill up what's left in the current byte. */
562 /* Set the transmitted timestamp to current time. */
635 /* Set the transmit timestamp to current time. */
1273 const char *current = NULL;
1292 mth = pa_split(wath, space, ¤t);
1293 while ((token = pa_split(wath, comma, ¤t))) {