Home
last modified time | relevance | path

Searched refs:getsize (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dpipe_r.c29 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()
Dmailbox_r.c31 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()
Dpipe_b.c33 getsize, \
60 int getsize; in pipe_test() local
134 getsize = getinfo.size; in pipe_test()
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.py61 kernel_size = os.path.getsize(args.kernel)
64 aon_size = os.path.getsize(args.aon)
/Zephyr-latest/tests/lib/ringbuffer/src/
Dmain.c98 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/
Dtrain.py170 basic_model_size = os.path.getsize("model.tflite")
172 quantized_model_size = os.path.getsize("model_quantized.tflite")
/Zephyr-latest/scripts/west_commands/runners/
Dstm32flash.py92 bin_size = path.getsize(bin_name)
Dcanopen_program.py282 size = os.path.getsize(bin_file)
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py63 fsize = os.path.getsize(filename)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py277 if os.path.exists(ztestfile) and os.path.getsize(ztestfile) > 0:
375 if os.path.exists(ztestfile) and os.path.getsize(ztestfile) > 0:
Drunner.py925 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/
Dgen_app_partitions.py148 fsize = os.path.getsize(fullname)
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1407 size = os.path.getsize(full_path)
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb3278 "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)"