Searched refs:set_32 (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/libinstaller/ |
D | setadv.c | 47 set_32((uint32_t *) advbuf, ADV_MAGIC1); in cleanup_adv() 53 set_32((uint32_t *) (advbuf + 4), csum); in cleanup_adv() 54 set_32((uint32_t *) (advbuf + ADV_SIZE - 4), ADV_MAGIC3); in cleanup_adv()
|
D | syslxint.h | 95 static inline void set_32(uint32_t *p, uint32_t v) in set_32() function 114 set_32(&pp[0], v); in set_64() 115 set_32(&pp[1], v >> 32); in set_64() 166 set_32((uint32_t _force *)p, v); in set_32_sl()
|
D | syslxmod.c | 132 set_32(ptr(sbs, &epa->sect1ptr0), sectp[0]); in syslinux_patch() 133 set_32(ptr(sbs, &epa->sect1ptr1), sectp[0] >> 32); in syslinux_patch()
|
/external/syslinux/lzo/ |
D | prepcore.c | 121 static inline void set_32(uint32_t * p, uint32_t v) in set_32() function 325 set_32((uint32_t *) (infile + soff), out_len); in main() 339 set_32((uint32_t *) (infile + soff), offset - start + outfile_len); in main() 340 set_32((uint32_t *) (infile + soff + 4), csum); in main()
|
/external/syslinux/extlinux/ |
D | main.c | 303 set_32(&sbs->bsHugeSectors, totalsectors); in patch_file_and_bootblock() 308 set_32(&sbs->bsHiddenSecs, geo.start); in patch_file_and_bootblock()
|