/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/tools/ |
D | build_best2600w_ohos_into_lib.sh | 300 rm -rf out/log/bsp_build_$1.log 301 mkdir -p out/log 302 ${build_target} 2>&1 | tee out/log/bsp_build_$1.log 303 cat out/log/bsp_build_$1.log | awk 'END {print}' | grep "Error" > /dev/null 306 echo "${build_target}" >> out/log/bsp_build_$1.log 313 echo -e "${build_cmd_echo}" 2>&1 | tee out/log/bsp_build_cmd.log 380 mkdir -p out/ota_boot1/ 381 cp -rf prebuild/ota_boot1.bin out/ota_boot1/ 382 mkdir -p out/ota_boot2a/ 383 cp -rf prebuild/ota_boot2a.bin out/ota_boot2a/ [all …]
|
/device/board/unionman/unionpi_tiger/common/tools/ |
D | packer-unionpi.sh | 19 …/umspark/uboot/releases/download/v2022.09.22/u-boot.bin -O ${root_src_dir}/out/unionpi_tiger/packa… 20 cp ${root_src_dir}/device/board/unionman/unionpi_tiger/bootloader/images/* ${root_src_dir}/out/unio… 21 …mon/tools/linux/img2simg ${root_src_dir}/out/unionpi_tiger/packages/phone/images/system.img ${root… 22 mv ${root_src_dir}/out/unionpi_tiger/packages/phone/images/system.img2simg ${root_src_dir}/out/unio… 23 …mon/tools/linux/img2simg ${root_src_dir}/out/unionpi_tiger/packages/phone/images/vendor.img ${root… 24 mv ${root_src_dir}/out/unionpi_tiger/packages/phone/images/vendor.img2simg ${root_src_dir}/out/unio… 25 …on/tools/linux/img2simg ${root_src_dir}/out/unionpi_tiger/packages/phone/images/userdata.img ${roo… 26 mv ${root_src_dir}/out/unionpi_tiger/packages/phone/images/userdata.img2simg ${root_src_dir}/out/un… 27 …out/kernel/src_tmp/linux-5.10/unionpi_tiger/Image.gz --base 0x0 --kernel_offset 0x1080000 --cmdlin… 28 …_src_dir}/out/unionpi_tiger/packages/phone/images/openharmony.conf ${root_src_dir}/out/unionpi_tig… [all …]
|
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/ |
D | parser.y | 592 static void print_quoted_string(FILE *out, const char *str) in print_quoted_string() argument 597 putc('"', out); in print_quoted_string() 601 fprintf(out, "%.*s", len, str); in print_quoted_string() 602 fputs("\\\"", out); in print_quoted_string() 605 fputs(str, out); in print_quoted_string() 606 putc('"', out); in print_quoted_string() 609 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() argument 615 fprintf(out, "\nchoice\n"); in print_symbol() 617 fprintf(out, "\nconfig %s\n", sym->name); in print_symbol() 620 fputs(" bool\n", out); in print_symbol() [all …]
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
D | mpp_bitread.h | 30 #define READ_ONEBIT(bitctx, out) \ argument 35 *(out) = _out; \ 41 #define READ_BITS(bitctx, num_bits, out) \ argument 45 if (!(bitctx)->ret) { *(out) = _out; } \ 49 #define READ_BITS_LONG(bitctx, num_bits, out) \ argument 53 if (!(bitctx)->ret) { *(out) = _out; } \ 57 #define SHOW_BITS(bitctx, num_bits, out) \ argument 61 if (!(bitctx)->ret) { *(out) = _out; } \ 65 #define SHOW_BITS_LONG(bitctx, num_bits, out) \ argument 69 if (!(bitctx)->ret) { *(out) = _out; } \ [all …]
|
/device/soc/bestechnic/bes2600/liteos_m/components/utils/src/ |
D | printf.c | 202 static size_t _out_rev(out_fct_type out, char* buffer, size_t idx, size_t maxlen, const char* buf, … in _out_rev() argument 209 out(' ', buffer, idx++, maxlen); in _out_rev() 215 out(buf[--len], buffer, idx++, maxlen); in _out_rev() 221 out(' ', buffer, idx++, maxlen); in _out_rev() 230 static size_t _ntoa_format(out_fct_type out, char* buffer, size_t idx, size_t maxlen, char* buf, si… in _ntoa_format() argument 279 return _out_rev(out, buffer, idx, maxlen, buf, len, width, flags); in _ntoa_format() 284 static size_t _ntoa_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen, unsigned long v… in _ntoa_long() argument 303 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long() 309 static size_t _ntoa_long_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long() argument 328 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long_long() [all …]
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
D | repack-bootimg | 8 usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second… 14 --out OUT path to out binaries (default: out) 33 --out) 34 out=$2 97 out=${out-"out"} 113 ramdisk=${ramdisk-$out/ramdisk} 114 dtb=${dtb-$out/dtb} 115 recovery_dtbo=${recovery_dtbo-$out/recovery_dtbo} 116 log="$out/unpack.log" 118 mkdir -p $out [all …]
|
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | synthesis-dct8.c | 84 PRIVATE void float_dct2_8(float *RESTRICT out, OI_INT32 const *RESTRICT in) in float_dct2_8() argument 125 out[0] = (float)FLOAT_SCALE(L00, DCTII_8_SHIFT_0); OI_ASSERT(VALID_INT16(out[0])); in float_dct2_8() 126 out[4] = (float)FLOAT_SCALE(L01, DCTII_8_SHIFT_4); OI_ASSERT(VALID_INT16(out[4])); in float_dct2_8() 129 out[6] = (float)FLOAT_SCALE(L02, DCTII_8_SHIFT_6); OI_ASSERT(VALID_INT16(out[6])); in float_dct2_8() 130 out[2] = (float)FLOAT_SCALE(L03, DCTII_8_SHIFT_2); OI_ASSERT(VALID_INT16(out[2])); in float_dct2_8() 155 out[3] = (float)(FLOAT_SCALE(L04, DCTII_8_SHIFT_3 - 1)); OI_ASSERT(VALID_INT16(out[3])); in float_dct2_8() 156 out[5] = (float)(FLOAT_SCALE(L05, DCTII_8_SHIFT_5 - 1)); OI_ASSERT(VALID_INT16(out[5])); in float_dct2_8() 159 out[7] = (float)(FLOAT_SCALE(L06, DCTII_8_SHIFT_7 - 1)); OI_ASSERT(VALID_INT16(out[7])); in float_dct2_8() 160 out[1] = (float)(FLOAT_SCALE(L07, DCTII_8_SHIFT_1 - 1)); OI_ASSERT(VALID_INT16(out[1])); in float_dct2_8() 211 PRIVATE void dct2_8(SBC_BUFFER_T *RESTRICT out, OI_INT32 const *RESTRICT in) in dct2_8() argument [all …]
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/platform/system/ |
D | printf-stdarg.c | 185 static size_t _out_rev(out_fct_type out, char *buffer, size_t idx, size_t maxlen, const char *buf, … in _out_rev() argument 193 out(' ', buffer, idx++, maxlen); in _out_rev() 199 out(buf[--len], buffer, idx++, maxlen); in _out_rev() 205 out(' ', buffer, idx++, maxlen); in _out_rev() 213 static size_t _ntoa_format(out_fct_type out, char *buffer, size_t idx, size_t maxlen, char *buf, si… in _ntoa_format() argument 259 return _out_rev(out, buffer, idx, maxlen, buf, len, width, flags); in _ntoa_format() 263 static size_t _ntoa_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long v… in _ntoa_long() argument 283 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long() 288 static size_t _ntoa_long_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long() argument 308 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long_long() [all …]
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_common/include/ |
D | bk_fifo.h | 30 unsigned int out; member 62 fifo->out = 0; in kfifo_init() 126 len = min(len, fifo->size - fifo->in + fifo->out); in kfifo_put() 160 len = min(len, fifo->in - fifo->out); in kfifo_get() 163 l = min(len, fifo->size - (fifo->out & (fifo->size - 1))); in kfifo_get() 164 os_memcpy(buffer, fifo->buffer + (fifo->out & (fifo->size - 1)), l); in kfifo_get() 169 fifo->out += len; in kfifo_get() 171 if (fifo->out == fifo->in) { in kfifo_get() 173 fifo->out = 0; in kfifo_get() 182 return (fifo->in - fifo->out); in kfifo_data_size() [all …]
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/aes_cmac/ |
D | aes.h | 21 unsigned char* aes_128_encrypt(const unsigned char* in, unsigned char* out, const unsigned char* ke… 22 unsigned char* aes_128_decrypt(const unsigned char* in, unsigned char* out, const unsigned char* ke… 23 unsigned char* aes_192_encrypt(const unsigned char* in, unsigned char* out, const unsigned char* ke… 24 unsigned char* aes_192_decrypt(const unsigned char* in, unsigned char* out, const unsigned char* ke… 25 unsigned char* aes_256_encrypt(const unsigned char* in, unsigned char* out, const unsigned char* ke… 26 unsigned char* aes_256_decrypt(const unsigned char* in, unsigned char* out, const unsigned char* ke… 29 void Cipher(const unsigned char* in, unsigned char* out, unsigned char* w, unsigned char Nk, unsign… 30 void InvCipher(const unsigned char* in, unsigned char* out, unsigned char* w, unsigned char Nk, uns…
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
D | util.c | 557 void kernel_to_ipc64_perm(struct kern_ipc_perm *in, struct ipc64_perm *out) in kernel_to_ipc64_perm() argument 559 out->key = in->key; in kernel_to_ipc64_perm() 560 out->uid = from_kuid_munged(current_user_ns(), in->uid); in kernel_to_ipc64_perm() 561 out->gid = from_kgid_munged(current_user_ns(), in->gid); in kernel_to_ipc64_perm() 562 out->cuid = from_kuid_munged(current_user_ns(), in->cuid); in kernel_to_ipc64_perm() 563 out->cgid = from_kgid_munged(current_user_ns(), in->cgid); in kernel_to_ipc64_perm() 564 out->mode = in->mode; in kernel_to_ipc64_perm() 565 out->seq = in->seq; in kernel_to_ipc64_perm() 576 void ipc64_perm_to_ipc_perm(struct ipc64_perm *in, struct ipc_perm *out) in ipc64_perm_to_ipc_perm() argument 578 out->key = in->key; in ipc64_perm_to_ipc_perm() [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_eeprom.c | 42 goto out; in shift_out_bits() 54 goto out; in shift_out_bits() 63 goto out; in shift_out_bits() 67 out: in shift_out_bits() 75 goto out; in shift_in_bits() 86 goto out; in shift_in_bits() 96 out: in shift_in_bits() 136 goto out; in eeprom_clean() 140 goto out; in eeprom_clean() 145 goto out; in eeprom_clean() [all …]
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_ohos/x509_creater/ |
D | creater.sh | 21 openssl genrsa -out rsa_private_2048.key 2048 22 openssl rsa -in rsa_private_2048.key -pubout -out rsa_public_2048.key 23 openssl req -new -x509 -sha256 -key rsa_private_2048.key -out ca_2048.crt 24 openssl x509 -outform der -inform pem -in ca_2048.crt -out rsa_public_key_2048.der 31 openssl genrsa -out rsa_private_4096.key 4096 32 openssl rsa -in rsa_private_4096.key -pubout -out rsa_public_4096.key 33 openssl req -new -x509 -sha256 -key rsa_private_4096.key -out ca_4096.crt 34 openssl x509 -outform der -inform pem -in ca_4096.crt -out rsa_public_key_4096.der
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_ohos/x509_creater/ |
D | creater.sh | 21 openssl genrsa -out rsa_private_2048.key 2048 22 openssl rsa -in rsa_private_2048.key -pubout -out rsa_public_2048.key 23 openssl req -new -x509 -sha256 -key rsa_private_2048.key -out ca_2048.crt 24 openssl x509 -outform der -inform pem -in ca_2048.crt -out rsa_public_key_2048.der 31 openssl genrsa -out rsa_private_4096.key 4096 32 openssl rsa -in rsa_private_4096.key -pubout -out rsa_public_4096.key 33 openssl req -new -x509 -sha256 -key rsa_private_4096.key -out ca_4096.crt 34 openssl x509 -outform der -inform pem -in ca_4096.crt -out rsa_public_key_4096.der
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/ |
D | cbc_mode.c | 37 int tc_cbc_mode_encrypt(uint8_t *out, unsigned int outlen, const uint8_t *in, in tc_cbc_mode_encrypt() argument 45 if (out == (uint8_t *) 0 || in tc_cbc_mode_encrypt() 59 (void)_copy(out, TC_AES_BLOCK_SIZE, iv, TC_AES_BLOCK_SIZE); in tc_cbc_mode_encrypt() 60 out += TC_AES_BLOCK_SIZE; in tc_cbc_mode_encrypt() 67 (void)_copy(out, TC_AES_BLOCK_SIZE, in tc_cbc_mode_encrypt() 69 out += TC_AES_BLOCK_SIZE; in tc_cbc_mode_encrypt() 76 int tc_cbc_mode_decrypt(uint8_t *out, unsigned int outlen, const uint8_t *in, in tc_cbc_mode_decrypt() argument 85 if (out == (uint8_t *) 0 || in tc_cbc_mode_decrypt() 110 *out++ = buffer[m++] ^ *p++; in tc_cbc_mode_decrypt()
|
D | ccm_mode.c | 93 static int ccm_ctr_mode(uint8_t *out, unsigned int outlen, const uint8_t *in, in ccm_ctr_mode() argument 102 if (out == (uint8_t *) 0 || in ccm_ctr_mode() 129 *out++ = buffer[i % (TC_AES_BLOCK_SIZE)] ^ *in++; in ccm_ctr_mode() 138 int tc_ccm_generation_encryption(uint8_t *out, unsigned int olen, in tc_ccm_generation_encryption() argument 144 if ((out == (uint8_t *) 0) || in tc_ccm_generation_encryption() 183 ccm_ctr_mode(out, plen, payload, plen, b, c->sched); in tc_ccm_generation_encryption() 187 out += plen; in tc_ccm_generation_encryption() 190 *out++ = tag[i] ^ b[i]; in tc_ccm_generation_encryption() 196 int tc_ccm_decryption_verification(uint8_t *out, unsigned int olen, in tc_ccm_decryption_verification() argument 202 if ((out == (uint8_t *) 0) || in tc_ccm_decryption_verification() [all …]
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/scripts/ |
D | lib.mk | 27 obj-dir-new-y := $(filter-out %.a,$(obj-y)) 62 archive-y := $(filter-out $(archive-custom-valid), $(archive-y)) 69 archive-bin-y := $(filter-out $(archive-src-y), $(archive-y)) 73 obj-y := $(filter-out $(archive-src-y) $(archive-custom-valid), $(obj-y)) $(foreach m, $(archive-… 114 mobjs-archive-bin-y := $(filter-out $(mobjs-archive-src-y), $(mobjs-archive-y)) 146 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) … 169 extra-y := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(extra-y)),$(extra… 170 always := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(always)),$(always)) 171 targets := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(targets)),$(targe… 172 obj-y := $(if $(filter-module-pattern) $(filter-obj),$(filter-out $(filter-module-pattern) $(filte… [all …]
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/ |
D | aes.h | 91 unsigned char out[N_BLOCK], 95 unsigned char *out, 104 unsigned char out[N_BLOCK], 108 unsigned char *out, 136 unsigned char out[N_BLOCK], 143 unsigned char out[N_BLOCK], 150 unsigned char out[N_BLOCK], 157 unsigned char out[N_BLOCK],
|
/device/soc/hisilicon/hi3751v350/docs/ |
D | quickstart-ide-standard-running-hi3751-burning.md | 42 | fastboot | //out/hispark_phoenix/packages/phone/images/fastboot.bin | uboot镜像 | 43 | bootargs | //out/hispark_phoenix/packages/phone/images/bootargs.bin | 启动参数 | 44 | bootargsbak | //out/hispark_phoenix/packages/phone/images/bootargs.bin | 启动参数 | 45 | slaveboot | //out/hispark_phoenix/packages/phone/images/slaveboot.bin | 从核启动镜像 | 46 | panelparam | //out/hispark_phoenix/packages/phone/images/panel.img | 屏幕参数 | 47 | logo | //out/hispark_phoenix/packages/phone/images/logo.img | 开机logo | 48 | boot | //out/hispark_phoenix/packages/phone/images/uImage | 内核镜像 | 49 | ramdisk | //out/hispark_phoenix/ramdisk.img | RAMDisk启动镜像 | 50 | dtbo | //out/hispark_phoenix/packages/phone/images/dtbo.img | 内核DTS | 51 | atf | //out/hispark_phoenix/packages/phone/images/atf.bin | ARM trusted firmware | [all …]
|
D | quickstart-standard-running-hi3751-burning.md | 75 | fastboot | //out/hispark_phoenix/packages/phone/images/fastboot.bin | uboot镜像 | 76 | bootargs | //out/hispark_phoenix/packages/phone/images/bootargs.bin | 启动参数二进制 | 77 | bootargsbak | //out/hispark_phoenix/packages/phone/images/bootargs.bin | 启动参数二进制 | 78 | slaveboot | //out/hispark_phoenix/packages/phone/images/slaveboot.bin | 从核启动镜像 | 79 | panelparam | //out/hispark_phoenix/packages/phone/images/panel.img | 屏幕参数 | 80 | logo | //out/hispark_phoenix/packages/phone/images/logo.img | 开机logo | 81 | boot | //out/hispark_phoenix/packages/phone/images/uImage | 内核镜像 | 82 | ramdisk | //out/hispark_phoenix/ramdisk.img | RAMDisk启动镜像 | 83 | dtbo | //out/hispark_phoenix/packages/phone/images/dtbo.img | 内核DTS | 84 | atf | //out/hispark_phoenix/packages/phone/images/atf.bin | ARM trusted firmware | [all …]
|
/device/board/hisilicon/hispark_phoenix/docs/ |
D | quickstart-ide-standard-running-hi3751-burning.md | 42 | fastboot | //out/hispark_phoenix/packages/phone/images/fastboot.bin | uboot镜像 | 43 | bootargs | //out/hispark_phoenix/packages/phone/images/bootargs.bin | 启动参数 | 44 | bootargsbak | //out/hispark_phoenix/packages/phone/images/bootargs.bin | 启动参数 | 45 | slaveboot | //out/hispark_phoenix/packages/phone/images/slaveboot.bin | 从核启动镜像 | 46 | panelparam | //out/hispark_phoenix/packages/phone/images/panel.img | 屏幕参数 | 47 | logo | //out/hispark_phoenix/packages/phone/images/logo.img | 开机logo | 48 | boot | //out/hispark_phoenix/packages/phone/images/uImage | 内核镜像 | 49 | ramdisk | //out/hispark_phoenix/ramdisk.img | RAMDisk启动镜像 | 50 | dtbo | //out/hispark_phoenix/packages/phone/images/dtbo.img | 内核DTS | 51 | atf | //out/hispark_phoenix/packages/phone/images/atf.bin | ARM trusted firmware | [all …]
|
D | quickstart-standard-running-hi3751-burning.md | 75 | fastboot | //out/hispark_phoenix/packages/phone/images/fastboot.bin | uboot镜像 | 76 | bootargs | //out/hispark_phoenix/packages/phone/images/bootargs.bin | 启动参数二进制 | 77 | bootargsbak | //out/hispark_phoenix/packages/phone/images/bootargs.bin | 启动参数二进制 | 78 | slaveboot | //out/hispark_phoenix/packages/phone/images/slaveboot.bin | 从核启动镜像 | 79 | panelparam | //out/hispark_phoenix/packages/phone/images/panel.img | 屏幕参数 | 80 | logo | //out/hispark_phoenix/packages/phone/images/logo.img | 开机logo | 81 | boot | //out/hispark_phoenix/packages/phone/images/uImage | 内核镜像 | 82 | ramdisk | //out/hispark_phoenix/ramdisk.img | RAMDisk启动镜像 | 83 | dtbo | //out/hispark_phoenix/packages/phone/images/dtbo.img | 内核DTS | 84 | atf | //out/hispark_phoenix/packages/phone/images/atf.bin | ARM trusted firmware | [all …]
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/base64/ |
D | base_64.c | 55 int *out_len, unsigned char *out) in base64_encode() argument 61 if (out == ((unsigned char *)0)) in base64_encode() 66 pos = out; in base64_encode() 99 (*out_len) = pos - out; in base64_encode() 142 int *out_len, unsigned char *out) in base64_decode() argument 167 if (out == ((unsigned char *)0)) { in base64_decode() 171 pos = out; in base64_decode() 190 if (pos > out) { in base64_decode() 197 (*out_len) = pos - out; in base64_decode()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
D | fips140.h | 23 u8 *out, 25 TP_ARGS(data, len, out, hook_inuse)); 36 u8 *out, 39 TP_ARGS(ctx, out, in, hook_inuse)); 43 u8 *out, 46 TP_ARGS(ctx, out, in, hook_inuse));
|
/device/board/osware/imx8mm/drivers/camera/pipeline_core/src/nodes/soft_codec/ |
D | imx_codec_node.cpp | 121 unsigned int in, out; in Yuv422ToRGBA8888() local 148 for (in = 0, out = 0; in < (buffer->GetSize() / val_num_2); in += val_num_4, out += val_num_8) { in Yuv422ToRGBA8888() 155 temp[out + val_num_0] = pixel[val_num_0]; in Yuv422ToRGBA8888() 156 temp[out + val_num_1] = pixel[val_num_1]; in Yuv422ToRGBA8888() 157 temp[out + val_num_2] = pixel[val_num_2]; in Yuv422ToRGBA8888() 158 temp[out + val_num_3] = pixel[val_num_3]; in Yuv422ToRGBA8888() 161 temp[out + val_num_4] = pixel[val_num_0]; in Yuv422ToRGBA8888() 162 temp[out + val_num_5] = pixel[val_num_1]; in Yuv422ToRGBA8888() 163 temp[out + val_num_6] = pixel[val_num_2]; in Yuv422ToRGBA8888() 164 temp[out + val_num_7] = pixel[val_num_3]; in Yuv422ToRGBA8888()
|