| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gawk/gawk/ |
| H A D | remove-sensitive-tests.patch | 14 - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ 18 @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ 23 - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
|
| H A D | run-ptest | 6 srcdir=`pwd` AWKPROG=gawk AWK=gawk CMP=cmp make -f Maketests $i >$i.tmp 2>&1
|
| /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/include/sys/ |
| H A D | time.h | 162 # define timercmp(a, b, CMP) \ argument 164 ? ((a)->tv_usec CMP (b)->tv_usec) \ 165 : ((a)->tv_sec CMP (b)->tv_sec))
|
| /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/include/sys/ |
| H A D | time.h | 162 # define timercmp(a, b, CMP) \ argument 164 ? ((a)->tv_usec CMP (b)->tv_usec) \ 165 : ((a)->tv_sec CMP (b)->tv_sec))
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sama5d36ek_cmp.dts | 3 * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board 12 model = "Atmel SAMA5D36EK-CMP";
|
| H A D | sama5d3xcm_cmp.dtsi | 3 * sama5d3xcm_cmp.dtsi - Device Tree Include file for SAMA5D36 CMP CPU Module
|
| H A D | sama5d3xmb_cmp.dtsi | 3 * sama5d3xmb_cmp.dts - Device Tree file for SAMA5D3x CMP mother board
|
| /OK3568_Linux_fs/kernel/arch/sh/math-emu/ |
| H A D | math.c | 76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) macro 81 if (CMP(CMP) > 0) in fcmp_gt() 92 if (CMP(CMP /*EQ*/) == 0) in fcmp_eq()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sama5d36ek_cmp.dts | 2 * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board
|
| H A D | sama5d3xcm_cmp.dtsi | 2 * sama5d3xcm_cmp.dtsi - Device Tree Include file for SAMA5D36 CMP CPU Module
|
| H A D | sama5d3xmb_cmp.dtsi | 2 * sama5d3xmb_cmp.dts - Device Tree file for SAMA5D3x CMP mother board
|
| /OK3568_Linux_fs/kernel/Documentation/trace/coresight/ |
| H A D | coresight.rst | 404 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 410 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 415 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 420 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 425 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 430 Instruction 0 0x8026B550 E3530004 false CMP r3,#4
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpg123/ |
| H A D | mpg123_1.29.3.bb | 48 #| {standard input}:48: Error: shifts in CMP/MOV instructions are only supported in unified syntax …
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | vlocks.rst | 134 CMP Rt, #0 139 CMP Rt, #0
|
| /OK3568_Linux_fs/kernel/Documentation/staging/ |
| H A D | speculation.rst | 34 CMP <index>, #MAX_ARRAY_ELEMS
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sym53c8xx.h | 169 #define CMP 0x40 /* sta: arbitration complete */ macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/ |
| H A D | multipath-tools_0.8.4.bb | 71 # Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#…
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 100 38: CMP Eb,Gb 101 39: CMP Ev,Gv 102 3a: CMP Gb,Eb 103 3b: CMP Gv,Ev 104 3c: CMP AL,Ib 105 3d: CMP rAX,Iz 901 7: CMP
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 100 38: CMP Eb,Gb 101 39: CMP Ev,Gv 102 3a: CMP Gb,Eb 103 3b: CMP Gv,Ev 104 3c: CMP AL,Ib 105 3d: CMP rAX,Iz 901 7: CMP
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0002-don-t-use-glibc-specific-qsort_r.patch | 46 return CMP(index_a, index_b);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_defs.h | 249 #define CMP 0x40 /* sta: arbitration complete */ macro
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | fastrpc.c | 391 #define CMP(aa, bb) ((aa) == (bb) ? 0 : (aa) < (bb) ? -1 : 1) macro 397 int st = CMP(pa->start, pb->start); in olaps_cmp() 399 int ed = CMP(pb->end, pa->end); in olaps_cmp()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ncr53c8xx.h | 772 #define CMP 0x40 /* sta: arbitration complete */ macro
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_xtree.c | 34 #define XT_CMP(CMP, K, X, OFFSET64)\ argument 37 (CMP) = ((K) >= OFFSET64 + lengthXAD(X)) ? 1 :\
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Kconfig | 2473 bool "MIPS CMP framework support (DEPRECATED)" 2481 Select this if you are using a bootloader which implements the "CMP
|