Searched refs:tmp (Results 301 - 325 of 3114) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/libselinux/src/
H A Dinit.c75 char *tmp; local
80 tmp = strchr(p, ' ');
81 if (!tmp)
83 if (!strncmp(tmp + 1, "selinuxfs ", 10)) {
84 *tmp = '\0';
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp43 TestCase *tmp = m_root; local
44 while (tmp != 0) {
45 tmp->myRun(in_testName, invert);
46 tmp = tmp->m_next;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.c100 int32_t tmp = 0; local
126 "smulbb %[tmp], %[ptr0], %[ptr1]\n\t"
127 "adds %[prod_lower], %[prod_lower], %[tmp]\n\t"
128 "adc %[prod_upper], %[prod_upper], %[tmp], asr #31\n\t"
133 [tmp]"+r"(tmp)
145 "mov %[tmp], %[scaling], asr #31\n\t"
146 "vmov.32 d16, %[scaling], %[tmp]\n\t"
152 [tmp]"+r"(tmp)
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Drsa.c268 struct bignum *tmp, *a = NULL, *b = NULL; local
275 tmp = bignum_init();
276 if (tmp == NULL)
279 if (bignum_set_unsigned_bin(tmp, in, inlen) < 0)
281 if (bignum_cmp(key->n, tmp) < 0) {
289 * up calculation. This is equivalent to tmp = tmp^d mod n
305 /* a = tmp^dmp1 mod p */
306 if (bignum_exptmod(tmp, key->dmp1, key->p, a) < 0)
309 /* b = tmp
[all...]
/external/wpa_supplicant_8/src/tls/
H A Drsa.c268 struct bignum *tmp, *a = NULL, *b = NULL; local
275 tmp = bignum_init();
276 if (tmp == NULL)
279 if (bignum_set_unsigned_bin(tmp, in, inlen) < 0)
281 if (bignum_cmp(key->n, tmp) < 0) {
289 * up calculation. This is equivalent to tmp = tmp^d mod n
305 /* a = tmp^dmp1 mod p */
306 if (bignum_exptmod(tmp, key->dmp1, key->p, a) < 0)
309 /* b = tmp
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Drsa.c268 struct bignum *tmp, *a = NULL, *b = NULL; local
275 tmp = bignum_init();
276 if (tmp == NULL)
279 if (bignum_set_unsigned_bin(tmp, in, inlen) < 0)
281 if (bignum_cmp(key->n, tmp) < 0) {
289 * up calculation. This is equivalent to tmp = tmp^d mod n
305 /* a = tmp^dmp1 mod p */
306 if (bignum_exptmod(tmp, key->dmp1, key->p, a) < 0)
309 /* b = tmp
[all...]
/external/stlport/test/unit/
H A Dlimits_test.cpp98 _Tp tmp = lim::min(); local
99 CHECK_COND( --tmp > lim::min() );
103 _Tp tmp = lim::max(); local
104 CHECK_COND( ++tmp < lim::max() );
145 _Tp tmp = lim::min(); local
146 tmp /= 2;
147 if (tmp > 0 && tmp < lim::min()) {
156 _Tp tmp = lim::min(); local
157 while (tmp !
[all...]
/external/libpcap/missing/
H A Dsnprintf.c102 unsigned char *tmp;
110 tmp = realloc (state->str, state->sz);
111 if (tmp == NULL)
113 state->str = tmp;
477 char *tmp; local
479 tmp = malloc (sz);
480 if (tmp == NULL)
483 ret2 = vsprintf (tmp, format, args);
484 if (ret != ret2 || strcmp(str, tmp))
486 free (tmp);
[all...]
/external/tcpdump/missing/
H A Dsnprintf.c102 unsigned char *tmp;
110 tmp = realloc (state->str, state->sz);
111 if (tmp == NULL)
113 state->str = tmp;
477 char *tmp; local
479 tmp = malloc (sz);
480 if (tmp == NULL)
483 ret2 = vsprintf (tmp, format, args);
484 if (ret != ret2 || strcmp(str, tmp))
486 free (tmp);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c50 struct brw_reg tmp = brw_vec4_grf(c->last_tmp, 0); local
55 return tmp;
58 static void release_tmp( struct brw_clip_compile *c, struct brw_reg tmp )
60 if (tmp.nr == c->last_tmp-1)
111 struct brw_reg tmp = get_tmp(c); local
120 brw_MOV(p, tmp, deref_4f(vert_addr, hpos_offset));
121 brw_clip_project_position(c, tmp);
122 brw_MOV(p, deref_4f(vert_addr, ndc_offset), tmp);
124 release_tmp(c, tmp);
141 struct brw_reg tmp local
351 struct brw_reg tmp = retype(vec1(get_tmp(c)), BRW_REGISTER_TYPE_UD); local
[all...]
/external/chromium_org/tools/json_schema_compiler/test/
H A Didl_schemas_unittest.cc46 base::DictionaryValue* tmp = new base::DictionaryValue(); local
47 tmp->SetInteger("x", 17);
48 tmp->SetString("y", "hello");
49 tmp->SetString("z", "zstring");
50 tmp->SetString("a", "astring");
51 tmp->SetString("b", "bstring");
52 tmp->SetString("c", "cstring");
53 list.Append(tmp);
105 base::DictionaryValue* tmp = new base::DictionaryValue(); local
106 tmp
196 std::string tmp; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c50 struct brw_reg tmp = brw_vec4_grf(c->last_tmp, 0); local
55 return tmp;
58 static void release_tmp( struct brw_clip_compile *c, struct brw_reg tmp )
60 if (tmp.nr == c->last_tmp-1)
111 struct brw_reg tmp = get_tmp(c); local
120 brw_MOV(p, tmp, deref_4f(vert_addr, hpos_offset));
121 brw_clip_project_position(c, tmp);
122 brw_MOV(p, deref_4f(vert_addr, ndc_offset), tmp);
124 release_tmp(c, tmp);
141 struct brw_reg tmp local
351 struct brw_reg tmp = retype(vec1(get_tmp(c)), BRW_REGISTER_TYPE_UD); local
[all...]
/external/openssl/crypto/cms/
H A Dcms_pwri.c229 unsigned char *tmp; local
241 tmp = OPENSSL_malloc(inlen);
243 EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,
249 EVP_DecryptUpdate(ctx, tmp, &outl,
250 tmp + inlen - blocklen, blocklen);
252 EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen);
257 EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen);
259 if (((tmp[1] ^ tmp[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_quantize.c30 int tmp, eob = -1; local
33 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
34 tmp = (tmp * quant) >> 16;
35 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
37 if (tmp)
56 const int64_t tmp = local
59 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
61 if (tmp)
76 int tmp, eo local
103 const int64_t tmp = local
143 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); local
186 const int64_t tmp = local
226 int tmp = 0; local
270 int64_t tmp = 0; local
328 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); local
382 int64_t tmp = clamp(abs_coeff + round_ptr[rc != 0], local
437 int tmp; local
497 int64_t tmp = clamp(abs_coeff + local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dexponentiation.c861 BIGNUM tmp, am; local
928 * powers of am, am itself and tmp.
951 /* lay down tmp and am right after powers table */
952 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers);
953 am.d = tmp.d + top;
954 tmp.top = am.top = 0;
955 tmp.dmax = am.dmax = top;
956 tmp.neg = am.neg = 0;
957 tmp.flags = am.flags = BN_FLG_STATIC_DATA;
963 tmp
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h328 union fi tmp; local
329 tmp.f = x;
330 return (tmp.ui & 0x7f800000) == 0x7f800000;
337 union fi tmp; local
338 tmp.f = x;
339 return (tmp.ui & 0x7fffffff) > 0x7f800000;
346 union fi tmp; local
347 tmp.f = x;
348 if ((tmp.ui & 0x7fffffff) != 0x7f800000) {
362 union di tmp; local
371 union di tmp; local
380 union di tmp; local
520 union fi tmp; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h349 union fi tmp; local
350 tmp.f = x;
351 return (tmp.ui & 0x7f800000) == 0x7f800000;
358 union fi tmp; local
359 tmp.f = x;
360 return (tmp.ui & 0x7fffffff) > 0x7f800000;
367 union fi tmp; local
368 tmp.f = x;
369 if ((tmp.ui & 0x7fffffff) != 0x7f800000) {
383 union di tmp; local
392 union di tmp; local
401 union di tmp; local
541 union fi tmp; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java568 byte[] tmp = new byte[newLength];
572 System.arraycopy(data, 0, tmp, 0, newLength);
576 System.arraycopy(data, 0, tmp, 0, data.length);
579 return tmp;
584 char[] tmp = new char[newLength];
588 System.arraycopy(data, 0, tmp, 0, newLength);
592 System.arraycopy(data, 0, tmp, 0, data.length);
595 return tmp;
600 int[] tmp = new int[newLength];
604 System.arraycopy(data, 0, tmp,
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkCubicClipper.cpp131 SkPoint tmp[7]; // for SkChopCubicAt local
135 SkChopCubicAt(dst, tmp, t);
136 dst[0] = tmp[3];
137 dst[1] = tmp[4];
138 dst[2] = tmp[5];
143 SkChopCubicAt(dst, tmp, t);
144 dst[1] = tmp[1];
145 dst[2] = tmp[2];
146 dst[3] = tmp[3];
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc49 InternalScopedBuffer<char> tmp(4*1024);
51 internal_snprintf(tmp.data(), tmp.size(), "%s", filename);
53 internal_snprintf(tmp.data(), tmp.size(), "%s/%s", GetPwd(), filename);
54 uptr openrv = OpenFile(tmp.data(), false);
57 tmp.data());
64 tmp.data());
70 tmp.data());
/external/openfst/src/include/fst/extensions/far/
H A Dextract.h49 ostringstream tmp; local
50 tmp.width(generate_filenames);
51 tmp.fill('0');
52 tmp << i;
53 ofilename = tmp.str();
56 ostringstream tmp; local
57 tmp << '.' << nrep;
58 key.append(tmp.str().data(), tmp.str().size());
/external/openssl/crypto/objects/
H A Dobj_xref.c93 nid_triple tmp; local
95 tmp.sign_id = signid;
99 int idx = sk_nid_triple_find(sig_app, &tmp);
107 rv = OBJ_bsearch_sig(&tmp, sigoid_srt,
122 nid_triple tmp; local
123 const nid_triple *t=&tmp;
126 tmp.hash_id = dig_nid;
127 tmp.pkey_id = pkey_nid;
131 int idx = sk_nid_triple_find(sigx_app, &tmp);
/external/skia/src/core/
H A DSkCubicClipper.cpp131 SkPoint tmp[7]; // for SkChopCubicAt local
135 SkChopCubicAt(dst, tmp, t);
136 dst[0] = tmp[3];
137 dst[1] = tmp[4];
138 dst[2] = tmp[5];
143 SkChopCubicAt(dst, tmp, t);
144 dst[1] = tmp[1];
145 dst[2] = tmp[2];
146 dst[3] = tmp[3];
/external/bison/examples/calc++/
H A DMakefile.am35 $(AM_V_GEN)rm -f $@ $@.tmp
36 $(AM_V_at)touch $@.tmp
41 $(AM_V_at)mv $@.tmp $@
51 CLEANFILES = $(srcdir)/*.output *.tmp
64 $(AM_V_GEN)rm -f calc++-parser.tmp
65 $(AM_V_at)touch calc++-parser.tmp
68 $(AM_V_at)mv -f calc++-parser.tmp $@
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c164 static char * abbr(struct tm * tmp);
167 static void dumptime(const struct tm * tmp);
193 register struct tm * tmp; local
195 tmp = localtime(tp);
196 if (tp != NULL && tmp != NULL) {
200 tm = *tmp;
207 (void) fprintf(stderr, " year=%d", tmp->tm_year);
208 (void) fprintf(stderr, " mon=%d", tmp->tm_mon);
209 (void) fprintf(stderr, " mday=%d", tmp->tm_mday);
210 (void) fprintf(stderr, " hour=%d", tmp
291 register struct tm * tmp; local
680 register struct tm * tmp; local
745 register struct tm * tmp; local
878 register struct tm * tmp; local
[all...]

Completed in 772 milliseconds

<<11121314151617181920>>