| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A D | clear_user.S | 104 tbit.nz p6,p0=buf,0 // odd alignment (for long_do_clear) 108 tbit.nz p6,p0=buf,1 112 tbit.nz p6,p0=buf,2 116 tbit.nz p6,p0=buf,3 167 tbit.nz p6,p0=len,3 171 tbit.nz p7,p6=len,2 175 tbit.nz p6,p7=len,1 179 tbit.nz p7,p6=len,0
|
| H A D | memset.S | 74 tbit.nz p_y, p_n = dest, 0 // Do we have an odd address? (M_B_U) 90 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ? 94 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ? 101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ? 109 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ? 300 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ? 305 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ? 309 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ? 346 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ? 355 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
|
| H A D | copy_user.S | 321 tbit.nz p6,p7=src1,0 // odd alignment 336 tbit.nz p7,p0=src1,1 340 tbit.nz p8,p0=src1,2 349 tbit.nz p9,p0=src1,3 364 tbit.nz p6,p0=len1,3 392 tbit.nz p7,p0=len1,2 395 tbit.nz p8,p0=len1,1 398 tbit.nz p9,p0=len1,0
|
| H A D | strlen.S | 131 tnat.nz p6,p7=val1 // test NaT on val1 138 tnat.nz.and p7,p0=val2 // test NaT if val2
|
| /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 | ln_CD | 102 mon "s<U00E1>nz<U00E1> ya yambo";/ 103 "s<U00E1>nz<U00E1> ya m<U00ED>bal<U00E9>";/ 104 "s<U00E1>nz<U00E1> ya m<U00ED>s<U00E1>to";/ 105 "s<U00E1>nz<U00E1> ya m<U00ED>nei";/ 106 "s<U00E1>nz<U00E1> ya m<U00ED>t<U00E1>no";/ 107 "s<U00E1>nz<U00E1> ya mot<U00F3>b<U00E1>";/ 108 "s<U00E1>nz<U00E1> ya nsambo";/ 109 "s<U00E1>nz<U00E1> ya mwambe";/ 110 "s<U00E1>nz<U00E1> ya libwa";/ 111 "s<U00E1>nz<U00E1> ya z<U00F3>mi";/ [all …]
|
| /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 | ln_CD | 102 mon "s<U00E1>nz<U00E1> ya yambo";/ 103 "s<U00E1>nz<U00E1> ya m<U00ED>bal<U00E9>";/ 104 "s<U00E1>nz<U00E1> ya m<U00ED>s<U00E1>to";/ 105 "s<U00E1>nz<U00E1> ya m<U00ED>nei";/ 106 "s<U00E1>nz<U00E1> ya m<U00ED>t<U00E1>no";/ 107 "s<U00E1>nz<U00E1> ya mot<U00F3>b<U00E1>";/ 108 "s<U00E1>nz<U00E1> ya nsambo";/ 109 "s<U00E1>nz<U00E1> ya mwambe";/ 110 "s<U00E1>nz<U00E1> ya libwa";/ 111 "s<U00E1>nz<U00E1> ya z<U00F3>mi";/ [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | fpsimdmacros.h | 99 .macro _sve_str_v nz, nxbase, offset=0 100 _sve_check_zreg \nz 104 | (\nz) \ 111 .macro _sve_ldr_v nz, nxbase, offset=0 112 _sve_check_zreg \nz 116 | (\nz) \ 211 .macro _sve_flush_z nz 212 _sve_check_zreg \nz 213 mov v\nz\().16b, v\nz\().16b
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | zns.c | 175 unsigned int nz, i; in nvme_ns_report_zones() local 201 nz = min((unsigned int)le64_to_cpu(report->nr_zones), nr_zones); in nvme_ns_report_zones() 202 if (!nz) in nvme_ns_report_zones() 205 for (i = 0; i < nz && zone_idx < nr_zones; i++) { in nvme_ns_report_zones() 213 sector += ns->zsze * nz; in nvme_ns_report_zones()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | boot.h | 179 asm volatile("fs; repe; cmpsb" CC_SET(nz) in memcmp_fs() 180 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp_fs() 186 asm volatile("gs; repe; cmpsb" CC_SET(nz) in memcmp_gs() 187 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp_gs()
|
| H A D | string.c | 35 asm("repe; cmpsb" CC_SET(nz) in memcmp() 36 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | ivt.S | 185 (p7) tbit.nz.unc p10,p11=r19,32 // is it an instruction TLB miss? 410 tbit.nz p6,p7=r20,IA64_ISR_SP_BIT // is speculation bit on? 411 tbit.nz p9,p0=r20,IA64_ISR_NA_BIT // is non-access bit on? 779 tnat.nz.or p7,p0=r15 // I0 is syscall nr a NaT? 953 tnat.nz p8,p0=in0 956 tnat.nz p9,p0=in1 975 tbit.nz p15,p0=r29,IA64_PSR_I_BIT // I0 980 tnat.nz p10,p0=in2 985 tnat.nz p11,p0=in3 988 tnat.nz p12,p0=in4 // [I0] [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy/ |
| H A D | setuptools.patch | 11 # Written by Lawrence D'Oliveiro <ldo@geek-central.gen.nz>. 47 author_email = "ldo@geek-central.gen.nz",
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | fill_extrusion_program.hpp | 89 …static LayoutVertex layoutVertex(Point<int16_t> p, double nx, double ny, double nz, unsigned short… in layoutVertex() argument 102 static_cast<int16_t>(nz * factor * 2), in layoutVertex()
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | tlbex.S | 221 add2.nz r1, r1, r0 223 mov.nz r0, r3 361 or.nz r2, r2, _PAGE_READ ; chk for Read flag in PTE 363 or.nz r2, r2, _PAGE_WRITE ; chk for Write flag in PTE 373 or.nz r0, r0, _PAGE_DIRTY ; if Write, set Dirty bit as well
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A D | jevents.c | 219 static int match_field(char *map, jsmntok_t *field, int nz, in match_field() argument 226 if (json_streq(map, field, f->field) && nz) { in match_field() 561 int nz; in json_events() local 571 nz = !json_streq(map, val, "0"); in json_events() 572 if (match_field(map, field, nz, &event, val)) { in json_events() 593 } else if (json_streq(map, field, "PEBS") && nz) { in json_events() 595 } else if (json_streq(map, field, "MSRIndex") && nz) { in json_events() 603 } else if (json_streq(map, field, "Data_LA") && nz) { in json_events()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | entry-arcv2.h | 154 ; ISA requires ADD.nz to have same dest and src reg operands 155 mov.nz r10, sp 156 add.nz r10, r10, SZ_PT_REGS ; K mode SP
|
| /OK3568_Linux_fs/kernel/arch/arc/lib/ |
| H A D | memcpy-archs.S | 147 asl.nz r5, r5, 16 167 lsr.nz r5, r5, 16 207 lsr.nz r5, r5, 24
|
| /OK3568_Linux_fs/buildroot/package/logsurfer/ |
| H A D | logsurfer.hash | 1 # From https://www.crypt.gen.nz/logsurfer/
|
| H A D | Config.in | 8 http://www.crypt.gen.nz/logsurfer/
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2_pd.c | 87 int nz = ctx->output.dect_ff_nz + 1; in iep2_check_pd() local 93 pd_inf->fcoeff[idx] = f * 100 / nz; in iep2_check_pd()
|
| /OK3568_Linux_fs/buildroot/package/python-pyrex/ |
| H A D | python-pyrex.mk | 9 PYTHON_PYREX_SITE = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex
|
| /OK3568_Linux_fs/u-boot/board/Marvell/db-88f6820-amc/ |
| H A D | MAINTAINERS | 2 M: Chris Packham <chris.packham@alliedtelesis.co.nz>
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | wm8750-apc8750.dts | 6 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
| H A D | ivb.asm | 79 add.nz.f0.0(1) g1.2<1>UD g1.2<0,1,0>UD -1D { align1 1N }; 110 add.nz.f0.0(1) a0.4<1>W a0.4<0,1,0>W -1W { align1 1N };
|
| H A D | hsw.asm | 81 add.nz.f0.0(1) g1.2<1>UD g1.2<0,1,0>UD -1D { align1 1N }; 112 add.nz.f0.0(1) a0.4<1>W a0.4<0,1,0>W -1W { align1 1N };
|