Searched defs:base (Results 201 - 225 of 291) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dtrees.c148 int extra_base; /* base index for extra_bits */
522 int base = desc->stat_desc->extra_base; local
549 if (n >= base) xbits = extra[n-base];
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c2700 const mlib_u8 **base)
2712 newpalc0 = base[0][newindex];
2713 newpalc1 = base[1][newindex];
2714 newpalc2 = base[2][newindex];
2725 found_color, c0, c1, c2, base);
2736 const mlib_u8 **base,
2762 newpalc0 = base[0][newindex];
2763 newpalc1 = base[1][newindex];
2764 newpalc2 = base[2][newindex];
2775 distance, found_color, c, base,
2694 mlib_search_quadrant_U8_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, const mlib_u8 **base) argument
2732 mlib_search_quadrant_part_to_left_U8_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_u8 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
2824 mlib_search_quadrant_part_to_right_U8_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_u8 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
2915 mlib_search_quadrant_S16_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, const mlib_s16 **base) argument
2953 mlib_search_quadrant_part_to_left_S16_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_s16 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3045 mlib_search_quadrant_part_to_right_S16_3(struct lut_node_3 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_s16 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3138 mlib_search_quadrant_U8_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, mlib_u32 c3, const mlib_u8 **base) argument
3179 mlib_search_quadrant_part_to_left_U8_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_u8 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3276 mlib_search_quadrant_part_to_right_U8_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_u8 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3372 mlib_search_quadrant_S16_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, mlib_u32 c0, mlib_u32 c1, mlib_u32 c2, mlib_u32 c3, const mlib_s16 **base) argument
3413 mlib_search_quadrant_part_to_left_S16_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_s16 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
3510 mlib_search_quadrant_part_to_right_S16_4(struct lut_node_4 *node, mlib_u32 distance, mlib_s32 *found_color, const mlib_u32 *c, const mlib_s16 **base, mlib_u32 position, mlib_s32 pass, mlib_s32 dir_bit) argument
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java163 ResultSetHolder base = (ResultSetHolder) results.elementAt(0);
164 Enumeration enum_ = base.getKeyEnumeration();
186 ResultHolder rh = base.getResultByKey(key);
786 public static double calcPercent(double base, double val) { argument
787 val /= base;
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decc_impl.h193 SECItem base; member in struct:ECParamsStr
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java1618 public static String replace(String base, char ch, String str) { argument
1619 return (base.indexOf(ch) < 0) ? base :
1620 replace(base, String.valueOf(ch), new String[] { str });
1623 public static String replace(String base, String delim, String[] str) { argument
1624 final int len = base.length();
1629 final char ch = base.charAt(i);
1652 public static String mapQNameToJavaName (String base ) {
1653 return replace(base, ".-:/{}?#%*",
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c226 char* _base; // copy-on-write base address
297 uintptr_t base = 0, useSharedSpacesAddr = 0; local
378 base = (uintptr_t) header._space[m]._base;
382 base, (size_t) header._space[m]._used); local
383 print_debug("added a share archive map at 0x%lx\n", base);
434 // sort the map_info array by base virtual address.
443 print_debug("base = 0x%lx\tsize = %d\n", ph->core->map_array[j]->vaddr,
856 print_debug("can't read ld base address\n");
863 print_debug("interpreter base address is 0x%lx\n", ld_base_addr);
877 // read library base addres
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c225 char* _base; // copy-on-write base address
296 uintptr_t base = 0, useSharedSpacesAddr = 0; local
378 base = (uintptr_t) header._space[m]._base;
382 base, (size_t) header._space[m]._used); local
383 print_debug("added a share archive map at 0x%lx\n", base);
434 // sort the map_info array by base virtual address.
443 print_debug("base = 0x%lx\tsize = %zu\n", ph->core->map_array[j]->vaddr,
848 print_debug("can't read ld base address\n");
853 print_debug("interpreter base address is 0x%lx\n", ld_base_addr);
867 // read library base addres
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java496 // sort load objects by base address
498 // sort the list by base address
617 private LoadObject createLoadObject(String fileName, long textsize, long base) { argument
619 Address baseAddr = newAddress(base);
622 // already in cache. just change the base, if needed
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java500 * as the base locale of all locales, and is used as the language/country
634 BaseLocale base = BaseLocale.createInstance(lang, country);
635 return getInstance(base, null);
681 return new Locale(key.base, key.exts);
686 private final BaseLocale base; field in class:Locale.LocaleKey
691 base = baseLocale;
695 int h = base.hashCode();
711 if (hash != other.hash || !base.equals(other.base)) {
1138 * @return base local
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp620 address base = binding()->section_start(CodeBuffer::SECT_INSTS); local
621 _static_call = address_from_scaled_offset(unpack_1_int(), base);
673 relocInfo* base = dest->locs_end() - 1; local
674 assert(base->type() == this->type(), "sanity");
676 base->set_type(relocInfo::section_word_type);
684 assert(type() == relocInfo::internal_word_type, "must be base class");
693 address base = sect->start(); local
694 jint offset = scaled_offset(_target, base);
715 address base = binding()->section_start(sindex); local
718 _target = address_from_scaled_offset(offset, base);
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp404 ConstantPoolCacheEntry* base() const { return (ConstantPoolCacheEntry*)((address)this + in_bytes(base_offset())); } function in class:constantPoolCacheOopDesc
430 return base() + i;
457 assert(base() <= e && e < base() + length(), "oob");
458 int cpc_index = (e - base());
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp223 // Mark base edge use to distinguish from stored value edge.
263 bool _has_unknown_base; // Has phantom_object base
276 PointsToNode* base(int e) const { return _bases.at(e); } function in class:FieldNode
277 bool add_base(PointsToNode* base) { return _bases.append_if_missing(base); } argument
321 inline PointsToNode* get() const { return ((PointsToNode*)node)->as_Field()->base(i); }
414 void add_fields_to_worklist(FieldNode* field, PointsToNode* base);
478 // Add an edge from Field node to its base and back.
483 return false; // already has phantom_obj base
531 bool split_AddP(Node *addp, Node *base);
[all...]
H A Dlcm.cpp130 // Search the successor block for a load or store who's base value is also
192 Node* base; local
194 const MachOper* oper = mach->memory_inputs(base, index);
198 if (val == base ||
211 const Node* base = mach->get_base_and_disp(offset, adr_type); local
212 if (base == NULL || base == NodeSentinel) {
213 // Narrow oop address doesn't have base, only index
221 // 32-bits narrow oop can be the base of address expressions
222 tptr = base
[all...]
H A Dsuperword.hpp473 Node* base() { return _base; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dtype.hpp113 // Signal values for offsets from a base pointer
143 // Table for efficient dualing of base types
147 // Each class of type is also identified by its base.
174 TYPES base() const { function in class:Type
197 // Compute meet dependent on base type
267 bool is_floatingpoint() const; // True if Float or Double base type
/openjdk7/jdk/src/share/classes/java/awt/
H A DList.java169 private static final String base = "list"; field in class:List
244 return base + nameCounter++;
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java345 // base character of range digits
346 private final int base; field in class:NumericShaper.Range
351 private Range(int base, int start, int end) { argument
352 this.base = base - ('0' + getNumericBase());
358 return base;
394 * rangeSet.toArray() value. Sorted by Range.base when the number
407 * Latin-1 (European) decimal base.
411 /** Identifies the ARABIC range and decimal base. */
414 /** Identifies the ARABIC range and ARABIC_EXTENDED decimal base
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp146 LIR_Address* LIRGenerator::generate_address(LIR_Opr base, LIR_Opr index, argument
148 assert(base->is_register(), "must be");
182 // at this point we either have base + index or base + displacement
184 return new LIR_Address(base, index, type);
187 return new LIR_Address(base, disp, type);
273 void LIRGenerator::cmp_mem_int(LIR_Condition condition, LIR_Opr base, int disp, int c, CodeEmitInfo* info) { argument
275 __ load(new LIR_Address(base, disp, T_INT), o7opr, info);
280 void LIRGenerator::cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, int disp, BasicType type, CodeEmitInfo* info) { argument
282 __ load(new LIR_Address(base, dis
287 cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, LIR_Opr disp, BasicType type, CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp483 // Default formats for base operands (RegI, RegP, ConI, ConP, ...)
556 // Default formats for base operands (RegI, RegP, ConI, ConP, ...)
1307 const char *base = mem_interface->_base; local
1308 if( base != NULL ) {
1309 define_oper_interface(fp, *oper, _globalNames, "base", base);
1657 // if the base == 1.
1758 // size_of, used by base class's clone to obtain the correct size.
1763 // Virtual methods which are only generated to override base class
1873 // complain if it sees that the pointer base i
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp283 address base = start(); local
284 int patch_loc = CodeBuffer::locator(branch_pc - base, index());
290 // Don't return base either because that could overflow displacements
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp879 Instruction** base,
883 ArithmeticOp* root = x->base()->as_ArithmeticOp();
889 *base = root->x();
891 *base = root->y();
895 // pick base and index, setting scale at 1
896 *base = root->x();
914 Instruction* base = NULL; local
918 if (match(x, &base, &index, &log2_scale)) {
919 x->set_base(base);
923 tty->print_cr("Canonicalizer: UnsafeRawOp id %d: base
878 match(UnsafeRawOp* x, Instruction** base, Instruction** index, int* log2_scale) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java313 /** Is this symbol a subclass of `base'? Only defined for ClassSymbols.
315 public boolean isSubClass(Symbol base, Types types) { argument
493 public boolean isSubClass(Symbol base, Types types) { return other.isSubClass(base, types); } argument
801 public boolean isSubClass(Symbol base, Types types) { argument
802 if (this == base) {
804 } else if ((base.flags() & INTERFACE) != 0) {
809 if (is.head.tsym.isSubClass(base, types)) return true;
812 if (t.tsym == base) return true;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c774 char *base; local
778 base = gdata->output_filename;
779 if ( base==NULL ) {
780 base = default_filename;
782 len = (int)strlen(base);
784 (void)strcpy(gdata->heapfilename, base);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2_plugin.h184 // ICC base tag
191 // Type base helper functions
252 cmsPluginBase base; member in struct:__anon892
329 cmsPluginBase base; member in struct:__anon894
345 cmsPluginBase base; member in struct:__anon895
390 cmsPluginBase base; member in struct:__anon898
432 cmsPluginBase base; member in struct:__anon899
457 cmsPluginBase base; member in struct:__anon901
482 cmsPluginBase base; member in struct:__anon902
519 cmsPluginBase base; member in struct:__anon903
584 cmsPluginBase base; member in struct:__anon908
618 cmsPluginBase base; member in struct:__anon909
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java196 String getJavaResult(String offset, String base) { argument
204 res = base + "+" + offset;
208 base + "+" + offset});
224 return getJavaResultConversion(res, base);
226 String getJavaResultConversion(String value, String base) { argument
230 return MessageFormat.format("({2} != 0)?(new {0}({1})):(null)", new Object[] {referencedType.getName(),value, base});
469 * structName [ '[' base classe ']' ] [ '{' interfaces '}' ] [ '|' javaClassName ]
518 if (_desc.indexOf('[') != -1) { // Has base class
522 if (_desc.indexOf('{') != -1) { // Has base class

Completed in 143 milliseconds

1234567891011>>