HomeSort by relevance Sort by last modified time
    Searched refs:alloced (Results 1 - 8 of 8) sorted by null

  /external/boringssl/src/crypto/err/
err.c 667 size_t alloced, new_len, len = 0, substr_len; local
672 alloced = 80;
673 buf = OPENSSL_malloc(alloced + 1);
686 if (new_len > alloced) {
689 if (alloced + 20 + 1 < alloced) {
695 alloced = new_len + 20;
696 new_buf = OPENSSL_realloc(buf, alloced + 1);
  /external/u-boot/tools/
proftool.c 111 int alloced; local
113 for (linenum = 1, alloced = func_count = 0;; linenum++) {
133 if (func_count == alloced) {
134 alloced += 256;
136 sizeof(struct func_info) * alloced);
  /external/u-boot/drivers/pci/
pci_rom.c 239 bool emulate, alloced; local
256 ret = pci_rom_load(rom, &ram, &alloced);
320 if (alloced)
  /external/python/cpython3/Objects/
listobject.c 1131 * alloced entries.
1134 Py_ssize_t alloced; member in struct:s_MergeState
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 1378 Py_ssize_t alloced; member in struct:s_MergeState
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 1378 Py_ssize_t alloced; member in struct:s_MergeState
    [all...]
  /external/python/cpython2/Objects/
listobject.c 1378 Py_ssize_t alloced; member in struct:s_MergeState
    [all...]
  /external/boringssl/src/ssl/
ssl_x509.cc 1177 int alloced = 0; local
    [all...]

Completed in 165 milliseconds