Searched defs:offset (Results 301 - 325 of 840) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DMessageDigestAlgorithm.java175 * @param offset
180 public int digest(byte buf[], int offset, int len) argument
182 return this.algorithm.digest(buf, offset, len);
249 * @param offset
252 public void update(byte buf[], int offset, int len) { argument
253 this.algorithm.update(buf, offset, len);
H A DSignatureAlgorithm.java225 * @param offset
229 public void update(byte buf[], int offset, int len) throws XMLSignatureException { argument
230 signatureAlgorithm.engineUpdate(buf, offset, len);
H A DSignatureAlgorithmSpi.java84 * @param offset
88 protected abstract void engineUpdate(byte buf[], int offset, int len) argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DSignatureBaseRSA.java208 protected void engineUpdate(byte buf[], int offset, int len) argument
211 this._signatureAlgorithm.update(buf, offset, len);
H A DSignatureDSA.java246 protected void engineUpdate(byte buf[], int offset, int len) argument
249 this._signatureAlgorithm.update(buf, offset, len);
H A DSignatureECDSA.java327 protected void engineUpdate(byte buf[], int offset, int len) argument
331 this._signatureAlgorithm.update(buf, offset, len);
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/ntlm/
H A DNTLMClient.java184 public byte[] unwrap(byte[] incoming, int offset, int len) argument
190 public byte[] wrap(byte[] outgoing, int offset, int len) argument
H A DNTLMServer.java203 public byte[] unwrap(byte[] incoming, int offset, int len) argument
209 public byte[] wrap(byte[] outgoing, int offset, int len) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaLazyReadObject.java43 // file offset from which this object data starts
44 private final long offset; field in class:JavaLazyReadObject
46 protected JavaLazyReadObject(long offset) { argument
47 this.offset = offset;
55 return offset;
63 System.err.println("lazy read failed at offset " + offset);
74 System.err.println("lazy read failed at offset " + offset);
[all...]
H A DJavaObject.java51 * @param offset The offset of field data
53 public JavaObject(long classID, long offset) { argument
54 super(offset);
226 long offset = getOffset() + 2*idSize + 4;
227 int length = buf.getInt(offset);
232 buf.get(offset + 4, res);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp92 void FpuStackSim::swap(int offset) { argument
93 if (TraceFPUStack) { tty->print("FPU-swap %d", offset); print(); tty->cr(); }
94 int t = regs_at(tos_index() - offset);
95 set_regs_at(tos_index() - offset, regs_at(tos_index()));
H A Dframe_x86.hpp148 intptr_t ptr_at(int offset) const {
149 return *ptr_at_addr(offset);
152 void ptr_at_put(int offset, intptr_t value) { argument
153 *ptr_at_addr(offset) = value;
169 intptr_t* ptr_at_addr(int offset) const {
170 return (intptr_t*) addr_at(offset);
/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp52 int buflen, int *offset, const void *mach_base) {
59 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */
61 uint32_t stroff = symt->stroff; /* string table offset */
64 // iterate through symbol table trying to match our offset
66 uint32_t addr_relative = (uintptr_t) mach_base - (uintptr_t) addr; // offset we seek in the symtab
93 // write the offset:
94 *offset = addr_relative - found_symval;
51 decode(address addr, char *buf, int buflen, int *offset, const void *mach_base) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCTextPipe.java41 public native void doUnicodes(SurfaceData sData, long nativeStrikePtr, char unicodes[], int offset, int length, float x, float y); argument
98 public void drawChars(final SunGraphics2D sg2d, final char data[], final int offset, final int length, final int x, final int y) { argument
102 surfaceData.drawUnicodes(this, sg2d, nativeStrikePtr, data, offset, length, x, y);
104 drawTextAsShape(sg2d, new String(data, offset, length), x, y);
123 public void doUnicodes(final SurfaceData sData, final long nativeStrikePtr, final char unicodes[], final int offset, final int length, final float x, final float y) { argument
125 super.doUnicodes(sData, nativeStrikePtr, unicodes, offset, length, x, y);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacCore.java164 * starting at <code>offset</code>.
167 * @param offset the offset in <code>input</code> where the input starts.
170 void update(byte input[], int offset, int len) { argument
178 md.update(input, offset, len);
259 protected void engineUpdate(byte input[], int offset, int len) { argument
260 core.update(input, offset, len);
295 protected void engineUpdate(byte input[], int offset, int len) { argument
296 core.update(input, offset, len);
331 protected void engineUpdate(byte input[], int offset, in argument
[all...]
H A DSslMacCore.java125 * starting at <code>offset</code>.
128 * @param offset the offset in <code>input</code> where the input starts.
131 void update(byte input[], int offset, int len) { argument
140 md.update(input, offset, len);
214 protected void engineUpdate(byte input[], int offset, int len) { argument
215 core.update(input, offset, len);
247 protected void engineUpdate(byte input[], int offset, int len) { argument
248 core.update(input, offset, len);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java158 * @param offset offset to place expanded data
169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { argument
170 if (offset == -2) {
183 int bufSpace = buf.length - offset; // how much space left
192 int idx = offset + expandLen; // initialise to exclusive end address of buffer area
196 while ((idx > offset) && (code != (short)0xFFFF)) {
H A DReaderUtil.java53 int offset)
119 vals[offset] = firstDst;
123 vals[offset + 2] = 0;
125 vals[offset + 2] = lastDst - firstDst + 1;
129 vals[offset + 4] = Math.max(secondDst - firstDst, 1);
136 * the source region, source subsampling, and destination offset
142 * source region being read, offset by the source subsampling
43 computeUpdatedPixels(int sourceOffset, int sourceExtent, int destinationOffset, int dstMin, int dstMax, int sourceSubsampling, int passStart, int passExtent, int passPeriod, int[] vals, int offset) argument
/openjdk7/hotspot/src/share/vm/prims/wbtestmethods/
H A DparserTests.cpp55 int offset = WhiteBox::offset_for_field(field_name, object, enumSigSymbol); local
56 oop enumOop = object->obj_field(offset);
/openjdk7/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp149 //To be filled in with an offset of the field we're looking for
159 //fetch the field at the offset we've found
160 int dest_offset = fd.offset();
167 int offset = offset_for_field(field_name, object, local
169 oop string = object->obj_field(offset);
178 int offset = local
180 bool ret = (object->bool_field(offset) == JNI_TRUE);
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp69 int offset() const { return field()->offset(); } function in class:VALUE_OBJ_CLASS_SPEC
H A DjfieldIDWorkaround.hpp33 // and the rest of the word is the offset of the field.
42 // offset:30 instance=1:1 checked=0:1
43 // klass:23 offset:7 instance=1:1 checked=1:1
45 // If the offset does not fit in 7 bits, or if the fieldID is
47 // the word (30 bits) contains only the offset.
94 static intptr_t encode_klass_hash(klassOop k, intptr_t offset);
110 static jfieldID to_instance_jfieldID(klassOop k, int offset) { argument
111 intptr_t as_uint = ((offset & large_offset_mask) << offset_shift) | instance_mask_in_place;
113 as_uint |= encode_klass_hash(k, offset);
123 assert(raw_instance_offset(result) == (offset
153 to_jfieldID(instanceKlassHandle k, int offset, bool is_static) argument
[all...]
H A DreflectionUtils.hpp134 int offset() const { function in class:FieldStream
213 while (_index >=0 && FilteredFieldsMap::is_filtered_field((klassOop)_klass(), offset())) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkIntrinsics.cpp250 Value *offset = state()->pop()->jlong_value(); local
254 // Convert the offset
255 offset = builder()->CreateCall(
257 offset);
263 builder()->CreateIntCast(offset, SharkType::intptr_type(), true)),
H A DsharkStateScanner.hpp60 virtual void process_stack_slot(int index, SharkValue** value, int offset) {} argument
68 virtual void process_oop_tmp_slot(llvm::Value** value, int offset) {} argument
69 virtual void process_method_slot(llvm::Value** value, int offset) {} argument
70 virtual void process_pc_slot(int offset) {} argument
74 virtual void process_local_slot(int index, SharkValue** value, int offset) {} argument

Completed in 439 milliseconds

<<11121314151617181920>>