Home
last modified time | relevance | path

Searched refs:end (Results 1 - 25 of 260) sorted by relevance

1234567891011

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dasn1.h148 unsigned char unused_bits; /**< Number of unused bits at the end of the string */
180 * \param end End of data
184 * end of data, MBEDTLS_ERR_ASN1_INVALID_LENGTH if length is
188 const unsigned char *end,
196 * \param end End of data
204 const unsigned char *end,
212 * \param end End of data
218 const unsigned char *end,
226 * \param end End of data
232 const unsigned char *end,
[all...]
H A Dx509.h48 * That is, maximum length of the chain, excluding the end-entity certificate
287 int mbedtls_x509_get_name( unsigned char **p, const unsigned char *end,
289 int mbedtls_x509_get_alg_null( unsigned char **p, const unsigned char *end,
291 int mbedtls_x509_get_alg( unsigned char **p, const unsigned char *end,
298 int mbedtls_x509_get_sig( unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig );
302 int mbedtls_x509_get_time( unsigned char **p, const unsigned char *end,
304 int mbedtls_x509_get_serial( unsigned char **p, const unsigned char *end,
306 int mbedtls_x509_get_ext( unsigned char **p, const unsigned char *end,
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_dma_buf.c56 unsigned long start, end; in rga_buf_size_cal() local
71 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()
72 end = (end + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in rga_buf_size_cal()
73 pageCount = end - start; in rga_buf_size_cal()
80 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()
81 end = (end + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in rga_buf_size_cal()
82 pageCount = end - start; in rga_buf_size_cal()
97 end in rga_buf_size_cal()
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c700 goto end; in StorageWriteLba()
706 goto end; in StorageWriteLba()
710 goto end; in StorageWriteLba()
713 end: in StorageWriteLba()
725 goto end; in StorageReadLba()
730 goto end; in StorageReadLba()
733 goto end; in StorageReadLba()
736 end: in StorageReadLba()
747 goto end; in write_data()
751 goto end; in write_data()
1004 char *end = buf + content.content_size - 1; test_charge() local
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c717 goto end; in StorageWriteLba()
722 goto end; in StorageWriteLba()
726 goto end; in StorageWriteLba()
729 end: in StorageWriteLba()
740 goto end; in StorageReadLba()
744 goto end; in StorageReadLba()
747 goto end; in StorageReadLba()
750 end: in StorageReadLba()
760 goto end; in write_data()
763 goto end; in write_data()
1019 char *end = buf + content.content_size - 1; test_charge() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_boot_bin.c201 goto end; in upg_boot_decrypt()
208 goto end; in upg_boot_decrypt()
217 goto end; in upg_boot_decrypt()
220 goto end; in upg_boot_decrypt()
228 goto end; in upg_boot_decrypt()
232 end: in upg_boot_decrypt()
296 goto end; in upg_check_encrpt_boot_code()
302 goto end; in upg_check_encrpt_boot_code()
306 end: in upg_check_encrpt_boot_code()
332 goto end; in upg_check_unencrpt_boot_code()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_string.c57 long osal_strtol(const char *str, char **end, unsigned int base) in osal_strtol() argument
59 return simple_strtol(str, end, base); in osal_strtol()
63 unsigned long osal_strtoul(const char *str, char **end, unsigned int base) in osal_strtoul() argument
65 return simple_strtoul(str, end, base); in osal_strtoul()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_platform_fake.c61 linux_resources[PLATFORM_CONFIG_IRQ_START_COUNT].end = io_resources->io_memory_region.end; in kbasep_config_parse_io_resources()
65 linux_resources[PLATFORM_CONFIG_IRQ_ACTION_COUNT].end = io_resources->job_irq_number; in kbasep_config_parse_io_resources()
69 linux_resources[PLATFORM_CONFIG_IRQ_NUMBER_COUNT].end = io_resources->mmu_irq_number; in kbasep_config_parse_io_resources()
73 linux_resources[PLATFORM_CONFIG_IRQ_RES_COUNT].end = io_resources->gpu_irq_number; in kbasep_config_parse_io_resources()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_platform_fake.c60 linux_resources[0].end = io_resources->io_memory_region.end; in kbasep_config_parse_io_resources()
64 linux_resources[1].end = io_resources->job_irq_number; in kbasep_config_parse_io_resources()
68 linux_resources[2].end = io_resources->mmu_irq_number; in kbasep_config_parse_io_resources()
72 linux_resources[3].end = io_resources->gpu_irq_number; in kbasep_config_parse_io_resources()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_platform_fake.c66 linux_resources[PLATFORM_CONFIG_IRQ_START_COUNT].end = io_resources->io_memory_region.end; in kbasep_config_parse_io_resources()
70 linux_resources[PLATFORM_CONFIG_IRQ_ACTION_COUNT].end = io_resources->job_irq_number; in kbasep_config_parse_io_resources()
74 linux_resources[PLATFORM_CONFIG_IRQ_NUMBER_COUNT].end = io_resources->mmu_irq_number; in kbasep_config_parse_io_resources()
78 linux_resources[PLATFORM_CONFIG_IRQ_RES_COUNT].end = io_resources->gpu_irq_number; in kbasep_config_parse_io_resources()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_platform_fake.c60 linux_resources[0].end = io_resources->io_memory_region.end; in kbasep_config_parse_io_resources()
64 linux_resources[1].end = io_resources->job_irq_number; in kbasep_config_parse_io_resources()
68 linux_resources[2].end = io_resources->mmu_irq_number; in kbasep_config_parse_io_resources()
72 linux_resources[3].end = io_resources->gpu_irq_number; in kbasep_config_parse_io_resources()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c648 unsigned long start, end; in rga2_mem_size_cal() local
651 end = (Mem + (MemSize + PAGE_SIZE - 1)) >> PAGE_SHIFT; in rga2_mem_size_cal()
653 pageCount = end - start; in rga2_mem_size_cal()
665 unsigned long start, end; in rga2_buf_size_cal() local
680 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()
681 end = (end + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in rga2_buf_size_cal()
682 pageCount = end - start; in rga2_buf_size_cal()
689 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()
690 end in rga2_buf_size_cal()
[all...]
/device/qemu/arm_mps3_an547/liteos_m/board/test/
H A Dmatrix_example.c51 struct timeval start, end; in test_dsp() local
70 gettimeofday(&end, NULL); in test_dsp()
71 timeCost = (unsigned int)(end.tv_sec - start.tv_sec) * MS_PER_S + (unsigned int)(end.tv_usec - start.tv_usec) / in test_dsp()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard.h361 .end = (addr) + 0x200, \
369 .end = (gp_addr) + 0x100, \
375 .end = (gp_irq), \
383 .end = (gp_addr) + 0x100, \
389 .end = (gp_irq), \
395 .end = (gp_mmu_addr) + 0x100, \
401 .end = (gp_mmu_irq), \
409 .end = (pp_addr) + 0x1100, \
415 .end = (pp_irq), \
423 .end
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard.h282 .end = addr + 0x200, \
290 .end = gp_addr + 0x100, \
296 .end = gp_irq, \
304 .end = gp_addr + 0x100, \
310 .end = gp_irq, \
316 .end = gp_mmu_addr + 0x100, \
322 .end = gp_mmu_irq, \
330 .end = pp_addr + 0x1100, \
336 .end = pp_irq, \
344 .end
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/
H A Dsample_ive_main.c108 goto end; in app_main()
123 goto end; in app_main()
137 goto end; in app_main()
164 end: in app_main()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/
H A Dmali_kbase_debug_ktrace.c219 u32 end; in kbasep_ktrace_dump() local
227 end = kbdev->ktrace.next_in; in kbasep_ktrace_dump()
229 while (start != end) { in kbasep_ktrace_dump()
247 u32 end; member
262 if ((state->end >= state->start && i >= state->end) || in kbasep_ktrace_seq_start()
263 i >= state->end + KBASE_KTRACE_SIZE) in kbasep_ktrace_seq_start()
284 if (i == state->end) in kbasep_ktrace_seq_next()
326 state->end = kbdev->ktrace.next_in; in kbasep_ktrace_debugfs_open()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/
H A Dmali_kbase_debug_ktrace.c210 u32 end; in kbasep_ktrace_dump() local
218 end = kbdev->ktrace.next_in; in kbasep_ktrace_dump()
220 while (start != end) { in kbasep_ktrace_dump()
238 u32 end; member
255 if ((state->end >= state->start && i >= state->end) || i >= state->end + KBASE_KTRACE_SIZE) { in kbasep_ktrace_seq_start()
278 if (i == state->end) { in kbasep_ktrace_seq_next()
322 state->end = kbdev->ktrace.next_in; in kbasep_ktrace_debugfs_open()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Drk_list.cpp400 printf("rk_list test 0 end size %d\n", list_0->list_size()); in rk_list_test_0()
414 int i, start = 0, end = 0; in main() local
416 end = TOTAL_RK_LIST_TEST_COUNT; in main()
419 end = start + 1; in main()
422 end = atoi(argv[2]); // argv 2 in main()
427 if (start < 0 || start > TOTAL_RK_LIST_TEST_COUNT || end < 0 || end > TOTAL_RK_LIST_TEST_COUNT) { in main()
428 printf("invalid input: start %d end %d\n", start, end); in main()
431 for (i = start; i < end; in main()
[all...]
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_encoder.cpp34 if (crtcIter == crtcs.end()) { in PickIdleCrtcId()
36 for (crtcIter = crtcs.begin(); crtcIter != crtcs.end(); ++crtcIter) { in PickIdleCrtcId()
45 DISPLAY_CHK_RETURN((crtcIter == crtcs.end()), DISPLAY_FAILURE, in PickIdleCrtcId()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_encoder.cpp34 if (crtcIter == crtcs.end()) { in PickIdleCrtcId()
36 for (crtcIter = crtcs.begin(); crtcIter != crtcs.end(); ++crtcIter) { in PickIdleCrtcId()
44 DISPLAY_CHK_RETURN((crtcIter == crtcs.end()), DISPLAY_FAILURE, in PickIdleCrtcId()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_encoder.cpp34 if (crtcIter == crtcs.end()) { in PickIdleCrtcId()
36 for (crtcIter = crtcs.begin(); crtcIter != crtcs.end(); ++crtcIter) { in PickIdleCrtcId()
44 DISPLAY_CHK_RETURN((crtcIter == crtcs.end()), DISPLAY_FAILURE, in PickIdleCrtcId()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_encoder.cpp34 if (crtcIter == crtcs.end()) { in PickIdleCrtcId()
36 for (crtcIter = crtcs.begin(); crtcIter != crtcs.end(); ++crtcIter) { in PickIdleCrtcId()
44 DISPLAY_CHK_RETURN((crtcIter == crtcs.end()), DISPLAY_FAILURE, in PickIdleCrtcId()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_encoder.cpp34 if (crtcIter == crtcs.end()) { in PickIdleCrtcId()
36 for (crtcIter = crtcs.begin(); crtcIter != crtcs.end(); ++crtcIter) { in PickIdleCrtcId()
44 DISPLAY_CHK_RETURN((crtcIter == crtcs.end()), DISPLAY_FAILURE, in PickIdleCrtcId()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/thirdparty/
H A Dmali_kbase_mmap.c44 * @gap_end: Highest possible start address for allocation (end of gap in
78 unsigned long end = *gap_end + info->length; in align_and_check() local
82 if ((start & mask) != ((end - 1) & mask)) { in align_and_check()
83 unsigned long offset = end - (end & mask); in align_and_check()
93 end -= rounded_offset; in align_and_check()
102 WARN_ON((start & mask) != ((end - 1) & mask)); in align_and_check()
138 * is introduced (@ref align_and_check()) which beside computing the gap end
141 * ensured that the gap does not end on a 4GB boundary, and for the case when
144 * Return: address of the found gap end (hig
[all...]

Completed in 14 milliseconds

1234567891011