Searched full:bitmap (Results 1 – 12 of 12) sorted by relevance
28 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()
21 rt_uint32_t bitmap; member
653 unsigned long bitmap[50] = {0}; // one bit per file, maximu 32*50 = 1600 files in cmd_TestPopulateFiles() local656 #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()
154 A bitmap indicating which keys to distribute during pairing. The163 A bitmap indicating which keys to accept during pairing. The
42 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 …
44 * @param openmode - a bitmap hose bits mostly correspond directly to
66 /** Bitmap of OS_MEMPOOL_F_[...] values. */
277 …Fixed large file allocation/removing on the exFAT volume collapses allocation bitmap. (appeared at…
1120 /* 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 …]
573 /* 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()
506 * RTGUI come back, but as a UI engine for blend point/line/rect and bitmap etc.
587 <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…