Home
last modified time | relevance | path

Searched defs:osize (Results 1 – 15 of 15) sorted by relevance

/external/lua/src/
Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
147 size_t osize, size_t nsize) { in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
179 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
Dlstring.c74 static void tablerehash (TString **vect, int osize, int nsize) { in tablerehash()
99 int osize = tb->size; in luaS_resize() local
Dlauxlib.c988 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc()
/external/vboot_reference/utility/
Dbmpblk_util.c102 uint32_t osize; in do_efi_decompress() local
150 uint32_t osize; in do_lzma_decompress() local
Defidecompress.c1073 uint32_t ssize=0, osize=0; in main() local
Deficompress.c1673 uint32_t osize = isize; in main() local
/external/mbedtls/library/
Dpk_wrap.c361 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap()
428 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap()
444 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap()
510 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap()
1368 unsigned char *output, size_t *olen, size_t osize, in rsa_alt_decrypt_wrap()
1604 unsigned char *output, size_t *olen, size_t osize, in pk_opaque_rsa_decrypt()
Dpk.c689 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt()
707 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt()
/external/openthread/third_party/mbedtls/repo/library/
Dpk.c463 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt()
486 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt()
Dpk_wrap.c129 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap()
143 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap()
779 unsigned char *output, size_t *olen, size_t osize, in rsa_alt_decrypt_wrap()
/external/arm-trusted-firmware/plat/amlogic/common/
Daml_scpi.c146 uint32_t aml_scpi_get_chip_id(uint8_t *obuff, uint32_t osize) in aml_scpi_get_chip_id()
/external/musl/src/malloc/oldmalloc/
Dmalloc.c443 size_t osize = CHUNK_SIZE(self), size = osize; in __bin_chunk() local
/external/mksh/src/
Dmain.c1817 size_t i, j, osize, mask, perturb; in tgrow() local
/external/python/cpython3/Modules/
Dunicodedata.c503 Py_ssize_t i, o, osize; in nfd_nfkd() local
/external/python/cpython3/Objects/
Dunicodeobject.c13214 Py_ssize_t osize, squote, dquote, i, o; in unicode_repr() local