OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size16
(Results
1 - 14
of
14
) sorted by null
/external/libogg/include/ogg/
config_types.h.in
5
typedef @
SIZE16
@ ogg_int16_t;
Makefile.in
131
SIZE16
= @
SIZE16
@
/external/libogg/
configure.in
213
SIZE16
="int16_t"
216
$ac_cv_sizeof_short)
SIZE16
="short";;
217
$ac_cv_sizeof_int)
SIZE16
="int";;
269
if test -z "$
SIZE16
"; then
291
AC_SUBST(
SIZE16
)
Makefile.in
153
SIZE16
= @
SIZE16
@
configure
875
SIZE16
[
all
...]
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_unittest.cc
56
uint16
size16
= base::HostToNet16(size);
local
57
result.resize(sizeof(
size16
));
58
memcpy(&result[0], &
size16
, sizeof(
size16
));
/external/libogg/win32/
Makefile.in
99
SIZE16
= @
SIZE16
@
Makefile
99
SIZE16
= int16_t
/external/chromium_org/third_party/icu/source/tools/toolutil/
swapimpl.cpp
594
int32_t
size16
= 2; // 16bit plus padding
local
596
int32_t size =
size16
+ sizeStr;
608
ds->swapArray16(ds, inBytes+offset,
size16
, outBytes+offset, pErrorCode);
609
offset+=
size16
;
/external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp
680
int32_t
size16
= 2; // 16bit plus padding
local
682
int32_t size =
size16
+ sizeStr;
694
ds->swapArray16(ds, inBytes+offset,
size16
, outBytes+offset, pErrorCode);
695
offset+=
size16
;
/external/libogg/doc/libogg/
Makefile.in
126
SIZE16
= @
SIZE16
@
/external/libogg/doc/
Makefile.in
135
SIZE16
= @
SIZE16
@
/external/libogg/include/
Makefile.in
125
SIZE16
= @
SIZE16
@
/external/libogg/src/
Makefile.in
153
SIZE16
= @
SIZE16
@
Completed in 686 milliseconds