zig/lib/std/os/uefi
Motiejus Jakštys d41111d7ef mem: rename align*Generic to mem.align*
Anecdote 1: The generic version is way more popular than the non-generic
one in Zig codebase:

     git grep -w alignForward | wc -l
    56
     git grep -w alignForwardGeneric | wc -l
    149

     git grep -w alignBackward | wc -l
    6
     git grep -w alignBackwardGeneric | wc -l
    15

Anecdote 2: In my project (turbonss) that does much arithmetic and
alignment I exclusively use the Generic functions.

Anecdote 3: we used only the Generic versions in the Macho Man's linker
workshop.
2023-06-17 12:49:13 -07:00
..
protocols std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
tables [UEFI] Delete unnecessary padding and fix number_of_pages type 2023-01-23 21:05:38 -05:00
pool_allocator.zig mem: rename align*Generic to mem.align* 2023-06-17 12:49:13 -07:00
protocols.zig change uefi packed structs to new integer backed syntax (#13173) 2022-10-30 15:08:32 -04:00
status.zig
tables.zig change uefi packed structs to new integer backed syntax (#13173) 2022-10-30 15:08:32 -04:00