OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:data_pos
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h
36
unsigned
data_pos
;
member in struct:nouveau_decoder
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h
36
unsigned
data_pos
;
member in struct:nouveau_decoder
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
541
string::size_type
data_pos
= 0;
local
543
while (
data_pos
< data_.size()) {
552
data_.find_first_of('\n',
data_pos
) + 1 -
data_pos
;
553
memcpy(target_ptr, data_.data() +
data_pos
, line_length);
555
data_pos
+= line_length;
[
all
...]
/external/libpng/contrib/tools/
pngfix.c
868
fpos_t
data_pos
; /* Position of first byte of chunk data */
member in struct:file
[
all
...]
Completed in 191 milliseconds