Searched refs:la (Results 1 - 25 of 174) sorted by relevance

1234567

/external/libvorbis/examples/
H A DMakefile.am16 decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la
19 encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la
22 chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
25 vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
28 seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
/external/f2fs-tools/lib/
H A DMakefile.am3 lib_LTLIBRARIES = libf2fs.la
/external/nist-sip/java/gov/nist/core/
H A DHostNameParser.java105 char la = lexer.lookAhead(0);
108 if (LexerCore.isHexDigit(la) || la == '.' || la == ':'
109 || la == '[' ) {
111 retval.append(la);
112 } else if (la == ']') {
114 retval.append(la);
116 } else if (la == '%'){
148 char la
[all...]
/external/chromium_org/sdch/open-vcdiff/
H A DMakefile.am60 noinst_LTLIBRARIES += libgflags.la
70 noinst_LTLIBRARIES += libgtest_main.la
100 noinst_LTLIBRARIES += libvcdecoder_test_common.la
103 libvcdecoder_test_common_la_LIBADD = libvcddec.la libgtest_main.la
106 lib_LTLIBRARIES += libvcdcom.la
124 lib_LTLIBRARIES += libvcddec.la
131 libvcddec_la_LIBADD = libvcdcom.la
134 lib_LTLIBRARIES += libvcdenc.la
150 libvcdenc_la_LIBADD = libvcdcom.la
[all...]
/external/libvorbis/test/
H A DMakefile.am13 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAddressParser.java99 char la = lexer.lookAhead(k);
100 if (la == '<'
101 || la == '\"'
102 || la == ':'
103 || la == '/')
105 else if (la == '\0')
110 char la = lexer.lookAhead(k);
111 if (la == '<' || la == '\"') {
113 } else if (la
[all...]
H A DAddressParametersParser.java58 char la = this.lexer.lookAhead(0);
60 la != '\0' &&
61 la != '\n' &&
H A DChallengeParser.java99 char la = lexer.lookAhead(0);
100 if (la == '\n' || la == '\0')
H A DRecordRouteParser.java78 char la = lexer.lookAhead(0);
79 if (la == ',') {
82 } else if (la == '\n')
H A DRouteParser.java74 char la = lexer.lookAhead(0);
75 if (la == ',') {
78 } else if (la == '\n')
H A DContactParser.java73 char la = lexer.lookAhead(0);
74 if (la == ',') {
77 } else if (la == '\n' || la == '\0')
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl73 la $XX[0],1($XX[0])
86 la $YY,0($YY,$TX[0]) # $i
88 la $XX[1],1($XX[0])
105 la $TX[1],0($TX[0])
107 la $TY,0($TY,$TX[0])
116 la $inp,8($inp)
120 la $out,8($out)
131 la $YY,0($YY,$TX[0])
141 la $inp,1($inp)
146 la
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl73 la $XX[0],1($XX[0])
86 la $YY,0($YY,$TX[0]) # $i
88 la $XX[1],1($XX[0])
105 la $TX[1],0($TX[0])
107 la $TY,0($TY,$TX[0])
116 la $inp,8($inp)
120 la $out,8($out)
131 la $YY,0($YY,$TX[0])
141 la $inp,1($inp)
146 la
[all...]
/external/f2fs-tools/mkfs/
H A DMakefile.am7 mkfs_f2fs_LDADD = ${libuuid_LIBS} $(top_builddir)/lib/libf2fs.la
/external/harfbuzz_ng/src/hb-ucdn/
H A DMakefile.am3 noinst_LTLIBRARIES = libhb-ucdn.la
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.c22 short la[100]; local
23 return 123 + addup_wrongly(la);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save_loopback.c92 const struct loopback_attr *la, GLuint nr )
119 const GLfloat *tmp = data + la[0].sz;
122 la[k].func( ctx, la[k].target, tmp );
123 tmp += la[k].sz;
128 la[0].func( ctx, VBO_ATTRIB_POS, data );
167 struct loopback_attr la[VBO_ATTRIB_MAX]; local
175 la[nr].target = i;
176 la[nr].sz = attrsz[i];
177 la[n
87 loopback_prim( struct gl_context *ctx, const GLfloat *buffer, const struct _mesa_prim *prim, GLuint wrap_count, GLuint vertex_size, const struct loopback_attr *la, GLuint nr ) argument
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_loopback.c92 const struct loopback_attr *la, GLuint nr )
119 const GLfloat *tmp = data + la[0].sz;
122 la[k].func( ctx, la[k].target, tmp );
123 tmp += la[k].sz;
128 la[0].func( ctx, VBO_ATTRIB_POS, data );
167 struct loopback_attr la[VBO_ATTRIB_MAX]; local
175 la[nr].target = i;
176 la[nr].sz = attrsz[i];
177 la[n
87 loopback_prim( struct gl_context *ctx, const GLfloat *buffer, const struct _mesa_prim *prim, GLuint wrap_count, GLuint vertex_size, const struct loopback_attr *la, GLuint nr ) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Ds390x-mont.pl92 la $bp,0($num,$bp)
114 la $rp,0($rp,$sp)
115 la $sp,0($j,$rp) # alloca
119 la $bp,0($j,$bp) # restore $bp
141 la $j,8(%r0) # j=1
163 la $j,8($j) # j++
171 la $bp,8($bp) # bp++
193 la $j,8(%r0) # j=1
217 la $j,8($j) # j++
229 la
[all...]
/external/cmockery/cmockery_0_1_2/
H A DMakefile.am47 lib_LTLIBRARIES += libcmockery.la
61 calculator_test_LDADD = libcmockery.la
67 allocate_module_test_LDADD = libcmockery.la
73 assert_macro_test_LDADD = libcmockery.la
80 customer_database_test_LDADD = libcmockery.la
86 key_value_test_LDADD = libcmockery.la
94 product_database_test_LDADD = libcmockery.la
99 run_tests_LDADD = libcmockery.la
/external/openssl/crypto/bn/asm/
H A Ds390x-mont.pl92 la $bp,0($num,$bp)
114 la $rp,0($rp,$sp)
115 la $sp,0($j,$rp) # alloca
119 la $bp,0($j,$bp) # restore $bp
141 la $j,8(%r0) # j=1
163 la $j,8($j) # j++
171 la $bp,8($bp) # bp++
193 la $j,8(%r0) # j=1
217 la $j,8($j) # j++
229 la
[all...]
/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/f2fs-tools/fsck/
H A DMakefile.am7 fsck_f2fs_LDADD = ${libuuid_LIBS} $(top_builddir)/lib/libf2fs.la
/external/libedit/
H A DAndroid.mk18 $(LOCAL_PATH)/lib/libedit.la: $(wildcard $(LOCAL_PATH)/src/*) $(LOCAL_PATH)/config.h
22 $(PREBUILT_ARCH_ROOT)/lib/libedit.la: $(LOCAL_PATH)/lib/libedit.la
35 $(PREBUILT_ARCH_ROOT)/lib/libedit.la
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPVisitedNetworkIDParser.java104 char la = lexer.lookAhead(0);
105 if (la == ',') {
108 } else if (la == '\n')
111 throw createParseException("unexpected char = " + la);

Completed in 752 milliseconds

1234567