HomeSort by relevance Sort by last modified time
    Searched defs:word_length (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/processor/
stackwalk_common.cc 123 int word_length = 0; local
126 word_length = 4;
136 word_length = 8;
148 word_length = 4;
158 word_length = 8;
170 if (!word_length || !stack_begin || !stack_end)
177 if (word_length == 4)
203 address += word_length) {
207 if (word_length == 4) {
225 if (word_length == 4)
    [all...]
minidump.cc 333 size_t word_length = UTF16codeunits(utf16_data, max_word_length); local
334 if (word_length > 0) {
335 size_t byte_length = word_length * sizeof(utf16_data[0]);
336 vector<uint16_t> utf16_vector(word_length);
    [all...]

Completed in 97 milliseconds