Home | History | Annotate | Download | only in libkern

Lines Matching refs:sample

150 	/* Enter the sample, stirring as needed.  */
172 * Return true if the sample was consumed in its entirety, or true
173 * if the sample was truncated so the caller should arrange to
195 * Truncate the sample and enter it with 1-byte length encoding
423 uint8_t sample[1] = {0xff};
430 entpool_enter(P, sample, 1);
443 entpool_enter(P, sample, 1);
459 entpool_enter(P, sample, 1);
478 entpool_enter(P, sample, 1);
485 if (!entpool_enter_nostir(P, sample, 1))
499 if (entpool_enter_nostir(P, sample, 1))
517 if (entpool_enter_nostir(P, sample, 1))
537 if (!entpool_enter_nostir(P, sample, 1))
550 entpool_enter(P, sample, 1);
581 entpool_enter(P, sample, 1);