Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Duart_15xx.c111 int pass, sent = 0; in Chip_UART_SendBlocking() local
115 pass = Chip_UART_Send(pUART, p8, numBytes); in Chip_UART_SendBlocking()
116 numBytes -= pass; in Chip_UART_SendBlocking()
117 sent += pass; in Chip_UART_SendBlocking()
118 p8 += pass; in Chip_UART_SendBlocking()
144 int pass, readBytes = 0; in Chip_UART_ReadBlocking() local
148 pass = Chip_UART_Read(pUART, p8, numBytes); in Chip_UART_ReadBlocking()
149 numBytes -= pass; in Chip_UART_ReadBlocking()
150 readBytes += pass; in Chip_UART_ReadBlocking()
151 p8 += pass; in Chip_UART_ReadBlocking()
/lk-master/external/platform/pico/rp2_common/pico_divider/
A Ddivider.S294 beq 5f @ then pass 0 to __aeabi_ldiv0
299 bne 5f @ y -ve? pass -2^63 to __aeabi_ldiv0
301 lsrs r1,r0,#1 @ y +ve: pass 2^63-1 to __aeabi_ldiv0
351 beq 3f @ then pass 0 to __aeabi_ldiv0
354 movs r1,r0 @ pass 2^64-1 to __aeabi_ldiv0
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S1129 @ in one pass, rotate the initial vector by the residual ω and then run a
1130 @ second pass to compute the final x and y. This would relieve pressure
1133 @ a first pass and then double precision in a second pass?).
/lk-master/external/lib/miniz/
A Dminiz.c1052 …mz_uint32 total_passes = 2, pass_shift, pass, i, hist[256 * 2]; tdefl_sym_freq* pCur_syms = pSyms0… in tdefl_radix_sort_syms() local
1055 for (pass_shift = 0, pass = 0; pass < total_passes; pass++, pass_shift += 8) in tdefl_radix_sort_syms()
1057 const mz_uint32* pHist = &hist[pass << 8]; in tdefl_radix_sort_syms()

Completed in 17 milliseconds