/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dav1d/libdav1d/tools/input/ |
H A D | ivf.c | 52 static unsigned rl32(const uint8_t *const p) { in rl32() function 57 return (((uint64_t) rl32(&p[4])) << 32) | rl32(p); in rl64() 85 timebase[0] = rl32(&hdr[16]); in ivf_open() 86 timebase[1] = rl32(&hdr[20]); in ivf_open() 87 const unsigned duration = rl32(&hdr[24]); in ivf_open() 93 fseeko(c->f, rl32(data) + 8, SEEK_CUR); in ivf_open() 110 const ptrdiff_t sz = rl32(data); in ivf_read()
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/dav1d/tools/input/ |
H A D | ivf.c | 52 static unsigned rl32(const uint8_t *const p) { in rl32() function 57 return (((uint64_t) rl32(&p[4])) << 32) | rl32(p); in rl64() 85 timebase[0] = rl32(&hdr[16]); in ivf_open() 86 timebase[1] = rl32(&hdr[20]); in ivf_open() 87 const unsigned duration = rl32(&hdr[24]); in ivf_open() 93 fseeko(c->f, rl32(data) + 8, SEEK_CUR); in ivf_open() 110 const ptrdiff_t sz = rl32(data); in ivf_read()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/tools/input/ |
H A D | ivf.c | 53 static unsigned rl32(const uint8_t *const p) { in rl32() function 58 return (((uint64_t) rl32(&p[4])) << 32) | rl32(p); in rl64() 86 timebase[0] = rl32(&hdr[16]); in ivf_open() 87 timebase[1] = rl32(&hdr[20]); in ivf_open() 88 const unsigned duration = rl32(&hdr[24]); in ivf_open() 94 fseeko(c->f, rl32(data) + 8, SEEK_CUR); in ivf_open() 130 const ptrdiff_t sz = rl32(data); in ivf_read()
|
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/tools/input/ |
H A D | ivf.c | 58 static unsigned rl32(const uint8_t *const p) { in rl32() function 63 return (((uint64_t) rl32(&p[4])) << 32) | rl32(p); in rl64() 90 timebase[0] = rl32(&hdr[16]); in ivf_open() 91 timebase[1] = rl32(&hdr[20]); in ivf_open() 92 const unsigned duration = rl32(&hdr[24]); in ivf_open() 98 size_t sz = rl32(data); in ivf_open() 142 *sz = rl32(data); in ivf_read_header()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/tools/input/ |
H A D | ivf.c | 58 static unsigned rl32(const uint8_t *const p) { in rl32() function 63 return (((uint64_t) rl32(&p[4])) << 32) | rl32(p); in rl64() 90 timebase[0] = rl32(&hdr[16]); in ivf_open() 91 timebase[1] = rl32(&hdr[20]); in ivf_open() 92 const unsigned duration = rl32(&hdr[24]); in ivf_open() 98 size_t sz = rl32(data); in ivf_open() 142 *sz = rl32(data); in ivf_read_header()
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/tools/input/ |
H A D | ivf.c | 58 static unsigned rl32(const uint8_t *const p) { in rl32() function 63 return (((uint64_t) rl32(&p[4])) << 32) | rl32(p); in rl64() 90 timebase[0] = rl32(&hdr[16]); in ivf_open() 91 timebase[1] = rl32(&hdr[20]); in ivf_open() 92 const unsigned duration = rl32(&hdr[24]); in ivf_open() 98 size_t sz = rl32(data); in ivf_open() 142 *sz = rl32(data); in ivf_read_header()
|
/dports/multimedia/handbrake/dav1d-0.9.0/tools/input/ |
H A D | ivf.c | 58 static unsigned rl32(const uint8_t *const p) { in rl32() function 63 return (((uint64_t) rl32(&p[4])) << 32) | rl32(p); in rl64() 90 timebase[0] = rl32(&hdr[16]); in ivf_open() 91 timebase[1] = rl32(&hdr[20]); in ivf_open() 92 const unsigned duration = rl32(&hdr[24]); in ivf_open() 98 size_t sz = rl32(data); in ivf_open() 142 *sz = rl32(data); in ivf_read_header()
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tlcs900/ |
H A D | tlcs900.h | 234 uint32_t rl32( uint32_t a, uint8_t s );
|
H A D | 900tbl.hxx | 756 uint32_t tlcs900_device::rl32( uint32_t a, uint8_t s ) in rl32() function in tlcs900_device 3085 *m_p2_reg32 = rl32( *m_p2_reg32, m_imm1.b.l ); in op_RLLIR() 3091 *m_p2_reg32 = rl32( *m_p2_reg32, *m_p1_reg8 ); in op_RLLRR()
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tlcs900/ |
H A D | tlcs900.h | 234 uint32_t rl32( uint32_t a, uint8_t s );
|
H A D | 900tbl.hxx | 756 uint32_t tlcs900_device::rl32( uint32_t a, uint8_t s ) in rl32() function in tlcs900_device 3085 *m_p2_reg32 = rl32( *m_p2_reg32, m_imm1.b.l ); in op_RLLIR() 3091 *m_p2_reg32 = rl32( *m_p2_reg32, *m_p1_reg8 ); in op_RLLRR()
|
/dports/emulators/qemu5/qemu-5.2.0/tcg/ppc/ |
H A D | tcg-target.c.inc | 2841 /* a0 = rl32(a1, 8) # 0000 fghe */ 2843 /* a0 = dep(a0, rl32(a1, 24), 0xff000000) # 0000 hghe */ 2845 /* a0 = dep(a0, rl32(a1, 24), 0x0000ff00) # 0000 hgfe */ 2853 /* a0 = dep(a0, rl32(a2, 8), 0xffffffff) # hgfe bcda */ 2855 /* a0 = dep(a0, rl32(a2, 24), 0xff000000) # hgfe dcda */ 2857 /* a0 = dep(a0, rl32(a2, 24), 0x0000ff00) # hgfe dcba */
|
/dports/emulators/qemu60/qemu-6.0.0/tcg/ppc/ |
H A D | tcg-target.c.inc | 2808 /* a0 = rl32(a1, 8) # 0000 fghe */ 2810 /* a0 = dep(a0, rl32(a1, 24), 0xff000000) # 0000 hghe */ 2812 /* a0 = dep(a0, rl32(a1, 24), 0x0000ff00) # 0000 hgfe */ 2820 /* a0 = dep(a0, rl32(a2, 8), 0xffffffff) # hgfe bcda */ 2822 /* a0 = dep(a0, rl32(a2, 24), 0xff000000) # hgfe dcda */ 2824 /* a0 = dep(a0, rl32(a2, 24), 0x0000ff00) # hgfe dcba */
|
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tlcs900/ |
H A D | 900tbl.c | 751 INLINE UINT32 rl32( tlcs900_state *cpustate, UINT32 a, UINT8 s ) in rl32() function 3068 *cpustate->p2_reg32 = rl32( cpustate, *cpustate->p2_reg32, cpustate->imm1.b.l ); in _RLLIR() 3074 *cpustate->p2_reg32 = rl32( cpustate, *cpustate->p2_reg32, *cpustate->p1_reg8 ); in _RLLRR()
|