HomeSort by: relevance | last modified time | path
    Searched defs:p8 (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/lib/libc/string/
t_memmem.c 55 char p8[] = "89abc"; variable in typeref:typename:char[]
95 expect(memmem(b2, lb2, p8, lp8) == NULL);
  /src/lib/libm/noieee_src/
n_erf.c 181 p8 = 1.640186161764254363152286358441771740838e-0006, variable in typeref:typename:const double
284 y*(p6+y*(p7+y*(p8+y*(p9+y*p10)))))))));
348 y*(p6+y*(p7+y*(p8+y*(p9+y*p10)))))))));
  /src/lib/libc/gen/
arc4random.c 376 uint8_t *p8, *p32; local in function:crypto_onetimestream
396 p8 = buf;
397 p32 = (uint8_t *)roundup2((uintptr_t)p8, 4);
398 ni = p32 - p8;
415 (void)memcpy(p8, block, ni);
  /src/sys/crypto/adiantum/
adiantum.c 1875 const uint8_t *p8 = p;
1876 const uint8_t *pL = p8;
1877 const uint8_t *pR = p8 + Llen;
1908 uint8_t *p8 = p;
1909 uint8_t *pL = p8;
1910 uint8_t *pR = p8 + Llen;
1866 const uint8_t *p8 = p; local in function:adiantum_enc
1899 uint8_t *p8 = p; local in function:adiantum_dec
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 42 const uint8_t *p8 = v; local in function:br_range_dec32le
45 uint32_t x0 = *p8++;
46 uint32_t x1 = *p8++;
47 uint32_t x2 = *p8++;
48 uint32_t x3 = *p8++;
  /src/sys/arch/luna68k/stand/boot/
scsireg.h 52 volatile uint8_t scsi_scmd, p6, p7, p8; /* 008 */ member in struct:scsidevice
  /src/sys/arch/hp300/stand/common/
scsireg.h 68 u_char p8[24]; member in struct:scsidevice
  /src/tests/dev/audio/
audiotest.c 6047 #define p8 (1) macro
6052 if (expected[AUDIO_ENCODING_SLINEAR][p8]) {
6053 SET(expected[AUDIO_ENCODING_SLINEAR_LE][p8]);
6054 SET(expected[AUDIO_ENCODING_SLINEAR_BE][p8]);
6056 if (expected[AUDIO_ENCODING_ULINEAR][p8]) {
6057 SET(expected[AUDIO_ENCODING_ULINEAR_LE][p8]);
6058 SET(expected[AUDIO_ENCODING_ULINEAR_BE][p8]);
6059 SET(expected[AUDIO_ENCODING_PCM8][p8]);
6060 SET(expected[AUDIO_ENCODING_PCM16][p8]);
6082 SET(expected[AUDIO_ENCODING_PCM8][p8]);
    [all...]

Completed in 22 milliseconds