Searched refs:pebuf (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 22 static int pefile_parse_binary(const void *pebuf, unsigned int pelen, in pefile_parse_binary() argument 25 const struct mz_hdr *mz = pebuf; in pefile_parse_binary() 48 pe = pebuf + mz->peaddr; in pefile_parse_binary() 54 pe32 = pebuf + cursor; in pefile_parse_binary() 55 pe64 = pebuf + cursor; in pefile_parse_binary() 61 (unsigned long)&pe32->csum - (unsigned long)pebuf; in pefile_parse_binary() 70 (unsigned long)&pe64->csum - (unsigned long)pebuf; in pefile_parse_binary() 90 ddir = pebuf + cursor; in pefile_parse_binary() 94 (unsigned long)&ddir->certs - (unsigned long)pebuf; in pefile_parse_binary() 108 ctx->sig_len, pebuf + ctx->sig_offset); in pefile_parse_binary() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | onset.c | 24 extern int onset_(real *pebuf, integer *osbuf, integer *osptr, integer *oslen, integer *sbufl, inte… 101 /* Subroutine */ int onset_(real *pebuf, integer *osbuf, integer * in onset_() argument 191 if (pebuf) { in onset_() 193 pebuf -= pebuf_offset; in onset_() 208 *n = (pebuf[i__] * pebuf[i__ - 1] + (*n) * 63.f) / 64.f; in onset_() 210 r__1 = pebuf[i__ - 1]; in onset_()
|
| H A D | preemp.c | 16 extern int preemp_(real *inbuf, real *pebuf, integer *nsamp, real *coef, real *z__); 55 /* Subroutine */ int preemp_(real *inbuf, real *pebuf, integer *nsamp, real * in preemp_() argument 104 --pebuf; in preemp_() 112 pebuf[i__] = temp; in preemp_()
|
| H A D | analys.c | 156 real *inbuf, *pebuf; in analys_() local 318 pebuf = &(st->pebuf[0]); in analys_() 335 pebuf[i__ - 181] = pebuf[contrl_1.lframe + i__ - 181]; in analys_() 404 preemp_(&inbuf[i__ - 181], &pebuf[i__ - 181], &contrl_1.lframe, &precoef, in analys_() 406 onset_(pebuf, osbuf, osptr, &c__10, &c__181, &c__720, &contrl_1.lframe, st); in analys_() 473 dcbias_(&lanal, &pebuf[awin[4] - 181], abuf); in analys_()
|
| H A D | lpc10.h | 113 real inbuf[540], pebuf[540]; member
|
| H A D | lpcini.c | 170 st->pebuf[i] = 0.0f; in init_lpc10_encoder_state()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | verification.h | 56 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,
|