OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:item_next
(Results
1 - 1
of
1
) sorted by null
/external/google-breakpad/src/client/linux/minidump_writer/
cpu_set.h
81
const char*
item_next
=
local
83
if (
item_next
!= NULL) {
84
p =
item_next
+ 1;
85
item_len = static_cast<size_t>(
item_next
- item);
88
item_next
= p_end;
92
while (
item_next
> item && my_isspace(
item_next
[-1]))
93
item_next
--;
96
if (
item_next
== item)
Completed in 830 milliseconds