OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_bytes
(Results
1 - 3
of
3
) sorted by null
/external/qemu/slirp/
if.h
51
u_int
in_bytes
; /* Input bytes */
member in struct:slirp_ifstats
/external/qemu/slirp-android/
if.h
51
u_int
in_bytes
; /* Input bytes */
member in struct:slirp_ifstats
/packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp
232
int8_t*
in_bytes
= static_cast<int8_t*>(in_buf);
local
235
in_bytes
+= off;
241
written = w_ptr->write(
in_bytes
, in_len);
257
int8_t*
in_bytes
= static_cast<int8_t*>(in_buf);
local
265
read = r_ptr->read(
in_bytes
, off, in_len);
Completed in 394 milliseconds