Lines Matching full:fills
42 Fills a target buffer with a byte value, and returns the target buffer.
44 This function fills Length bytes of Buffer with Value, and returns Buffer.
64 Fills a target buffer with a 16-bit value, and returns the target buffer.
66 This function fills Length bytes of Buffer with the 16-bit value specified by
91 Fills a target buffer with a 32-bit value, and returns the target buffer.
93 This function fills Length bytes of Buffer with the 32-bit value specified by
118 Fills a target buffer with a 64-bit value, and returns the target buffer.
120 This function fills Length bytes of Buffer with the 64-bit value specified by
145 Fills a target buffer with a value that is size UINTN, and returns the target buffer.
147 This function fills Length bytes of Buffer with the UINTN sized value specified by
172 Fills a target buffer with zeros, and returns the target buffer.
174 This function fills Length bytes of Buffer with zeros, and returns Buffer.