Searched refs:np (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-2.7.6/examples/peripherals/spi_master/lcd/components/tjpgd/src/ |
D | tjpgd.c | 195 uint16_t i, j, b, np, cls, num; in create_huffman_tbl() local 209 for (np = i = 0; i < 16; i++) { /* Load number of patterns for 1 to 16-bit code */ in create_huffman_tbl() 210 np += (pb[i] = *data++); /* Get sum of code words for each code */ in create_huffman_tbl() 212 …ph = alloc_pool(jd, (uint16_t)(np * sizeof (uint16_t)));/* Allocate a memory block for the code wo… in create_huffman_tbl() 222 if (ndata < np) return JDR_FMT1; /* Err: wrong data size */ in create_huffman_tbl() 223 ndata -= np; in create_huffman_tbl() 224 pd = alloc_pool(jd, np); /* Allocate a memory block for the decoded data */ in create_huffman_tbl() 227 for (i = 0; i < np; i++) { /* Load decoded data corresponds to each code ward */ in create_huffman_tbl()
|
/hal_espressif-2.7.6/docs/ |
D | generate_chart.py | 24 import numpy as np namespace 141 pos = np.arange(step_size, labels_count * step_size + step_size, step_size)
|
/hal_espressif-2.7.6/components/fatfs/src/ |
D | ff.c | 2789 const TCHAR *pp, *np; local 2800 pp = pat; np = nam; /* Top of pattern and name to match */ 2807 …if (pattern_matching(pp, np, nm, nx)) return 1; /* Test new branch (recurs upto number of wildcard… 2808 nc = *np; break; /* Branch mismatched */ 2811 nc = get_achar(&np); /* Get a name char */
|