OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n16
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
bytebuffer_unittest.cc
20
uint16_t
n16
= 1;
local
24
EXPECT_EQ(
n16
, NetworkToHost16(HostToNetwork16(
n16
)));
30
EXPECT_EQ(
n16
, HostToNetwork16(
n16
));
35
EXPECT_EQ(
n16
>> 8, GetBE16(&
n16
));
40
EXPECT_NE(
n16
, HostToNetwork16(
n16
));
45
EXPECT_EQ(GetBE16(&
n16
), HostToNetwork16(n16))
[
all
...]
/external/regex-re2/re2/
make_unicode_groups.py
27
n16
= 0
variable
70
global
n16
72
n16
+= len(range16)
101
print "// %d 16-bit ranges, %d 32-bit ranges" % (
n16
, n32)
/external/svox/pico/lib/
picoos.c
1438
picoos_uint16
n16
;
local
[
all
...]
Completed in 68 milliseconds