Searched refs:grow (Results 1 – 12 of 12) sorted by relevance
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 72 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/ |
D | nanoapp_sign.c | 328 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/google/cuttlefish/host/commands/assemble_cvd/ |
D | cf_bpttool.py | 722 self.grow = False 747 self.grow = value 807 if not self.grow: 1002 'true' if p.grow else 'false', 1324 if p.grow:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | dictnotes.txt | 131 dictionary can grow (and may *require* resizing), other operations
|
D | listsort.txt | 336 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/ |
D | dictnotes.txt | 131 dictionary can grow (and may *require* resizing), other operations
|
D | listsort.txt | 339 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/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_SUMMARY.txt | 899 size of the report can grow geometrically
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 1167 size of the report can grow geometrically
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_SUMMARY.txt | 899 size of the report can grow geometrically
|
D | CHANGES_FROM_133_before_mr13.txt | 1167 size of the report can grow geometrically
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | firmware-design.rst | 1537 linker scripts to check that the image doesn't grow past that address. If that
|