Searched refs:buf_offs (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | tnc_commit.c | 432 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local 440 buf_offs = c->ihead_offs; in layout_in_empty_space() 449 if (buf_offs + next_len > c->leb_size) in layout_in_empty_space() 464 buf_offs = 0; in layout_in_empty_space() 469 offs = buf_offs + used; in layout_in_empty_space() 515 buf_offs + used + next_len <= c->leb_size && in layout_in_empty_space() 520 buf_offs + used + next_len <= c->leb_size) in layout_in_empty_space() 526 buf_offs += blen; in layout_in_empty_space() 528 if (buf_offs + next_len > c->leb_size) { in layout_in_empty_space() 530 c->leb_size - buf_offs, blen - used, in layout_in_empty_space() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 626 uint32_t buf_offs = 0; in rk_cipher_buffer_update() local 636 buf_offs = ctx->buffer_offs; in rk_cipher_buffer_update() 701 TEE_MemMove(ctx->buffer, in + real_in_len - buf_offs, ctx->buffer_offs); in rk_cipher_buffer_update()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 652 uint32_t buf_offs = 0; in rk_cipher_buffer_update() local 662 buf_offs = ctx->buffer_offs; in rk_cipher_buffer_update() 727 TEE_MemMove(ctx->buffer, in + real_in_len - buf_offs, ctx->buffer_offs); in rk_cipher_buffer_update()
|