HomeSort by relevance Sort by last modified time
    Searched refs:ln (Results 126 - 150 of 386) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/yaffs2/yaffs2/utils/
Makefile 41 ln -s ../$@ $@
  /external/tremolo/Tremolo/
floor0.c 145 void vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln,
160 ogg_uint32_t imap= (1UL<<31) / ln;
172 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12;
335 if(map+1<ln){
338 nextbark=((tBnyq1<<11)/ln*(map+1))>>12;
352 if(map>=ln){
353 map=ln-1; /* guard against the approximation */
  /external/chromium_org/third_party/mesa/src/bin/
mklib 427 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
428 ln -s ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so
532 ln -s ${LIBNAME}.${MAJOR} ${LIBNAME}
582 ln -sf ${SHLIB} "lib${LIBNAME}.so"
651 ln -s ${RUNLIB} ${DEVLIB}
736 ln -sf ${LIBNAME}.${VERSION} ${LIBNAME}
804 ln -s ${LIBNAME} ${LINKNAME}
870 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
871 ln -s ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so
963 ln -s ${LIBNAME}-${MAJOR}.dll.a ${LIBNAME}.dll.
    [all...]
  /external/mesa3d/bin/
mklib 427 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
428 ln -s ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so
532 ln -s ${LIBNAME}.${MAJOR} ${LIBNAME}
582 ln -sf ${SHLIB} "lib${LIBNAME}.so"
651 ln -s ${RUNLIB} ${DEVLIB}
736 ln -sf ${LIBNAME}.${VERSION} ${LIBNAME}
804 ln -s ${LIBNAME} ${LINKNAME}
870 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
871 ln -s ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so
963 ln -s ${LIBNAME}-${MAJOR}.dll.a ${LIBNAME}.dll.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/
fixinc.sh 119 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then
122 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
295 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
309 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 119 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then
122 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
311 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
325 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
382 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 152 for (String ln : localeNames) {
153 int u = ln.indexOf('_');
155 Log.i(TAG, "locale = " + ln);
156 locales.add(new Locale(ln.substring(0, u), ln.substring(u+1)));
  /external/llvm/utils/Misc/
zkill 97 for i,ln in enumerate(it):
98 if not ln.strip():
101 fields = ln.split(None, numRows - 1)
103 warning('unable to process row: %r' % ln)
114 warning('unable to process %r in row: %r' % (field[0], ln))
  /external/llvm/utils/lit/lit/
discovery.py 206 for ln in f:
207 ln = ln.strip()
208 if ln:
209 actual_inputs.append(ln)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mul.c 399 BN_ULONG ln,lo,*p; local
530 ln=(lo+c1)&BN_MASK2;
531 *p=ln;
535 if (ln < (BN_ULONG)c1)
540 ln=(lo+1)&BN_MASK2;
541 *p=ln;
542 } while (ln == 0);
555 BN_ULONG ln,lo,*p; local
706 ln=(lo+c1)&BN_MASK2;
707 *p=ln;
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 399 BN_ULONG ln,lo,*p; local
530 ln=(lo+c1)&BN_MASK2;
531 *p=ln;
535 if (ln < (BN_ULONG)c1)
540 ln=(lo+1)&BN_MASK2;
541 *p=ln;
542 } while (ln == 0);
555 BN_ULONG ln,lo,*p; local
706 ln=(lo+c1)&BN_MASK2;
707 *p=ln;
    [all...]
  /external/clang/utils/
FindSpecRefs 659 for i,ln in enumerate(f):
661 for m in nameAndSpecRefRE.finditer(ln):
668 for m in loneSpecRefRE.finditer(ln):
768 for ln in p.stdout.read(1024).split('\n'):
769 if ln.startswith('Revision:'):
770 return ln.split(':',1)[1].strip()
    [all...]
  /external/elfutils/0.153/libdw/
Makefile.am 113 ln -fs $@ $@.$(VERSION)
118 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION)
119 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so
  /external/elfutils/0.153/libelf/
Makefile.am 107 ln -fs $@ $@.$(VERSION)
112 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
113 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so
  /external/libvorbis/lib/
lsp.c 65 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m,
68 float wdel=M_PI/ln;
140 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m,
158 long wi=vorbis_coslook_i(k*65536/ln);
248 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m,
251 float wdel=M_PI/ln;
floor1.c 642 int ln=loneighbor[sortpos]; local
646 if(memo[ln]!=hn){
648 int lsortpos=look->reverse_index[ln];
650 memo[ln]=hn;
654 int lx=info->postlist[ln];
656 int ly=post_Y(fit_valueA,fit_valueB,ln);
686 fit_valueB[ln]=ly0;
687 if(ln==0)fit_valueA[ln]=ly0;
701 if(loneighbor[j]==ln)
724 int ln=look->loneighbor[i-2]; local
806 int ln=look->loneighbor[i-2]; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 50 struct line_node *ln; local
54 list_for_each_entry_reverse(ln, head, list) {
55 if (ln->line < line) {
56 p = &ln->list;
58 } else if (ln->line == line) /* Already exist */
65 ln = zalloc(sizeof(struct line_node));
66 if (ln == NULL)
68 ln->line = line;
69 INIT_LIST_HEAD(&ln->list);
70 list_add(&ln->list, p)
77 struct line_node *ln; local
96 struct line_node *ln; local
    [all...]
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 178 var fso, cf, vf, ln, s, iDot, iSlash;
184 ln = cf.ReadLine();
185 s = new String(ln);
207 ln = cf.ReadLine();
208 s = new String(ln);
286 var fso, ofi, of, ln, s;
291 ln = ofi.ReadLine();
292 s = new String(ln);
368 of.WriteLine(ln);
378 var fso, ofi, of, ln, s
    [all...]
  /build/tools/
java-event-log-tags.py 87 for fn, ln, msg in tagfile.errors:
88 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
  /external/e2fsprogs/util/
gen-tarball.in 46 (cd $top_srcdir/.. ; rm -f $SRCROOT ; ln -sf $base_e2fsprogs $SRCROOT)
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 96 k2, k3, jlast, ln, dense, nzmax, mindeg = 0, nvi, nvj, nvk, mark, wnvi, local
216 ln = len[k] - elenk; /* length of list of nodes in k */
222 ln = len[e]; /* length of list of nodes in e */
224 for(k2 = 1; k2 <= ln; k2++)
349 ln = len[i];
351 for(p = Cp[i]+1; p <= Cp[i] + ln-1; p++) w[Ci[p]] = mark;
355 ok = (len[j] == ln) && (elen[j] == eln);
356 for(p = Cp[j] + 1; ok && p <= Cp[j] + ln - 1; p++)
  /external/llvm/tools/llvm-ar/
Android.mk 96 $(hide) ln -sf $(notdir $<) $@
  /system/core/init/
Android.mk 64 $(hide) ln -sf ../$(INIT_BINARY) $@
  /system/core/toolbox/
Android.mk 74 LOCAL_SRC_FILES := upstream-netbsd/bin/ln/ln.c
133 ln \
257 $(hide) ln -sf $(TOOLBOX_BINARY) $@
  /external/chromium_org/tools/clang/scripts/
package.sh 101 (cd $PDIR/bin && ln -sf clang clang++)
105 (cd $PDIR/bin && ln -sf libc++.1.dylib libc++.dylib)

Completed in 857 milliseconds

1 2 3 4 56 7 8 91011>>