Home
last modified time | relevance | path

Searched refs:shifted (Results 1 – 25 of 90) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dsnap_rounding.hpp54 bool shifted = false; in horizontals_at_top_scanbeam() local
70 shifted = true; in horizontals_at_top_scanbeam()
91 return shifted; in horizontals_at_top_scanbeam()
106 bool shifted = false; in process_hot_pixel_edges_at_top_of_scanbeam() local
112 shifted = true; in process_hot_pixel_edges_at_top_of_scanbeam()
120 if (!shifted) { in process_hot_pixel_edges_at_top_of_scanbeam()
H A Dprocess_horizontal.hpp26 bool shifted = false; in process_horizontal_left_to_right() local
87 if (!shifted) { in process_horizontal_left_to_right()
99 shifted = true; in process_horizontal_left_to_right()
119 if (!shifted) { in process_horizontal_left_to_right()
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dsoftfloat-macros35 bits are shifted off, they are ``jammed'' into the least significant bit of
60 bits are shifted off, they are ``jammed'' into the least significant bit of
88 _plus_ the number of bits given in `count'. The shifted result is at most
90 bits shifted off form a second 64-bit result as follows: The _last_ bit
91 shifted off is the most-significant bit of the extra result, and the other
93 bits shifted off were all zero. This extra result is stored in the location
97 value is shifted right by the number of bits given in `count', and the
135 number of bits given in `count'. Any bits shifted off are lost. The value
168 number of bits given in `count'. If any nonzero bits are shifted off, they
212 by 64 _plus_ the number of bits given in `count'. The shifted result is
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/
H A Ddwmmc.txt33 . SelClk_sample: Select sample clock among 8 shifted clocks.
34 . SelClk_drv: Select drv clock among 8 shifted clocks.
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dudivsi3.S55 ;; er0 contains shifted dividend
57 ;; er2 contains shifted divisor
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i3c/
H A Di3c.txt94 contains the manufacturer ID left-shifted by 1.
96 left-shifted by 16, the instance ID left-shifted
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c389 int shifted = 0; in _rotate_left() local
393 while (shifted < shift) { in _rotate_left()
394 this_shift = min(shift - shifted, LOCAL_BUF_LEN); in _rotate_left()
396 shifted += this_shift; in _rotate_left()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dserial_ir.c181 unsigned char chunk, shifted; in send_pulse_irdeo() local
190 shifted = chunk << (i * 3); in send_pulse_irdeo()
191 shifted >>= 1; in send_pulse_irdeo()
192 output &= (~shifted); in send_pulse_irdeo()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dspi.rst9 duplex protocol; for each bit shifted out the MOSI line (one per clock)
10 another is shifted in on the MISO line. Those bits are assembled into
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/
H A Depson,rx6110.txt28 - spi-cpha: RX6110 works with SPI shifted clock phase
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dsgetem.S109 | shifted bits in d0 and d1
134 | ;be shifted into ms mant
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-hid-prodikeys26 The octave can be shifted via software up/down 2 octaves.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/
H A Dmoxtet.txt8 - spi-cpha : Required shifted clock phase
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dslave-interface.rst110 only means that the previous byte is shifted out to the bus! To ensure seamless
112 still shifted out. If the master sends NACK and stops reading after the byte
113 currently shifted out, this byte requested here is never used. It very likely
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0068-zfs-Fix-possible-negative-shift-operation.patch8 is shifted up by SPA_MINBLOCKSHIFT (9) before 9 is subtracted at the
H A D0070-zfs-Fix-possible-integer-overflows.patch10 To avoid overflow we ensure that the number being shifted is 64-bit
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2021-3696-video-readers-png-Avoid-heap-OOB-R-W-inserting-huff.patch9 and writes as table entries with negative indices were shifted around and
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Ddiv64.S39 divwu r11,r11,r9 # then we divide the shifted quantities
/OK3568_Linux_fs/kernel/sound/soc/cirrus/
H A DKconfig21 state machine and the whole stream can be shifted by one byte
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/OK3568_Linux_fs/buildroot/package/linux-zigbee/
H A DConfig.in25 discovered, this project's primary focus shifted to IEEE
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mux/
H A Dreg-mux.txt11 - mux-reg-masks : an array of register offset and pre-shifted bitfield mask
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-ocores.txt22 - reg-shift : device register offsets are shifted by this value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dvalarray502 * @brief Return a shifted array.
505 * in shifted positions. For an element with index i, the new position
514 * @return New valarray with elements in shifted positions.
522 * in shifted positions. For an element with index i, the new position
524 * current one. Elements that are shifted beyond the array bounds are
525 * shifted into the other end of the array. No elements are lost.
531 * @return New valarray with elements in shifted positions.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dvalarray502 * @brief Return a shifted array.
505 * in shifted positions. For an element with index i, the new position
514 * @return New valarray with elements in shifted positions.
522 * in shifted positions. For an element with index i, the new position
524 * current one. Elements that are shifted beyond the array bounds are
525 * shifted into the other end of the array. No elements are lost.
531 * @return New valarray with elements in shifted positions.

1234