Searched defs:src (Results 476 - 500 of 510) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv_16nw.c193 hgt = mlib_ImageGetHeight(src); \
194 wid = mlib_ImageGetWidth(src); \
195 nchannel = mlib_ImageGetChannels(src); \
196 sll = mlib_ImageGetStride(src) / sizeof(type); \
198 adr_src = (type *)mlib_ImageGetData(src); \
252 const mlib_image *src, variable
462 const mlib_image *src, variable
575 const mlib_image *src, variable
768 const mlib_image *src, variable
1005 const mlib_image *src, variable
1231 const mlib_image *src, variable
1408 mlib_ImageConv1xN(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dn, mlib_s32 cmask) argument
1633 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
2048 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConv_8ext.c88 const mlib_image *src, \
100 const mlib_image *src, \
225 hgt = mlib_ImageGetHeight(src); \
226 wid = mlib_ImageGetWidth(src); \
227 nchannel = mlib_ImageGetChannels(src); \
228 sll = mlib_ImageGetStride(src) / sizeof(type); \
230 adr_src = (type *)mlib_ImageGetData(src); \
1615 const mlib_image *src,
1908 if (m == 1) return mlib_ImageConv1xN_ext(dst, src, k, n, dy_t, dy_b, cmask);
1614 mlib_ImageConv1xN_ext(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
H A Dmlib_ImageConv_8nw.c194 hgt = mlib_ImageGetHeight(src); \
195 wid = mlib_ImageGetWidth(src); \
196 nchannel = mlib_ImageGetChannels(src); \
197 sll = mlib_ImageGetStride(src) / sizeof(type); \
199 adr_src = (type *)mlib_ImageGetData(src); \
253 const mlib_image *src, variable
463 const mlib_image *src, variable
576 const mlib_image *src, variable
769 const mlib_image *src, variable
1006 const mlib_image *src, variable
1232 const mlib_image *src, variable
1409 mlib_ImageConv1xN(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dn, mlib_s32 cmask) argument
1634 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
2049 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConv_u16ext.c88 const mlib_image *src, \
100 const mlib_image *src, \
225 hgt = mlib_ImageGetHeight(src); \
226 wid = mlib_ImageGetWidth(src); \
227 nchannel = mlib_ImageGetChannels(src); \
228 sll = mlib_ImageGetStride(src) / sizeof(type); \
230 adr_src = (type *)mlib_ImageGetData(src); \
1615 const mlib_image *src,
1908 if (m == 1) return mlib_ImageConv1xN_ext(dst, src, k, n, dy_t, dy_b, cmask);
1614 mlib_ImageConv1xN_ext(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
H A Dmlib_ImageConv_u16nw.c193 hgt = mlib_ImageGetHeight(src); \
194 wid = mlib_ImageGetWidth(src); \
195 nchannel = mlib_ImageGetChannels(src); \
196 sll = mlib_ImageGetStride(src) / sizeof(type); \
198 adr_src = (type *)mlib_ImageGetData(src); \
252 const mlib_image *src, variable
462 const mlib_image *src, variable
575 const mlib_image *src, variable
768 const mlib_image *src, variable
1005 const mlib_image *src, variable
1231 const mlib_image *src, variable
1408 mlib_ImageConv1xN(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dn, mlib_s32 cmask) argument
1633 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
2048 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java1415 Object[] src = {orig};
1416 System.err.print(form.format(src));
1682 Object[] src = {keyStore.getCreationDate(alias)};
1683 out.println(form.format(src));
1769 * @returns the src KeyStore
2030 * @param src the source, which means System.in if null, or a URI,
2033 public static Collection<? extends CRL> loadCRLs(String src) throws Exception { argument
2036 if (src == null) {
2040 uri = new URI(src);
2048 in = new FileInputStream(src);
2139 doPrintCRL(String src, PrintStream out) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java516 char[] src; field in class:NormalizerImpl.PrevArgs
534 args.c=args.src[--args.current];
548 UTF16.isLeadSurrogate(args.c2=args.src[args.current-1])) {
638 * (c, c2) may or may not yet have been inserted at src[current]..src[p]
642 * before: src[start]..src[current] is already ordered, and
643 * src[current]..src[p] may or may not hold (c, c2) but
645 * after: src[star
804 quickCheck(char[] src, int srcStart, int srcLimit, int minNoMaybe, int qcMask, int options, boolean allowMaybe, UnicodeSet nx) argument
927 decompose(char[] src,int srcStart,int srcLimit, char[] dest,int destStart,int destLimit, boolean compat,int[] outTrailCC, UnicodeSet nx) argument
1567 findNextStarter(char[] src,int start,int limit, int qcMask, int decompQCMask, char minNoMaybe) argument
1636 composePart(ComposePartArgs args, int prevStarter, char[] src, int start, int limit, int options, UnicodeSet nx) argument
1676 composeHangul(char prev, char c, long norm32, char[] src,int[] srcIndex, int limit, boolean compat, char[] dest,int destIndex, UnicodeSet nx) argument
1748 compose(char[] src, int srcStart, int srcLimit, char[] dest,int destStart,int destLimit, int options,UnicodeSet nx) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DValueConversions.java830 Class<?> src = wsrc.primitiveType();
832 MethodType type = src == void.class ? MethodType.methodType(dst) : MethodType.methodType(dst, src);
834 mh = identity(src);
838 mh = MethodHandles.dropArguments(EMPTY, 0, src); // Defer back to MethodHandles.
842 mh = box(src);
844 assert(src.isPrimitive() && dst.isPrimitive());
846 mh = IMPL_LOOKUP.findStatic(THIS_CLASS, src.getSimpleName()+"To"+capitalize(dst.getSimpleName()), type);
858 src.getSimpleName()+" -> "+dst.getSimpleName());
861 public static MethodHandle convertPrimitive(Class<?> src, Clas argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c354 (JNIEnv *env, jclass src)
356 pSpanDataID = (*env)->GetFieldID(env, src, "pData", "J");
353 Java_sun_java2d_pipe_ShapeSpanIterator_initIDs(JNIEnv *env, jclass src) argument
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java5298 int[] src = ((Slice) node).buffer;
5299 int patternLength = src.length;
5314 lastOcc[src[i]&0x7F] = i + 1;
5322 if (src[j] == src[j-i]) {
5323 // src[j..len] is a good suffix
5341 return new BnMS(src, lastOcc, optoSft, node.next);
5342 return new BnM(src, lastOcc, optoSft, node.next);
5344 BnM(int[] src, int[] lastOcc, int[] optoSft, Node next) { argument
5345 this.buffer = src;
5398 BnMS(int[] src, int[] lastOcc, int[] optoSft, Node next) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp79 LIR_Opr src = op1->in_opr(); local
82 if (src == dst) {
84 // this works around a problem where moves with the same src and dst
98 if (src->is_double_cpu() || dst->is_double_cpu() || op1->patch_code() != lir_patch_none ||
99 ((src->is_double_fpu() || dst->is_double_fpu()) && op1->move_kind() != lir_move_normal)) {
105 if (src->is_address() && !src->is_stack() && (src->type() == T_OBJECT || src->type() == T_ARRAY)) return false;
109 if (src
1026 const2stack(LIR_Opr src, LIR_Opr dest) argument
1088 const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) argument
1167 const2reg(LIR_Opr src, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) argument
1297 stack2stack(LIR_Opr src, LIR_Opr dest, BasicType type) argument
1352 Register src = addr->base()->as_pointer_register(); local
1406 prefetchr(LIR_Opr src) argument
1416 prefetchw(LIR_Opr src) argument
1426 stack2reg(LIR_Opr src, LIR_Opr dest, BasicType type) argument
1498 Register src = addr->base()->as_pointer_register(); local
2062 Register src = op->src()->as_register(); local
3162 volatile_move_op(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info) argument
3284 pack64(LIR_Opr src, LIR_Opr dst) argument
3295 unpack64(LIR_Opr src, LIR_Opr dst) argument
3415 atomic_op(LIR_Code code, LIR_Opr src, LIR_Opr data, LIR_Opr dest, LIR_Opr tmp) argument
[all...]
H A DsharedRuntime_sparc.cpp1276 static void simple_move32(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1277 if (src.first()->is_stack()) {
1280 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, L5);
1284 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, dst.first()->as_Register());
1288 __ st(src.first()->as_Register(), SP, reg2offset(dst.first()) + STACK_BIAS);
1290 __ mov(src.first()->as_Register(), dst.first()->as_Register());
1298 static void move32_64(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1299 if (src.first()->is_stack()) {
1302 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, L5);
1306 __ ld(FP, reg2offset(src
1317 move_ptr(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1337 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1396 float_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1444 split_long_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1454 long_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1518 double_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
2959 VMRegPair src = in_regs[j_arg]; local
[all...]
H A DstubGenerator_sparc.cpp200 { const Register src = parameters.as_in().as_register(); local
216 __ ld_ptr(src, 0, tmp);
217 __ add(src, BytesPerWord, src);
2793 // (O5 = 0; ; O5 += wordSize) --- offset from src, dest arrays
2901 void arraycopy_range_checks(Register src, // source array oop (O0) argument
2910 // if (src_pos + length > arrayOop(src)->length() ) FAIL;
2917 __ lduw(src, arrayOopDesc::length_offset_in_bytes(), array_length);
2940 // O0 - src oop
2960 const Register src local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp634 void LIR_Assembler::const2reg(LIR_Opr src, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) { argument
635 assert(src->is_constant(), "should not call otherwise");
637 LIR_Const* c = src->as_constant_ptr();
721 void LIR_Assembler::const2stack(LIR_Opr src, LIR_Opr dest) { argument
722 assert(src->is_constant(), "should not call otherwise");
724 LIR_Const* c = src->as_constant_ptr();
758 void LIR_Assembler::const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) { argument
759 assert(src->is_constant(), "should not call otherwise");
761 LIR_Const* c = src->as_constant_ptr();
843 void LIR_Assembler::reg2reg(LIR_Opr src, LIR_Op argument
929 reg2stack(LIR_Opr src, LIR_Opr dest, BasicType type, bool pop_fpu_stack) argument
974 reg2mem(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool wide, bool ) argument
1098 stack2reg(LIR_Opr src, LIR_Opr dest, BasicType type) argument
1140 stack2stack(LIR_Opr src, LIR_Opr dest, BasicType type) argument
1174 mem2reg(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool wide, bool ) argument
1344 prefetchr(LIR_Opr src) argument
1365 prefetchw(LIR_Opr src) argument
1459 LIR_Opr src = op->in_opr(); local
3058 Register src = op->src()->as_register(); local
3665 volatile_move_op(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info) argument
3772 atomic_op(LIR_Code code, LIR_Opr src, LIR_Opr data, LIR_Opr dest, LIR_Opr tmp) argument
[all...]
H A DsharedRuntime_x86_32.cpp1024 static void simple_move32(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1025 if (src.first()->is_stack()) {
1028 // __ ld(FP, reg2offset(src.first()) + STACK_BIAS, L5);
1030 __ movl2ptr(rax, Address(rbp, reg2offset_in(src.first())));
1034 __ movl2ptr(dst.first()->as_Register(), Address(rbp, reg2offset_in(src.first())));
1039 __ movptr(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register());
1041 if (dst.first() != src.first()) {
1042 __ mov(dst.first()->as_Register(), src.first()->as_Register());
1052 VMRegPair src,
1057 // Because of the calling conventions we know that src ca
1048 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1103 float_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1121 long_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1140 double_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
2627 VMRegPair src = in_regs[j_arg]; local
[all...]
H A DsharedRuntime_x86_64.cpp1012 static void move32_64(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1013 if (src.first()->is_stack()) {
1016 __ movslq(rax, Address(rbp, reg2offset_in(src.first())));
1020 __ movslq(dst.first()->as_Register(), Address(rbp, reg2offset_in(src.first())));
1025 // __ movslq(src.first()->as_Register(), src.first()->as_Register());
1026 __ movq(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register());
1029 // __ movslq(dst.first()->as_Register(), src.first()->as_Register());
1030 if (dst.first() != src.first()) {
1031 __ movq(dst.first()->as_Register(), src
1036 move_ptr(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1057 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1130 float_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1160 long_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1186 double_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1493 MoveOperation(int src_index, VMRegPair src, int dst_index, VMRegPair dst) argument
1503 VMRegPair src() const { return _src; } function in class:ComputeMoveOrder::MoveOperation
1590 add_edge(int src_index, VMRegPair src, int dst_index, VMRegPair dst) argument
2913 VMRegPair src = in_regs[j_arg]; local
3020 VMRegPair src = in_regs[j_arg]; local
3081 VMReg src = in_regs[j_arg].first(); local
3161 VMRegPair src = in_regs[j_arg]; local
[all...]
H A DstubGenerator_x86_32.cpp1114 const Register src = rax; // source array address local
1124 __ movptr(src , Address(rsp, 12+ 4)); // from
1134 __ mov(from, src);
1139 __ cmpptr(dst, src);
1140 __ lea(end, Address(src, count, sf, 0)); // src + count * elem_size
1510 // Base pointers src, dst are biased by 8*count,to last element.
1651 void arraycopy_range_checks(Register src, argument
1663 // if (src_pos + length > arrayOop(src)->length() ) FAIL;
1664 __ cmpl(src_end, Address(src, arrayOopDes
1742 const Register src = rax; // source array oop local
[all...]
H A DstubGenerator_x86_64.cpp2378 // Base pointers src, dst are biased by 8*(count-1),to last element.
2494 void arraycopy_range_checks(Register src, // source array oop (c_rarg0) argument
2503 // if (src_pos + length > arrayOop(src)->length()) FAIL;
2506 __ cmpl(temp, Address(src, arrayOopDesc::length_offset_in_bytes()));
2527 // c_rarg0 - src oop
2549 const Register src = c_rarg0; // source array oop local
2584 // (1) src and dst must not be null.
2588 // (5) src klass and dst klass should be the same and not NULL.
2589 // (6) src and dst should be arrays.
2590 // (7) src_pos + length must not exceed length of src
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp4138 Value src = args->pop(); local
4149 args->push(src);
H A Dc1_LIRGenerator.cpp90 void PhiResolver::emit_move(LIR_Opr src, LIR_Opr dest) { argument
91 assert(src->is_valid(), "");
93 __ move(src, dest);
104 void PhiResolver::move_to_temp(LIR_Opr src) { argument
106 _temp = _gen->new_register(src->type());
107 emit_move(src, _temp);
118 void PhiResolver::move(ResolveNode* src, ResolveNode* dest) { argument
128 move_to_temp(src->operand());
136 } else if (src != NULL) {
137 emit_move(src
191 move(LIR_Opr src, LIR_Opr dest) argument
742 Instruction* src = x->argument_at(0); local
2578 LIR_Opr src = args->at(i); local
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp3366 // Copies src into buf, replacing "%%" with "%" and "%p" with pid
3367 // Returns true if all of the source pointed by src has been copied over to
3375 bool Arguments::copy_expand_pid(const char* src, size_t srclen, argument
3377 const char* p = src;
3379 const char* src_end = &src[srclen];
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h419 struct jpeg_source_mgr * src; member in struct:jpeg_decompress_struct
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c3042 mp_digit *src, *dst; local
3057 src = dst + p;
3059 *dst++ = *src++;
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1986 const char* src = (const char*) (name()->as_C_string()); local
1987 const int src_length = (int)strlen(src);
1993 dest[dest_index++] = src[src_index++];
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp181 const char *src = _matrule->_rChild->_opType; local
182 OperandForm *src_op = globalNames[src]->is_operand();
3489 const char *src = _matrule->_rChild->_opType; local
3490 OperandForm *src_op = globals[src]->is_operand();

Completed in 223 milliseconds

<<11121314151617181920>>