Searched refs:data_type (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.hpp84 jbyte data_type; // type of the data item - member in struct:__anon421
96 j<data_type>[data_length] data_item; // array of appropriate types.
98 // data_type is T_ARRAY.
H A DperfData.cpp162 pdep->data_type = (jbyte) type2char(dtype);
H A DvmStructs.cpp647 nonstatic_field(PerfDataEntry, data_type, jbyte) \
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dvm_version_solaris_sparc.cpp174 if (knm[i].data_type == KSTAT_DATA_CHAR) {
177 } else if (knm[i].data_type == KSTAT_DATA_STRING) {
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1249 Form::DataType data_type = oper->is_base_constant(_globalNames); local
1251 if( data_type == Form::idealP || data_type == Form::idealN ) {
1264 Form::DataType data_type = oper->is_user_name_for_sReg(); local
1265 if( data_type != Form::none ){
1267 switch( data_type ) {
1687 Form::DataType data_type; local
1690 data_type = instr->is_chain_of_constant(_globalNames, opType, result);
1692 if ( data_type != Form::none ) {
1814 if( data_type !
[all...]
H A Dformssel.cpp494 Form::DataType data_type = Form::none; local
495 if ( ! _matrule) return data_type;
506 data_type = ideal_to_const_type(opType);
509 if ( data_type == Form::none ) return data_type;
514 return data_type;
517 return data_type;
535 Form::DataType data_type = is_chain_of_constant(globals); local
536 if( data_type != Form::none )
1059 Form::DataType data_type local
2143 DataType data_type = none; local
3564 DataType data_type = Form::none; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Djava2d_Mlib.h150 #define MLIB_IMAGE_SET(image, data_type, nchan, w, h, scan, data_ptr) \
151 image->type = data_type; \
H A Dmlib_v_ImageClear_f.c60 #define STRIP(pd, color, w, h, chan, data_type) \
62 data_type color_i = color[l]; \
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageCopy.c182 #define STRIP(pd, ps, w, h, data_type) { \
183 data_type s0, s1; \
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h122 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
224 /* Possible values of the data_type field (though see inflate()) */
336 deflate() may update strm->data_type if it can make a good guess about
426 Also to assist in this, on return inflate() will set strm->data_type to the
434 bit 7 of data_type is set, in which case the number of unused bits will be
H A Dtrees.c958 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
1162 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
H A Dinflate.c1172 strm->data_type = state->bits + (state->last ? 64 : 0) +
H A Ddeflate.c393 strm->data_type = Z_UNKNOWN;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c2255 png_ptr->zstream.data_type = Z_BINARY;

Completed in 8243 milliseconds