Searched refs:nb (Results 1 – 4 of 4) sorted by relevance
112 int nb; in hprofFlushRecord() local118 nb = fwrite(headBuf, 1, sizeof(headBuf), fp); in hprofFlushRecord()119 if (nb != sizeof(headBuf)) { in hprofFlushRecord()122 nb = fwrite(rec->body, 1, rec->length, fp); in hprofFlushRecord()123 if (nb != (int)rec->length) { in hprofFlushRecord()
170 SsaBasicBlock nb = nodes.get(b); in calcDomFronts() local172 BitSet pred = nb.getPredecessors(); in calcDomFronts()
530 Byte nb = new Byte("-128");532 && (nb.byteValue() == (byte) -128));
514 Number nb = df.parse("" + Long.MIN_VALUE, pos); in test_parseLjava_lang_String_Ljava_text_ParsePosition() local515 assertTrue(nb instanceof Long); in test_parseLjava_lang_String_Ljava_text_ParsePosition()522 nb = df.parse("" + Long.MAX_VALUE, pos); in test_parseLjava_lang_String_Ljava_text_ParsePosition()523 assertTrue(nb instanceof Long); in test_parseLjava_lang_String_Ljava_text_ParsePosition()531 nb = df.parse("invalid", pos); in test_parseLjava_lang_String_Ljava_text_ParsePosition()532 assertNull(nb); in test_parseLjava_lang_String_Ljava_text_ParsePosition()