Home
last modified time | relevance | path

Searched refs:ndwords (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/smhasher/src/
H A DBitvec.cpp240 int ndwords = nbytes / 4; in lshift32() local
319 int ndwords = nbytes / 4; in rshift32() local
335 for(int i = ndwords-b; i < ndwords; i++) in rshift32()
410 int ndwords = nbytes/4; in lrot32() local
423 uint32_t t = k[ndwords-1]; in lrot32()
433 uint32_t t = k[ndwords-1]; in lrot32()
507 int ndwords = nbytes/4; in rrot32() local
527 k[ndwords-1] = t; in rrot32()
601 int ndwords = len / 4; in window32() local
612 int ia = (d + 1) % ndwords; in window32()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/smhasher/src/
H A DBitvec.cpp240 int ndwords = nbytes / 4; in lshift32() local
319 int ndwords = nbytes / 4; in rshift32() local
335 for(int i = ndwords-b; i < ndwords; i++) in rshift32()
410 int ndwords = nbytes/4; in lrot32() local
423 uint32_t t = k[ndwords-1]; in lrot32()
433 uint32_t t = k[ndwords-1]; in lrot32()
507 int ndwords = nbytes/4; in rrot32() local
527 k[ndwords-1] = t; in rrot32()
601 int ndwords = len / 4; in window32() local
612 int ia = (d + 1) % ndwords; in window32()
[all …]
/dports/benchmarks/smhasher/smhasher-1.0/
H A DBitvec.cpp240 int ndwords = nbytes / 4; in lshift32() local
319 int ndwords = nbytes / 4; in rshift32() local
335 for(int i = ndwords-b; i < ndwords; i++) in rshift32()
410 int ndwords = nbytes/4; in lrot32() local
423 uint32_t t = k[ndwords-1]; in lrot32()
433 uint32_t t = k[ndwords-1]; in lrot32()
507 int ndwords = nbytes/4; in rrot32() local
527 k[ndwords-1] = t; in rrot32()
601 int ndwords = len / 4; in window32() local
612 int ia = (d + 1) % ndwords; in window32()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h145 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
264 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
266 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
267 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/mesa-dri/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/lang/clover/mesa-21.3.6/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
322 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
323 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c116 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
119 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()

123