Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/lib/nanohub/
Dnanoapp.c72 uint32_t len = 0, grow = 16384, total = 0; in loadFile() local
81 len += grow; dst = reallocOrDie(dst, len); in loadFile()
83 block = fread(dst + total, 1, grow, f); in loadFile()
85 } while (block == grow); in loadFile()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c328 uint32_t grow = sizeof(*secHdr); in handleSign() local
331 buf = reallocOrDie(buf, bufUsed + grow); in handleSign()
338 memmove((uint8_t*)&image[1] + grow, &image[1], bufUsed - sizeof(*image)); in handleSign()
340 bufUsed += grow; in handleSign()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt131 dictionary can grow (and may *require* resizing), other operations
Dlistsort.txt336 the pending-run lengths grow at least as fast as the Fibonacci numbers.
337 Therefore the stack can never grow larger than about log_base_phi(N) entries,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt131 dictionary can grow (and may *require* resizing), other operations
Dlistsort.txt339 the pending-run lengths grow at least as fast as the Fibonacci numbers.
340 Therefore the stack can never grow larger than about log_base_phi(N) entries,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt899 size of the report can grow geometrically
DCHANGES_FROM_133_before_mr13.txt1167 size of the report can grow geometrically
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt899 size of the report can grow geometrically
DCHANGES_FROM_133_BEFORE_MR13.txt1167 size of the report can grow geometrically
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.md1246 linker scripts to check that the image doesn't grow past that address. If that