Searched defs:ch1 (Results 1 - 25 of 40) sorted by relevance

12

/external/libjpeg-turbo/
H A Drdswitch.c398 char ch1, ch2; local
403 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3)
405 if ((ch1 != 'x' && ch1 != 'X') || ch2 != ',') /* syntax check */
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java187 public boolean isInEncoding(char ch1) { argument
189 int codePoint = Encodings.toCodePoint(ch1);
202 ret = m_before.isInEncoding(ch1);
215 ret = m_after.isInEncoding(ch1);
226 ret = inEncoding(ch1, m_encoding);
/external/e2fsprogs/misc/
H A Dutil.c40 int ch1 = *s1++, ch2 = *s2++; local
41 if (isupper (ch1))
42 ch1 = tolower (ch1);
45 if (ch1 != ch2)
46 return ch1 - ch2;
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_system.cpp47 FX_CHAR ch1 = 0, ch2 = 0; local
49 ch1 = (FX_CHAR)FX_tolower(*s1++);
51 if (ch1 != ch2) {
55 return ch1 - ch2;
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp209 FX_CHAR ch1 = 0, ch2 = 0; local
211 ch1 = (FX_CHAR)FXSYS_tolower(*s1++);
213 if (ch1 != ch2) {
217 return ch1 - ch2;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h378 boolean ch0, boolean ch1, boolean ch2, boolean ch3)
382 mask[1] = ch1 ? ~0 : 0;
377 tgsi_set_exec_mask(struct tgsi_exec_machine *mach, boolean ch0, boolean ch1, boolean ch2, boolean ch3) argument
/external/fio/
H A Doptions.c3805 char *ch1, *ch2, *env; local
3821 ch1 = inptr+2;
3825 env = getenv(ch1);
/external/libvorbis/lib/
H A Dvorbisfile.c2035 int ch1, int ch2,
2047 for(j=0;j<ch1 && j<ch2;j++){
2201 int n1,n2,ch1,ch2,hs; local
2210 ch1=vi->channels;
2217 lappcm=alloca(sizeof(*lappcm)*ch1);
2218 for(i=0;i<ch1;i++)
2238 _ov_splice(pcm,lappcm,n1,n2,ch1,ch2,w1,w2);
2262 int n1,n2,ch1,ch2,hs; local
2271 ch1=vi->channels;
2278 lappcm=alloca(sizeof(*lappcm)*ch1);
2033 _ov_splice(float **pcm,float **lappcm, int n1, int n2, int ch1, int ch2, float *w1, float *w2) argument
[all...]
/external/valgrind/memcheck/
H A Dmc_leakcheck.c1833 MC_Chunk* ch1 = lc_chunks[i]; local
1836 Addr start1 = ch1->data;
1838 Addr end1 = ch1->data + ch1->szB - 1;
1840 Bool isCustom1 = ch1->allockind == MC_AllocCustom;
1870 VG_(pp_ExeContext)( MC_(allocated_at)(ch1));
/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc151 typename T::MediaChannel* ch1, typename T::MediaChannel* ch2,
153 media_channel1_ = ch1;
155 channel1_.reset(CreateChannel(thread, &media_engine_, ch1,
150 CreateChannels( typename T::MediaChannel* ch1, typename T::MediaChannel* ch2, int flags1, int flags2, rtc::Thread* thread) argument
/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc571 // This connects the provided channels which have already started. |ch1|
574 void ConnectStartedChannels(TestChannel* ch1, TestChannel* ch2) { argument
575 ASSERT_TRUE(ch1->conn());
576 EXPECT_TRUE_WAIT(ch1->conn()->connected(), kTimeout); // for TCP connect
577 ch1->Ping();
581 ch2->AcceptConnection(GetCandidate(ch1->port()));
590 void StartConnectAndStopChannels(TestChannel* ch1, TestChannel* ch2) { argument
592 ch1->Start();
595 ch1->CreateConnection(GetCandidate(ch2->port()));
596 ConnectStartedChannels(ch1, ch
605 DisconnectTcpTestChannels(TestChannel* ch1, TestChannel* ch2) argument
[all...]
/external/elfutils/src/
H A Dldgeneric.c4267 char ch1 = tolower (cp[0]); local
4270 *dp++ = (((isdigit (ch1) ? ch1 - '0' : ch1 - 'a' + 10) << 4)
/external/libxml2/
H A Dxpath.c931 int ch1; /* First child */ member in struct:_xmlXPathStepOp
1074 * @ch1: first child index
1088 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, argument
1109 comp->steps[comp->nbStep].ch1 = ch1;
1159 tmp = op->ch1;
1160 op->ch1 = op->ch2;
1177 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \
1178 xmlXPathCompExprAdd(ctxt->comp, (ch1), (ch2), (op), \
1647 if (op->ch1 >
[all...]
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c2636 /*OUT*/HChar* ch1,
2644 *ch1 = *ch2 = *ch3 = '.';
2670 *ch1 = m3 == (firstcond & 1) ? 't' : 'e';
2679 *ch1 = m3 == (firstcond & 1) ? 't' : 'e';
2689 *ch1 = m3 == (firstcond & 1) ? 't' : 'e';
2635 compute_ITSTATE( UInt* itstate, HChar* ch1, HChar* ch2, HChar* ch3, UInt firstcond, UInt mask ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-io.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 946 milliseconds

12