Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/interconnection/umm_malloc/
Ddbglog.h71 # define DBGLOG_TRACE(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument
77 # define DBGLOG_DEBUG(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument
83 # define DBGLOG_CRITICAL(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument
89 # define DBGLOG_ERROR(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument
95 # define DBGLOG_WARNING(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument
101 # define DBGLOG_INFO(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/utils/
Dget_bits.h108 #define SKIP_COUNTER(name, gb, num) name ## _index += (num) argument
112 #define SKIP_BITS(name, gb, num) \ argument
120 #define LAST_SKIP_BITS(name, gb, num) SKIP_COUNTER(name, gb, num) argument
122 #define SHOW_UBITS_LE(name, gb, num) zero_extend(name ## _cache, num) argument
123 #define SHOW_SBITS_LE(name, gb, num) sign_extend(name ## _cache, num) argument
125 #define SHOW_UBITS_BE(name, gb, num) NEG_USR32(name ## _cache, num) argument
126 #define SHOW_SBITS_BE(name, gb, num) NEG_SSR32(name ## _cache, num) argument
130 #define SKIP_CACHE(name, gb, num) name ## _cache >>= (num) argument
132 #define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) argument
133 #define SHOW_SBITS(name, gb, num) SHOW_SBITS_LE(name, gb, num) argument
[all …]
/device/board/openvalley/niobeu4/liteos_m/arch/
Dlos_interrupt.c51 VOID OsSetVector(UINT32 num, HWI_PROC_FUNC vector, VOID *arg) in OsSetVector()
56 VOID OsSetVector(UINT32 num, HWI_PROC_FUNC vector) in OsSetVector()
61 INLINE IRAM_ATTR UINT32 HwiNumValid(UINT32 num) in HwiNumValid()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dmemp.h48 #define LWIP_MEMPOOL(name, num, size, desc) argument
53 #define LWIP_MEMPOOL(name, num, size, desc) MEMP_##name, argument
75 #define LWIP_MEMPOOL_DECLARE(name, num, size, desc) \ argument
99 #define LWIP_MEMPOOL_DECLARE(name, num, size, desc) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dmemp_priv.h82 #define LWIP_MEMPOOL(name, num, size, desc) argument
84 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0 argument
91 #define LWIP_MEMPOOL(name, num, size, desc) argument
93 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size * argument
121 u16_t num; member
Dmemp_std.h23 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(s… argument
31 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof… argument
/device/soc/esp/esp32/components/esp32/
Dcache_sram_mmu.c43 #define FLASH_MMU_EDGE_CHECK(mmu_val,num) (((mmu_val) + (num)) > 256) argument
45 #define SRAM_MMU_EDGE_CHECK(mmu_val,num,psize) (((mmu_val) + (num)) > ((8*1024)/(psize))) argument
61 …cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) in cache_sram_mmu_set()
137 …che_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) { in cache_sram_mmu_set()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_debug.c1001 int num = sscanf(tmp, "%u %u", &defs_lmt_sta, &defs_lmt_time); in proc_set_defs_param() local
1032 int num = sscanf(tmp, "%x %x %x", &addr, &val, &len); in proc_set_write_reg() local
1108 int num = sscanf(tmp, "%x %x", &addr, &len); in proc_set_read_reg() local
1378 int num = sscanf(tmp, "%hhx", &flags); in proc_set_roam_flags() local
1427 …int num = sscanf(tmp, "%hhu %u %u %hhu", &rssi_diff_th, &scanr_exp_ms, &scan_int, &rssi_threshold); in proc_set_roam_param() local
1461 …int num = sscanf(tmp, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", addr, addr + 1, addr + 2, addr + 3, addr + … in proc_set_roam_tgt_addr() local
1540 int num = sscanf(tmp, "%x", &offload_cfg); in proc_set_war_offload_enable() local
1581 int num = sscanf(tmp, "%d %x %x %x", &index, &ip_addr, &ip_subnet, &ip_gateway); in proc_set_war_offload_ipv4_addr() local
1625 int num; in proc_set_war_offload_ipv6_addr() local
1700 int num = sscanf(tmp, "%s", domain_name); in proc_set_war_offload_mdns_domain_name() local
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Drtw_proc.c140 int num = sscanf(tmp, "%d ", &log_level); in proc_set_log_level() local
185 int num = sscanf(tmp, "%d", &regd_info_val); in proc_set_country_chplan_map() local
553 int num = sscanf(tmp, "%hhu", &enable); in proc_set_sdio_recvbuf_aggregation() local
596 int num = sscanf(tmp, "%s %d %d", type, &time, &cnt_lmt); in proc_set_sdio_recvbuf_pwait() local
682 int num; in proc_set_sdio_dbg() local
823 int num = sscanf(tmp, "%hhu %hhx", &strategy, &iface_en_mask); in proc_set_led_config() local
866 int num = sscanf(tmp, "%hhu %hu", &rr, &started_aid); in proc_set_aid_status() local
905 int num = sscanf(tmp, "%d", &ap_isolate); in proc_set_ap_isolate() local
942 int num = sscanf(tmp, "%hhx %hhx", &src, &fwd); in proc_set_ap_b2u_flags() local
1028 int num = sscanf(tmp, "%hhx", &flags); in proc_set_backop_flags_sta() local
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c171 UINT8 num = cache_env->num_addr; in cacheReset() local
460 UINT8 num = cache_env->num_addr; in bta_gattc_co_addr_in_cache() local
474 UINT8 num = cache_env->num_addr; in bta_gattc_co_find_addr_in_cache() local
489 UINT8 num = cache_env->num_addr; in bta_gattc_co_find_hash_in_cache() local
507 UINT8 num = cache_env->num_addr; in bta_gattc_co_get_addr_list() local
516 UINT8 num = ++cache_env->num_addr; in bta_gattc_co_cache_addr_save() local
619 UINT8 num = cache_env->num_addr; in bta_gattc_co_cache_find_src_addr() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
Dmali_utgard_profiling_events.h51 #define MALI_PROFILING_MAKE_EVENT_CHANNEL_GP(num) (((MALI_PROFILING_EVENT_CHANNEL_GP0 >> 16) + (num… argument
52 #define MALI_PROFILING_MAKE_EVENT_CHANNEL_PP(num) (((MALI_PROFILING_EVENT_CHANNEL_PP0 >> 16) + (num… argument
182 #define MALI_PROFILING_MAKE_EVENT_DATA_CORE_GP(num) (MALI_PROFILING_EVENT_DATA_CORE_GP0 + (num)) argument
183 #define MALI_PROFILING_MAKE_EVENT_DATA_CORE_GP_MMU(num) (MALI_PROFILING_EVENT_DATA_CORE_GP0_MMU + (… argument
184 #define MALI_PROFILING_MAKE_EVENT_DATA_CORE_PP(num) (MALI_PROFILING_EVENT_DATA_CORE_PP0 + (num)) argument
185 #define MALI_PROFILING_MAKE_EVENT_DATA_CORE_PP_MMU(num) (MALI_PROFILING_EVENT_DATA_CORE_PP0_MMU + (… argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
Dmali_utgard_profiling_events.h52 #define MALI_PROFILING_MAKE_EVENT_CHANNEL_GP(num) (((MALI_PROFILING_EVENT_CHANNEL_GP0 >> 16) + (num… argument
53 #define MALI_PROFILING_MAKE_EVENT_CHANNEL_PP(num) (((MALI_PROFILING_EVENT_CHANNEL_PP0 >> 16) + (num… argument
184 #define MALI_PROFILING_MAKE_EVENT_DATA_CORE_GP(num) (MALI_PROFILING_EVENT_DATA_CORE_GP0 + (num)) argument
185 #define MALI_PROFILING_MAKE_EVENT_DATA_CORE_GP_MMU(num) (MALI_PROFILING_EVENT_DATA_CORE_GP0_MMU + (… argument
186 #define MALI_PROFILING_MAKE_EVENT_DATA_CORE_PP(num) (MALI_PROFILING_EVENT_DATA_CORE_PP0 + (num)) argument
187 #define MALI_PROFILING_MAKE_EVENT_DATA_CORE_PP_MMU(num) (MALI_PROFILING_EVENT_DATA_CORE_PP0_MMU + (… argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/dependency/
Daudio_test.c117 static FILE* SAMPLE_AUDIO_OpenAdecFile_AAC(int num, ADEC_CHN AdChn, PAYLOAD_TYPE_E enType) in SAMPLE_AUDIO_OpenAdecFile_AAC()
174 static HI_VOID SAMPLE_AUDIO_AdecAoInner(HI_S32 num, HI_S32 fd, AUDIO_DEV AoDev, AO_CHN AoChn, ADEC_… in SAMPLE_AUDIO_AdecAoInner()
228 static HI_S32 SAMPLE_AUDIO_AdecAo(HI_S32 num, HI_S32 quitFd) in SAMPLE_AUDIO_AdecAo()
481 HI_S32 AudioTest(HI_U32 num, HI_S32 quitFd) in AudioTest()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/apps/src/
Dapp_ota_box.c185 uint32_t num = 0; in app_ota_update_bin_read() local
205 uint32_t num = (uint32_t)cb_param; in app_ota_bin_send_timer() local
209 void app_ota_resend_update_bin(uint32_t num) in app_ota_resend_update_bin()
365 uint32_t num = app_ota_update_bin_read(send_buff); in app_ota_msg_handle() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_sdio_comm.h112 #define hisdio_short_pkt_set(reg, num) do {(reg) = (((reg) & 0xFFFFFF00) | (((num) & 0xFF)));} w… argument
113 #define hisdio_large_pkt_set(reg, num) do {(reg) = (((reg) & 0xFFFF00FF) | (((num) & 0xFF) << 8)… argument
114 #define hisdio_reserve_pkt_set(reg, num) do {(reg) = (((reg) & 0xFF00FFFF) | (((num) & 0xFF) << 16… argument
115 #define hisdio_comm_reg_seq_set(reg, num) do {(reg) = (((reg) & 0x00FFFFFF) | (((num) & 0xFF) << 24… argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dblock.h37 unsigned int num; /**< block number */ member
68 coap_more_blocks(size_t data_len, unsigned int num, uint16_t szx) { in coap_more_blocks()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/pq/
Ddrv_pq.c27 int pq_set_register(u32 sel, struct pq_reg *reg, u32 num) in pq_set_register()
39 int pq_get_register(u32 sel, struct pq_reg *reg, u32 num) in pq_get_register()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
DRockchip_OSAL_ETC.c131 OMX_S32 Rockchip_OSAL_Strncpy(OMX_PTR dest, OMX_PTR src, size_t num) in Rockchip_OSAL_Strncpy()
141 OMX_S32 Rockchip_OSAL_Strncmp(OMX_PTR str1, OMX_PTR str2, size_t num) in Rockchip_OSAL_Strncmp()
151 OMX_S32 Rockchip_OSAL_Strncat(OMX_PTR dest, OMX_PTR src, size_t num) in Rockchip_OSAL_Strncat()
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
Dbase.h25 #define ID2BANK(id, num) ((id) / (num)) argument
26 #define ID2INDEX(id, num) ((id) % (num)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
Ddrv_lib.c503 hi_s32 crypto_channel_init(channel_context *ctx, hi_u32 num, hi_u32 ctx_size) in crypto_channel_init()
539 hi_s32 crypto_channel_deinit(channel_context *ctx, hi_u32 num) in crypto_channel_deinit()
564 hi_s32 crypto_channel_alloc(channel_context *ctx, hi_u32 num, hi_u32 mask, hi_u32 *id) in crypto_channel_alloc()
596 hi_void crypto_channel_free(channel_context *ctx, hi_u32 num, hi_u32 id) in crypto_channel_free()
612 hi_void *crypto_channel_get_context(const channel_context *ctx, hi_u32 num, hi_u32 id) in crypto_channel_get_context()
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/flash/
Dflash_conf.c139 int32_t num = HCS_ARRAYS_SIZE(HCS_NODE(DISPLAY_MISC_STORAGE_FLASH_CONFIG, partitions)); in FlashGetResource() local
177 int32_t num = resource->GetElemNum(resourceNode, "partitions"); in FlashGetResource() local
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/mailbox/
Dmailbox_driver_base.c239 for (int num = 0; num < MAILBOX_CALLBACK_NUMBER; num++) in mailbox_receive_isr() local
260 for (int num = 0; num < MAILBOX_CALLBACK_NUMBER; num++) in bk_mailbox_recv_callback_register() local
284 for (int num = 0; num < MAILBOX_CALLBACK_NUMBER; num++) in bk_mailbox_recv_callback_unregister() local
/device/soc/bestechnic/bes2600/liteos_m/components/fs/
Dfs_init.c37 int32_t num = HCS_ARRAYS_SIZE(HCS_NODE(DISPLAY_MISC_FS_LITTLEFS_CONFIG, mount_points)); in FsGetResource() local
65 int32_t num = resource->GetElemNum(resourceNode, "mount_points"); in FsGetResource() local
/device/soc/amlogic/a311d/hardware/display/src/display_device/
Dhdi_session.cpp86 static int32_t GetDisplaySupportedModes(uint32_t devId, uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes()
154 static int32_t GetDisplayCompChange(uint32_t devId, uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange()
181 static int32_t SetDisplayClientDamage(uint32_t devId, uint32_t num, IRect *rect) in SetDisplayClientDamage()
201 static int32_t GetDisplayReleaseFence(uint32_t devId, uint32_t *num, uint32_t *layers, int32_t *fen… in GetDisplayReleaseFence()
292 static int32_t SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect) in SetLayerVisibleRegion()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
Dhdi_session.cpp110 static int32_t GetDisplaySupportedModes(uint32_t devId, uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes()
178 static int32_t GetDisplayCompChange(uint32_t devId, uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange()
205 static int32_t SetDisplayClientDamage(uint32_t devId, uint32_t num, IRect *rect) in SetDisplayClientDamage()
225 static int32_t GetDisplayReleaseFence(uint32_t devId, uint32_t *num, uint32_t *layers, int32_t *fen… in GetDisplayReleaseFence()
316 static int32_t SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect) in SetLayerVisibleRegion()

12345678910>>...22