OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:size16
(Results
1 - 4
of
4
) sorted by null
/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
;
/toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c
1672
int
size16
= (x & SIZE) == L_16;
local
[
all
...]
/external/webrtc/webrtc/modules/include/
module_common_types.h
339
const uint16_t
size16
= static_cast<uint16_t>(size);
local
340
if (fragmentationVectorSize <
size16
) {
345
fragmentationOffset = new size_t[
size16
];
347
sizeof(size_t) * (
size16
- oldVectorSize));
356
fragmentationLength = new size_t[
size16
];
358
sizeof(size_t) * (
size16
- oldVectorSize));
366
fragmentationTimeDiff = new uint16_t[
size16
];
368
sizeof(uint16_t) * (
size16
- oldVectorSize));
376
fragmentationPlType = new uint8_t[
size16
];
378
sizeof(uint8_t) * (
size16
- oldVectorSize))
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h
337
Size16
,
558
unsigned int
size16
:1;
member in struct:i386_opcode_modifier
Completed in 133 milliseconds