Searched defs:PHAR_SET_32 (Results 1 – 2 of 2) sorted by relevance
1199 # define PHAR_SET_32(destination, source) do { \ in phar_tar_flush() macro1207 # define PHAR_SET_32(destination, source) memcpy(destination, &source, 4) in phar_tar_flush() macro
41 # define PHAR_SET_32(var, value) phar_write_32(var, (uint32_t) (value)); macro
Completed in 9 milliseconds