Home
last modified time | relevance | path

Searched refs:ptbl (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/apps/lib/
Dapps.c1266 const NAME_EX_TBL *ptbl; in set_table_opts() local
1279 for (ptbl = in_tbl; ptbl->name; ptbl++) { in set_table_opts()
1280 if (OPENSSL_strcasecmp(arg, ptbl->name) == 0) { in set_table_opts()
1281 *flags &= ~ptbl->mask; in set_table_opts()
1283 *flags |= ptbl->flag; in set_table_opts()
1285 *flags &= ~ptbl->flag; in set_table_opts()
/third_party/openssl/crypto/bn/asm/
Dsparct4-mont.pl362 my ($ptbl,$pwr,$ccr,$skip_wr)=@_;
368 add %o5, $ptbl, $ptbl ! of the pwrtbl
/third_party/FatFs/source/
Dff.c6391 LBA_t ptbl[4] = {0}; local
6402 ptbl[i] = szt[i];
6406 …res = create_partition(pdrv, ptbl, 0x07, buf); /* Create partitions (system ID is temporary settin…