Home
last modified time | relevance | path

Searched refs:set_32 (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/libinstaller/
Dsetadv.c47 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()
Dsyslxint.h95 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()
Dsyslxmod.c132 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/
Dprepcore.c121 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/
Dmain.c303 set_32(&sbs->bsHugeSectors, totalsectors); in patch_file_and_bootblock()
308 set_32(&sbs->bsHiddenSecs, geo.start); in patch_file_and_bootblock()