OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c2
(Results
726 - 750
of
1127
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/third_party/icu/source/common/
ucnv2022.c
[
all
...]
/external/icu4c/common/
ucnv2022.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp
508
UChar
c2
;
local
529
for(
c2
=0xdc00;
c2
<=0xdfff; ++
c2
) {
531
*s++=
c2
;
[
all
...]
/external/dnsmasq/src/
rfc1035.c
149
unsigned char c1 = *cp,
c2
= *p;
local
158
if (
c2
>= 'A' &&
c2
<= 'Z')
159
c2
+= 'a' - 'A';
161
if (c1 !=
c2
)
[
all
...]
/external/expat/lib/
xmltok.c
927
char
c2
= *s2++;
local
930
if (ASCII_a <=
c2
&&
c2
<= ASCII_z)
931
c2
+= ASCII_A - ASCII_a;
932
if (c1 !=
c2
)
[
all
...]
/external/icu4c/test/intltest/
convtest.cpp
535
UChar
c2
;
local
556
for(
c2
=0xdc00;
c2
<=0xdfff; ++
c2
) {
558
*s++=
c2
;
[
all
...]
/external/skia/tests/
MatrixTest.cpp
390
SkScalar
c2
= rotation2.fX;
local
395
scaleX*c1*
c2
- scaleY*s1*s2) &&
397
-scaleX*s1*
c2
- scaleY*c1*s2) &&
399
scaleX*c1*s2 + scaleY*s1*
c2
) &&
401
-scaleX*s1*s2 + scaleY*c1*
c2
);
/external/valgrind/main/helgrind/
hg_intercepts.c
[
all
...]
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp
260
char
c2
= tolower(iv.c_str()[3 + 2 * i]);
local
261
if (!isxdigit(c1) || !isxdigit(
c2
)) {
266
uint8_t nibble2 = isdigit(
c2
) ?
c2
- '0' :
c2
- 'a' + 10;
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py
[
all
...]
/external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.cc
[
all
...]
/external/libvorbis/lib/
psy.c
70
float *
c2
){
72
for(i=0;i<EHMER_MAX;i++)if(
c2
[i]<c[i])c[i]=
c2
[i];
75
float *
c2
){
77
for(i=0;i<EHMER_MAX;i++)if(
c2
[i]>c[i])c[i]=
c2
[i];
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc
544
bool CodecMatches(const typename T::Codec& c1, const typename T::Codec&
c2
) {
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java
192
Context
c2
= mInstrumentation.getTargetContext();
local
193
assertNotSame(c1.getPackageName(),
c2
.getPackageName());
/external/chromium_org/base/
file_util_unittest.cc
830
FindResultCollector
c2
(f2);
831
EXPECT_TRUE(
c2
.HasFile(file_name));
832
EXPECT_EQ(
c2
.size(), 1);
[
all
...]
/external/chromium_org/third_party/icu/source/io/
ustdio.c
55
#define IS_COMBINED_STRING_DELIMITER(c1,
c2
) \
56
(UBool)((c1) == DELIM_CR && (
c2
) == DELIM_LF)
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h
462
UChar
c2
='m';
local
464
scan_idx = uScan_STRING.indexOf(
c2
);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c
518
int
c2
= (x0 > z0) ? 16 : 0;
local
523
int c = c1 +
c2
+ c3 + c4 + c5 + c6;
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc
396
static bool IsOneOf(char c, char c1, char
c2
) {
397
return c == c1 || c ==
c2
;
/external/icu4c/io/
ustdio.c
55
#define IS_COMBINED_STRING_DELIMITER(c1,
c2
) \
56
(UBool)((c1) == DELIM_CR && (
c2
) == DELIM_LF)
/external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp
193
int32_t
c2
=(uint8_t)*s2++;
local
194
cmp=c1-
c2
;
/external/icu4c/test/perf/ustrperf/
stringperf.h
464
UChar
c2
='m';
local
466
scan_idx = uScan_STRING.indexOf(
c2
);
/external/mesa3d/src/mesa/program/
prog_noise.c
518
int
c2
= (x0 > z0) ? 16 : 0;
local
523
int c = c1 +
c2
+ c3 + c4 + c5 + c6;
/external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp
197
c2
-> c200
Completed in 1451 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>