OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_buf_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/tools/flip_server/
balsa_headers.cc
696
size_t
write_buf_size
= whitespace_4_idx_ - non_whitespace_1_idx_ + 2;
local
703
write_buf_size
+= line.key_end_idx - line.first_char_idx + 2;
705
write_buf_size
+= line.last_char_idx - line.value_begin_idx + 2;
709
return
write_buf_size
+ 2;
[
all
...]
/external/opencv/cxcore/src/
cxpersistence.cpp
4500
int
write_buf_size
;
local
[
all
...]
Completed in 28 milliseconds