| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | head.S | 125 csrw CSR_IE, zero 126 csrw CSR_IP, zero 175 csrw CSR_SCRATCH, zero 189 csrw CSR_IE, zero 190 csrw CSR_IP, zero 252 REG_S zero, (a3) 276 sw zero, TASK_TI_CPU(tp) 354 fmv.s.x f0, zero 355 fmv.s.x f1, zero 356 fmv.s.x f2, zero [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | ghashp8-ppc.pl | 57 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12)); 83 vxor $zero,$zero,$zero 85 vsldoi $xC2,$xC2,$zero,15 # 0xe1... 86 vsldoi $t1,$zero,$t0,1 # ...1 97 vsldoi $xC2,$zero,$xC2,8 # 0xc2.0 98 vsldoi $Hl,$zero,$H,8 # ... and split 99 vsldoi $Hh,$H,$zero,8 130 vxor $zero,$zero,$zero 138 vsldoi $t0,$Xm,$zero,8 139 vsldoi $t1,$zero,$Xm,8 [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/lib/ |
| H A D | strnlen_user.S | 74 bnone a9, a5, .Lz0 # if byte 0 is zero 75 bnone a9, a6, .Lz1 # if byte 1 is zero 76 bnone a9, a7, .Lz2 # if byte 2 is zero 77 bnone a9, a8, .Lz3 # if byte 3 is zero 88 bnone a9, a5, .Lz0 # if byte 0 is zero 89 bnone a9, a6, .Lz1 # if byte 1 is zero 102 # the zero byte in order to include the NULL terminator in the count. 104 .Lz3: # byte 3 is zero 105 addi a4, a4, 3 # point to zero byte 106 .Lz0: # byte 0 is zero [all …]
|
| H A D | strncpy_user.S | 56 beqz a4, .Lret # if len is zero 73 beqz a9, .Lret # if byte 0 is zero 76 beqz a4, .Lret # if len is zero 83 beqz a9, .Lret # if byte 0 is zero 86 beqz a4, .Lret # if len is zero 90 beqz a9, .Lret # if byte 0 is zero 114 bnone a9, a5, .Lz0 # if byte 0 is zero 115 bnone a9, a6, .Lz1 # if byte 1 is zero 116 bnone a9, a7, .Lz2 # if byte 2 is zero 118 bnone a9, a8, .Lz3 # if byte 3 is zero [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/lkdtm/ |
| H A D | refcount.c | 108 refcount_t zero = REFCOUNT_INIT(2); in lkdtm_REFCOUNT_DEC_ZERO() local 111 refcount_dec(&zero); in lkdtm_REFCOUNT_DEC_ZERO() 114 refcount_dec(&zero); in lkdtm_REFCOUNT_DEC_ZERO() 116 check_zero(&zero); in lkdtm_REFCOUNT_DEC_ZERO() 208 refcount_t zero = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_INC_ZERO() local 211 if (!refcount_inc_not_zero(&zero)) { in lkdtm_REFCOUNT_INC_ZERO() 213 if (refcount_read(&zero) == 0) in lkdtm_REFCOUNT_INC_ZERO() 222 refcount_inc(&zero); in lkdtm_REFCOUNT_INC_ZERO() 224 check_from_zero(&zero); in lkdtm_REFCOUNT_INC_ZERO() 233 refcount_t zero = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_ADD_ZERO() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | insnemu.S | 115 stw zero, 0(sp) /* Save zero on stack to avoid special case for r0. */ 212 bne r7, zero, multiply 262 bne r7, zero, unsigned_division 270 bge r3,zero,dividend_is_nonnegative 271 sub r3, zero, r3 /* -r3 */ 273 bge r5, zero, divisor_is_nonnegative 274 sub r5, zero, r5 /* -r5 */ 304 cmplt r7, r3, zero /* r7 = MSB of r3 */ 325 bne r14, zero, divide_loop 340 bge r17, zero, quotient_is_nonnegative [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | tlbflush.h | 325 const int zero = 0; in __local_flush_tlb_all() local 328 tlb_op(TLB_V4_U_FULL | TLB_V6_U_FULL, "c8, c7, 0", zero); in __local_flush_tlb_all() 329 tlb_op(TLB_V4_D_FULL | TLB_V6_D_FULL, "c8, c6, 0", zero); in __local_flush_tlb_all() 330 tlb_op(TLB_V4_I_FULL | TLB_V6_I_FULL, "c8, c5, 0", zero); in __local_flush_tlb_all() 335 const int zero = 0; in local_flush_tlb_all() local 342 tlb_op(TLB_V7_UIS_FULL, "c8, c7, 0", zero); in local_flush_tlb_all() 352 const int zero = 0; in __flush_tlb_all() local 359 tlb_op(TLB_V7_UIS_FULL, "c8, c3, 0", zero); in __flush_tlb_all() 369 const int zero = 0; in __local_flush_tlb_mm() local 375 tlb_op(TLB_V4_U_FULL, "c8, c7, 0", zero); in __local_flush_tlb_mm() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_sockmap_kern.h | 111 int len, *f, ret, zero = 0; in bpf_prog2() local 120 f = bpf_map_lookup_elem(&sock_skb_opts, &zero); in bpf_prog2() 237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 240 bytes = bpf_map_lookup_elem(&sock_apply_bytes, &zero); in bpf_prog4() 243 bytes = bpf_map_lookup_elem(&sock_cork_bytes, &zero); in bpf_prog4() 246 start = bpf_map_lookup_elem(&sock_bytes, &zero); in bpf_prog4() 267 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 272 bytes = bpf_map_lookup_elem(&sock_apply_bytes, &zero); in bpf_prog6() 275 bytes = bpf_map_lookup_elem(&sock_cork_bytes, &zero); in bpf_prog6() 279 start = bpf_map_lookup_elem(&sock_bytes, &zero); in bpf_prog6() [all …]
|
| H A D | test_sockmap_listen.c | 43 __u32 zero = 0; in prog_skb_verdict() local 47 verdict = bpf_sk_redirect_map(skb, &sock_map, zero, 0); in prog_skb_verdict() 49 verdict = bpf_sk_redirect_hash(skb, &sock_hash, &zero, 0); in prog_skb_verdict() 62 __u32 zero = 0; in prog_msg_verdict() local 66 verdict = bpf_msg_redirect_map(msg, &sock_map, zero, 0); in prog_msg_verdict() 68 verdict = bpf_msg_redirect_hash(msg, &sock_hash, &zero, 0); in prog_msg_verdict() 82 __u32 zero = 0; in prog_reuseport() local 85 err = bpf_sk_select_reuseport(reuse, &sock_map, &zero, 0); in prog_reuseport() 87 err = bpf_sk_select_reuseport(reuse, &sock_hash, &zero, 0); in prog_reuseport()
|
| H A D | test_tc_neigh.c | 103 __u8 zero[ETH_ALEN * 2]; in tc_dst() local 118 __builtin_memset(&zero, 0, sizeof(zero)); in tc_dst() 119 if (bpf_skb_store_bytes(skb, 0, &zero, sizeof(zero), 0) < 0) in tc_dst() 127 __u8 zero[ETH_ALEN * 2]; in tc_src() local 142 __builtin_memset(&zero, 0, sizeof(zero)); in tc_src() 143 if (bpf_skb_store_bytes(skb, 0, &zero, sizeof(zero), 0) < 0) in tc_src()
|
| /OK3568_Linux_fs/u-boot/board/imgtec/malta/ |
| H A D | lowlevel_init.S | 177 sw zero, MSC01_PCI_P2SCMAPL_OFS(t0) 193 sw zero, MSC01_PCI_HEAD3_OFS(t0) 194 sw zero, MSC01_PCI_HEAD4_OFS(t0) 195 sw zero, MSC01_PCI_HEAD5_OFS(t0) 196 sw zero, MSC01_PCI_HEAD6_OFS(t0) 197 sw zero, MSC01_PCI_HEAD7_OFS(t0) 198 sw zero, MSC01_PCI_HEAD8_OFS(t0) 199 sw zero, MSC01_PCI_HEAD9_OFS(t0) 200 sw zero, MSC01_PCI_HEAD10_OFS(t0) 201 sw zero, MSC01_PCI_HEAD12_OFS(t0) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | 88pm860x-i2c.c | 143 unsigned char zero; in pm860x_page_reg_write() local 147 read_device(i2c, 0xFA, 0, &zero); in pm860x_page_reg_write() 148 read_device(i2c, 0xFB, 0, &zero); in pm860x_page_reg_write() 149 read_device(i2c, 0xFF, 0, &zero); in pm860x_page_reg_write() 151 read_device(i2c, 0xFE, 0, &zero); in pm860x_page_reg_write() 152 read_device(i2c, 0xFC, 0, &zero); in pm860x_page_reg_write() 161 unsigned char zero = 0; in pm860x_page_bulk_read() local 165 read_device(i2c, 0xfa, 0, &zero); in pm860x_page_bulk_read() 166 read_device(i2c, 0xfb, 0, &zero); in pm860x_page_bulk_read() 167 read_device(i2c, 0xff, 0, &zero); in pm860x_page_bulk_read() [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | strrchr.S | 22 zapnot a1, 1, a1 # e0 : zero extend our test character 23 mov zero, t6 # .. e1 : t6 is last match aligned addr 25 mov zero, t8 # .. e1 : t8 is last match byte compare mask 33 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 36 xor t0, a1, t2 # e0 : make bytes == c zero 37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 50 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 51 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 85 mov zero, v0 # e0 :
|
| H A D | strchr.S | 22 zapnot a1, 1, a1 # e0 : zero extend the search character 29 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero 33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 35 xor t0, a1, t1 # .. e1 : make bytes == c zero 36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c 37 or t2, t3, t0 # e1 : bits set iff char match or zero match 45 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0 46 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c 68 mov zero, v0 # e0 :
|
| H A D | ev67-strrchr.S | 40 mov zero, t6 # E : t6 is last match aligned addr 43 mov zero, t8 # E : t8 is last match byte compare mask 55 cmpbge zero, t0, t1 # E : bits set iff byte == zero 57 xor t0, a1, t2 # E : make bytes == c zero 58 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 60 cmpbge zero, t2, t3 # E : bits set iff byte == c 77 cmpbge zero, t0, t1 # E : bits set iff byte == zero 78 cmpbge zero, t2, t3 # E : bits set iff byte == c 103 subq t5, t2, t5 # E : Normalize leading zero count
|
| H A D | stxncpy.S | 55 lda t2, -1 # e1 : build a mask against false zero 60 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 74 cmpbge zero, t0, t8 # .. e1 (stall) 129 addq zero, 1, t10 # .. e1 : 165 or t0, t6, t6 # e1 : mask original data for zero test 166 cmpbge zero, t6, t8 # e0 : 175 cmpbge zero, t2, t8 # e0 : find nulls in second partial 188 cmpbge zero, t2, t8 # .. e1 : 217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall) 233 cmpbge zero, t0, t8 # e0 : is the null in this first bit? [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | do_func.S | 8 | tbldo.sa. Cases of zero, infinity and NaN are handled in 101 | Load a signed zero to fp0 and set inex2/ainex 110 bsr ld_mzero |if neg, load neg zero, return here 113 | Load a signed zero to fp0; do not set inex2/ainex 118 bne ld_mzero |if neg, load neg zero 119 bra ld_pzero |load positive zero 169 fbeq t_dz2 |if = -1, divide by zero exception 183 | Test for 1.0 as an input argument, returning +zero. Also check 256 .long smod_oper | 00,01 norm,zero = nan with operr 259 .long smod_zro | 01,00 zero,norm = +-zero [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | zero.rst | 2 dm-zero 5 Device-Mapper's "zero" target provides a block-device that always returns 6 zero'd data on reads and silently drops writes. This is similar behavior to 7 /dev/zero, but as a block-device instead of a character-device. 9 Dm-zero has no target-specific parameters. 11 One very interesting use of dm-zero is for creating "sparse" devices in 15 device. Reads to previously unwritten areas will return a zero'd buffer. When 20 To create a sparse device, start by creating a dm-zero device that's the 25 echo "0 $TEN_TERABYTES zero" | dmsetup create zero1 27 Then create a snapshot of the zero device, using any available block-device as
|
| /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 | profile-count.h | 723 if (*this == zero () in compatible_p() 724 || other == zero ()) in compatible_p() 739 static profile_count zero () in zero() function 845 if (other == zero ()) 847 if (*this == zero ()) 861 if (other == zero ()) 863 if (*this == zero ()) 881 if (*this == zero () || other == zero ()) 894 if (*this == zero () || other == zero ()) 920 if (*this == zero ()) [all …]
|
| /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 | profile-count.h | 723 if (*this == zero () in compatible_p() 724 || other == zero ()) in compatible_p() 739 static profile_count zero () in zero() function 845 if (other == zero ()) 847 if (*this == zero ()) 861 if (other == zero ()) 863 if (*this == zero ()) 881 if (*this == zero () || other == zero ()) 894 if (*this == zero () || other == zero ()) 920 if (*this == zero ()) [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-zynq/ |
| H A D | platsmp.c | 40 static u8 __iomem *zero; in zynq_cpun_start() local 47 zero = ioremap(0, trampoline_code_size); in zynq_cpun_start() 48 if (!zero) { in zynq_cpun_start() 53 zero = (__force u8 __iomem *)PAGE_OFFSET; in zynq_cpun_start() 62 memcpy_toio(zero, &zynq_secondary_trampoline, in zynq_cpun_start() 64 writel(address, zero + trampoline_size); in zynq_cpun_start() 71 iounmap(zero); in zynq_cpun_start()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | rational.hpp | 291 IntType const zero(0); in operator /=() local 293 if(i == zero) BOOST_THROW_EXCEPTION(bad_rational()); in operator /=() 294 if(num == zero) return *this; in operator /=() 301 if(den < zero) { in operator /=() 356 int_type const zero(0); in operator <() local 359 BOOST_ASSERT(this->den > zero); in operator <() 361 while(r < zero) { r += this->den; --q; } in operator <() 388 int_type inner_gcd( param_type a, param_type b, int_type const &zero = in inner_gcd() argument 390 { return b == zero ? a : inner_gcd(b, a % b, zero); } in inner_gcd() 393 int_type inner_abs( param_type x, int_type const &zero = int_type(0) ) in inner_abs() argument [all …]
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-zero/patches/linux/ |
| H A D | 0003-ARM-dts-orange-pi-zero-enable-spidev.patch | 4 Subject: [PATCH 3/3] ARM: dts: orange-pi-zero: enable spidev 6 On orange-pi-zero board SPI1 pins are accessible via GPIO expansion port. 11 arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 11 +++++++++++ 14 …-git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangep… 16 --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts 17 +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
|
| H A D | 0002-ARM-dts-orange-pi-zero-enable-spi-nor.patch | 4 Subject: [PATCH 2/3] ARM: dts: orange-pi-zero: enable SPI NOR 6 Enable SPI NOR on orange-pi-zero board. 13 arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 16 ++++++++++++++++ 16 …-git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangep… 18 --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts 19 +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_coordinate.qml | 38 property variant zero: QtPositioning.coordinate(0, 0) 163 { tag: "zero", coord1: zero, coord2: QtPositioning.coordinate(0, 0), result: true }, 183 compare(zero.distanceTo(plusone), zero.distanceTo(minusone)) 184 compare(2*plusone.distanceTo(zero), plusone.distanceTo(minusone)) 185 compare(zero.distanceTo(plusone) > 0, true) 190 compare(zero.azimuthTo(north), 0) 191 compare(zero.azimuthTo(plusone), 90) 192 compare(zero.azimuthTo(minusone), 270) 200 var coord_0d = zero.atDistanceAndAzimuth(112000, 0) 205 compare(zero.distanceTo(coord_0d), 112000) [all …]
|