/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/ |
H A D | open_wmemstream_test_001.cpp | 48 off_t eob = ftello(stream); in testcase() local
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup_dtlk.h | 59 u_char eob; /* 7Fh value indicating end of member
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup_dtlk.h | 59 u_char eob; /* 7Fh value indicating end of member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dtlk.h | 83 unsigned char eob; /* 7Fh value indicating end of member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dtlk.h | 83 unsigned char eob; /* 7Fh value indicating end of member
|
/third_party/curl/lib/ |
H A D | smtp.h | 61 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
|
H A D | pop3.h | 65 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
|
H A D | smtp.c | 1396 char *eob; in smtp_done() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | cost_neon.c | 29 const uint8x16_t eob = vcombine_u8(vqmovn_u16(eob_0), vqmovn_u16(eob_1)); in SetResidualCoeffs_NEON() local
|
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | messages.c | 272 catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id, u32 pos, bool eob, bool ll) catpt_ipc_set_write_pos() argument
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-vp9.h | 143 u32 *eob[4][2][2][6][6][2]; member
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | messages.c | 272 catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id, u32 pos, bool eob, bool ll) catpt_ipc_set_write_pos() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | faxcompr.c | 132 int eob = 0; in decode_uncompressed() local
|
H A D | vp9recon.c | 242 int eob = b->skip ? 0 : b->tx > TX_8X8 ? AV_RN16A(&td->eob[n]) : td->eob[n]; in intra_recon() local 271 int eob = b->skip ? 0 : b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in intra_recon() local 615 int eob = b->tx > TX_8X8 ? AV_RN16A(&td->eob[ in inter_recon() local 634 int eob = b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; inter_recon() local [all...] |
H A D | vp9block.c | 803 decode_coeffs_b_generic(VP56RangeCoder *c, int16_t *coef, int n_coeffs, int is_tx32x32, int is8bitsperpixel, int bpp, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_generic() argument 922 decode_coeffs_b_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_8bpp() argument 932 decode_coeffs_b32_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b32_8bpp() argument 942 decode_coeffs_b_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_16bpp() argument 952 decode_coeffs_b32_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b32_16bpp() argument [all...] |
H A D | vp9dec.h | 203 unsigned eob[4][2][2][6][6][2]; member 227 uint8_t *eob_base, *uveob_base[2], *eob, *uveob[2]; member
|
/kernel/linux/linux-5.10/sound/drivers/vx/ |
H A D | vx_pcm.c | 1091 int p, buf, capture, eob; in vx_pcm_update_intr() local
|
/kernel/linux/linux-6.6/sound/drivers/vx/ |
H A D | vx_pcm.c | 1100 int p, buf, capture, eob; in vx_pcm_update_intr() local
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vp9dsp.c | 264 int eob; in copy_subcoefs() local 346 int eob; in check_itxfm() local [all...] |
/kernel/linux/linux-5.10/drivers/bus/mhi/host/ |
H A D | main.c | 1160 int eot, eob, chain, bei; in mhi_gen_tre() local
|
/kernel/linux/linux-6.6/drivers/bus/mhi/host/ |
H A D | main.c | 1206 int eot, eob, chain, bei; in mhi_gen_tre() local
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | bmap.c | 425 static inline unsigned int gfs2_extent_length(struct buffer_head *bh, __be64 *ptr, size_t limit, int *eob) in gfs2_extent_length() argument 850 int eob; in gfs2_iomap_get() local
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | bmap.c | 424 static inline unsigned int gfs2_extent_length(struct buffer_head *bh, __be64 *ptr, size_t limit, int *eob) in gfs2_extent_length() argument 848 int eob; in __gfs2_iomap_get() local
|
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/ |
H A D | rkvdec-vp9.c | 98 u32 eob[2]; member
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9_idct_lsx.c | 1370 ff_idct_idct_8x8_add_lsx(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_8x8_add_lsx() argument 1384 ff_idct_idct_16x16_add_lsx(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_16x16_add_lsx() argument 1399 ff_idct_idct_32x32_add_lsx(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_32x32_add_lsx() argument
|