Searched refs:tmp (Results 676 - 700 of 2163) sorted by relevance

<<21222324252627282930>>

/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c840 unsigned tmp; local
874 tmp = S_0286D4_FLAT_SHADE_ENA(1);
876 tmp |= S_0286D4_PNT_SPRITE_ENA(1) |
882 tmp |= S_0286D4_PNT_SPRITE_TOP_1(1);
885 r600_pipe_state_add_reg(rstate, R_0286D4_SPI_INTERP_CONTROL_0, tmp);
888 tmp = (unsigned)(state->point_size * 8.0);
889 r600_pipe_state_add_reg(rstate, R_028A00_PA_SU_POINT_SIZE, S_028A00_HEIGHT(tmp) | S_028A00_WIDTH(tmp));
904 tmp = (unsigned)state->line_width * 8;
905 r600_pipe_state_add_reg(rstate, R_028A08_PA_SU_LINE_CNTL, S_028A08_WIDTH(tmp));
988 struct r600_texture *tmp = (struct r600_texture*)texture; local
2407 unsigned tmp; local
2613 unsigned tmp; local
2976 unsigned spi_baryc_cntl, sid, tmp, idx = 0; local
3122 unsigned i, tmp, nparams = 0; local
[all...]
/external/libpcap/
H A Dgencode.c701 register struct block *b, *tmp; local
709 tmp = gen_cmp(offrel, offset + size - 4, BPF_W, w);
711 gen_and(b, tmp);
712 b = tmp;
719 tmp = gen_cmp(offrel, offset + size - 2, BPF_H, w);
721 gen_and(b, tmp);
722 b = tmp;
726 tmp = gen_cmp(offrel, offset, BPF_B, (bpf_int32)v[0]);
728 gen_and(b, tmp);
729 b = tmp;
4324 struct block *b0, *b1, *b2, *tmp; local
4687 struct block *b0, *b1, *tmp; local
5044 struct block *b0, *b1, *tmp; local
5087 struct block *b0, *b1, *tmp; local
5134 struct block *b0, *b1, *tmp; local
5176 struct block *b0, *b1, *tmp; local
5236 struct block *b0, *b1, *tmp; local
5279 struct block *b0, *b1, *tmp; local
5338 struct block *b0, *b1, *tmp; local
5380 struct block *b0, *b1, *tmp; local
6034 struct block *b, *tmp; local
6558 struct block *b, *tmp; local
6655 struct slist *s, *tmp; local
6889 struct block *b, *tmp; local
[all...]
/external/valgrind/VEX/priv/
H A Dhost_mips_isel.c133 static HReg lookupIRTemp(ISelEnv * env, IRTemp tmp) argument
135 vassert(tmp >= 0);
136 vassert(tmp < env->n_vregmap);
137 return env->vregmap[tmp];
140 static void lookupIRTemp64(HReg * vrHI, HReg * vrLO, ISelEnv * env, IRTemp tmp) argument
142 vassert(tmp >= 0);
143 vassert(tmp < env->n_vregmap);
144 vassert(! hregIsInvalid(env->vregmapHI[tmp]));
145 *vrLO = env->vregmap[tmp];
146 *vrHI = env->vregmapHI[tmp];
150 lookupIRTempPair(HReg * vrHI, HReg * vrLO, ISelEnv * env, IRTemp tmp) argument
286 HReg tmp = newVRegI(env); local
935 HReg tmp = newVRegI(env); local
1050 HReg tmp = newVRegI(env); local
1122 HReg tmp = newVRegI(env); local
1627 HReg tmp = newVRegI(env); local
2814 HReg tmp = newVRegI(env); local
2874 HReg tmp = newVRegI(env); local
3058 HReg tmp = newVRegF(env); local
3215 HReg tmp = newVRegF(env); local
3231 HReg tmp, fr_src; local
3264 HReg fr_src, tmp; local
3481 HReg tmp = newVRegF(env); local
3747 IRTemp tmp = stmt->Ist.WrTmp.tmp; local
[all...]
/external/boringssl/src/crypto/modes/asm/
H A Dghash-x86.pl373 my $tmp = "mm2";
390 &movq ($tmp,$Zhi);
394 &psllq ($tmp,60);
401 &pxor ($Zlo,$tmp);
520 my $tmp = "mm2";
536 &movq ($tmp,$Zhi);
540 &psllq ($tmp,60);
546 &pxor ($Zlo,$tmp);
553 &movq ($tmp,$Zhi);
556 &psllq ($tmp,6
[all...]
/external/libvncserver/x11vnc/
H A Dappshare.c87 " file channel. By default a dir in /tmp is used, -trackdir\n"
274 static char *trackpre = "/tmp/x11vnc-appshare-trackdir-tmp";
394 char *cmd, *tmp, *connto, *name; local
442 tmp = (char *) calloc(len, 1);
460 sprintf(tmp, " -connect_or_exit '%s'", tracktmp);
461 strcat(cmd, tmp);
463 sprintf(tmp, " -connect_or_exit '%s'", connto);
464 strcat(cmd, tmp);
468 sprintf(tmp, "
575 char tmp[32]; local
1040 char *tmp; local
1623 char tmp[256]; local
1663 char tmp[] = "/tmp/x11vnc-appshare.cmd.XXXXXX"; local
[all...]
/external/selinux/policycoreutils/sepolicy/
H A Dsearch.c163 const char *tmp; local
189 if (qpol_role_get_name(q, role, &tmp)) {
192 obj = PyString_FromString(tmp);
199 if (qpol_role_get_name(q, role, &tmp)) {
202 obj = PyString_FromString(tmp);
303 char *tmp = NULL; local
364 free(tmp);
379 char *tmp = NULL, *rule_str = NULL, *expr = NULL; local
472 free(tmp);
557 char *tmp local
648 char *tmp = NULL, *tok = NULL, *s = NULL; local
754 char *tmp = NULL, *rule_str = NULL; local
[all...]
/external/aac/libAACenc/src/
H A Dmetadata_main.cpp300 INT tmp = ((INT)dyn_rng_ctl << (16-2)); local
301 if (dyn_rng_sgn) tmp = -tmp;
303 return tmp;
310 INT tmp; local
312 /* tmp = (int)((48.164f - gain) / 6.0206f * 15 + 0.5f); */
313 tmp = ((3156476 - gain) * 15 + 197283) / 394566;
315 if (tmp >= 240) {
318 else if (tmp < 0) {
322 x = tmp / 1
636 INT_PCM tmp = pAudioSamples[i]; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
H A DGamma.java109 double tmp = x + g + .5;
110 ret = ((x + .5) * FastMath.log(tmp)) - tmp +
/external/boringssl/src/crypto/perlasm/
H A Dx86nasm.pl15 my $tmp;
82 { my $tmp=<<___;
100 push(@out,$tmp);
/external/boringssl/src/crypto/x509v3/
H A Dpcy_cache.c277 X509_POLICY_DATA tmp; local
279 tmp.valid_policy = (ASN1_OBJECT *)id;
280 if (!sk_X509_POLICY_DATA_find(cache->data, &idx, &tmp))
/external/boringssl/src/ssl/
H A Ds3_srvr.c296 if (ssl_cipher_has_server_public_key(s->s3->tmp.new_cipher)) {
301 if (s->s3->tmp.certificate_status_expected) {
315 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
324 if (ssl_cipher_requires_server_key_exchange(s->s3->tmp.new_cipher) ||
340 if (s->s3->tmp.cert_request) {
358 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
376 s->state = s->s3->tmp.next_state;
381 if (s->s3->tmp.cert_request) {
497 s->session->cipher = s->s3->tmp.new_cipher;
529 s->s3->tmp
[all...]
/external/ceres-solver/internal/ceres/
H A Dloss_function.cc64 const double tmp = sqrt(sum); local
65 // 'sum' and 'tmp' are always positive, assuming that 's' is.
66 rho[0] = 2.0 * b_ * (tmp - 1.0);
67 rho[1] = std::max(std::numeric_limits<double>::min(), 1.0 / tmp);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h88 Cache tmp; local
94 tmp.EnqueueBatch(b);
98 DoRecycle(&tmp, cb);
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.hpp109 ArrayBuffer tmp (other.m_cap);
111 deMemcpy(tmp.m_ptr, other.m_ptr, (int)storageSize);
112 swap(tmp);
/external/e2fsprogs/debugfs/
H A Dlsdel.c85 char *tmp; local
94 secs = strtol(argv[1],&tmp,0);
95 if (*tmp) {
H A Dncheck.c97 char *tmp; local
131 iw.iarray[i] = strtol(argv[i], &tmp, 0);
132 if (*tmp) {
/external/e2fsprogs/lib/blkid/
H A Ddev.c205 char *tmp; local
216 blkid_debug_mask = strtoul (optarg, &tmp, 0);
217 if (*tmp) {
/external/eigen/Eigen/src/misc/
H A DSparseSolve.h57 Eigen::Matrix<DestScalar,Dynamic,Dynamic> tmp(size,rhsCols);
62 tmp.leftCols(actualCols) = m_rhs.middleCols(k,actualCols);
63 tmpX.leftCols(actualCols) = m_dec.solve(tmp.leftCols(actualCols));
/external/freetype/include/internal/
H A Dftcalc.h198 long long ret, tmp; local
202 tmp = ret >> 63;
203 ret += 0x8000 + tmp;
/external/freetype/src/autofit/
H A Dafangles.c156 FT_Pos tmp; local
159 tmp = dx;
161 dy = tmp;
/external/guava/guava-tests/benchmark/com/google/common/math/
H A DStatsBenchmark.java166 int tmp = 0;
168 tmp += varianceAlgorithm.variance(values[i & 0xFF], meanAlgorithm).hashCode();
170 return tmp;
/external/guava/guava-tests/test/com/google/common/collect/
H A DCollectionBenchmarkSampleData.java81 List<Element> tmp = Lists.newArrayList(elementsInSet);
82 Collections.shuffle(tmp, random);
83 queryList.addAll(tmp.subList(0, extras));
/external/jetty/src/java/org/eclipse/jetty/server/session/
H A DAbstractSessionManager.java255 String tmp=_context.getInitParameter(SessionManager.__SessionCookieProperty);
256 if (tmp!=null)
257 _sessionCookie=tmp;
259 tmp=_context.getInitParameter(SessionManager.__SessionIdPathParameterNameProperty);
260 if (tmp!=null)
261 setSessionIdPathParameterName(tmp);
266 tmp=_context.getInitParameter(SessionManager.__MaxAgeProperty);
267 if (tmp!=null)
268 _maxCookieAge=Integer.parseInt(tmp.trim());
279 tmp
[all...]
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DIncludableGzipFilter.java60 String tmp=filterConfig.getInitParameter("uncheckedPrintWriter");
61 if (tmp!=null)
62 _uncheckedPrintWriter=Boolean.valueOf(tmp).booleanValue();
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
H A DDecoder.java52 char[] tmp = new char[(buf.length * 3) / 2];
53 System.arraycopy(buf, 0, tmp, 0, buf.length);
54 buf = tmp;

Completed in 831 milliseconds

<<21222324252627282930>>