Searched defs:num (Results 126 - 141 of 141) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp713 u2 num = the_class->next_method_idnum(); local
714 if (num == constMethodOopDesc::UNSET_IDNUM) {
719 methodOop idnum_owner = scratch_class->method_with_idnum(num);
724 k_new_method->set_method_idnum(num);
725 swap_all_method_annotations(new_num, num, scratch_class);
2776 u2 num = instanceKlass::cast(_the_class_oop)->next_method_idnum(); local
2777 if (num != constMethodOopDesc::UNSET_IDNUM) {
2779 old_method->set_method_idnum(num);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp1028 long num; local
1030 num = os::random();
1031 double u = (double)num / m;
1041 assert(num == 1043618065, "bad seed");
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c174 int num; member in struct:__anon971
228 if ( fDirP->num == 0 ) return;
230 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int ));
242 for (index = 0; index < fDirP->num; index++ ) {
302 for (index = 0; index < fDirP->num; index++ ) {
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h407 const char* saveIntStr(int num) { char buf[30]; sprintf(buf, "%d", num); return saveStr(buf); } argument
465 void write_members(int num, int attrc); // attrc=ATTR_CONTEXT_FIELD/METHOD
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c331 int num)
339 /* Free text item num or (if num == -1) all text items */
342 if (num != -1)
344 if (info_ptr->text && info_ptr->text[num].key)
346 png_free(png_ptr, info_ptr->text[num].key);
347 info_ptr->text[num].key = NULL;
421 /* Free a given sPLT entry, or (if num == -1) all sPLT entries */
424 if (num != -1)
428 png_free(png_ptr, info_ptr->splt_palettes[num]
330 png_free_data(png_structp png_ptr, png_infop info_ptr, png_uint_32 mask, int num) argument
1475 png_uint_32 num; local
2181 PNG_CONST unsigned int num = 1U << (8U - shift); local
2248 PNG_CONST unsigned int num = 1U << (8U - shift); local
[all...]
H A Dpngrutil.c632 int num, i; local
685 num = (int)length / 3;
688 for (i = 0, pal_ptr = palette; i < num; i++, pal_ptr++)
698 for (i = 0; i < num; i++)
752 png_set_PLTE(png_ptr, info_ptr, palette, num);
759 if (png_ptr->num_trans > (png_uint_16)num)
762 png_ptr->num_trans = (png_uint_16)num;
765 if (info_ptr->num_trans > (png_uint_16)num)
768 info_ptr->num_trans = (png_uint_16)num;
1706 unsigned int num, local
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c1248 int num = pd->numSegments; local
1258 pd->lowSegment = num;
1266 num = pd->numSegments;
1270 while (lo < num) {
1322 lo = cur = hi = num;
1336 if (lo == hi && lo < num) {
1349 while (hi < num && segmentTable[hi]->cury <= loy) {
1423 int i, cur, num, loy; local
1440 num = pd->numSegments;
1442 while (cur < num
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp362 size_t num = totalCountInIndexedFreeLists(); local
363 num += dictionary()->total_count();
365 num++;
367 return num;
2521 size_t num = _indexedFreeList[size].count(); local
2531 guarantee(n == num, "Incorrect count");
2834 size_t num = fl->count();
2837 ssize_t births = _indexedFreeList[word_sz].split_births() + num;
H A DconcurrentMarkSweepGeneration.hpp767 bool take_from_overflow_list(size_t num, CMSMarkStack* to_stack);
768 bool par_take_from_overflow_list(size_t num,
989 void incrementNumDirtyCards(size_t num) { _numDirtyCards += num; } argument
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java1356 void adjustListeningChildren(long mask, int num) { argument
1367 if (num == 0)
1371 listeningChildren += num;
1374 listeningBoundsChildren += num;
1377 adjustListeningChildrenOnParent(mask, num);
1381 void adjustDescendants(int num) { argument
1382 if (num == 0)
1385 descendantsCount += num;
1386 adjustDecendantsOnParent(num);
1390 void adjustDecendantsOnParent(int num) { argument
[all...]
H A DComponent.java5573 void adjustListeningChildrenOnParent(long mask, int num) { argument
5575 parent.adjustListeningChildren(mask, num);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp133 AwtFont::AwtFont(int num, JNIEnv *env, jobject javaFont) argument
135 if (num == 0) { // not multi-font
136 num = 1;
139 m_hFontNum = num;
140 m_hFont = new HFONT[num];
142 for (int i = 0; i < num; i++) {
595 int i, num; local
604 num = env->GetArrayLength(array);
607 num = 0;
610 for (i = 0; i < num;
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp93 int num = number(); local
94 if (num >= nofArgs) num = nofArgs - 1;
95 return argumentNames[num][is_in() ? 1 : 0];
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2870 int num = Atomic::add(1, &cnt); local
2873 os::get_temp_directory(), os::current_process_id(), num);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2621 int num = Atomic::add(1, &cnt); local
2624 os::get_temp_directory(), os::current_process_id(), num);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1716 int num = er->NumberParameters; local
1717 if (num > 0) {
1719 for (int i = 0; i < num; i++) {

Completed in 195 milliseconds

123456