Searched defs:buffer_end (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Objects/stringlib/
H A Dlocaleutil.h55 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, argument
64 *buffer_end -= thousands_sep_len;
71 (*buffer_end)[i] = thousands_sep[i];
74 memcpy(*buffer_end, thousands_sep, thousands_sep_len);
78 *buffer_end -= n_chars;
80 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
82 *buffer_end -= n_zeros;
83 STRINGLIB_FILL(*buffer_end, '0', n_zeros);
131 STRINGLIB_CHAR *buffer_end = NULL; local
144 buffer_end
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
H A Dlocaleutil.h66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, argument
75 *buffer_end -= thousands_sep_len;
82 (*buffer_end)[i] = thousands_sep[i];
85 memcpy(*buffer_end, thousands_sep, thousands_sep_len);
89 *buffer_end -= n_chars;
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
93 *buffer_end -= n_zeros;
94 STRINGLIB_FILL(*buffer_end, '0', n_zeros);
142 STRINGLIB_CHAR *buffer_end = NULL; local
155 buffer_end
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dkeyboard.c312 uint16_t buffer_start, buffer_end, buffer_head, buffer_tail, temp_tail; local
316 buffer_end = 0x003E;
319 buffer_end = read_word(0x0040, 0x0082);
327 if (buffer_tail >= buffer_end)
540 uint16_t buffer_start, buffer_end, buffer_head, buffer_tail; local
545 buffer_end = 0x003E;
548 buffer_end = read_word(0x0040, 0x0082);
563 if (buffer_head >= buffer_end)

Completed in 114 milliseconds