Searched defs:la (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.c22 short la[100]; local
23 return 123 + addup_wrongly(la);
/external/clang/test/CodeGen/
H A Dasm.c176 unsigned int la = a; local
180 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) :
188 unsigned int la = a; local
191 __asm__ ("0:\n1:\n" : [res] "=la"(res) : [la] "0"(la), [lb] "c"(lb) :
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DURLParser.java98 protected static boolean isUserUnreserved(char la) { argument
99 switch (la) {
258 char la = lexer.lookAhead(0);
259 if (isUnreserved(la)) {
261 return Lexer.charAsString(la);
262 } else if (isReserved(la)) {
264 return Lexer.charAsString(la);
286 char la = lexer.lookAhead(0);
291 } else if (isUnreserved(la)) {
293 return Lexer.charAsString(la);
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c97 long double la; local
106 la = a;
108 printf("(long double)%f = %Lf\n", a, la);
110 printf("la=%016Lx %04x\n", *(long long *)&la,
111 *(unsigned short *)((char *)(&la) + 8));
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c87 long double la; local
96 la = a;
98 printf("(long double)%f = %Lf\n", a, la);
100 printf("la=%016llx %04x\n", *(long long *)&la,
101 *(unsigned short *)((char *)(&la) + 8));
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3inputstream.c43 static ANTLR3_UCHAR antlr38BitLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
44 static ANTLR3_UCHAR antlr38BitLA_ucase (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
75 static ANTLR3_UCHAR antlr3UTF16LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
77 static ANTLR3_UCHAR antlr3UTF16LALE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
79 static ANTLR3_UCHAR antlr3UTF16LABE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
93 static ANTLR3_UCHAR antlr3UTF32LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
94 static ANTLR3_UCHAR antlr3UTF32LALE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
95 static ANTLR3_UCHAR antlr3UTF32LABE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
107 static ANTLR3_UCHAR antlr3UTF8LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
112 static ANTLR3_UCHAR antlr3EBCDICLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
350 antlr38BitLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
377 antlr38BitLA_ucase(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
857 antlr3UTF16LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1137 antlr3UTF16LALE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1358 antlr3UTF16LABE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1667 antlr3UTF32LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1691 antlr3UTF32LALE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1722 antlr3UTF32LABE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1870 antlr3UTF8LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
2034 antlr3EBCDICLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
[all...]
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c617 long double la; local
626 la = a;
628 printf("(long double)%f = %Lf\n", a, la);
630 printf("la=%016Lx %04x\n", *(long long *)&la,
631 *(unsigned short *)((char *)(&la) + 8));
H A Dtest-i386.c579 long double la; local
588 la = a;
590 printf("(long double)%f = %Lf\n", a, la);
592 printf("la=%016Lx %04x\n", *(long long *)&la,
593 *(unsigned short *)((char *)(&la) + 8));
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c303 int la, lb; local
305 la = a->length;
311 while (la > 0 && isspace(*pa))
313 la--;
323 while (la > 0 && isspace(pa[la-1]))
324 la--;
329 while (la > 0 && lb > 0)
340 la--; lb--;
342 if (la <
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c2449 static HB_Error Load_LigatureArray( HB_LigatureArray* la, argument
2466 count = la->LigatureCount = GET_UShort();
2470 la->LigatureAttach = NULL;
2472 if ( ALLOC_ARRAY( la->LigatureAttach, count, HB_LigatureAttach ) )
2475 lat = la->LigatureAttach;
2505 static void Free_LigatureArray( HB_LigatureArray* la, argument
2513 if ( la->LigatureAttach )
2515 count = la->LigatureCount;
2516 lat = la->LigatureAttach;
2634 HB_LigatureArray* la; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp197 void* operator new(size_t size, LinearAllocator* la) { argument
198 return la->alloc(size);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 267 milliseconds