Home
last modified time | relevance | path

Searched refs:uc_map (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h290 hi_char uc_map[32]; /* 32个元素数组 */ in oal_strtok() local
297 uc_map[l_count] = 0; in oal_strtok()
302 uc_map[*pc_ctrl >> 3] |= (1 << (*pc_ctrl & 7)); /* 7:取低3位,左移1位 */ in oal_strtok()
317 while ((uc_map[*pc_str >> 3] & (1 << (*pc_str & 7))) && *pc_str) { /* 7:取低3位,左移1位 */ in oal_strtok()
326 if (uc_map[*pc_str >> 3] & (1 << (*pc_str & 7))) { /* 7:取低3位,左移1位 */ in oal_strtok()

Completed in 3 milliseconds