OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_null
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/
process_singleton_win.cc
112
const std::wstring::size_type
first_null
= msg.find_first_of(L'\0');
local
113
if (
first_null
== 0 ||
first_null
== std::wstring::npos) {
116
", first null = " <<
first_null
;
121
if (msg.substr(0,
first_null
) == L"START") {
126
msg.find_first_of(L'\0',
first_null
+ 1);
128
first_null
== msg.length() - 1 || second_null == msg.length()) {
135
*current_directory = base::FilePath(msg.substr(
first_null
+ 1,
136
second_null -
first_null
));
/external/jemalloc/src/
jemalloc.c
150
unsigned i, choose,
first_null
;
local
153
first_null
= narenas_auto;
165
} else if (
first_null
== narenas_auto) {
175
first_null
= i;
180
||
first_null
== narenas_auto) {
188
ret = arenas_extend(
first_null
);
[
all
...]
Completed in 332 milliseconds