| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | strchr.S | 29 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero 33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 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 53 and t0, t3, t1 # e0 : bit set iff byte was the char
|
| H A D | ev67-strchr.S | 49 cmpbge zero, t0, t2 # E : bits set iff byte == zero 50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 55 cmpbge zero, t1, t3 # E : bits set iff byte == c 56 or t2, t3, t0 # E : bits set iff char match or zero match 72 cmpbge zero, t0, t2 # E : bits set iff byte == 0 74 cmpbge zero, t1, t3 # E : bits set iff byte == c 81 and t0, t3, t1 # E : bit set iff byte was the char
|
| H A D | strrchr.S | 33 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == 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
|
| H A D | ev67-strrchr.S | 55 cmpbge zero, t0, t1 # E : bits set iff byte == 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
|
| H A D | ev67-strcat.S | 41 cmpbge $31, $1, $2 # E : bits set iff byte == 0
|
| H A D | strcat.S | 28 cmpbge $31, $1, $2 # bits set iff byte == 0
|
| H A D | strncat.S | 33 cmpbge $31, $1, $2 # bits set iff byte == 0
|
| H A D | ev67-strncat.S | 47 cmpbge $31, $1, $2 # E : bits set iff byte == 0
|
| H A D | stxcpy.S | 52 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
|
| H A D | ev6-stxcpy.S | 64 cmpbge zero, t2, t8 # E : bits set iff null found
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | list-iodomain.sh | 194 iff=`hexdump -C $nvem_path | grep -Ew "00000000 52 56 11 26|00000000 52 56 11 09"` 195 if [ -n "$iff" ]; then 207 iff=`hexdump -C $nvem_path | grep -Ew "00000000 52 4b 33 08"` 208 if [ -n "$iff" ]; then 220 iff=`hexdump -C $nvem_path | grep -Ew "00000000 52 4b 33 26"` 221 if [ -n "$iff" ]; then 233 iff=`hexdump -C $nvem_path | grep -Ew "00000000 52 4b 35 68|00000000 52 4b 35 66"` 234 if [ -n "$iff" ]; then
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | cpl5_cmd.h | 438 u8 iff:4; member 448 u8 iff:4; member 458 u8 iff:4; member 468 u8 iff:4; member 487 u8 iff:4; member 497 u8 iff:4; member 536 u8 iff:4; member 538 u8 iff:4; member 560 u8 iff:4; member 562 u8 iff:4; member
|
| H A D | sge.c | 1375 if (p->iff >= adapter->params.nports) { in sge_rx() 1381 st = this_cpu_ptr(sge->port_stats[p->iff]); in sge_rx() 1382 dev = adapter->port[p->iff].dev; in sge_rx() 1867 cpl->iff = dev->if_port; in t1_start_xmit()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | st-rc.txt | 12 be present iff the rx pins are wired up. 15 be present iff the tx pins are wired up.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ibm,emac.txt | 48 - mdio-device : 1 cell, required iff using shared MDIO registers 51 - zmii-device : 1 cell, required iff connected to a ZMII. phandle of 53 - zmii-channel : 1 cell, required iff connected to a ZMII. Which ZMII 55 - rgmii-device : 1 cell, required iff connected to an RGMII. phandle 58 - rgmii-channel : 1 cell, required iff connected to an RGMII. Which
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_cpl.h | 1178 __u8 iff:4; member 1182 __u8 iff:4; member 1191 __u8 iff:4; member 1201 __u8 iff:4; member 1284 __u8 iff:4; member 1286 __u8 iff:4; member 1308 __u8 iff:4; member 1310 __u8 iff:4; member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.fec_mxc | 16 Forced on iff MX28.
|
| /OK3568_Linux_fs/buildroot/package/apache/ |
| H A D | 0001-cross-compile.patch | 50 # configure script iff caching is disabled (the autoconf 2.5x default).
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/fluentbit/ |
| H A D | fluentbit_1.3.5.bb | 51 # Enable systemd iff systemd is in DISTRO_FEATURES
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/ |
| H A D | 0001-Don-t-skip-install-targets-if-there-s-build-no-in-ur.patch | 33 # Returns true iff 'type' is subtype of some element of 'types-to-include'.
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | spidev.rst | 96 (clock polarity, idle high iff this is set) or SPI_CPHA (clock phase, 97 sample on trailing edge iff this is set) flags.
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | i2c-topology.rst | 46 i2c-mux-gpio Normally parent-locked, mux-locked iff 49 i2c-mux-gpmux Normally parent-locked, mux-locked iff 55 i2c-mux-pinctrl Normally parent-locked, mux-locked iff
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-st.txt | 65 bank can be an interrupt controller iff one of the interrupt type either via
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0020-CVE-2023-22608-1.patch | 197 + /* We touch iff low2 == high1. 198 + We overlap iff low2 is within [low1, high1). */
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | freezer-subsystem.rst | 90 This value is 1 iff the last write to freezer.state was "FROZEN".
|