Searched refs:rightmost (Results 1 – 25 of 39) sorted by relevance
12
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFeatures.td | 157 "load-and-zero-rightmost-byte", "LoadAndZeroRightmostByte", 158 "Assume that the load-and-zero-rightmost-byte facility is installed"
|
D | SystemZInstrVector.td | 179 // Load rightmost with length. The number of loaded bytes is only known 245 // Store rightmost with length. The number of stored bytes is only known
|
D | SystemZScheduleZ13.td | 209 // Load and zero rightmost byte 268 // Load and zero rightmost byte
|
D | SystemZScheduleZ14.td | 210 // Load and zero rightmost byte 269 // Load and zero rightmost byte
|
D | SystemZScheduleZ15.td | 211 // Load and zero rightmost byte 273 // Load and zero rightmost byte
|
/third_party/curl/docs/cmdline-opts/ |
D | upload-file.d | 25 only appends what is on the right side of the rightmost such character.
|
/third_party/ffmpeg/libavcodec/ |
D | mobiclip.c | 851 … int rightmost = frame->data[plane][FFMAX(ay - 1, 0) * frame->linesize[plane] + ax + size - 1]; in predict_intra() local 852 … int avg = (bottommost + rightmost + 1) / 2 + 2 * av_clip(get_se_golomb(gb), -(1<<16), 1<<16); in predict_intra() 854 int r9 = adjust(avg - rightmost, size); in predict_intra() 865 arr2[y] = adjust(((rightmost - val) * (1 << shift)) + r9 * (y + 1), size); in predict_intra()
|
/third_party/python/Doc/library/ |
D | bisect.rst | 152 'Find rightmost value less than x' 159 'Find rightmost value less than or equal to x'
|
D | collections.rst | 603 >>> d.pop() # return and remove the rightmost item 611 >>> d[-1] # peek at rightmost item 863 default, the *defaults* are applied to the rightmost parameters. For
|
D | curses.rst | 1061 cursor are shifted right, with the rightmost characters on the line being lost. 1070 shifted right, with the rightmost characters on the line being lost. The cursor
|
D | decimal.rst | 455 rightmost digits until only the lead digit remains: 745 Normalize the number by stripping the rightmost trailing zeros and
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 120 // i32lo16 predicate - true if the 32-bit immediate has only rightmost 16 133 // i32lo16 predicate - true if the 32-bit immediate has only rightmost 16 141 // i32lo16 predicate - true if the 32-bit immediate has the rightmost 16 160 // bits set and the rightmost 16 bits 1's. 168 // i32lo21 predicate - true if the 32-bit immediate has only rightmost 21
|
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
D | README.md | 58 Comma operator returns the result of it's rightmost operand
|
/third_party/mksh/ |
D | sh_flags.opt | 126 /* ./. errorlevel of a pipeline is the rightmost nonzero value */
|
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/ |
D | HP_convolution_border_modes.txt | 121 each pixel in the rightmost one-pixel column is replicated Cw times
|
/third_party/openGLES/extensions/HP/ |
D | HP_convolution_border_modes.txt | 121 each pixel in the rightmost one-pixel column is replicated Cw times
|
/third_party/icu/docs/userguide/transforms/ |
D | bidi.md | 78 h is followed by the rightmost letter A. The next letter, in logical order, will
|
/third_party/node/deps/openssl/openssl/crypto/des/asm/ |
D | des_enc.m4 | 762 ! first in memory to rightmost in register 813 ! first in memory to rightmost in register 935 ! rightmost in register to first in memory
|
/third_party/openssl/crypto/des/asm/ |
D | des_enc.m4 | 762 ! first in memory to rightmost in register 813 ! first in memory to rightmost in register 935 ! rightmost in register to first in memory
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_compressed_texture_pixel_storage.txt | 306 blocks because the rightmost "8x2" blocks are partial and would be
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_compressed_texture_pixel_storage.txt | 316 blocks because the rightmost "8x2" blocks are partial and would be
|
/third_party/python/Objects/ |
D | listsort.txt | 331 stack entries, where A, B and C are the lengths of the three rightmost not-yet 716 rightmost equal value. The distinction is needed to preserve stability. In
|
/third_party/node/deps/v8/third_party/v8/builtins/ |
D | array-sort.tq | 684 // except returns the position to the right of the rightmost equal element 791 // the rightmost equal value.
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 3532 rightmost
|
/third_party/node/doc/api/ |
D | webcrypto.md | 1040 The `AES-CTR` method uses the rightmost `length` bits of the block as the
|
12