| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 104 std::swap(bounds.sw, bounds.ne); in empty() 112 return (sw.latitude() <= ne.latitude()) && (sw.longitude() <= ne.longitude()); in valid() 117 double north() const { return ne.latitude(); } in north() 118 double east() const { return ne.longitude(); } in east() 121 LatLng northeast() const { return ne; } in northeast() 126 return LatLng((sw.latitude() + ne.latitude()) / 2, in center() 127 (sw.longitude() + ne.longitude()) / 2); in center() 135 util::clamp(p.latitude(), sw.latitude(), ne.latitude()), in constrain() 136 util::clamp(p.longitude(), sw.longitude(), ne.longitude()) in constrain() 143 ne = LatLng(std::max(point.latitude(), ne.latitude()), in extend() [all …]
|
| /OK3568_Linux_fs/kernel/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 | strncmp.S | 60 b.ne .Lmisaligned8 62 b.ne .Lmutual_align 163 ccmp data1w, #1, #0, ne /* NZCV = 0b0000. */ 192 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/ 195 b.ne .Lunequal_proc 226 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/ 252 CPU_BE( cset result, ne ) 289 ccmp data1w, #1, #0, ne /* NZCV = 0b0000. */
|
| H A D | memcmp.S | 53 b.ne .Lmisaligned8 55 b.ne .Lmutual_align 144 ccmp data1w, data2w, #0, ne /* NZCV = 0b0000. */ 171 csinv endloop, diff, xzr, ne 197 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/ 239 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 | strcmp.S | 55 b.ne .Lmisaligned8 57 b.ne .Lmutual_align 115 ccmp data1w, #1, #0, ne /* NZCV = 0b0000. */ 194 CPU_BE( cset result, ne )
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | geo.cpp | 34 ne({ lat_(id.z, id.y), lon_(id.z, id.x + 1) }) { 43 point.latitude() <= ne.latitude(); in contains() 49 point.longitude() <= ne.longitude(); in contains() 53 LatLngBounds wrapped(sw.wrapped(), ne.wrapped()); in contains() 58 (ptLon <= wrapped.ne.longitude() && in contains() 62 ptLon <= wrapped.ne.longitude()); in contains() 78 LatLngBounds wrapped(sw.wrapped(), ne.wrapped()); in contains() 79 LatLngBounds other(area.sw.wrapped(), area.ne.wrapped()); in contains() 100 LatLngBounds wrapped(sw.wrapped(), ne.wrapped()); in intersects() 101 LatLngBounds other(area.sw.wrapped(), area.ne.wrapped()); in intersects()
|
| H A D | tile_range.hpp | 23 auto ne = bounds.northeast(); in fromLatLngBounds() local 24 …auto neProj = Projection::project(ne.longitude() > util::LONGITUDE_MAX ? ne.wrapped() : ne , maxZo… in fromLatLngBounds()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | node.c | 191 struct nat_entry *ne, struct f2fs_nat_entry *raw_ne, bool no_fail) in __init_nat_entry() argument 194 f2fs_radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne); in __init_nat_entry() 195 else if (radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne)) in __init_nat_entry() 199 node_info_from_raw_nat(&ne->ni, raw_ne); in __init_nat_entry() 202 list_add_tail(&ne->list, &nm_i->nat_entries); in __init_nat_entry() 207 return ne; in __init_nat_entry() 212 struct nat_entry *ne; in __lookup_nat_cache() local 214 ne = radix_tree_lookup(&nm_i->nat_root, n); in __lookup_nat_cache() 217 if (ne && !get_nat_flag(ne, IS_DIRTY)) { in __lookup_nat_cache() 219 if (!list_empty(&ne->list)) in __lookup_nat_cache() [all …]
|
| H A D | node.h | 90 static inline void set_nat_flag(struct nat_entry *ne, in set_nat_flag() argument 95 ne->ni.flag |= mask; in set_nat_flag() 97 ne->ni.flag &= ~mask; in set_nat_flag() 100 static inline bool get_nat_flag(struct nat_entry *ne, unsigned int type) in get_nat_flag() argument 103 return ne->ni.flag & mask; 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()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | GobiNetCM.c | 135 int ne, ret, nevents = 1; in GobiNetThread() local 163 for (ne = 0; ne < nevents; ne++) { in GobiNetThread() 164 int fd = pollfds[ne].fd; in GobiNetThread() 165 short revents = pollfds[ne].revents; in GobiNetThread()
|
| H A D | quectel-mbim-proxy.c | 272 int ne, ret, nevents = 0; in proxy_loop() local 300 for (ne = 0; ne < nevents; ne++) { in proxy_loop() 301 int fd = pollfds[ne].fd; in proxy_loop() 302 short revents = pollfds[ne].revents; in proxy_loop() 316 if (!(pollfds[ne].revents & POLLIN)) { in proxy_loop()
|
| H A D | quectel-qmi-proxy.c | 802 int ne, ret, nevents = 0; in qmi_proxy_loop() local 831 for (ne = 0; ne < nevents; ne++) { in qmi_proxy_loop() 832 dprintf("%d ", pollfds[ne].fd); in qmi_proxy_loop() 847 for (ne = 0; ne < nevents; ne++) { in qmi_proxy_loop() 848 int fd = pollfds[ne].fd; in qmi_proxy_loop() 849 short revents = pollfds[ne].revents; in qmi_proxy_loop() 864 if (!(pollfds[ne].revents & POLLIN)) { in qmi_proxy_loop()
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/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; " \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/ |
| 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
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | pcmplc.c | 1418 int type,ne ; in pc_tcode_actions() local 1422 ne = mib->fddiPORTNeighborType ; in pc_tcode_actions() 1429 ((policy & POLICY_AA) && ne == TA) || in pc_tcode_actions() 1430 ((policy & POLICY_AB) && ne == TB) || in pc_tcode_actions() 1431 ((policy & POLICY_AS) && ne == TS) || in pc_tcode_actions() 1432 ((policy & POLICY_AM) && ne == TM) ) in pc_tcode_actions() 1437 ((policy & POLICY_BA) && ne == TA) || in pc_tcode_actions() 1438 ((policy & POLICY_BB) && ne == TB) || in pc_tcode_actions() 1439 ((policy & POLICY_BS) && ne == TS) || in pc_tcode_actions() 1440 ((policy & POLICY_BM) && ne == TM) ) in pc_tcode_actions() [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | hyp-stub.S | 50 b.ne 1f 58 b.ne 3f 95 csinv x2, x2, xzr, ne 233 b.ne 1f 238 b.ne 1f
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | disable-version-check.patch | 19 -if (($realos{'os_version'} ne $gconfig{'os_version'} || 20 - $realos{'os_type'} ne $gconfig{'os_type'}) && 41 +#if (($realos{'os_version'} ne $gconfig{'os_version'} || 42 +# $realos{'os_type'} ne $gconfig{'os_type'}) &&
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/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;"
|
| /OK3568_Linux_fs/buildroot/package/exim/ |
| H A D | 0002-Don-t-make-backup-copies-of-installed-files.patch | 23 - if [ $? -ne 0 ]; then 32 +# if [ $? -ne 0 ]; then 40 if [ $? -ne 0 ]; then
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/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 …]
|