Searched defs:temp (Results 1 - 25 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/net/
H A DSocketOutputStream.java50 private byte temp[] = new byte[1]; field in class:SocketOutputStream
137 temp[0] = (byte)b;
138 socketWrite(temp, 0, 1);
H A DSocketInputStream.java52 private byte temp[]; field in class:SocketInputStream
209 temp = new byte[1];
210 int n = read(temp, 0, 1);
214 return temp[0] & 0xff;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp60 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset)));
61 __ movl(Address(to(), to_offset * wordSize), temp());
66 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset)));
67 __ cmpptr(Address(from(), Interpreter::local_offset_in_bytes(from_offset)), (int32_t)NULL_WORD); // do not use temp() to avoid AGI
70 __ movptr(temp(), NULL_WORD);
72 __ movptr(Address(to(), to_offset * wordSize), temp());
90 Register InterpreterRuntime::SignatureHandlerGenerator::temp() { return rcx; } function in class:InterpreterRuntime::SignatureHandlerGenerator
H A DinterpreterRT_x86_64.cpp43 Register InterpreterRuntime::SignatureHandlerGenerator::temp() { return rscratch1; } function in class:InterpreterRuntime::SignatureHandlerGenerator
224 __ xorl(temp(), temp());
226 __ cmov(Assembler::notEqual, temp(), rax);
227 __ movptr(Address(to(), _stack_offset), temp());
268 __ xorl(temp(), temp());
270 __ cmov(Assembler::notEqual, temp(), rax);
271 __ movptr(Address(to(), _stack_offset), temp());
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_jn.c74 double a, b, temp = 0, di; local
113 case 0: temp = cos(x)+sin(x); break;
114 case 1: temp = -cos(x)+sin(x); break;
115 case 2: temp = -cos(x)-sin(x); break;
116 case 3: temp = cos(x)-sin(x); break;
118 b = invsqrtpi*temp/sqrt(x);
123 temp = b;
125 a = temp;
136 temp = x*0.5; b = temp;
236 double a, b, temp = 0; local
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DMultiplexInputStream.java75 private byte temp[] = new byte[1]; field in class:MultiplexInputStream
100 int n = read(temp, 0, 1);
103 return temp[0] & 0xFF;
/openjdk7/hotspot/src/share/vm/opto/
H A Dlive.cpp63 ResourceMark rm; // Nuke temp storage on exit
165 IndexSet *temp = free; local
167 temp->clear();
H A DindexSet.cpp225 IndexSet *temp = one; local
227 two = temp;
364 BitBlock *temp = _blocks[i]; local
366 set->set_block(i, temp);
368 uint temp = _count; local
370 set->_count = temp;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp144 char *temp = base_plus_suffix("dfa_",base); local
145 AD._DFA_file._name = base_plus_suffix(temp,".cpp");
146 delete temp;
147 temp = base_plus_suffix("ad_",base);
148 AD._CPP_file._name = base_plus_suffix(temp,".cpp");
149 AD._CPP_CLONE_file._name = base_plus_suffix(temp,"_clone.cpp");
150 AD._CPP_EXPAND_file._name = base_plus_suffix(temp,"_expand.cpp");
151 AD._CPP_FORMAT_file._name = base_plus_suffix(temp,"_format.cpp");
152 AD._CPP_GEN_file._name = base_plus_suffix(temp,"_gen.cpp");
153 AD._CPP_MISC_file._name = base_plus_suffix(temp,"_mis
[all...]
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DBlowfishCrypt.java172 temp[0] = ((in[inOffset ] ) << 24) |
177 temp[1] = ((in[inOffset + 4] ) << 24) |
183 decryptBlock(temp);
185 encryptBlock(temp);
188 int t = temp[0];
194 t = temp[1];
288 private final int[] temp = new int[2]; // to avoid encrypt/decrypt mallocs field in class:BlowfishCrypt
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_aff.c81 mp_int lambda, temp, tempx, tempy; local
84 MP_DIGITS(&temp) = 0;
88 MP_CHECKOK(mp_init(&temp, FLAG(px)));
121 MP_CHECKOK(mp_set_int(&temp, 3));
123 MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth));
126 field_mul(&tempx, &temp, &tempx, group->meth));
129 MP_CHECKOK(mp_set_int(&temp, 2));
131 MP_CHECKOK(group->meth->field_enc(&temp, &temp, grou
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiManageCapabilities.cpp252 jvmtiCapabilities temp; local
253 get_potential_capabilities(current, prohibited, &temp);
254 if (has_some(exclude(desired, &temp, &temp))) {
262 both(&onload_capabilities, desired, &temp);
263 either(&always_capabilities, &temp, &always_capabilities);
264 exclude(&onload_capabilities, &temp, &onload_capabilities);
267 both(&onload_solo_capabilities, desired, &temp);
268 either(&always_solo_capabilities, &temp, &always_solo_capabilities);
269 exclude(&onload_solo_capabilities, &temp,
288 jvmtiCapabilities temp; local
[all...]
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c118 char *temp = malloc(strlen(envstring) + strlen(current) + 2); local
119 strcpy(temp, name);
120 strcat(temp, "=");
121 strcat(temp, current);
122 strcat(temp, ":");
123 strcat(temp, value);
124 putenv(temp);
140 char temp[64]; local
170 strcpy(temp, lc);
171 p = strstr(temp, "
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcdctmgr.c231 { register DCTELEM temp, qval; local
237 temp = workspace[i];
255 if (temp < 0) {
256 temp = -temp;
257 temp += qval>>1; /* for rounding */
258 DIVIDE_BY(temp, qval);
259 temp = -temp;
261 temp
322 { register FAST_FLOAT temp; local
[all...]
H A Djcparam.c38 long temp; local
53 temp = ((long) basic_table[i] * scale_factor + 50L) / 100L;
55 if (temp <= 0L) temp = 1L;
56 if (temp > 32767L) temp = 32767L; /* max quantizer needed for 12 bits */
57 if (force_baseline && temp > 255L)
58 temp = 255L; /* limit to baseline range if requested */
59 (*qtblptr)->quantval[i] = (UINT16) temp;
H A Djchuff.c360 register int temp, temp2; local
366 temp = temp2 = block[0] - last_dc_val;
368 if (temp < 0) {
369 temp = -temp; /* temp is abs value of input */
377 while (temp) {
379 temp >>= 1;
402 if ((temp = block[jpeg_natural_order[k]]) == 0) {
412 temp2 = temp;
579 register int temp; local
[all...]
H A Djcphuff.c322 register int temp, nbits; local
325 temp = entropy->EOBRUN;
327 while ((temp >>= 1))
384 register int temp, temp2; local
412 temp = temp2 - entropy->last_dc_val[ci];
416 temp2 = temp;
417 if (temp < 0) {
418 temp = -temp; /* temp i
471 register int temp, temp2; local
578 register int temp; local
625 register int temp; local
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp178 jbyteArray temp; local
229 temp = env->NewByteArray(signature_item.len);
232 env->SetByteArrayRegion(temp, 0, signature_item.len, pSignedDigestBuffer);
233 jSignedDigest = temp;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp112 Assembler::op3s temp = (Assembler::op3s) (Assembler::sub_op3 | Assembler::cc_bit_op3); local
113 if (is_op3(x, temp, Assembler::arith_op) &&
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c112 struct gRefStruct *temp; local
151 struct gRefStruct *temp; local
221 jobject temp = NULL; local
240 temp = (*env)->GetObjectArrayElement(env, componentFonts, i);
242 if ((*env)->IsSameObject(env, fd, temp)) {
246 (*env)->DeleteLocalRef(env, temp);
/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c230 jlong temp = 0; local
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscam02.c182 cmsFloat64Number temp; local
187 temp = pow((-1.0 * pMod->FL * clr.RGBp[i] / 100.0), 0.42);
188 clr.RGBpa[i] = (-1.0 * 400.0 * temp) / (temp + 27.13) + 0.1;
191 temp = pow((pMod->FL * clr.RGBp[i] / 100.0), 0.42);
192 clr.RGBpa[i] = (400.0 * temp) / (temp + 27.13) + 0.1;
205 cmsFloat64Number a, b, temp, e, t, r2d, d2r; local
217 temp = b / a;
218 if (b > 0) clr.h = (r2d * atan(temp));
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAVA.java177 StringBuilder temp = new StringBuilder();
189 temp.append((char)c);
192 oid = AVAKeyword.getOID(temp.toString(), format, keywordMap);
199 temp.setLength(0);
222 value = parseQuotedString(in, temp);
224 value = parseString(in, c, format, temp);
305 (Reader in, StringBuilder temp) throws IOException {
345 temp.append(hexString);
351 temp.append((char)c);
358 temp
304 parseQuotedString(Reader in, StringBuilder temp) argument
386 parseString(Reader in, int c, int format, StringBuilder temp) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAbstractDateTimeDV.java627 int temp = date.minute + negate * date.timezoneMin;
628 int carry = fQuotient(temp, 60);
629 date.minute = mod(temp, 60, carry);
635 temp = date.hour + negate * date.timezoneHr + carry;
636 carry = fQuotient(temp, 24);
637 date.hour = mod(temp, 24, carry);
646 temp = maxDayInMonthFor(date.year, date.month);
650 } else if (date.day > temp) {
651 date.day = date.day - temp;
656 temp
743 modulo(int temp, int low, int high) argument
753 fQuotient(int temp, int low, int high) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java759 final LineInfo temp; // working line info field in class:LayoutPathImpl.SegmentPath.Segment
770 this.temp = new LineInfo();
795 if (li.pin(ix, temp)) {
796 if (LOGMAP) LOG.format("pin: %g, %g to %g, %g\n", temp.sx, temp.sy, temp.lx, temp.ly);
798 temp.sx -= data[ix-1];
799 double sx = data[ix-3] + temp.sx * ux - temp
[all...]

Completed in 107 milliseconds

123