Home
last modified time | relevance | path

Searched refs:short (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A DMakefile7 $(shell git log -1 --no-decorate --date=short \
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A DMakefile4 $(shell git log -1 --no-decorate --date=short \
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A Dmodule_config.mk3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A Dmodule_config.mk3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H A DRpcClientJsunit.test.js984 * @tc.name : test Call the writeshortarray interface, write the short integer array to the MessageSequence instance,
2343 * @tc.name : test Call the writeShort interface to write the short integer data to the MessageSequence instance,
2356 let short = 8;
2357 data.writeShort(short);
2361 assertArrayElementEqual(result.reply.readShort(), short);
2587 let short = 9223372036854775300;
2588 data.writeLong(short);
6991 * @tc.name : test Call the writeshortarray interface, write the short integer array to the messageparcel instance,
8212 * @tc.name : test Call the writeShort interface to write the short integer data to the messageparcel instance,
8225 let short
[all...]

Completed in 13 milliseconds