OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_headers_in_buf
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/base/third_party/symbolize/
symbolize.cc
199
const ssize_t
num_headers_in_buf
= len / sizeof(buf[0]);
local
200
SAFE_ASSERT(
num_headers_in_buf
<= sizeof(buf) / sizeof(buf[0]));
201
for (int j = 0; j <
num_headers_in_buf
; ++j) {
207
i +=
num_headers_in_buf
;
Completed in 122 milliseconds