/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | tzdst.c | 134 void settimezone(const char *buff) in settimezone() argument 144 if (buff == NULL) { in settimezone() 148 buffLen = strlen(buff); in settimezone() 154 if (memcpy_s(standardString, STANDARD_TZ_LEN, buff, buffLen) != EOK) { in settimezone()
|
/third_party/ltp/tools/genload/ |
H A D | stress.c | 744 char buff[chunk]; in hoghdd() local 759 buff[i] = j; in hoghdd() 761 buff[i] = '\n'; in hoghdd() 798 if (write(fd, buff, chunk) != in hoghdd()
|
H A D | genload.c | 744 char buff[chunk]; in hoghdd() local 759 buff[i] = j; in hoghdd() 761 buff[i] = '\n'; in hoghdd() 798 if (write(fd, buff, chunk) != in hoghdd()
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 379 unsigned long long buff[512]; in s390x_ed25519_digestsign() member 404 unsigned long long buff[512]; in s390x_ed448_digestsign() member 431 unsigned long long buff[512]; in s390x_ed25519_digestverify() member 453 unsigned long long buff[512]; in s390x_ed448_digestverify() member
|
/third_party/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 379 unsigned long long buff[512]; in s390x_ed25519_digestsign() member 404 unsigned long long buff[512]; in s390x_ed448_digestsign() member 431 unsigned long long buff[512]; in s390x_ed25519_digestverify() member 453 unsigned long long buff[512]; in s390x_ed448_digestverify() member
|
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | buffer_dispatcher.cpp | 442 adata->buff = std::make_shared<DataBuffer>(); in BufferDispatcher() 443 vdata->buff = std::make_shared<DataBuffer>(); in BufferDispatcher() 509 if (data != nullptr && data->buff != nullptr) { in ReleaseIdleBuffer() 510 data->buff.reset(); in ReleaseIdleBuffer() 516 if (data != nullptr && data->buff != nullptr) { in ReleaseIdleBuffer() 517 data->buff.reset(); in ReleaseIdleBuffer() 535 adata->buff = std::make_shared<DataBuffer>(); in FlushBuffer() 536 vdata->buff = std::make_shared<DataBuffer>(); in FlushBuffer() 544 if (data->mediaData != nullptr && data->mediaData->buff != nullptr) { in FlushBuffer() 545 data->mediaData->buff in FlushBuffer() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_init.c | 1669 u16 *buff = (u16 *)p_dev->ahw->reset.buff; in qlcnic_83xx_reset_template_checksum() local 1673 sum += *buff++; in qlcnic_83xx_reset_template_checksum() 1692 if (ahw->reset.buff != NULL) { in qlcnic_83xx_get_reset_instruction_template() 1696 kfree(ahw->reset.buff); in qlcnic_83xx_get_reset_instruction_template() 1702 ahw->reset.buff = kzalloc(QLC_83XX_RESTART_TEMPLATE_SIZE, GFP_KERNEL); in qlcnic_83xx_get_reset_instruction_template() 1703 if (ahw->reset.buff == NULL) in qlcnic_83xx_get_reset_instruction_template() 1706 p_buff = p_dev->ahw->reset.buff; in qlcnic_83xx_get_reset_instruction_template() 1715 ahw->reset.hdr = (struct qlc_83xx_reset_hdr *)ahw->reset.buff; in qlcnic_83xx_get_reset_instruction_template() 1717 p_buff = ahw->reset.buff in qlcnic_83xx_get_reset_instruction_template() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 1105 buffer_t *buff; /* skb or kmalloc()ated memory */ in init_queues() local 1108 if (!(buff = netdev_alloc_skb(port->netdev, RX_BUFF_SIZE))) in init_queues() 1110 data = buff->data; in init_queues() 1112 if (!(buff = kmalloc(RX_BUFF_SIZE, GFP_KERNEL))) in init_queues() 1114 data = buff; in init_queues() 1120 free_buffer(buff); in init_queues() 1124 port->rx_buff_tab[i] = buff; in init_queues() 1137 buffer_t *buff = port->rx_buff_tab[i]; in destroy_queues() local 1138 if (buff) { in destroy_queues() 1142 free_buffer(buff); in destroy_queues() 1147 buffer_t *buff = port->tx_buff_tab[i]; destroy_queues() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | 3w-xxxx.c | 1656 char buff[8]; in tw_scsiop_read_capacity_complete() local 1661 memset(buff, 0, sizeof(buff)); in tw_scsiop_read_capacity_complete() 1678 buff[0] = (capacity >> 24); in tw_scsiop_read_capacity_complete() 1679 buff[1] = (capacity >> 16) & 0xff; in tw_scsiop_read_capacity_complete() 1680 buff[2] = (capacity >> 8) & 0xff; in tw_scsiop_read_capacity_complete() 1681 buff[3] = capacity & 0xff; in tw_scsiop_read_capacity_complete() 1684 buff[4] = (TW_BLOCK_SIZE >> 24); in tw_scsiop_read_capacity_complete() 1685 buff[5] = (TW_BLOCK_SIZE >> 16) & 0xff; in tw_scsiop_read_capacity_complete() 1686 buff[ in tw_scsiop_read_capacity_complete() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_init.c | 1669 u16 *buff = (u16 *)p_dev->ahw->reset.buff; in qlcnic_83xx_reset_template_checksum() local 1673 sum += *buff++; in qlcnic_83xx_reset_template_checksum() 1692 if (ahw->reset.buff != NULL) { in qlcnic_83xx_get_reset_instruction_template() 1696 kfree(ahw->reset.buff); in qlcnic_83xx_get_reset_instruction_template() 1702 ahw->reset.buff = kzalloc(QLC_83XX_RESTART_TEMPLATE_SIZE, GFP_KERNEL); in qlcnic_83xx_get_reset_instruction_template() 1703 if (ahw->reset.buff == NULL) in qlcnic_83xx_get_reset_instruction_template() 1706 p_buff = p_dev->ahw->reset.buff; in qlcnic_83xx_get_reset_instruction_template() 1715 ahw->reset.hdr = (struct qlc_83xx_reset_hdr *)ahw->reset.buff; in qlcnic_83xx_get_reset_instruction_template() 1717 p_buff = ahw->reset.buff in qlcnic_83xx_get_reset_instruction_template() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 1127 buffer_t *buff; /* skb or kmalloc()ated memory */ in init_queues() local 1130 if (!(buff = netdev_alloc_skb(port->netdev, RX_BUFF_SIZE))) in init_queues() 1132 data = buff->data; in init_queues() 1134 if (!(buff = kmalloc(RX_BUFF_SIZE, GFP_KERNEL))) in init_queues() 1136 data = buff; in init_queues() 1142 free_buffer(buff); in init_queues() 1146 port->rx_buff_tab[i] = buff; in init_queues() 1159 buffer_t *buff = port->rx_buff_tab[i]; in destroy_queues() local 1160 if (buff) { in destroy_queues() 1164 free_buffer(buff); in destroy_queues() 1169 buffer_t *buff = port->tx_buff_tab[i]; destroy_queues() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 3w-xxxx.c | 1656 char buff[8]; in tw_scsiop_read_capacity_complete() local 1661 memset(buff, 0, sizeof(buff)); in tw_scsiop_read_capacity_complete() 1678 buff[0] = (capacity >> 24); in tw_scsiop_read_capacity_complete() 1679 buff[1] = (capacity >> 16) & 0xff; in tw_scsiop_read_capacity_complete() 1680 buff[2] = (capacity >> 8) & 0xff; in tw_scsiop_read_capacity_complete() 1681 buff[3] = capacity & 0xff; in tw_scsiop_read_capacity_complete() 1684 buff[4] = (TW_BLOCK_SIZE >> 24); in tw_scsiop_read_capacity_complete() 1685 buff[5] = (TW_BLOCK_SIZE >> 16) & 0xff; in tw_scsiop_read_capacity_complete() 1686 buff[ in tw_scsiop_read_capacity_complete() [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/ |
H A D | media_downloader.h | 34 virtual bool Read(unsigned char* buff, unsigned int wantReadLength, unsigned int& realReadLength, bool& isEos) = 0;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/ |
H A D | heif_exif_metadata_accessor.h | 37 bool CheckTiffPos(byte* buff, size_t size, size_t &byteOrderPos);
|
/foundation/communication/wifi/wifi/base/inner_api/ |
H A D | rpc.h | 47 void RpcClientDealReadMsg(RpcClient *client, char *buff);
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | checksum.h | 61 extern unsigned int do_csum(const unsigned char *buff, int len);
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | checksum.h | 44 extern unsigned int do_csum(const unsigned char *buff, int len);
|
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/ |
H A D | pr_util.h | 73 unsigned long *buff; member
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | checksum.h | 44 extern unsigned int do_csum(const unsigned char *buff, int len);
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | checksum.h | 61 extern unsigned int do_csum(const unsigned char *buff, int len);
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.h | 17 void wilc_wfi_monitor_rx(struct net_device *mon_dev, u8 *buff, u32 size);
|
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_credential.cpp | 237 static void FreeBuffer(char** buff, uint32_t buffLen) in FreeBuffer() argument 239 if (buff == nullptr) { in FreeBuffer() 243 if (*buff != nullptr) { in FreeBuffer() 244 memset_s(*buff, buffLen, 0, buffLen); in FreeBuffer() 245 delete[] *buff; in FreeBuffer() 246 *buff = nullptr; in FreeBuffer()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
H A D | uart_drv.c | 509 char *buff = buf; in uart_drv_irq() local 517 if (uart_dma_recv_irq(udd, status, buff) != HI_ERR_SUCCESS) { in uart_drv_irq() 520 uart_send_irq(udd, buff); in uart_drv_irq() 525 uart_nodma_recv_irq(udd, status, buff); in uart_drv_irq() 529 uart_nodma_recv_irq(udd, status, buff); in uart_drv_irq() 535 uart_send_irq(udd, buff); in uart_drv_irq()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common_test.cpp | 88 char buff[HDI_SCAN_RESULTS_MAX_LEN_TEST] = {0}; in HWTEST_F() local 89 char *pos = buff; in HWTEST_F() 99 char buff[HDI_SCAN_RESULTS_MAX_LEN_TEST] = {0}; in HWTEST_F() local 100 char *pos = buff; in HWTEST_F() 110 char buff[HDI_SCAN_RESULTS_MAX_LEN_TEST] = {0}; in HWTEST_F() local 111 char *pos = buff; in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | dell-smm-hwmon.c | 447 unsigned char buff[16]; in i8k_ioctl_unlocked() local 467 memset(buff, 0, sizeof(buff)); in i8k_ioctl_unlocked() 468 strlcpy(buff, bios_machineid, sizeof(buff)); in i8k_ioctl_unlocked() 528 if (copy_to_user(argp, buff, 16)) in i8k_ioctl_unlocked()
|