OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uint16
(Results
126 - 150
of
723
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.h
34
uint16
items,
84
uint16
items_;
/external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.h
50
bool ReadUInt16(
uint16
* val);
58
void WriteUInt16(
uint16
val);
bytebuffer.cc
74
bool ByteBuffer::ReadUInt16(
uint16
* val) {
77
uint16
v;
148
void ByteBuffer::WriteUInt16(
uint16
val) {
149
uint16
v = HostToNetwork16(val);
/external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc
42
RtpDumpFileHeader::RtpDumpFileHeader(uint32 start_ms, uint32 s,
uint16
p)
66
bool RtpDumpPacket::GetRtpSeqNum(
uint16
* seq_num) const {
113
uint16
dump_packet_len;
114
uint16
data_len;
222
uint16
rtp_seq_num = 0;
265
uint16
sequence = 0;
310
buf.WriteUInt16(static_cast<
uint16
>(RtpDumpPacket::kHeaderLength + data_len));
311
buf.WriteUInt16(static_cast<
uint16
>(rtcp ? 0 : data_len));
/external/neven/Embedded/common/src/b_APIEm/
Functions.c
289
uint32 bpi_memWriteCsa16(
uint16
* memPtrA, uint32 memSizeA,
uint16
chkSumA )
291
uint16
* memPtrL = memPtrA - memSizeA + 1;
293
uint16
sumL = 0;
294
uint16
csaL = 0;
299
uint16
valL = 0;
310
uint32 bpi_memReadCsa16( const
uint16
* memPtrA )
312
return bbs_SIZEOF16(
uint16
);
/external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c
38
uint16
* histoPtrA,
42
uint16
* dstPtrL;
65
uint16
* histoPtrA,
71
uint16
* dstPtrL;
116
const
uint16
* histoPtrA )
121
const
uint16
* histoArrPtrL;
164
uint16
histogramL[ 256 ];
175
uint16
histogramL[ 256 ];
/external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h
44
Uint16
format; /* Audio data format */
47
Uint16
samples; /* Audio buffer size in samples (power of 2) */
48
Uint16
padding; /* Necessary for some compile environments */
83
Uint16
src_format; /* Source audio format */
84
Uint16
dst_format; /* Target audio format */
91
void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt,
Uint16
format);
209
Uint16
src_format, Uint8 src_channels, int src_rate,
210
Uint16
dst_format, Uint8 dst_channels, int dst_rate);
SDL_rwops.h
122
extern DECLSPEC
Uint16
SDLCALL SDL_ReadLE16(SDL_RWops *src);
123
extern DECLSPEC
Uint16
SDLCALL SDL_ReadBE16(SDL_RWops *src);
130
extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst,
Uint16
value);
131
extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst,
Uint16
value);
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macmouse.c
108
void Mac_WarpWMCursor(_THIS,
Uint16
x,
Uint16
y)
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h
44
Uint16
format; /* Audio data format */
47
Uint16
samples; /* Audio buffer size in samples (power of 2) */
48
Uint16
padding; /* Necessary for some compile environments */
83
Uint16
src_format; /* Source audio format */
84
Uint16
dst_format; /* Target audio format */
91
void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt,
Uint16
format);
209
Uint16
src_format, Uint8 src_channels, int src_rate,
210
Uint16
dst_format, Uint8 dst_channels, int dst_rate);
SDL_rwops.h
122
extern DECLSPEC
Uint16
SDLCALL SDL_ReadLE16(SDL_RWops *src);
123
extern DECLSPEC
Uint16
SDLCALL SDL_ReadBE16(SDL_RWops *src);
130
extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst,
Uint16
value);
131
extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst,
Uint16
value);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h
44
Uint16
format; /* Audio data format */
47
Uint16
samples; /* Audio buffer size in samples (power of 2) */
48
Uint16
padding; /* Necessary for some compile environments */
83
Uint16
src_format; /* Source audio format */
84
Uint16
dst_format; /* Target audio format */
91
void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt,
Uint16
format);
209
Uint16
src_format, Uint8 src_channels, int src_rate,
210
Uint16
dst_format, Uint8 dst_channels, int dst_rate);
SDL_rwops.h
122
extern DECLSPEC
Uint16
SDLCALL SDL_ReadLE16(SDL_RWops *src);
123
extern DECLSPEC
Uint16
SDLCALL SDL_ReadBE16(SDL_RWops *src);
130
extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst,
Uint16
value);
131
extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst,
Uint16
value);
/prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h
50
Uint16
format; /* Audio data format */
53
Uint16
samples; /* Audio buffer size in samples (power of 2) */
54
Uint16
padding; /* Necessary for some compile environments */
89
Uint16
src_format; /* Source audio format */
90
Uint16
dst_format; /* Target audio format */
97
void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt,
Uint16
format);
215
Uint16
src_format, Uint8 src_channels, int src_rate,
216
Uint16
dst_format, Uint8 dst_channels, int dst_rate);
/prebuilt/windows/sdl/include/SDL/
SDL_audio.h
44
Uint16
format; /* Audio data format */
47
Uint16
samples; /* Audio buffer size in samples (power of 2) */
48
Uint16
padding; /* Necessary for some compile environments */
83
Uint16
src_format; /* Source audio format */
84
Uint16
dst_format; /* Target audio format */
91
void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt,
Uint16
format);
209
Uint16
src_format, Uint8 src_channels, int src_rate,
210
Uint16
dst_format, Uint8 dst_channels, int dst_rate);
/external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.h
35
uint16
port,
/external/chromium/chrome/browser/importer/
importer_data_types.h
40
uint16
services_supported; // Bitmask of ImportItem.
/external/chromium/net/base/
host_port_pair.cc
16
HostPortPair::HostPortPair(const std::string& in_host,
uint16
in_port)
ssl_cipher_suite_names.h
21
uint16
cipher_suite);
ssl_cipher_suite_names_generate.go
34
value
uint16
139
lastValue :=
uint16
(0)
141
fmt.Printf("struct CipherSuite {\n
uint16
cipher_suite, encoded;\n};\n\n")
149
value :=
uint16
(fromHex(r.Value[2])<<12 | fromHex(r.Value[3])<<8 | fromHex(r.Value[7])<<4 | fromHex(r.Value[8]))
/external/chromium/net/disk_cache/
hash.cc
6
typedef
uint16
uint16_t;
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarievents_c.h
61
extern
Uint16
SDL_AtariToUnicodeTable[256];
SDL_atarimxalloc.c
40
void *Atari_SysMalloc(Uint32 size,
Uint16
alloc_type)
SDL_atarimxalloc_c.h
43
extern void *Atari_SysMalloc(Uint32 size,
Uint16
alloc_type);
/external/v8/src/
bytecodes-irregexp.h
68
V(CHECK_CHAR, 24, 8) /* bc8 pad8
uint16
addr32 */ \
70
V(CHECK_NOT_CHAR, 26, 8) /* bc8 pad8
uint16
addr32 */ \
72
V(AND_CHECK_CHAR, 28, 12) /* bc8 pad8
uint16
uint32 addr32 */ \
74
V(AND_CHECK_NOT_CHAR, 30, 12) /* bc8 pad8
uint16
uint32 addr32 */ \
Completed in 884 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>