| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | asmmacro.h | 58 .macro __loopi ar, at, size, incr 59 movi \at, ((\size + \incr - 1) / (\incr)) 60 loop \at, 99f 64 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond 66 addi \at, \as, (1 << \incr_log2) - 1 68 extui \at, \at, \incr_log2, \mask_log2 70 srli \at, \at, \incr_log2 73 loop\cond \at, 99f 77 .macro __loopt ar, as, at, incr_log2 78 sub \at, \as, \ar [all …]
|
| H A D | cacheasm.h | 40 .macro __loop_cache_all ar at insn size line_width 44 __loopi \ar, \at, \size, (4 << (\line_width)) 51 __endla \ar, \at, 4 << (\line_width) 56 .macro __loop_cache_range ar as at insn line_width 58 extui \at, \ar, 0, \line_width 59 add \as, \as, \at 61 __loops \ar, \as, \at, \line_width 63 __endla \ar, \at, (1 << (\line_width)) 68 .macro __loop_cache_page ar at insn line_width 70 __loopi \ar, \at, PAGE_SIZE, 4 << (\line_width) [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | cacheasm.h | 35 .macro __loop_cache_unroll ar at insn size line_width max_immed 45 __loopi \ar, \at, \size, (_reps << (\line_width)) 51 __endla \ar, \at, _reps << (\line_width) 56 .macro __loop_cache_all ar at insn size line_width max_immed 59 __loop_cache_unroll \ar, \at, \insn, \size, \line_width, \max_immed 64 .macro __loop_cache_range ar as at insn line_width 66 extui \at, \ar, 0, \line_width 67 add \as, \as, \at 69 __loops \ar, \as, \at, \line_width 71 __endla \ar, \at, (1 << (\line_width)) [all …]
|
| H A D | asmmacro.h | 49 .macro __loopi ar, at, size, incr 52 movi \at, ((\size + \incr - 1) / (\incr)) 53 loop \at, 99f 55 addi \at, \ar, \size 65 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond 69 addi \at, \as, (1 << \incr_log2) - 1 71 extui \at, \at, \incr_log2, \mask_log2 73 srli \at, \at, \incr_log2 76 loop\cond \at, 99f 79 extui \at, \as, \incr_log2, \mask_log2 [all …]
|
| H A D | asm-uaccess.h | 63 .macro set_fs at, av, sp 64 GET_CURRENT(\at,\sp) 65 s32i \av, \at, THREAD_CURRENT_DS 91 .macro kernel_ok at, sp, success 92 get_fs \at, \sp 93 beqz \at, \success 119 .macro user_ok aa, as, at, error 120 movi \at, __XTENSA_UL_CONST(TASK_SIZE) 121 bgeu \as, \at, \error 122 sub \at, \at, \as [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | 53c700_d.h_shipped | 12 ;; (at your option) any later version. 146 at 0x00000000 : */ 0x41000000,0x00000020, 150 at 0x00000002 : */ 0x830b0000,0x00000460, 154 at 0x00000004 : */ 0x860a0000,0x000001b0, 158 at 0x00000006 : */ 0x98080000,0x00000110, 164 at 0x00000008 : */ 0x50000000,0x00000058, 168 at 0x0000000a : */ 0x9f0b0000,0x00001000, 172 at 0x0000000c : */ 0x98080000,0x00002002, 179 at 0x0000000e : */ 0x0f000001,0x00000000, 183 at 0x00000010 : */ 0x98080000,0x00001003, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/ |
| H A D | qdeclarativepinchgenerator.cpp | 226 int masterCount = swipes_.at(masterSwipe_)->touchPoints.count(); in timerEvent() 227 int slaveCount = swipes_.at(slaveSwipe)->touchPoints.count(); in timerEvent() 231 .press(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() 232 .press(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent() 236 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() 237 .release(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent() 240 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() 241 .release(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent() 245 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)); in timerEvent() 249 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() [all …]
|
| /OK3568_Linux_fs/debian/packages-patches/cheese/ |
| H A D | 0001-Fix-infinite-loop-if-thumbnailer-is-not-available.patch | 10 #0 0x00007f4a60e55314 in open64 () at /lib64/libc.so.6 11 #1 0x00007f4a60de6386 in _IO_file_open () at /lib64/libc.so.6 12 #2 0x00007f4a60de655a in __GI__IO_file_fopen () at /lib64/libc.so.6 13 #3 0x00007f4a60dd9aad in __fopen_internal () at /lib64/libc.so.6 14 #4 0x00007f4a6157a43f in gdk_pixbuf_new_from_file () at /lib64/libgdk_pixbuf-2.0.so.0 15 …#5 0x00007f4a61e84b3a in gnome_desktop_thumbnail_factory_lookup () at /lib64/libgnome-desktop-3.s… 17 #7 0x00007f4a6124f47b in g_idle_dispatch () at /lib64/libglib-2.0.so.0 18 #8 0x00007f4a612537af in g_main_context_dispatch () at /lib64/libglib-2.0.so.0 19 #9 0x00007f4a61253b38 in g_main_context_iterate.constprop () at /lib64/libglib-2.0.so.0 20 #10 0x00007f4a61253c03 in g_main_context_iteration () at /lib64/libglib-2.0.so.0 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/ |
| H A D | tst_qgeoroutexmlparser.cpp | 80 QList<QGeoRoute> results = arguments.at(0).value<QList<QGeoRoute> >(); in test_realData1() 94 QGeoManeuver first = segments.at(0).maneuver(); in test_realData1() 102 QGeoManeuver secondLast = segments.at(6).maneuver(); in test_realData1() 108 QGeoManeuver last = segments.at(7).maneuver(); in test_realData1() 134 QList<QGeoRoute> results = arguments.at(0).value<QList<QGeoRoute> >(); in test_realData2() 148 QCOMPARE(route.path().at(57), QGeoCoordinate(-27.5530605, 153.0691223)); in test_realData2() 149 QCOMPARE(route.path().at(283), QGeoCoordinate(-27.4622307, 153.0397949)); in test_realData2() 151 QVERIFY(segments.at(0).maneuver().instructionText().contains("Head toward Electronics St")); in test_realData2() 152 QCOMPARE(segments.at(0).maneuver().direction(), QGeoManeuver::DirectionForward); in test_realData2() 153 … QVERIFY(segments.at(1).maneuver().instructionText().contains("Turn left onto Miles Platting")); in test_realData2() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/crypto/ |
| H A D | poly1305-mips.pl | 40 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25)); 76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 548 ($a4,$a5,$a6,$a7,$at,$t0,$t1,$t2); 808 srlv $at,$d1,$t1 810 or $d0,$d0,$at 811 srlv $at,$d2,$t1 813 or $d1,$d1,$at 814 srlv $at,$d3,$t1 816 or $d2,$d2,$at 821 sllv $at,$d1,$t1 [all …]
|
| H A D | chacha-core.S | 209 lw $at, 16($sp) 263 addiu $at, -2 272 bnez $at, .Loop_chacha_xor_rounds 280 lw $at, (STACK_SIZE+16)($sp) 319 andi $at, BYTES, MASK_U32 325 ins T0, $at, 1, 6 328 addu T1, STATE, $at 337 subu BYTES, $at, BYTES 347 lw $at, (STACK_SIZE+16)($sp) 370 addu IN, $at [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | rate_poly_fir.h | 45 hi_prec_clock_t at = p->at.hi_prec_clock; in FUNCTION() local 46 for (i = 0; (int)at < num_in; ++i, at += p->step.hi_prec_clock) { in FUNCTION() 47 sample_t const * in = input + (int)at; in FUNCTION() 48 hi_prec_clock_t fraction = at - (int)at; in FUNCTION() 58 fifo_read(&p->fifo, (int)at, NULL); in FUNCTION() 59 p->at.hi_prec_clock = at - (int)at; in FUNCTION() 63 for (i = 0; p->at.parts.integer < num_in; ++i, p->at.all += p->step.all) { in FUNCTION() 64 sample_t const * in = input + p->at.parts.integer; in FUNCTION() 65 uint32_t fraction = p->at.parts.fraction; in FUNCTION() 75 fifo_read(&p->fifo, p->at.parts.integer, NULL); in FUNCTION() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | command_syntax_extensions.txt | 26 1. bootm boot image at the current address, equivalent to 2,3,8 29 2. bootm <addr1> /* single image at <addr1> */ 30 3. bootm <addr1> /* multi-image at <addr1> */ 31 4. bootm <addr1> - /* multi-image at <addr1> */ 32 5. bootm <addr1> <addr2> /* single image at <addr1> */ 33 6. bootm <addr1> <addr2> <addr3> /* single image at <addr1> */ 34 7. bootm <addr1> - <addr3> /* single image at <addr1> */ 47 Ad. 1. This is equivalent to cases 2,3,8, depending on the type of image at 51 Ad. 2. Boot kernel image located at <addr1>. 54 Ad. 3. First and second components of the image at <addr1> are assumed to be a [all …]
|
| /OK3568_Linux_fs/buildroot/package/at/ |
| H A D | 0001-Makefile.in-replace-IROOT-by-DESTDIR.patch | 48 …test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -g $… 49 - $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(IROOT)$(bindir) 50 - $(LN_S) -f at $(IROOT)$(bindir)/atq 51 - $(LN_S) -f at $(IROOT)$(bindir)/atrm 59 - $(INSTALL) -g root -o root -m 644 at.1 $(IROOT)$(man1dir)/ 60 - cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm… 73 …t -f $(DESTDIR)$(etcdir)/at.allow || test -f $(DESTDIR)$(etcdir)/at.deny || $(INSTALL) -o root -g … 74 + $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(DESTDIR)$(bindir) 75 + $(LN_S) -f at $(DESTDIR)$(bindir)/atq 76 + $(LN_S) -f at $(DESTDIR)$(bindir)/atrm [all …]
|
| H A D | 0002-Makefile.in-fix-make-install-for-non-root-don-t-stri.patch | 44 …t -f $(DESTDIR)$(etcdir)/at.allow || test -f $(DESTDIR)$(etcdir)/at.deny || $(INSTALL) -o root -g … 45 - $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(DESTDIR)$(bindir) 46 + test -f $(DESTDIR)$(etcdir)/at.allow || test -f $(DESTDIR)$(etcdir)/at.deny || $(INSTALL) -m 640 … 47 + $(INSTALL) -m 6755 at $(DESTDIR)$(bindir) 48 $(LN_S) -f at $(DESTDIR)$(bindir)/atq 49 $(LN_S) -f at $(DESTDIR)$(bindir)/atrm 57 - $(INSTALL) -g root -o root -m 644 at.1 $(DESTDIR)$(man1dir)/ 65 + $(INSTALL) -m 644 at.1 $(DESTDIR)$(man1dir)/ 66 …cd $(DESTDIR)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atr… 73 - $(INSTALL) -g root -o root -m 644 at.allow.5 $(DESTDIR)$(man5dir)/ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | isl68137.rst | 14 Publicly available at the Renesas website 25 Publicly available (after August 2020 launch) at the Renesas website 35 Publicly available (after August 2020 launch) at the Renesas website 45 Publicly available (after August 2020 launch) at the Renesas website 55 Publicly available (after August 2020 launch) at the Renesas website 65 Publicly available (after August 2020 launch) at the Renesas website 75 Publicly available (after August 2020 launch) at the Renesas website 85 Publicly available (after August 2020 launch) at the Renesas website 95 Publicly available (after August 2020 launch) at the Renesas website 105 Publicly available (after August 2020 launch) at the Renesas website [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/ |
| H A D | at.hpp | 44 struct apply : Sequence::template at<Sequence, N> {}; 81 struct at struct 87 : at<Sequence, mpl::int_<N> > 97 , result_of::at<Sequence, N> 99 at(Sequence& seq) in at() function 101 return result_of::at<Sequence, N>::call(seq); in at() 106 inline typename result_of::at<Sequence const, N>::type 107 at(Sequence const& seq) in at() function 109 return result_of::at<Sequence const, N>::call(seq); in at() 121 return fusion::at<mpl::int_<N> >(seq); in at_c() [all …]
|
| /OK3568_Linux_fs/u-boot/board/imgtec/xilfpga/ |
| H A D | README | 20 - 128Mbyte DDR RAM at 0x0000_0000 21 - 8Kbyte RAM at 0x1000_0000 22 - axi_intc at 0x1020_0000 23 - axi_uart16550 at 0x1040_0000 24 - axi_gpio at 0x1060_0000 25 - axi_i2c at 0x10A0_0000 26 - custom_gpio at 0x10C0_0000 27 - axi_ethernetlite at 0x10E0_0000 28 - 8Kbyte BootRAM at 0x1FC0_0000 29 - 16Mbyte QPI at 0x1D00_0000 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_ns87410.c | 55 struct ata_timing at; in ns87410_set_piomode() local 74 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) { in ns87410_set_piomode() 79 at.active = clamp_val(at.active, 2, 16) - 2; in ns87410_set_piomode() 80 at.setup = clamp_val(at.setup, 1, 4) - 1; in ns87410_set_piomode() 81 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode() 83 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active]; in ns87410_set_piomode()
|
| /OK3568_Linux_fs/kernel/drivers/net/appletalk/ |
| H A D | ipddp.c | 169 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */ in ipddp_xmit() 172 ddp->deh_dnode = rt->at.s_node; in ipddp_xmit() 184 aarp_send_ddp(rt->dev, skb, &rt->at, NULL); in ipddp_xmit() 203 rt->at = new_rt->at; in ipddp_create() 205 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) { in ipddp_create() 238 tmp->at.s_net == rt->at.s_net && in ipddp_delete() 239 tmp->at.s_node == rt->at.s_node) in ipddp_delete() 263 f->at.s_net == rt->at.s_net && in __ipddp_find_route() 264 f->at.s_node == rt->at.s_node) in __ipddp_find_route() 293 rcp2.at = rp->at; in ipddp_ioctl()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | 0001-syscalls-pread02-extend-buffer-to-avoid-glibc-overflow-detection.patch | 14 #0 __pthread_kill_implementation at pthread_kill.c:44 15 #1 0x00007ffff7e46f73 in __pthread_kill_internal at pthread_kill.c:78 16 #2 0x00007ffff7df6a36 in __GI_raise at ../sysdeps/posix/raise.c:26 17 #3 0x00007ffff7de082f in __GI_abort () at abort.c:79 18 #4 0x00007ffff7e3b01e in __libc_message at ../sysdeps/posix/libc_fatal.c:155 19 #5 0x00007ffff7ed945a in __GI___fortify_fail at fortify_fail.c:26 20 #6 0x00007ffff7ed7dc6 in __GI___chk_fail () at chk_fail.c:28 21 #7 0x00007ffff7ed8214 in __pread_chk at pread_chk.c:26 22 #8 0x0000000000404d1a in pread at /usr/include/bits/unistd.h:74 23 #9 verify_pread (n=<optimized out>) at pread02.c:44 [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_u32.c | 28 u_int32_t at; in u32_match_it() local 36 at = 0; in u32_match_it() 61 if (at + val < at) in u32_match_it() 63 at += val; in u32_match_it() 65 if (at + 4 < at || skb->len < at + 4 || in u32_match_it() 66 pos > skb->len - at - 4) in u32_match_it() 69 if (skb_copy_bits(skb, at + pos, &n, in u32_match_it()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeosimplify.cpp | 107 const double distance = getSegDist(points.at(i), in simplifyDPStep() 108 points.at(first), in simplifyDPStep() 109 points.at(last), in simplifyDPStep() 126 simplified.append(points.at(index)); in simplifyDPStep() 158 const double distance = getSegDist(points.at(i), in simplifyDPStep() 159 points.at(first), in simplifyDPStep() 160 points.at(last), in simplifyDPStep() 177 simplified.append(points.at(index)); in simplifyDPStep() 210 const QGeoCoordinate firstC = unwrappedToGeo(points.at(first), leftBound); in simplifyDPStepZL() 211 const QGeoCoordinate lastC = unwrappedToGeo(points.at(last), leftBound); in simplifyDPStepZL() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | assign_box_corners.hpp | 84 range::at(corners, 0), range::at(corners, 1), in assign_box_corners_oriented() 85 range::at(corners, 3), range::at(corners, 2)); in assign_box_corners_oriented() 91 range::at(corners, 0), range::at(corners, 3), in assign_box_corners_oriented() 92 range::at(corners, 1), range::at(corners, 2)); in assign_box_corners_oriented()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/ |
| H A D | tst_qplacemanager.cpp | 109 QCOMPARE(placeManager->locales().at(0), QLocale()); in testLocales() 114 QCOMPARE(placeManager->locales().at(0), locale); in testLocales() 122 QCOMPARE(placeManager->locales().at(0), en_AU); in testLocales() 123 QCOMPARE(placeManager->locales().at(1), en_UK); in testLocales() 167 QPlaceReply::Error actualError = qvariant_cast<QPlaceReply::Error>(errorSpy.at(0).at(0)); in checkSignals() 183 if (qvariant_cast<QPlaceReply*>(managerErrorSpy.at(0).at(0)) != reply) { in checkSignals() 189 actualError = qvariant_cast<QPlaceReply::Error>(managerErrorSpy.at(0).at(1)); in checkSignals() 226 if (qvariant_cast<QPlaceReply *>(managerFinishedSpy.at(0).at(0)) != reply) { in checkSignals()
|