/openbmc/linux/arch/arm64/lib/ |
H A D | mte.S | 35 b.ne 1b 56 b.ne 1b 61 b.ne 2b 79 b.ne 1b 101 b.ne 1b 127 b.ne 1b 148 b.ne 2b // which is 16*16=256 bytes 153 b.ne 1b 171 b.ne 2b 174 b.ne 1b
|
H A D | strcmp.S | 61 b.ne L(misaligned8) 129 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */ 130 b.ne L(done) 132 b.ne L(do_misaligned) 146 b.ne L(tail)
|
H A D | memcmp.S | 42 b.ne L(return) 112 cset result, ne 124 b.ne L(return) 133 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
|
H A D | strchr.S | 25 ccmp w2, wzr, #4, ne 26 b.ne 1b
|
H A D | clear_page.S | 27 b.ne 1b 36 b.ne 2b
|
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
H A D | 0001-configure-Specify-correct-function-signatures-and-de.patch | 30 - [ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_`echo $func | tr '[a-z]' '[A-Z]'`" 38 +[ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_RMDIR" 46 +[ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_STRCHR" 54 +[ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_STRRCHR" 62 +[ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_RENAME" 70 +[ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_MKTEMP" 78 +[ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_MKTIME" 86 +[ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_MKSTEMP" 95 [ $? -ne 0 ] && CFLAGS="${CFLAGS} -DZMEM" 129 [ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_VALLOC"
|
H A D | 0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch | 27 [ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNO_`echo $func | tr '[a-z]' '[A-Z]'`" 35 [ $? -ne 0 ] && CFLAGS="${CFLAGS} -DZMEM" 44 [ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNEED_MEMMOVE" 53 [ $? -ne 0 ] && CFLAGS="${CFLAGS} -DNEED_STRERROR" 62 if [ $? -ne 0 ]; then 71 if [ $? -ne 0 ]; then
|
/openbmc/linux/fs/f2fs/ |
H A D | node.c | 188 struct nat_entry *ne, struct f2fs_nat_entry *raw_ne, bool no_fail) in __init_nat_entry() argument 191 f2fs_radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne); in __init_nat_entry() 192 else if (radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne)) in __init_nat_entry() 196 node_info_from_raw_nat(&ne->ni, raw_ne); in __init_nat_entry() 199 list_add_tail(&ne->list, &nm_i->nat_entries); in __init_nat_entry() 204 return ne; in __init_nat_entry() 209 struct nat_entry *ne; in __lookup_nat_cache() local 211 ne = radix_tree_lookup(&nm_i->nat_root, n); in __lookup_nat_cache() 214 if (ne && !get_nat_flag(ne, IS_DIRTY)) { in __lookup_nat_cache() 216 if (!list_empty(&ne->list)) in __lookup_nat_cache() [all …]
|
H A D | node.h | 92 static inline void set_nat_flag(struct nat_entry *ne, in set_nat_flag() argument 96 ne->ni.flag |= BIT(type); in set_nat_flag() 98 ne->ni.flag &= ~BIT(type); in set_nat_flag() 101 static inline bool get_nat_flag(struct nat_entry *ne, unsigned int type) in get_nat_flag() argument 103 return ne->ni.flag & BIT(type); in get_nat_flag() 106 static inline void nat_reset_flag(struct nat_entry *ne) in nat_reset_flag() argument 109 set_nat_flag(ne, IS_CHECKPOINTED, true); in nat_reset_flag() 110 set_nat_flag(ne, HAS_FSYNCED_INODE, false); in nat_reset_flag() 111 set_nat_flag(ne, HAS_LAST_FSYNC, true); in nat_reset_flag()
|
/openbmc/u-boot/doc/ |
H A D | README.link-local | 55 "ipconfigcmd=if test \\\"$dhcpenabled\\\" -ne 0;" \ 61 "if test \\\"$linklocalenabled\\\" -ne 0 -a " \ 62 "\\\"$dhcpfail\\\" -ne 0;" \ 69 "if test \\\"$llfail\\\" -ne 0 -a " \ 70 "\\\"$dhcpfail\\\" -ne 0; " \
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | za-test.S | 42 b.ne 0b 70 b.ne 0b 116 b.ne 1f 118 b.ne 0b 122 b.ne barf 294 b.ne vl_barf 302 b.ne 0b 311 b.ne svcr_barf
|
H A D | zt-test.S | 52 b.ne 0b 90 b.ne 1f 92 b.ne 0b 96 b.ne barf 250 b.ne svcr_barf
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch | 34 if [ $? -ne 0 ]; then 43 if [ $? -ne 0 ]; then 52 [ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DNO_`echo $func | tr '[a-z]' '[A-Z]'`" 62 [ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DNO_LCHMOD" 69 [ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DZMEM" 78 if [ $? -ne 0 ]; then 93 if [ $? -ne 0 ]; then 105 if [ $? -ne 0 ]; then
|
H A D | 0001-configure-Add-correct-system-headers-and-prototypes-.patch | 31 - [ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DNO_`echo $func | tr '[a-z]' '[A-Z]'`" 39 +[ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DNO_FCHMOD" 47 +[ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DNO_FCHOWN" 55 +[ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DNO_LCHOWN" 63 +[ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DNO_NL_LANGINFO" 77 [ $? -ne 0 ] && CFLAGSR="${CFLAGSR} -DZMEM"
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 1475 except NetlinkError as ne: 1476 raise ne 1534 except NetlinkError as ne: 1535 if ne.code == errno.ENODEV: 1538 raise ne 1577 except NetlinkError as ne: 1578 if ne.code == errno.EEXIST: 1581 raise ne 1598 except NetlinkError as ne: 1599 if ne.code == errno.ENODEV: [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
H A D | com.fuc | 39 bra ne #queue_put_next 101 bra ne #nv_rd32_wait 121 bra ne #nv_wr32_wait 134 bra ne #wait_donez_ne 168 bra ne #nv_mmctx_size_loop 221 bra ne #mmctx_exec_loop 224 bra ne #mmctx_stop 230 bra ne #mmctx_fini_wait 244 bra ne #mmctx_stop_wait 329 bra ne #ctx_init_strand_loop
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/ |
H A D | tremor-arm-thumb2.patch | 62 + "itt ne;" 66 + "itt ne;" 70 + "itt ne;" 74 + "itt ne;" 78 + "it ne;"
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | pcmplc.c | 1414 int type,ne ; in pc_tcode_actions() local 1418 ne = mib->fddiPORTNeighborType ; in pc_tcode_actions() 1425 ((policy & POLICY_AA) && ne == TA) || in pc_tcode_actions() 1426 ((policy & POLICY_AB) && ne == TB) || in pc_tcode_actions() 1427 ((policy & POLICY_AS) && ne == TS) || in pc_tcode_actions() 1428 ((policy & POLICY_AM) && ne == TM) ) in pc_tcode_actions() 1433 ((policy & POLICY_BA) && ne == TA) || in pc_tcode_actions() 1434 ((policy & POLICY_BB) && ne == TB) || in pc_tcode_actions() 1435 ((policy & POLICY_BS) && ne == TS) || in pc_tcode_actions() 1436 ((policy & POLICY_BM) && ne == TM) ) in pc_tcode_actions() [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | fsys.S | 89 cmp.ne p8,p0=0,r9 118 cmp.ne p8,p0=0,r9 210 cmp.ne p6, p0 = 0, r2 // Fallback if work is scheduled 230 (p8) cmp.ne p13,p0 = r2,r0 // need itc_jitter compensation, set p13 252 (p7) cmp.ne p7,p0 = r25,r3 // if cmpxchg not successful 272 cmp4.ne p7,p0 = r28,r10 348 cmp.ne p6,p0=r32,r0 349 cmp.ne p7,p0=r33,r0 361 cmp.ne p8,p0=0,r2 374 cmp.ne p8,p0=0,r2 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
H A D | disable-version-check.patch | 30 - if (($realos{'os_version'} ne $gconfig{'os_version'} || 31 - $realos{'real_os_version'} ne $gconfig{'real_os_version'} || 32 - $realos{'os_type'} ne $gconfig{'os_type'}) &&
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | hyp-stub.S | 50 b.ne 1f 58 b.ne 3f 247 b.ne 1f 252 b.ne 1f
|
/openbmc/linux/drivers/mtd/ |
H A D | ftl.c | 615 static int ne = 0; in reclaim_block() local 616 if (++ne < 5) in reclaim_block() 645 static int ne = 0; in reclaim_block() local 646 if (++ne < 5) in reclaim_block() 729 static int ne = 0; in find_free() local 730 if (++ne == 1) in find_free() 825 static int ne = 0; in set_bam_entry() local 826 if (++ne < 5) { in set_bam_entry() 838 static int ne = 0; in set_bam_entry() local 839 if (++ne < 5) { in set_bam_entry() [all …]
|
/openbmc/linux/arch/arc/lib/ |
H A D | strlen.S | 37 bmsk.ne r12,r12,r7 56 sub.ne r3,r3,4 79 sub_s.ne r1,r1,r1
|
/openbmc/linux/arch/ia64/lib/ |
H A D | strncpy_from_user.S | 37 cmp.ne p6,p7=r8,r0 39 (p6) cmp.ne.unc p8,p0=in1,r10
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CC-BY-NC-SA-2.0-FR | 3 …ne fournit pas de services de conseil juridique. La distribution de la présente version de ce cont… 15 …présente autorisation, une oeuvre qui constitue une Oeuvre dite Collective ne sera pas considérée … 17 …euvre qui constitue une Oeuvre dite Collective. Une Oeuvre dite Collective ne sera pas considérée … 41 …d'autres formats et procédés techniques. L'exercice de tous les droits qui ne sont pas expressémen… 46 …ne peut pas offrir ou imposer de conditions d'utilisation de l'Oeuvre qui altèrent ou restreignent… 48 …ne peut pas offrir ou imposer de conditions d'utilisation sur l'Oeuvre dite Dérivée qui altèrent o… 50 …c. L'Acceptant ne peut exercer aucun des droits conférés par l'article 3 avec l'intention ou l'obj… 52 …spécifié par l'Offrant comme associé à l'Oeuvre, à moins que cette adresse ne renvoie pas aux info… 67 …lation des garanties prévues par l'article 5 du présent contrat, l'Offrant ne sera en aucun cas te… 71 …a. Tout manquement aux termes du contrat par l'Acceptant entraîne la résiliation automatique du Co… [all …]
|