Home
last modified time | relevance | path

Searched refs:pi (Results 1 – 5 of 5) sorted by relevance

/components/lwp/
A Dlwp_futex.c883 rt_bool_t pi, pip, next_pi; in lwp_futex_exit_robust_list() local
892 if (_fetch_robust_entry(&entry, &head->list.next, &pi)) in lwp_futex_exit_robust_list()
918 if (_handle_futex_death((int *)((size_t)entry + futex_offset), thread, pi, in lwp_futex_exit_robust_list()
925 pi = next_pi; in lwp_futex_exit_robust_list()
/components/drivers/usb/cherryusb/
A DREADME_zh.md206 |Raspberry pi | rp2040/rp2350 | rp2040 |[pico-sdk](https://github.com/CherryUSB/pico-sdk)|<= lat…
A DREADME.md203 |Raspberry pi | rp2040/rp2350 | rp2040 |[pico-examples](https://github.com/CherryUSB/pico-exampl…
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c5695 UINT sz_ptbl, pi, si, ofs; local
5713 pi = si = 0; /* partition table index, size table index */
5715 if (pi * SZ_GPTE % ss == 0) memset(buf, 0, ss); /* Clean the buffer if needed */
5728 ofs = pi * SZ_GPTE % ss;
5735 if ((pi + 1) * SZ_GPTE % ss == 0) { /* Write the buffer if it is filled up */
5737 …if (disk_write(drv, buf, 2 + pi * SZ_GPTE / ss, 1) != RES_OK) return FR_DISK_ERR; /* Write to pri…
5738 …if (disk_write(drv, buf, top_bpt + pi * SZ_GPTE / ss, 1) != RES_OK) return FR_DISK_ERR; /* Write t…
5740 } while (++pi < GPT_ITEMS);
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c5775 UINT sz_ptbl, pi, si, ofs; local
5793 pi = si = 0; /* partition table index, size table index */
5795 if (pi * SZ_GPTE % ss == 0) memset(buf, 0, ss); /* Clean the buffer if needed */
5808 ofs = pi * SZ_GPTE % ss;
5815 if ((pi + 1) * SZ_GPTE % ss == 0) { /* Write the buffer if it is filled up */
5817 …if (disk_write(drv, buf, 2 + pi * SZ_GPTE / ss, 1) != RES_OK) return FR_DISK_ERR; /* Write to pri…
5818 …if (disk_write(drv, buf, top_bpt + pi * SZ_GPTE / ss, 1) != RES_OK) return FR_DISK_ERR; /* Write t…
5820 } while (++pi < GPT_ITEMS);

Completed in 28 milliseconds