Home
last modified time | relevance | path

Searched defs:osize (Results 1 – 16 of 16) 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/openthread/third_party/mbedtls/repo/library/
Dpk.c481 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt()
506 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt()
Dpk_wrap.c116 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap()
131 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap()
780 unsigned char *output, size_t *olen, size_t osize, in rsa_alt_decrypt_wrap()
/external/mbedtls/library/
Dpk_wrap.c395 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap()
464 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap()
481 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap()
549 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap()
1580 unsigned char *output, size_t *olen, size_t osize, in rsa_alt_decrypt_wrap()
1731 unsigned char *output, size_t *olen, size_t osize, in rsa_opaque_decrypt()
Dpk.c723 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt()
743 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt()
/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/trusty/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.c501 Py_ssize_t i, o, osize; in nfd_nfkd() local
/external/python/cpython3/Objects/
Dunicodeobject.c12892 Py_ssize_t osize, squote, dquote, i, o; in unicode_repr() local