Searched refs:buf (Results 1 – 6 of 6) sorted by relevance
289 static uint16_t get2BE(const unsigned char* buf) in get2BE() argument293 val = (buf[0] << 8) | buf[1]; in get2BE()300 static uint32_t get4BE(const unsigned char* buf) in get4BE() argument304 val = (buf[0] << 24) | (buf[1] << 16) | (buf[2] << 8) | buf[3]; in get4BE()311 static void set4BE(unsigned char* buf, uint32_t val) in set4BE() argument313 buf[0] = val >> 24; in set4BE()314 buf[1] = val >> 16; in set4BE()315 buf[2] = val >> 8; in set4BE()316 buf[3] = val; in set4BE()338 const unsigned char* buf = origBuf; in computeClassDumpLen() local[all …]
298 char[] buf = new char[targetLen + arrayDepth * 2]; in descriptorToDot() local304 buf[i] = (ch == '/') ? '.' : ch; in descriptorToDot()309 buf[i++] = '['; in descriptorToDot()310 buf[i++] = ']'; in descriptorToDot()312 assert i == buf.length; in descriptorToDot()314 return new String(buf); in descriptorToDot()
232 private static void appendNewlineIfNecessary(StringBuffer buf, in appendNewlineIfNecessary() argument235 int len = buf.length(); in appendNewlineIfNecessary()237 if ((len != 0) && (buf.charAt(len - 1) != '\n')) { in appendNewlineIfNecessary()
261 byte[] buf = new byte[20000]; in processArchive()275 while ((read = in.read(buf)) != -1) { in processArchive()276 baos.write(buf, 0, read); in processArchive()
META-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr ...