| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | unaligned-emul.h | 21 ".previous\n\t" \ 25 ".previous" \ 42 ".previous\n\t" \ 46 ".previous" \ 75 ".previous\n\t" \ 81 ".previous" \ 103 ".previous\n\t" \ 107 ".previous" \ 126 ".previous\n\t" \ 130 ".previous" \ [all …]
|
| H A D | futex.h | 43 " .previous \n" \ 47 " .previous \n" \ 73 " .previous \n" \ 77 " .previous \n" \ 157 " .previous \n" in futex_atomic_cmpxchg_inatomic() 161 " .previous \n" in futex_atomic_cmpxchg_inatomic() 187 " .previous \n" in futex_atomic_cmpxchg_inatomic() 191 " .previous \n" in futex_atomic_cmpxchg_inatomic()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | uaccess.h | 86 " .previous\n" \ 90 " .previous\n" \ 108 " .previous\n" \ 113 " .previous\n" \ 138 " .previous\n" \ 142 " .previous\n" \ 156 " .previous\n" \ 161 " .previous\n" \ 193 " .previous \n" in raw_copy_from_user() 197 " .previous \n" in raw_copy_from_user() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | PopSection.html | 28 <link href="Previous.html#Previous" rel="next" title="Previous"> 29 <link href="P2align.html#P2align" rel="previous" title="P2align"> 66 …: <a href="Previous.html#Previous" accesskey="n" rel="next">Previous</a>, Previous: <a href="P2ali… 76 …ion</code> (see <a href="PushSection.html#PushSection">PushSection</a>), and <code>.previous</code> 77 (see <a href="Previous.html#Previous">Previous</a>).
|
| H A D | Previous.html | 16 <title>Using as: Previous</title> 18 <meta name="description" content="Using as: Previous"> 19 <meta name="keywords" content="Using as: Previous"> 29 <link href="PopSection.html#PopSection" rel="previous" title="PopSection"> 63 <a name="Previous"></a> 66 …t" accesskey="n" rel="next">Print</a>, Previous: <a href="PopSection.html#PopSection" accesskey="p… 70 <h3 class="section">7.73 <code>.previous</code></h3> 72 <a name="index-previous-directive"></a> 81 <code>.previous</code> directives in a row will flip between two sections (and their 90 .previous [all …]
|
| H A D | Print.html | 29 <link href="Previous.html#Previous" rel="previous" title="Previous"> 66 …sskey="n" rel="next">Protected</a>, Previous: <a href="Previous.html#Previous" accesskey="p" rel="…
|
| H A D | SubSection.html | 29 <link href="Struct.html#Struct" rel="previous" title="Struct"> 66 …mver" accesskey="n" rel="next">Symver</a>, Previous: <a href="Struct.html#Struct" accesskey="p" re… 76 …ection</code> (see <a href="PopSection.html#PopSection">PopSection</a>), and <code>.previous</code> 77 (see <a href="Previous.html#Previous">Previous</a>).
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | PopSection.html | 28 <link href="Previous.html#Previous" rel="next" title="Previous"> 29 <link href="P2align.html#P2align" rel="previous" title="P2align"> 66 …: <a href="Previous.html#Previous" accesskey="n" rel="next">Previous</a>, Previous: <a href="P2ali… 76 …ion</code> (see <a href="PushSection.html#PushSection">PushSection</a>), and <code>.previous</code> 77 (see <a href="Previous.html#Previous">Previous</a>).
|
| H A D | Previous.html | 16 <title>Using as: Previous</title> 18 <meta name="description" content="Using as: Previous"> 19 <meta name="keywords" content="Using as: Previous"> 29 <link href="PopSection.html#PopSection" rel="previous" title="PopSection"> 63 <a name="Previous"></a> 66 …t" accesskey="n" rel="next">Print</a>, Previous: <a href="PopSection.html#PopSection" accesskey="p… 70 <h3 class="section">7.73 <code>.previous</code></h3> 72 <a name="index-previous-directive"></a> 81 <code>.previous</code> directives in a row will flip between two sections (and their 90 .previous [all …]
|
| H A D | Print.html | 29 <link href="Previous.html#Previous" rel="previous" title="Previous"> 66 …sskey="n" rel="next">Protected</a>, Previous: <a href="Previous.html#Previous" accesskey="p" rel="…
|
| H A D | SubSection.html | 29 <link href="Struct.html#Struct" rel="previous" title="Struct"> 66 …mver" accesskey="n" rel="next">Symver</a>, Previous: <a href="Struct.html#Struct" accesskey="p" re… 76 …ection</code> (see <a href="PopSection.html#PopSection">PopSection</a>), and <code>.previous</code> 77 (see <a href="Previous.html#Previous">Previous</a>).
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mcompand_xover.h | 24 previous_t * previous; member 66 p->previous = lsx_calloc(effp->in_signal.channels, sizeof(*p->previous)); in crossover_setup() 80 #define _ out_low += p->coefs[j] * p->previous[c][p->pos + j].in \ in crossover_flow() 81 - p->coefs[2*N+2 + j] * p->previous[c][p->pos + j].out_low, ++j; in crossover_flow() 90 #define _ out_high += p->coefs[j+N+1] * p->previous[c][p->pos + j].in \ in crossover_flow() 91 - p->coefs[2*N+2 + j] * p->previous[c][p->pos + j].out_high, ++j; in crossover_flow() 99 p->previous[c][p->pos + N].in = p->previous[c][p->pos].in = *ibuf++; in crossover_flow() 100 p->previous[c][p->pos + N].out_low = p->previous[c][p->pos].out_low = out_low; in crossover_flow() 101 p->previous[c][p->pos + N].out_high = p->previous[c][p->pos].out_high = out_high; in crossover_flow()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | rc | 8 # running in the previous runlevel and it wasn't stopped 69 # Now find out what the current and what the previous runlevel are. 79 previous=$PREVLEVEL 80 [ "$previous" = "" ] && previous=N 82 export runlevel previous 130 if [ $previous != N ] 147 if [ $previous != N ] && [ $previous != S ] 150 # Find start script in previous runlevel and 155 previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix 157 # If there is a start script in the previous level
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | uaccess_32.h | 53 ".previous\n" \ 56 ".previous" \ 89 ".previous\n" \ 93 ".previous" \ 113 ".previous\n" \ 117 ".previous" \ 157 ".previous\n" \ 160 ".previous" \ 194 ".previous\n" \ 197 ".previous" \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
| H A D | ia_css_tnr_types.h | 25 * When difference between current frame and previous frame is less than or 27 * with previous frame. 28 * When difference between current frame and previous frame is greater 40 and previous frame. 41 gain=0.0 -> previous frame is outputted. 47 previous frame is greater than threshold_y, 53 previous frame is greater than threshold_uv,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Commands-For-History.html | 30 <link href="Commands-For-Moving.html#Commands-For-Moving" rel="previous" title="Commands For Moving… 67 …"next">Commands For Text</a>, Previous: <a href="Commands-For-Moving.html#Commands-For-Moving" acc… 85 <dt><code>previous-history (C-p)</code> 88 <dd><p>Move ‘back’ through the history list, fetching the previous command. 185 <dd><p>Insert the first argument to the previous command (usually 186 the second word on the previous line) at point. 188 insert the <var>n</var>th word from the previous command (the words 189 in the previous command begin with word 0). A negative argument 190 inserts the <var>n</var>th word from the end of the previous command. 198 <dd><p>Insert last argument to the previous command (the last word of the [all …]
|
| H A D | Sample-Init-File.html | 30 <link href="Conditional-Init-Constructs.html#Conditional-Init-Constructs" rel="previous" title="Con… 67 Previous: <a href="Conditional-Init-Constructs.html#Conditional-Init-Constructs" accesskey="p" rel=… 102 #"\M-OA": previous-history 109 "\M-[A": previous-history 116 #"\M-\C-OA": previous-history 123 #"\M-\C-[A": previous-history 144 # Quote the current or previous word 181 Previous: <a href="Conditional-Init-Constructs.html#Conditional-Init-Constructs" accesskey="p" rel=…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Commands-For-History.html | 30 <link href="Commands-For-Moving.html#Commands-For-Moving" rel="previous" title="Commands For Moving… 67 …"next">Commands For Text</a>, Previous: <a href="Commands-For-Moving.html#Commands-For-Moving" acc… 85 <dt><code>previous-history (C-p)</code> 88 <dd><p>Move ‘back’ through the history list, fetching the previous command. 185 <dd><p>Insert the first argument to the previous command (usually 186 the second word on the previous line) at point. 188 insert the <var>n</var>th word from the previous command (the words 189 in the previous command begin with word 0). A negative argument 190 inserts the <var>n</var>th word from the end of the previous command. 198 <dd><p>Insert last argument to the previous command (the last word of the [all …]
|
| H A D | Sample-Init-File.html | 30 <link href="Conditional-Init-Constructs.html#Conditional-Init-Constructs" rel="previous" title="Con… 67 Previous: <a href="Conditional-Init-Constructs.html#Conditional-Init-Constructs" accesskey="p" rel=… 102 #"\M-OA": previous-history 109 "\M-[A": previous-history 116 #"\M-\C-OA": previous-history 123 #"\M-\C-[A": previous-history 144 # Quote the current or previous word 181 Previous: <a href="Conditional-Init-Constructs.html#Conditional-Init-Constructs" accesskey="p" rel=…
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | task.c | 12 * should return to the previous cred if it has not been modified. 125 if (!ctx->previous) { in aa_set_current_hat() 127 ctx->previous = cred_label(new); in aa_set_current_hat() 147 * aa_restore_previous_label - exit from hat context restoring previous label 150 * Attempt to return out of a hat to the previous label. The token 163 if (!ctx->previous) in aa_restore_previous_label() 171 set_cred_label(new, aa_get_newest_label(ctx->previous)); in aa_restore_previous_label() 173 /* clear exec && prev information when restoring to previous context */ in aa_restore_previous_label()
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | task.h | 22 * @previous: profile the task may return to (MAY BE NULL) 28 struct aa_label *previous; member 46 aa_put_label(ctx->previous); in aa_free_task_ctx() 61 aa_get_label(new->previous); in aa_dup_task_ctx() 73 aa_put_label(ctx->previous); in aa_clear_task_ctx_trans() 75 ctx->previous = NULL; in aa_clear_task_ctx_trans()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | turn_in_piece_visitor.hpp | 111 inline bool in_box(Point const& previous, in in_box() argument 118 geometry::expand(box, previous); in in_box() 125 inline analyse_result check_segment(Point const& previous, in check_segment() argument 134 segment_type const r(previous, current); in check_segment() 165 >(previous, current, turn.robust_point); in check_segment() 170 if (in_box(previous, current, turn.robust_point)) in check_segment() 180 if (twice_area * twice_area < geometry::comparable_distance(previous, current) in check_segment() 181 && in_box(previous, current, turn.robust_point)) in check_segment() 239 point_type const& previous = piece.robust_ring[i - 1]; in apply() local 247 coordinate_type x1 = geometry::get<0>(previous); in apply() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/English.lproj/ |
| H A D | Localizable.strings | 11 …previous state when the requesting application requests to return to the previous state. Alternat…
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | uaccess.h | 49 " .previous\n" \ 55 " .previous" \ 90 " .previous\n" \ 97 " .previous" \ 122 " .previous\n" \ 127 " .previous" \ 163 " .previous\n" \ 169 " .previous" \ 215 " .previous\n" \ 227 " .previous\n" \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/indent/ |
| H A D | bitbake.vim | 45 " If this line is explicitly joined: If the previous line was also joined, 60 " Search backwards for the previous non-empty line. 83 " If the previous line is inside parenthesis, use the indent of the starting 109 " two 'shiftwidth', otherwise same as previous line. 189 " If the previous line ended with a colon, indent this line 194 " If the previous line was a stop-execution statement... 215 return ind " line up with previous try or except 225 " Unless the previous line was a one-liner 298 " the previous line, to avoid misleading indentation. 302 " Did the previous line introduce an assignment?
|