/external/iproute2/misc/ |
Makefile | 31 ln -sf lnstat $(DESTDIR)$(SBINDIR)/rtstat 32 ln -sf lnstat $(DESTDIR)$(SBINDIR)/ctstat
|
/external/valgrind/main/gdbserver_tests/ |
make_local_links | 63 ln -f -s "$GDB" gdbserver_tests/gdb 97 ln -f -s ../coregrind/vgdb gdbserver_tests/vgdb
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
exec.c | 136 size_t lp, ln, len; local 178 ln = strlen(name); 185 if (lp + ln + 2 > sizeof(buf)) { 199 bcopy(name, buf + lp + 1, ln); 200 buf[lp + ln + 1] = '\0';
|
/external/iputils/ |
iputils.spec | 49 ln -sf ../bin/ping6 ${RPM_BUILD_ROOT}%{_sbindir} 50 ln -sf ../bin/tracepath ${RPM_BUILD_ROOT}%{_sbindir} 51 ln -sf ../bin/tracepath6 ${RPM_BUILD_ROOT}%{_sbindir} 60 ln -s ping.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/ping6.8.gz 61 ln -s tracepath.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/tracepath6.8.gz
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_sqr.c | 210 BN_ULONG ln,lo,*p; local 278 ln=(lo+c1)&BN_MASK2; 279 *p=ln; 283 if (ln < (BN_ULONG)c1) 288 ln=(lo+1)&BN_MASK2; 289 *p=ln; 290 } while (ln == 0);
|
/external/openssl/crypto/bn/ |
bn_sqr.c | 210 BN_ULONG ln,lo,*p; local 278 ln=(lo+c1)&BN_MASK2; 279 *p=ln; 283 if (ln < (BN_ULONG)c1) 288 ln=(lo+1)&BN_MASK2; 289 *p=ln; 290 } while (ln == 0);
|
/external/clang/utils/ABITest/ |
Enumeration.py | 241 for ln in a[::-1]: 242 if ''.join(ln).strip(): 243 print ' '.join(ln) 245 for ln in b[::-1]: 246 if ''.join(ln).strip(): 247 print ' '.join(ln) 259 for ln in a[::-1]: 260 if ''.join(ln).strip(): 261 print ' '.join(ln)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasmlib.c | 177 size_t ln=strlen(*str); local 180 if (ln>1 && (*str)[ln-1]==q && (q=='"' || q=='\'')) 185 p = nasm_malloc(ln+3); 188 p[ln+1] = p[0] = q; 189 p[ln+2] = 0;
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | 94 const GLuint ln = (GLuint) state[1]; local 98 COPY_4V(value, ctx->Light.Light[ln].Ambient); 101 COPY_4V(value, ctx->Light.Light[ln].Diffuse); 104 COPY_4V(value, ctx->Light.Light[ln].Specular); 107 COPY_4V(value, ctx->Light.Light[ln].EyePosition); 110 value[0] = ctx->Light.Light[ln].ConstantAttenuation; 111 value[1] = ctx->Light.Light[ln].LinearAttenuation; 112 value[2] = ctx->Light.Light[ln].QuadraticAttenuation; 113 value[3] = ctx->Light.Light[ln].SpotExponent; 116 COPY_3V(value, ctx->Light.Light[ln].SpotDirection) 169 const GLuint ln = (GLuint) state[1]; local 503 const GLuint ln = (GLuint) state[2]; local 511 const GLuint ln = (GLuint) state[2]; local 518 const GLuint ln = (GLuint) state[2]; local 526 const GLuint ln = (GLuint) state[2]; local [all...] |
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 94 const GLuint ln = (GLuint) state[1]; local 98 COPY_4V(value, ctx->Light.Light[ln].Ambient); 101 COPY_4V(value, ctx->Light.Light[ln].Diffuse); 104 COPY_4V(value, ctx->Light.Light[ln].Specular); 107 COPY_4V(value, ctx->Light.Light[ln].EyePosition); 110 value[0] = ctx->Light.Light[ln].ConstantAttenuation; 111 value[1] = ctx->Light.Light[ln].LinearAttenuation; 112 value[2] = ctx->Light.Light[ln].QuadraticAttenuation; 113 value[3] = ctx->Light.Light[ln].SpotExponent; 116 COPY_3V(value, ctx->Light.Light[ln].SpotDirection) 169 const GLuint ln = (GLuint) state[1]; local 503 const GLuint ln = (GLuint) state[2]; local 511 const GLuint ln = (GLuint) state[2]; local 518 const GLuint ln = (GLuint) state[2]; local 526 const GLuint ln = (GLuint) state[2]; local [all...] |
/build/tools/ |
merge-event-log-tags.py | 135 for fn, ln, msg in errors: 136 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg) 140 for fn, ln, msg in warnings: 141 print >> sys.stderr, "%s:%d: warning: %s" % (fn, ln, msg)
|
/external/chromium_org/third_party/icu/source/config/ |
mh-alpha-linux-gcc | 67 $(RM) $@ && ln -s ${<F} $@ 69 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-beos | 90 $(RM) $@ && ln -s ${<F} $@ 92 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-hpux-gcc | 77 $(RM) $@ && ln -s ${<F} $@ 79 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-irix | 70 $(RM) $@ && ln -s ${<F} $@ 72 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-linux | 68 $(RM) $@ && ln -s ${<F} $@ 70 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-linux-va | 72 $(RM) $@ && ln -s ${<F} $@ 74 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-mpras | 61 $(RM) $@ && ln -s ${<F} $@ 63 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-solaris-gcc | 70 $(RM) $@ && ln -s ${<F} $@ 72 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
/external/icu/icu4c/source/config/ |
mh-alpha-linux-gcc | 67 $(RM) $@ && ln -s ${<F} $@ 69 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-beos | 90 $(RM) $@ && ln -s ${<F} $@ 92 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-hpux-gcc | 81 $(RM) $@ && ln -s ${<F} $@ 83 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-irix | 70 $(RM) $@ && ln -s ${<F} $@ 72 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-linux | 68 $(RM) $@ && ln -s ${<F} $@ 70 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-linux-va | 72 $(RM) $@ && ln -s ${<F} $@ 74 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|