OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:size_int
(Results
1 - 3
of
3
) sorted by null
/system/media/radio/src/
radio_metadata_hidden.h
47
* |
size_int
| total size in 32 bit units including header and index
80
uint32_t
size_int
; /* Total size in 32 bit word units */
member in struct:radio_metadata_buffer
/external/libbrillo/brillo/streams/
tls_stream.cc
149
int
size_int
= static_cast<int>(std::min(size_to_read, max_int));
local
150
int ret = SSL_read(ssl_.get(), buffer,
size_int
);
186
int
size_int
= static_cast<int>(std::min(size_to_write, max_int));
local
187
int ret = SSL_write(ssl_.get(), buffer,
size_int
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h
5229
#define
size_int
macro
[
all
...]
Completed in 1412 milliseconds