| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 7 if [ "$RES" = "" ]; then 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 7 if [ "$RES" = "" ]; then 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 7 if [ "$RES" = "" ]; then 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 7 if [ "$RES" = "" ]; then 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 7 if [ "$RES" = "" ]; then 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Lindent | 3 RES=`indent --version` 4 if [ "$RES" = "" ]; then 7 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1` 8 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2` 9 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Lindent | 3 RES=`indent --version` 4 if [ "$RES" = "" ]; then 7 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1` 8 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2` 9 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | resource.h | 24 #define CLEAR_RESOURCE(RES) \ argument 25 do { (RES)->memory = (RES)->volatil = (RES)->cc = 0; \ 26 CLEAR_HARD_REG_SET ((RES)->regs); } while (0)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | resource.h | 24 #define CLEAR_RESOURCE(RES) \ argument 25 do { (RES)->memory = (RES)->volatil = (RES)->cc = 0; \ 26 CLEAR_HARD_REG_SET ((RES)->regs); } while (0)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Lindent | 3 RES=`indent --version` 4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1` 5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2` 6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
|
| /OK3568_Linux_fs/buildroot/package/pm-utils/ |
| H A D | 0001-pm-sleep.d-remove-unused-sleep-hooks.patch | 400 - vendor) RES="$(cat "${dev}/vendor")" ;; 401 - device) RES="$(cat "${dev}/device")" ;; 404 - RES="$(readlink "${dev}/driver")" 405 - RES="${RES##*/}" 407 - RES=nvidia 409 - RES=fglrx 414 - RES=true 416 - RES=false 429 - [[ -r /sys/class/dmi/id/$1 ]] || RES="" 430 - read RES < "/sys/class/dmi/id/$1" [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tc_edt.sh | 90 declare -ir RES=$( echo $ACTUAL_BPS $EXPECTED_BPS | \ 94 if [ "${RES}" == "0" ] ; then
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | Makefile.am | 39 if RES 98 if RES
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | registry.h | 23 #if defined(XSELINUX) || defined(RES)
|
| H A D | extinit.h | 101 #if defined(RES)
|
| H A D | xorg-server.h.in | 87 #undef RES
|
| H A D | xorg-server.h.meson.in | 87 #mesondefine RES
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miinitext.c | 170 #ifdef RES
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | Makefile.am | 72 if RES
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | en_CA | 57 reorder-after <RES-1>
|
| H A D | shs_CA | 57 reorder-after <RES-1>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | en_CA | 57 reorder-after <RES-1>
|
| H A D | shs_CA | 57 reorder-after <RES-1>
|
| H A D | es_ES | 90 reorder-after <RES-1>
|
| /OK3568_Linux_fs/u-boot/board/sbc8548/ |
| H A D | README | 82 1) Remove R314 (RES-R0174-033, 1K, 0603). R314 is located on 84 2) Solder RES-R0174-033 (1K, 0603) resistor from R314 pin 2 pad
|