/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_notifier.c | 15 * along with this program; if not, write to the Free Software 36 struct osal_list_head *this = NULL;
in osal_find_ob() local 41 osal_list_for_each(this, &nb_list) {
in osal_find_ob() 42 struct nb_node *ns = osal_list_entry(this, struct nb_node, node);
in osal_find_ob() 53 struct osal_list_head *this = NULL;
in osal_del_nb() local 59 osal_list_for_each_safe(this, next, &nb_list) {
in osal_del_nb() 60 struct nb_node *ns = osal_list_entry(this, struct nb_node, node);
in osal_del_nb() 62 osal_list_del(this);
in osal_del_nb()
|
H A D | osal_workqueue.c | 15 * along with this program; if not, write to the Free Software 33 struct osal_list_head *this = NULL; in osal_find_work() local 38 osal_list_for_each(this, &wq_list) { in osal_find_work() 39 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_find_work() 50 struct osal_list_head *this = NULL; in osal_del_work() local 56 osal_list_for_each_safe(this, next, &wq_list) { in osal_del_work() 57 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_del_work() 59 osal_list_del(this); in osal_del_work()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_workqueue.c | 15 * along with this program; if not, write to the Free Software 34 struct osal_list_head *this = NULL; in osal_find_work() local 45 osal_list_for_each(this, &wq_list) { in osal_find_work() 46 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_find_work() 57 struct osal_list_head *this = NULL; in osal_del_work() local 69 osal_list_for_each_safe(this, next, &wq_list) { in osal_del_work() 70 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_del_work() 72 osal_list_del(this); in osal_del_work()
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | size.h | 4 * you may not use this file except in compliance with the License. 97 return *this; in AddHeight() 103 return *this; in AddWidth() 109 return *this; in MinusHeight() 115 return *this; in MinusWidth() 160 return *this; in operator +=() 167 return *this; in operator -=()
|
H A D | matrix3.h | 4 * you may not use this file except in compliance with the License. 32 // Gets the inverse of this matrix; 40 return *this; in operator *() 103 return *this; in operator *() 168 return *this; in operator *()
|
H A D | offset.h | 4 * you may not use this file except in compliance with the License. 111 return *this; in operator +=() 118 return *this; in operator -=()
|
H A D | velocity.h | 4 * you may not use this file except in compliance with the License. 55 return *this; in operator +=()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_kernel_random_mapping.c | 5 * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence. 49 ump_dd_mem *this = container_of(*new, ump_dd_mem, node); in insert() local 52 if (id < this->secure_id) { in insert() 54 } else if (id > this->secure_id) { in insert() 140 * the counter and skip the delay this time. */ in ump_random_mapping_get()
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
H A D | jsvm_utils.h | 4 * you may not use this file except in compliance with the License. 86 OH_JSVM_IsObject(jsvm_env, this->value_, &isObject); in Object() 93 OH_JSVM_GetNamedProperty(jsvm_env, this->value_, propName, &result); in Get() 99 OH_JSVM_SetNamedProperty(jsvm_env, this->value_, propName, propValue); in Set()
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 5 * See file CREDITS for list of people who contributed to this
19 * along with this program; if not, write to the Free Software
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 5 * See file CREDITS for list of people who contributed to this 19 * along with this program; if not, write to the Free Software
|
/build/ohos/statistics/ |
H A D | build_overlap_statistics.py | 5 # you may not use this file except in compliance with the License. 44 with open(sources_file, 'r') as this: 45 contents = [line.strip() for line in this.readlines()]
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 28 @ four bits, since this is the amount of unwinding in the main 46 @ are done in the result. On the final pass, this may subtract
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 28 @ four bits, since this is the amount of unwinding in the main 46 @ are done in the result. On the final pass, this may subtract
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_fd.h | 4 * you may not use this file except in compliance with the License.
46 return *this;
in operator =()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_shared_fd.h | 4 * you may not use this file except in compliance with the License. 46 return *this; in operator =()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_fd.h | 4 * you may not use this file except in compliance with the License. 46 return *this; in operator =()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_shared_fd.h | 4 * you may not use this file except in compliance with the License. 47 return *this; in operator =()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_shared_fd.h | 4 * you may not use this file except in compliance with the License. 47 return *this; in operator =()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_shared_fd.h | 4 * you may not use this file except in compliance with the License.
47 return *this;
in operator =()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | governor.h | 33 * this governor is never changeable to other governor. 34 * @interrupt_driven: Devfreq core won't schedule polling work for this 40 * If no_central_polling is set, this callback is called 55 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | governor.h | 33 * this governor is never changeable to other governor. 34 * @interrupt_driven: Devfreq core won't schedule polling work for this 40 * If no_central_polling is set, this callback is called 55 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | dummy_controller.h | 4 * you may not use this file except in compliance with the License. 64 this->workable_ = wb; in SetWorkable()
|
/test/testfwk/developer_test/ |
H A D | start.bat | 3 @rem you may not use this file except in compliance with the License.
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/ |
H A D | linux.mak | 14 # along with this program; if not, write to the Free Software
|