Searched refs:tmp (Results 276 - 300 of 2758) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dstatus.cc40 char tmp[30]; local
62 snprintf(tmp, sizeof(tmp), "Unknown code(%d): ",
64 type = tmp;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h240 void *tmp; local
241 tmp = ALLOC_VERTS(nr+1);
242 tmp = TAG(emit_verts)( ctx, j, nr, tmp );
243 tmp = TAG(emit_verts)( ctx, start, 1, tmp );
244 (void) tmp;
254 void *tmp; local
255 tmp = ALLOC_VERTS(2);
256 tmp
358 void *tmp; local
398 void *tmp; local
633 void *tmp = ALLOC_VERTS( 6 ); local
824 void *tmp; local
838 void *tmp; local
951 void *tmp; local
989 void *tmp; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A De_idea.c108 IDEA_KEY_SCHEDULE tmp; local
110 idea_set_encrypt_key(key,&tmp);
111 idea_set_decrypt_key(&tmp,ctx->cipher_data);
112 OPENSSL_cleanse((unsigned char *)&tmp,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.cc83 void *tmp = *head; local
85 tmp = FL_Next(tmp);
87 *end = tmp; // |end| now set to point to last node in range.
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dautogen.sh18 trap 'rm -f aclocal.m4.tmp' EXIT
40 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp
41 if cmp aclocal.m4.tmp aclocal.m4; then
43 rm -f aclocal.m4.tmp
45 mv aclocal.m4.tmp aclocal.m4 # we did set -e above, so we die if this fails
/external/clang/include/clang/Sema/
H A DMakefile10 $(ObjDir)/AttrTemplateInstantiate.inc.tmp : $(TD_SRC_DIR)/Attr.td \
16 $(ObjDir)/AttrParsedAttrList.inc.tmp : $(TD_SRC_DIR)/Attr.td \
22 $(ObjDir)/AttrParsedAttrKinds.inc.tmp : $(TD_SRC_DIR)/Attr.td \
28 $(ObjDir)/AttrSpellingListIndex.inc.tmp : $(TD_SRC_DIR)/Attr.td \
/external/clang/test/Parser/
H A Dbuiltin_types_compatible.c11 typeof(expr) tmp; \
12 if (__builtin_types_compatible_p(typeof(expr), int)) funcInt(tmp); \
13 else if (__builtin_types_compatible_p(typeof(expr), float)) funcFloat(tmp); \
14 else if (__builtin_types_compatible_p(typeof(expr), double)) funcDouble(tmp); \
/external/clang/test/SemaCXX/
H A Dgoto2.cpp6 const char *tmp = text; local
/external/iproute2/testsuite/lib/
H A Dgeneric.sh28 TMP_ERR=`mktemp /tmp/tc_testsuite.XXXXXX` || exit
29 TMP_OUT=`mktemp /tmp/tc_testsuite.XXXXXX` || exit
56 TMP_ERR=`mktemp /tmp/tc_testsuite.XXXXXX` || exit
57 TMP_OUT=`mktemp /tmp/tc_testsuite.XXXXXX` || exit
/external/libvpx/libvpx/test/
H A Dmd5_helper.h50 uint8_t tmp[16]; local
53 MD5Final(tmp, &ctx_tmp);
55 res_[i * 2 + 0] = hex[tmp[i] >> 4];
56 res_[i * 2 + 1] = hex[tmp[i] & 0xf];
/external/llvm/lib/IR/
H A DMakefile22 $(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(LLVM_TBLGEN)
23 $(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
26 $(GENFILE): $(ObjDir)/Intrinsics.gen.tmp $(PROJ_OBJ_ROOT)/include/llvm/IR/.dir
28 $(EchoCmd) Updated Intrinsics.gen because Intrinsics.gen.tmp \
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h240 void *tmp; local
241 tmp = ALLOC_VERTS(nr+1);
242 tmp = TAG(emit_verts)( ctx, j, nr, tmp );
243 tmp = TAG(emit_verts)( ctx, start, 1, tmp );
244 (void) tmp;
254 void *tmp; local
255 tmp = ALLOC_VERTS(2);
256 tmp
358 void *tmp; local
398 void *tmp; local
633 void *tmp = ALLOC_VERTS( 6 ); local
824 void *tmp; local
838 void *tmp; local
951 void *tmp; local
989 void *tmp; local
[all...]
/external/opencv/cv/src/
H A Dcvdistransform.cpp86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; local
89 tmp[-j-1] = tmp[size.width + j] = ICV_INIT_DIST0;
94 tmp[j] = 0;
97 int t0 = tmp[j-step-1] + DIAG_DIST;
98 int t = tmp[j-step] + HV_DIST;
100 t = tmp[j-step+1] + DIAG_DIST;
102 t = tmp[j-1] + HV_DIST;
104 tmp[j] = t0;
113 int* tmp local
159 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; local
194 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; local
251 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; local
328 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; local
[all...]
/external/openssl/crypto/evp/
H A De_idea.c108 IDEA_KEY_SCHEDULE tmp; local
110 idea_set_encrypt_key(key,&tmp);
111 idea_set_decrypt_key(&tmp,ctx->cipher_data);
112 OPENSSL_cleanse((unsigned char *)&tmp,
/external/oprofile/libutil++/
H A Dutility.h46 T * tmp = sp.p_; local
48 p_ = tmp;
73 T * tmp = sp.p_; local
75 p_ = tmp;
/external/valgrind/main/none/tests/s390x/
H A Dsub.h8 unsigned long tmp = s1; \
15 : "+d" (tmp), "=d" (cc) \
16 : "d" (tmp), "Q" (s2) \
18 printf(#insn " %16.16lX - %16.16lX - %d = %16.16lX (cc=%d)\n", s1, s2, !NOBORROW, tmp, cc); \
23 unsigned long tmp = s1; \
30 : "+d" (tmp), "=d" (cc) \
31 : "d" (tmp), "d" (s2) \
33 printf(#insn " %16.16lX - %16.16lX - %d = %16.16lX (cc=%d)\n", s1, s2, !NOBORROW, tmp, cc); \
38 register unsigned long tmp asm("2") = s1; \
45 : "+d" (tmp), "
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_translate.c499 uint tmp = 0; local
517 tmp = i915_get_utemp(p);
521 tmp,
528 negate(tmp, 1, 1, 1, 1), 0, 0);
543 tmp = i915_get_utemp(p);
547 tmp, A0_DEST_CHANNEL_X, 0,
550 i915_emit_arith(p, A0_MOD, tmp, A0_DEST_CHANNEL_X, 0, tmp, 0, 0);
560 tmp, A0_DEST_CHANNEL_XY, 0,
561 swizzle(tmp,
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c499 uint tmp = 0; local
517 tmp = i915_get_utemp(p);
521 tmp,
528 negate(tmp, 1, 1, 1, 1), 0, 0);
543 tmp = i915_get_utemp(p);
547 tmp, A0_DEST_CHANNEL_X, 0,
550 i915_emit_arith(p, A0_MOD, tmp, A0_DEST_CHANNEL_X, 0, tmp, 0, 0);
560 tmp, A0_DEST_CHANNEL_XY, 0,
561 swizzle(tmp,
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
H A Dech_ossl.c113 EC_POINT *tmp=NULL; local
140 if ((tmp=EC_POINT_new(group)) == NULL)
146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx))
154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx))
163 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
210 if (tmp) EC_POINT_free(tmp);
/external/chromium_org/third_party/opus/src/silk/float/
H A Dresidual_energy_FLP.c47 silk_float tmp, nrg = 0.0f, regularization; local
56 tmp = 0.0f;
58 tmp += wXx[ i ] * c[ i ];
60 nrg -= 2.0f * tmp;
64 tmp = 0.0f;
66 tmp += matrix_c_ptr( wXX, i, j, D ) * c[ j ];
68 nrg += c[ i ] * ( 2.0f * tmp + matrix_c_ptr( wXX, i, i, D ) * c[ i ] );
/external/clang/include/clang/Basic/
H A DMakefile34 $(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
35 $(Echo) "Building Clang $(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) diagnostic tables with tblgen"
36 $(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) -o $(call SYSPATH, $@) $<
38 $(ObjDir)/DiagnosticIndexName.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
42 $(ObjDir)/DiagnosticGroups.inc.tmp : Diagnostic.td DiagnosticGroups.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
46 $(ObjDir)/AttrList.inc.tmp : Attr.td $(CLANG_TBLGEN) $(ObjDir)/.dir
51 $(ObjDir)/arm_neon.inc.tmp : arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
55 $(ObjDir)/Version.inc.tmp : Version.inc.in Makefile $(LLVM_OBJ_ROOT)/Makefile.config $(ObjDir)/.dir
/external/iproute2/tc/
H A Dq_mqprio.c62 char *tmp, *tok; local
67 tmp = strdup(*argv);
68 if (!tmp)
71 tok = strtok(tmp, "@");
73 free(tmp);
79 free(tmp);
83 free(tmp);
/external/openssl/crypto/ecdh/
H A Dech_ossl.c113 EC_POINT *tmp=NULL; local
140 if ((tmp=EC_POINT_new(group)) == NULL)
146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx))
154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx))
163 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
210 if (tmp) EC_POINT_free(tmp);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_run.c56 /* Make a copy of in to tmp[0] in this case. */
65 in = ppq->tmp[0];
79 ppq->pp_queue[0] (ppq, in, ppq->tmp[0], 0);
80 ppq->pp_queue[1] (ppq, ppq->tmp[0], out, 1);
84 ppq->pp_queue[0] (ppq, in, ppq->tmp[0], 0);
88 ppq->pp_queue[i] (ppq, ppq->tmp[1], ppq->tmp[0], i);
91 ppq->pp_queue[i] (ppq, ppq->tmp[0], ppq->tmp[1], i);
95 ppq->pp_queue[i] (ppq, ppq->tmp[
[all...]
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_run.c56 /* Make a copy of in to tmp[0] in this case. */
65 in = ppq->tmp[0];
79 ppq->pp_queue[0] (ppq, in, ppq->tmp[0], 0);
80 ppq->pp_queue[1] (ppq, ppq->tmp[0], out, 1);
84 ppq->pp_queue[0] (ppq, in, ppq->tmp[0], 0);
88 ppq->pp_queue[i] (ppq, ppq->tmp[1], ppq->tmp[0], i);
91 ppq->pp_queue[i] (ppq, ppq->tmp[0], ppq->tmp[1], i);
95 ppq->pp_queue[i] (ppq, ppq->tmp[
[all...]

Completed in 836 milliseconds

<<11121314151617181920>>