Searched refs:uchar (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp54 inline uint jar::get_crc32(uint c, uchar *ptr, uint len) { return 0; }
61 inline uint jar::get_crc32(uint c, uchar *ptr, uint len) { return crc32(c, ptr, len); }
270 crc = get_crc32(crc, (uchar *)head.ptr, (uint)head.len);
272 crc = get_crc32(crc, (uchar *)tail.ptr, (uint)tail.len);
387 zs.next_out = (uchar*) deflated.grow(len + (len/2));
390 zs.next_in = (uchar*)head.ptr;
403 zs.next_in = (uchar*) first->ptr;
408 zs.next_in = (uchar*) last->ptr;
444 zs.next_out = (uchar*) bufptr;
448 zs.next_in = (uchar*) inbu
[all...]
H A Dzip.h28 #define uchar unsigned char macro
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiLine.java807 char uchar;
834 uchar = bidiBase.text[m];
835 if (!BidiBase.IsBidiControlChar(uchar)) {
H A DBidiBase.java1199 int uchar;
1237 uchar = UTF16.charAt(text, 0, originalLength, i);
1238 i += Character.charCount(uchar);
1241 dirProp = (byte)bdp.getClass(uchar);
1286 if (!((uchar == (int)CR) && (text[i] == (int)LF))) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp510 typedef unsigned char uchar; typedef
514 sum += num_set_bits_from_table(uchar(w & 255));

Completed in 45 milliseconds