Searched defs:tmp (Results 76 - 100 of 141) sorted by relevance

123456

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom_NN.c362 DTYPE tmp = (src); \
364 tmp.uint1 = tmp.uint0 >> ((rshift) - 32); \
365 tmp.uint0 = 0; \
368 tmp.uint1 = (tmp.uint1 >> (rshift)) | (tmp.uint0 << (32 - (rshift))); \
369 tmp.uint0 = tmp.uint0 >> (rshift); \
371 (dst) = tmp; \
1259 TYPE_64 *tsp, tmp; local
1294 TYPE_64 *tsp, tmp, tmp1; local
1331 TYPE_64 *tsp, tmp, tmp1, tmp2; local
1383 TYPE_64 *tsp, tmp, tmp1, tmp2, tmp3; local
[all...]
/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c140 WCHAR *tmp = (WCHAR*)malloc(resultLen * sizeof(WCHAR)); local
141 if (tmp == NULL) {
147 WCHAR *p2 = tmp;
152 wcscpy(tmp, p);
155 result = tmp;
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c282 mp_int tmp; local
286 MP_DIGITS(&tmp) = 0;
291 MP_CHECKOK( mp_init_copy(&tmp, a) );
293 b = &tmp;
294 a = &tmp;
296 MP_CHECKOK( mp_init_copy(&tmp, b) );
297 b = &tmp;
331 mp_clear(&tmp);
348 mp_digit zz, *z, tmp; local
411 tmp
444 mp_int tmp; local
[all...]
/openjdk7/jdk/src/share/native/sun/security/smartcardio/
H A Dpcsc.c237 jbyte tmp; local
250 tmp = (jbyte)state;
251 (*env)->SetByteArrayRegion(env, jStatus, 0, 1, &tmp);
252 tmp = (jbyte)protocol;
253 (*env)->SetByteArrayRegion(env, jStatus, 1, 1, &tmp);
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c223 char tmp[PATH_MAX + 1]; local
225 JLI_Snprintf(tmp, PATH_MAX, "%s/%s", path, JVM_DLL);
226 if (stat(tmp, &statbuf) == 0) {
988 void * tmp; local
989 thr_join(tid, NULL, &tmp);
990 rslt = (int)tmp;
1006 void * tmp; local
1007 pthread_join(tid, &tmp);
1008 rslt = (int)tmp;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRepaintManager.java764 Map<Component,Rectangle> tmp = tmpDirtyComponents;
766 dirtyComponents = tmp;
872 Rectangle tmp = new Rectangle(); field in class:RepaintManager
884 // original dirty component. The tmp Rect is also used to compute the
896 tmp.setBounds(dirtyComponents.get(dirtyComponent));
898 // System.out.println("Collect dirty component for bound " + tmp +
900 SwingUtilities.computeIntersection(0,0,w,h,tmp);
902 if (tmp.isEmpty()) {
919 tmp.setLocation(tmp
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp589 HeapWord* tmp = _highest_ref; local
590 while (addr > tmp) {
591 tmp = (HeapWord*)Atomic::cmpxchg_ptr(addr, &_highest_ref, tmp);
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp348 Chunk *tmp = k->next(); local
352 k = tmp;
H A Ddump.cpp1169 oop tmp = Universe::arithmetic_exception_instance(); local
1170 mark_object(java_lang_Throwable::message(tmp));
/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp372 Node *tmp = new (C) Node(C->top()); // Use not NULL input local
373 tmp1->replace_by(tmp);
375 tmp->replace_by(tmp2);
376 tmp->destruct();
H A Dcfgnode.cpp906 const TypeInt *tmp = lo; lo = hi; hi = tmp; local
H A Dgcm.cpp155 Block* tmp = b2; local
156 while (tmp != b1 && tmp != NULL) {
157 tmp = tmp->_idom;
159 if (tmp != b1) {
H A Dloopnode.hpp257 Node *incr() const { Node *tmp = cmp_node(); return (tmp && tmp->req()==3) ? tmp->in(1) : NULL; } local
258 Node *limit() const { Node *tmp = cmp_node(); return (tmp && tmp->req()==3) ? tmp->in(2) : NULL; } local
259 Node *stride() const { Node *tmp = incr (); return (tmp local
260 Node *phi() const { Node *tmp = incr (); return (tmp && tmp->req()==3) ? tmp->in(1) : NULL; } local
261 Node *init_trip() const { Node *tmp = phi (); return (tmp && tmp->req()==3) ? tmp->in(1) : NULL; } local
263 bool stride_is_con() const { Node *tmp = stride (); return (tmp != NULL && tmp->is_Con()); } local
[all...]
H A Dloopopts.cpp444 Node *tmp = V; V = I; I = tmp; local
H A Dparse2.cpp1127 Node* tmp = taken_branch; local
1129 untaken_branch = tmp;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp159 LIR_Opr tmp = new_pointer_register(); local
160 __ shift_left(index, shift, tmp);
161 index = tmp;
164 LIR_Opr tmp = new_pointer_register(); local
166 __ add(tmp, LIR_OprFact::intptrConst(disp), tmp);
167 index = tmp;
169 __ move(LIR_OprFact::intptrConst(disp), tmp); local
170 __ add(tmp, index, tmp);
218 LIR_Opr tmp = new_register(T_LONG); local
252 LIR_Opr tmp = new_register(type); local
294 strength_reduce_multiply(LIR_Opr left, int c, LIR_Opr result, LIR_Opr tmp) argument
568 LIR_Opr tmp = FrameMap::G1_opr; local
837 LIR_Opr tmp = force_to_spill(value.result(), T_FLOAT); local
1173 LIR_Opr tmp = new_pointer_register(); local
1243 LIR_Opr tmp = LIR_OprFact::illegalOpr; local
1255 __ xchg(LIR_OprFact::address(addr), data, dst, tmp); local
[all...]
H A DcppInterpreter_sparc.cpp1487 const Register tmp = O2; local
1491 __ lduh(size_of_parameters, tmp);
1492 __ sll(tmp, LogBytesPerWord, Gtmp); // parameter size in bytes
1499 __ compute_extra_locals_size_in_bytes(tmp, Gtmp, Gtmp);
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp137 bool tmp = false; local
150 tmp = _next->search(opc, res, lch, rch, pr);
152 return tmp;
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c858 void * tmp; local
859 pthread_join(tid, &tmp);
860 rslt = (int)tmp;
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c482 char *instances, *tmp; local
548 for (p_count = 0, tmp = instances; *tmp != 0; tmp = &tmp[lstrlen(tmp)+1], p_count++);
569 for (i = 0, tmp = instances; *tmp != '\0'; tmp = &tmp[lstrle
640 char *instances, *tmp, *instance_name, *dot_pos; local
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c1340 char tmp[BUF_SIZE]; local
1361 jint n = count > (jlong)sizeof(tmp) ? (jint)sizeof(tmp) : (jint)count;
1363 n = ZIP_Read(zip, entry, pos, tmp, n);
1374 strm.next_in = (Bytef *)tmp;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdmarker.c502 unsigned int tmp; local
525 INPUT_2BYTES(cinfo, tmp, return FALSE);
527 INPUT_BYTE(cinfo, tmp, return FALSE);
529 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
559 unsigned int tmp; local
567 INPUT_2BYTES(cinfo, tmp, return FALSE);
569 TRACEMS1(cinfo, 1, JTRC_DRI, tmp);
571 cinfo->restart_interval = tmp;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsvirt.c244 cmsCIEXYZ tmp; local
273 cmsxyY2XYZ(&tmp, WhitePoint);
274 if (!cmsWriteTag(hICC, cmsSigMediaWhitePointTag, (void*) &tmp)) goto Error;
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp397 u8 tmp = Bytes::get_native_u8((address)&base()[which]); local
398 return *((jlong*)&tmp);
408 u8 tmp = Bytes::get_native_u8((address)&base()[which]); local
409 return *((jdouble*)&tmp);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp174 LIR_Opr tmp = new_register(T_LONG); local
175 __ convert(Bytecodes::_i2l, index_opr, tmp);
176 index_opr = tmp;
188 LIR_Opr tmp = new_pointer_register(); local
189 __ leal(LIR_OprFact::address(addr), tmp); local
190 return new LIR_Address(tmp, type);
236 bool LIRGenerator::strength_reduce_multiply(LIR_Opr left, int c, LIR_Opr result, LIR_Opr tmp) { argument
237 if (tmp->is_valid()) {
239 __ move(left, tmp);
241 __ sub(left, tmp, resul
434 LIR_Opr tmp = LIR_OprFact::illegalOpr; local
576 LIR_Opr tmp = FrameMap::rdx_opr; // idiv and irem use rdx in their implementation local
621 LIR_Opr tmp = LIR_OprFact::illegalOpr; local
631 LIR_Opr tmp = LIR_OprFact::illegalOpr; local
763 LIR_Opr tmp = new_register(T_LONG); local
851 LIR_Opr tmp = FrameMap::fpu0_double_opr; local
908 LIR_Opr tmp = (FrameMap::rsi_opr); local
925 LIR_Opr tmp = FrameMap::as_opr(j_rarg5); local
1324 LIR_Opr tmp = new_register(T_DOUBLE); local
1341 LIR_Opr tmp = new_register(T_DOUBLE); local
1387 LIR_Opr tmp = new_register(T_LONG); local
[all...]

Completed in 345 milliseconds

123456