Home
last modified time | relevance | path

Searched full:bitmap (Results 1 – 12 of 12) sorted by relevance

/nrf52832-nimble/rt-thread/components/vbus/
H A Dprio_queue.c28 que->bitmap |= 1 << prio; in _do_push()
43 ffs = __rt_ffs(que->bitmap); in _do_pop()
54 que->bitmap &= ~(1 << ffs); in _do_pop()
242 rt_kprintf("bitmap: %08x\n", que->bitmap); in rt_prio_queue_dump()
H A Dprio_queue.h21 rt_uint32_t bitmap; member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Dtest_cmds.c653 unsigned long bitmap[50] = {0}; // one bit per file, maximu 32*50 = 1600 files in cmd_TestPopulateFiles() local
656 #define SBIT(n) bitmap[(n)/(sizeof(bitmap[0]) * 8)] |= (1 << ((n) % (sizeof(bitmap[0]) * 8))) in cmd_TestPopulateFiles()
657 #define GBIT(n) (bitmap[(n)/(sizeof(bitmap[0]) * 8)] & (1 << ((n) % (sizeof(bitmap[0]) * 8)))) in cmd_TestPopulateFiles()
666 if (count > sizeof(bitmap) * 8) in cmd_TestPopulateFiles()
667 count = sizeof(bitmap) * 8; in cmd_TestPopulateFiles()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml154 A bitmap indicating which keys to distribute during pairing. The
163 A bitmap indicating which keys to accept during pairing. The
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_ppi.c42 static uint32_t m_channels_allocated; /**< Bitmap representing channels availability. 1 whe…
43 static uint8_t m_groups_allocated; /**< Bitmap representing groups availability. 1 when …
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstubs.c44 * @param openmode - a bitmap hose bits mostly correspond directly to
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_mempool.h66 /** Bitmap of OS_MEMPOOL_F_[...] values. */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A D00history.txt277 …Fixed large file allocation/removing on the exFAT volume collapses allocation bitmap. (appeared at…
H A Dff.c1120 /* exFAT: Accessing FAT and Allocation Bitmap */
1139 clst -= 2; /* The first bit in the bitmap corresponds to cluster #2 */ in find_bitmap()
1143 …->database + val / 8 / SS(fs)) != FR_OK) return 0xFFFFFFFF; /* (assuming bitmap is located top of … in find_bitmap()
1165 /* exFAT: Set/Clear a block of bitmap */
1182 …sect = fs->database + clst / 8 / SS(fs); /* Sector address (assuming bitmap is located top of the … in change_bitmap()
1276 … res = change_bitmap(fs, scl, ecl - scl + 1, 0); /* Mark the cluster block 'free' on the bitmap */ in remove_chain()
3050 /* Check if bitmap location is in assumption (at the first cluster) */
4365 if (fs->fs_type == FS_EXFAT) { /* exFAT: Scan bitmap table */
5342 szb_bit = (n_clst + 7) / 8; /* Size of allocation bitmap */
5343 tbl[0] = (szb_bit + au * ss - 1) / (au * ss); /* Number of allocation bitmap clusters */
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip.c573 /* Clear the bitmap. */ in uip_reass()
604 /* Update the bitmap. */ in uip_reass()
638 in the bitmap are set. */ in uip_reass()
641 the bitmap. */ in uip_reass()
647 /* Check the last byte in the bitmap. It should contain just the in uip_reass()
/nrf52832-nimble/rt-thread/
H A DChangeLog.md506 * RTGUI come back, but as a UI engine for blend point/line/rect and bitmap etc.
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00201.html587 <a name="l00567"></a>00567 <span class="comment">/* Clear the bitmap. */</span>
618 <a name="l00598"></a>00598 <span class="comment">/* Update the bitmap. */</span>
652 <a name="l00632"></a>00632 <span class="comment"> in the bitmap are set. */</span>
655 <a name="l00635"></a>00635 <span class="comment"> the bitmap. */</span>
661 <a name="l00641"></a>00641 <span class="comment">/* Check the last byte in the bitmap. It sho…