Searched refs:np (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/esp_rom/patches/ |
D | esp_rom_tjpgd.c | 210 uint32_t i, j, b, np, cls, num; in create_huffman_tbl() local 224 for (np = i = 0; i < 16; i++) { /* Load number of patterns for 1 to 16-bit code */ in create_huffman_tbl() 226 np += b; /* Get sum of code words for each code */ in create_huffman_tbl() 229 ph = alloc_pool(jd, np * sizeof (uint16_t));/* Allocate a memory block for the code word table */ in create_huffman_tbl() 239 if (ndata < np) return JDR_FMT1; /* Err: wrong data size */ in create_huffman_tbl() 240 ndata -= np; in create_huffman_tbl() 241 pd = alloc_pool(jd, np); /* Allocate a memory block for the decoded data */ in create_huffman_tbl() 244 for (i = 0; i < np; i++) { /* Load decoded data corresponds to each code ward */ in create_huffman_tbl()
|
/hal_espressif-3.6.0/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-3.6.0/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 */
|