/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdarith.c | 247 int blkn, ci, tbl, sign; in decode_mcu_DC_first() local 326 int tbl, sign, k; in decode_mcu_AC_first() local 370 st = entropy->ac_stats[tbl] + in decode_mcu_AC_first() 442 int tbl, k, kex; in decode_mcu_AC_refine() local 517 int blkn, ci, tbl, sign, k; in decode_mcu() local 541 tbl = compptr->dc_tbl_no; in decode_mcu() 587 tbl = compptr->ac_tbl_no; in decode_mcu() 646 int ci, tbl; in start_pass() local 715 tbl = compptr->dc_tbl_no; in start_pass() 716 if (tbl < 0 || tbl >= NUM_ARITH_TBLS) in start_pass() [all …]
|
A D | jcomapi.c | 88 JQUANT_TBL *tbl; in jpeg_alloc_quant_table() local 90 tbl = (JQUANT_TBL *) in jpeg_alloc_quant_table() 92 tbl->sent_table = FALSE; /* make sure this is false in any new table */ in jpeg_alloc_quant_table() 93 return tbl; in jpeg_alloc_quant_table() 100 JHUFF_TBL *tbl; in jpeg_alloc_huff_table() local 102 tbl = (JHUFF_TBL *) in jpeg_alloc_huff_table() 104 tbl->sent_table = FALSE; /* make sure this is false in any new table */ in jpeg_alloc_huff_table() 105 return tbl; in jpeg_alloc_huff_table()
|
A D | jcarith.c | 366 int blkn, ci, tbl; in encode_mcu_DC_first() local 457 int tbl, k, ke; in encode_mcu_AC_first() local 526 st = entropy->ac_stats[tbl] + in encode_mcu_AC_first() 599 int tbl, k, ke, kex; in encode_mcu_AC_refine() local 698 int tbl, k, ke; in encode_mcu() local 724 tbl = compptr->dc_tbl_no; in encode_mcu() 776 tbl = compptr->ac_tbl_no; in encode_mcu() 844 int ci, tbl; in start_pass() local 877 tbl = compptr->dc_tbl_no; in start_pass() 878 if (tbl < 0 || tbl >= NUM_ARITH_TBLS) in start_pass() [all …]
|
A D | jchuff.c | 422 emit_bits_e(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL() 435 emit_bits_e(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL() 551 int blkn, ci, tbl; in encode_mcu_DC_first() local 1397 int ci, tbl; in finish_pass_gather() local 1418 if (! did_dc[tbl]) { in finish_pass_gather() 1423 did_dc[tbl] = TRUE; in finish_pass_gather() 1429 if (! did_ac[tbl]) { in finish_pass_gather() 1434 did_ac[tbl] = TRUE; in finish_pass_gather() 1451 int ci, tbl; in start_pass_huff() local 1503 if (tbl < 0 || tbl >= NUM_HUFF_TBLS) in start_pass_huff() [all …]
|
A D | jdhuff.c | 717 d_derived_tbl * tbl; in decode_mcu_DC_first() local 788 d_derived_tbl * tbl; in decode_mcu_AC_first() local 818 tbl = entropy->ac_derived_tbl; in decode_mcu_AC_first() 924 d_derived_tbl * tbl; in decode_mcu_AC_refine() local 950 tbl = entropy->ac_derived_tbl; in decode_mcu_AC_refine() 1325 int ci, blkn, tbl, i; in start_pass_huff_decoder() local 1394 tbl = compptr->dc_tbl_no; in start_pass_huff_decoder() 1399 tbl = compptr->ac_tbl_no; in start_pass_huff_decoder() 1401 & entropy->derived_tbls[tbl]); in start_pass_huff_decoder() 1437 tbl = compptr->dc_tbl_no; in start_pass_huff_decoder() [all …]
|
A D | coderules.txt | 15 jpeg/doc/cstyle.ms.tbl.Z, or cstyle.txt.Z for those without nroff/tbl).
|
/AliOS-Things-master/components/fatfs/src/ |
A D | ffunicode.c | 31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
|
A D | ff.c | 1455 DWORD cl, ncl, *tbl; in clmt_clust() local 4070 tbl = fp->cltbl; 4084 *tbl++ = ncl; *tbl++ = tcl; 4090 *tbl = 0; /* Terminate table */ 5354 DWORD tbl[3]; local 5429 tbl[0] = b_vol; tbl[1] = b_vol + sz_vol - 1; /* Inform the device the volume area may be erased */ 5430 disk_ioctl(pdrv, CTRL_TRIM, tbl); 5489 nb = tbl[0] + tbl[1] + tbl[2]; /* Number of clusters in-use by system */ 5550 st_dword(buf + BPB_RootClusEx, 2 + tbl[0] + tbl[1]); /* Root dir cluster # */ 5656 tbl[0] = b_vol; tbl[1] = b_vol + sz_vol - 1; /* Inform the device the volume area can be erased */ [all …]
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | timing.c | 132 unsigned long tbl, tbu0, tbu1; in mbedtls_timing_hardclock() local 137 asm volatile( "mftb %0" : "=r" (tbl ) ); in mbedtls_timing_hardclock() 142 return( tbl ); in mbedtls_timing_hardclock()
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ffunicode.c | 35 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
|
A D | ff.c | 1589 DWORD cl, ncl, *tbl; in clmt_clust() local 4134 tbl = fp->cltbl; 4148 *tbl++ = ncl; *tbl++ = tcl; 5403 DWORD tbl[3]; local 5484 …tbl[0] = b_vol; tbl[1] = b_vol + sz_vol - 1; /* Inform the device the volume area may be erased… 5485 disk_ioctl(pdrv, CTRL_TRIM, tbl); 5544 nb = tbl[0] + tbl[1] + tbl[2]; /* Number of clusters in-use by system */ 5585 …sect = b_data + au * (tbl[0] + tbl[1]); nsect = au; /* Start of the root directory and number of s… 5605 st_dword(buf + BPB_RootClusEx, 2 + tbl[0] + tbl[1]); /* Root dir cluster # */ 5711 …tbl[0] = b_vol; tbl[1] = b_vol + sz_vol - 1; /* Inform the device the volume area can be erased… [all …]
|