| /OK3568_Linux_fs/buildroot/package/curlftpfs/ |
| H A D | 0004-fix-musl-build-off-t.patch | 17 -static __off_t test_size(const char* path) 18 +static off_t test_size(const char* path) 26 - __off_t size = (long long int)test_size(path); 27 + off_t size = (long long int)test_size(path); 35 - __off_t size = test_size(path); 36 + off_t size = test_size(path);
|
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | rkspi.c | 374 u32 test_size = 0x100; in main() local 377 pread = malloc(test_size); in main() 380 pwrite = malloc(test_size); in main() 388 for (i = 0; i < test_size; i++) in main() 402 ret = rockchip_spi_xfer(bus, cs, test_size * 8, pwrite, NULL, SPI_XFER_ONCE); in main() 412 rockchip_spi_xfer(bus, cs, test_size * 8, NULL, pread, SPI_XFER_ONCE); in main() 418 dbg_print_hex("spi_read:", pread, 4, test_size / 4); in main() 423 rockchip_spi_xfer(bus, cs, test_size * 8, pwrite, pread, SPI_XFER_ONCE); in main() 429 dbg_print_hex("spi_duplex:", pread, 4, test_size / 4); in main() 434 rockchip_spi_write_then_read(bus, cs, pwrite, 1, NULL, pread, test_size); in main() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/supp_plugin/ |
| H A D | test_supp_plugin.c | 58 size_t test_size = sizeof(test_arr); in get_test_arr() local 60 if (data_len < test_size) in get_test_arr() 63 memcpy(data, test_arr, test_size); in get_test_arr() 64 *out_len = test_size; in get_test_arr()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-dw-dmatest.c | 22 static int test_size = 0x20; variable 23 module_param_named(size, test_size, int, 0644); 291 dma_test(&s_dmatest_dev[test_dev], 0, bus_addr, local_addr, test_size, in dma_test_ch0() 301 dma_test(&s_dmatest_dev[test_dev], 1, bus_addr + test_size, local_addr + test_size, test_size, in dma_test_ch1() 304 dma_test(&s_dmatest_dev[test_dev], 1, bus_addr, local_addr, test_size, in dma_test_ch1()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | sdp_basic.c | 688 size_t test_size = 5000; in sdp_basic_runner_cmd_parser() local 699 usage(argv[0], test_size, test_loop, ion_heap); in sdp_basic_runner_cmd_parser() 708 test_size = atoi(argv[i]); in sdp_basic_runner_cmd_parser() 720 usage(argv[0], test_size, test_loop, ion_heap); in sdp_basic_runner_cmd_parser() 727 err = sdp_basic_test(TEST_NS_TO_TA, test_size, test_loop, ion_heap, in sdp_basic_runner_cmd_parser() 733 err = sdp_basic_test(TEST_TA_TO_TA, test_size, test_loop, ion_heap, in sdp_basic_runner_cmd_parser() 739 err = sdp_basic_test(TEST_TA_TO_PTA, test_size, test_loop, ion_heap, in sdp_basic_runner_cmd_parser() 745 err = sdp_basic_test(TEST_NS_TO_PTA, test_size, test_loop, ion_heap, in sdp_basic_runner_cmd_parser() 751 err = sdp_out_of_bounds_memref_test(test_size, ion_heap, verbosity); in sdp_basic_runner_cmd_parser()
|
| /OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/ |
| H A D | test_config.cfg | 36 ; test_size 49 ; test_size 186 ; test_size 195 test_size = 128
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmsdbus.h | 90 uint32 test_size; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmsdbus.h | 92 uint32 test_size; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmsdbus.h | 90 uint32 test_size; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | isp1362-hcd.c | 2434 int test_size = 0; in isp1362_chip_test() local 2452 offset * 2 + PTD_HEADER_SIZE, test_size); in isp1362_chip_test() 2454 PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2456 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test() 2457 dump_data(((u8 *)ref) + offset, PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2458 dump_data((u8 *)tst, PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2461 PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2463 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.h | 287 size_t test_size; member
|
| H A D | cyttsp4_core.c | 278 si->si_ofs.test_size = si->si_ofs.pcfg_ofs - si->si_ofs.test_ofs; in cyttsp4_si_get_test_data() 280 p = krealloc(si->si_ptrs.test, si->si_ofs.test_size, GFP_KERNEL); in cyttsp4_si_get_test_data() 288 rc = cyttsp4_adap_read(cd, si->si_ofs.test_ofs, si->si_ofs.test_size, in cyttsp4_si_get_test_data() 297 (u8 *)si->si_ptrs.test, si->si_ofs.test_size, in cyttsp4_si_get_test_data() 610 si->si_ofs.test_ofs, si->si_ofs.test_size); in cyttsp4_si_put_log_data()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pal.h | 1529 ia64_pal_test_proc (u64 test_addr, u64 test_size, u64 attributes, u64 *self_test_state) in ia64_pal_test_proc() argument 1532 PAL_CALL(iprv, PAL_TEST_PROC, test_addr, test_size, attributes); in ia64_pal_test_proc()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 6765 int test_size, expect_size; in do_test_dedup() local 6769 test_size = btf_type_size(test_type); in do_test_dedup() 6772 if (CHECK(test_size != expect_size, in do_test_dedup() 6774 i, test_size, expect_size)) { in do_test_dedup() 6780 test_size), in do_test_dedup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 2490 bus->tx_statics.test_size += len; in dhdsdio_txpkt_preprocess() 7455 __FUNCTION__, bus->tx_statics.test_count, bus->tx_statics.test_size); in dhd_bus_dump_txpktstatics()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 2521 bus->tx_statics.test_size += len; in dhdsdio_txpkt_preprocess() 8287 __FUNCTION__, bus->tx_statics.test_count, bus->tx_statics.test_size); in dhd_bus_dump_txpktstatics()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 2510 bus->tx_statics.test_size += len; in dhdsdio_txpkt_preprocess() 8272 __FUNCTION__, bus->tx_statics.test_count, bus->tx_statics.test_size); in dhd_bus_dump_txpktstatics()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 18299 PROGRAM test_size
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 18299 PROGRAM test_size
|