Home
last modified time | relevance | path

Searched refs:pgm_len (Results 1 – 4 of 4) sorted by relevance

/dports/comms/py-esptool/esptool-3.2/flasher_stub/
H A Dstub_write_flash.c207 uint32_t pgm_len, pgm_num; in SPIWrite4B() local
211 pgm_len = page_size - (target % page_size); in SPIWrite4B()
212 if (len < pgm_len) { in SPIWrite4B()
215 page_program_internal(spi_num, mode, target, src_addr, pgm_len); in SPIWrite4B()
217 pgm_num = (len - pgm_len) / page_size; in SPIWrite4B()
219 page_program_internal(spi_num, mode, target + pgm_len, (src_addr + pgm_len), page_size); in SPIWrite4B()
220 pgm_len += page_size; in SPIWrite4B()
223 page_program_internal(spi_num, mode, target + pgm_len, (src_addr + pgm_len), len - pgm_len); in SPIWrite4B()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dscanner.c336 size_t pgm_len, rest_len = 0; in substitute() local
346 pgm_len = last - str; in substitute()
347 pgm = gp_alloc(pgm_len, "command string"); in substitute()
348 safe_strncpy(pgm, str + 1, pgm_len); /* omit ` to leave room for NUL */ in substitute()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dscanner.c336 size_t pgm_len, rest_len = 0; in substitute() local
346 pgm_len = last - str; in substitute()
347 pgm = gp_alloc(pgm_len, "command string"); in substitute()
348 safe_strncpy(pgm, str + 1, pgm_len); /* omit ` to leave room for NUL */ in substitute()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dscanner.c356 size_t pgm_len, rest_len = 0; in substitute() local
366 pgm_len = last - str; in substitute()
367 pgm = gp_alloc(pgm_len, "command string"); in substitute()
368 safe_strncpy(pgm, str + 1, pgm_len); /* omit ` to leave room for NUL */ in substitute()