Searched refs:getsize (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/tests/benchmarks/app_kernel/src/ |
D | pipe_r.c | 29 int getsize; in piperecvtask() local 38 for (getsize = 8; getsize <= MESSAGE_SIZE_PIPE; getsize <<= 1) { in piperecvtask() 41 pipeget(test_pipes[pipe], _ALL_N, getsize, in piperecvtask() 44 getinfo.size = getsize; in piperecvtask() 53 for (getsize = (MESSAGE_SIZE_PIPE); getsize >= 8; getsize >>= 1) { in piperecvtask() 54 getcount = MESSAGE_SIZE_PIPE / getsize; in piperecvtask() 58 getsize, getcount, &gettime); in piperecvtask() 60 getinfo.size = getsize; in piperecvtask()
|
D | mailbox_r.c | 31 int getsize; in mailrecvtask() local 38 getsize = 0; in mailrecvtask() 39 mailbox_get(&MAILB1, getsize, getcount, &gettime); in mailrecvtask() 41 getinfo.size = getsize; in mailrecvtask() 46 for (getsize = 8; getsize <= MESSAGE_SIZE; getsize <<= 1) { in mailrecvtask() 47 mailbox_get(&MAILB1, getsize, getcount, &gettime); in mailrecvtask() 49 getinfo.size = getsize; in mailrecvtask()
|
D | pipe_b.c | 33 getsize, \ 60 int getsize; in pipe_test() local 134 getsize = getinfo.size; in pipe_test()
|
/Zephyr-latest/soc/intel/intel_ish/utils/ |
D | build_ish_firmware.py | 61 kernel_size = os.path.getsize(args.kernel) 64 aon_size = os.path.getsize(args.aon)
|
/Zephyr-latest/tests/lib/ringbuffer/src/ |
D | main.c | 98 uint8_t getsize, getval; in ZTEST() local 118 getsize = INITIAL_SIZE - 1; in ZTEST() 120 getdata, &getsize); in ZTEST() 124 zassert_true((getsize == INITIAL_SIZE), in ZTEST() 129 getsize = RING_BUF_ITEM_SIZEOF(getdata); in ZTEST() 131 &getsize); in ZTEST() 134 getsize, gettype, getval, in ZTEST() 138 getsize * sizeof(uint32_t)) == 0), "data corrupted"); in ZTEST() 143 getsize = RING_BUF_ITEM_SIZEOF(getdata); in ZTEST() 145 &getsize); in ZTEST()
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 170 basic_model_size = os.path.getsize("model.tflite") 172 quantized_model_size = os.path.getsize("model_quantized.tflite")
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | stm32flash.py | 92 bin_size = path.getsize(bin_name)
|
D | canopen_program.py | 282 size = os.path.getsize(bin_file)
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool_client.py | 63 fsize = os.path.getsize(filename)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 277 if os.path.exists(ztestfile) and os.path.getsize(ztestfile) > 0: 375 if os.path.exists(ztestfile) and os.path.getsize(ztestfile) > 0:
|
D | runner.py | 925 elif os.path.exists(pytest_log) and os.path.getsize(pytest_log) > 0: 927 elif os.path.exists(h_log) and os.path.getsize(h_log) > 0: 929 elif os.path.exists(he_log) and os.path.getsize(he_log) > 0: 931 elif os.path.exists(d_log) and os.path.getsize(d_log) > 0:
|
/Zephyr-latest/scripts/build/ |
D | gen_app_partitions.py | 148 fsize = os.path.getsize(fullname)
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 1407 size = os.path.getsize(full_path)
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 3278 "size_tf = os.path.getsize(MODEL_TF)\n", 3279 "size_no_quant_tflite = os.path.getsize(MODEL_NO_QUANT_TFLITE)\n", 3280 "size_tflite = os.path.getsize(MODEL_TFLITE)"
|