Searched refs:frames (Results 1 - 25 of 32) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dassert.pl31 my ($p,$f,$l,$s,$h,$a,@a,@frames);
47 push(@frames, "$w&$s$a from file $f line $l\n");
49 for ($i=0; $i <= $#frames; $i++) {
50 print $frames[$i];
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DKernelStackRecord.java90 * DTrace library into an unformatted array of stack frames.
94 * @return array of human-readable stack frames
104 StackFrame[] frames;
106 frames = EMPTY_FRAMES;
110 frames = new StackFrame[n];
112 frames[i] = new StackFrame(f[i]);
115 return frames;
140 * Creates a {@code KernelStackRecord} with the given stack frames
143 * @param frames array of human-readable stack frames, copie
159 KernelStackRecord(StackFrame[] frames, byte[] rawBytes) argument
201 setStackFrames(StackFrame[] frames) argument
[all...]
H A DUserStackRecord.java92 * Creates a {@code UserStackRecord} with the given stack frames,
95 * @param frames array of human-readable stack frames, copied so
96 * that later modifying the given frames array will not affect this
99 * frames (see {@link StackValueRecord#getStackFrames()})
107 * {@code null} or if any element of the {@code frames} array is
113 UserStackRecord(int pid, StackFrame[] frames, byte[] rawBytes) argument
115 stackRecord = new KernelStackRecord(frames, rawBytes);
135 setStackFrames(StackFrame[] frames) argument
137 stackRecord.setStackFrames(frames);
[all...]
H A DProbeData.java258 StackFrame[] frames = KernelStackRecord.parse(framesString);
260 KernelStackRecord.class.cast(stack).setStackFrames(frames);
262 UserStackRecord.class.cast(stack).setStackFrames(frames);
/opensolaris-onvv-gate/usr/src/cmd/audio/utilities/
H A DAudioGain.cc246 size_t frames; local
250 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
261 for (i = 0; i < frames; i++, inptr += inhdr.channels) {
298 size_t frames; local
302 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
308 for (i = 0; i < frames; i++, inptr += inhdr.channels) {
312 sum /= (double)frames;
346 size_t frames; local
351 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
352 sz = (Double) frames;
[all...]
H A DAudioTypePcm.cc217 size_t frames; local
258 frames = (size_t)inhdr.Time_to_Samples(length)
262 #define COPY(N) if (inptr != outptr) memcpy(outptr, inptr, frames * N)
270 while (frames-- > 0) F ## 2 ## T(ip, op); \
275 while (frames-- > 0) F /* */ 2 /* */ T(ip, op);\
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dibd.c286 * Returns the total number of MEDIA_LVL frames placed on the socket.
294 int frames = 0; /* successful frames */ local
319 if (frames > IBD_MAX_FRAMES) {
370 if (frames != 0)
391 return (frames == 0 ? -1 : frames);
400 return (frames == 0 ? -1 : frames);
407 frames
[all...]
H A Dudp.c93 * 3) Return the number of TRANSPORT frames for success, -1 if a
102 int frames = 0, header_len; local
152 frames++;
156 return (frames);
H A Dethernet.c287 * Returns the total number of MEDIA_LVL frames placed on the socket.
295 int frames = 0; /* successful frames */ local
320 if (frames > ETHER_MAX_FRAMES) {
370 if (frames != 0)
392 return (frames == 0 ? -1 : frames);
401 return (frames == 0 ? -1 : frames);
408 frames
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c132 return (4); /* Legacy max supported number of frames */
513 gnttab_frame_t *frames; local
515 frames = kmem_alloc(pset->nr_frames * sizeof (gnttab_frame_t),
519 set_xen_guest_handle(pset->frame_list, frames);
532 return (frames);
576 gnttab_frame_t *frames; local
591 frames = gnttab_setup(&set);
602 xen_assign_pfn(frames[i]),
617 kmem_free(frames, set.nr_frames * sizeof (gnttab_frame_t));
634 gnttab_frame_t *frames; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dstk.c26 * A stack consists of a link list of variable size frames
45 * A stack is a header and a linked list of frames
343 register int frames = 0; local
364 if(frames)
378 frames++;
382 if(frames)
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h115 #define UMEM_BUFCTL_AUDIT_SIZE_DEPTH(frames) \
116 ((size_t)(&((umem_bufctl_audit_t *)0)->bc_stack[frames]))
123 * For ILP32, this is about 1000 frames.
124 * For LP64, this is about 490 frames.
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME353 transaction is reserved in 3 consecutive micro frames
490 split transaction needs bandwidth in next three subsequent micro frames
506 micro frame of 0,4,8,12,16,20,24,28 frames.
515 fourth micro frames of 0,4,8,12,16,20,24,28 frames.
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwdiff.pl180 otherf = window.parent.frames[0];
182 otherf = window.parent.frames[1];
H A Dwebrev.sh595 # framed_sdiff() is then called which creates $2.frames.html
853 # $WDIR/DIR/$TNAME.frames.html
890 print "$FRAMEHTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.frames.html
892 "$TPATH/$TNAME</title> </head>" >> $WDIR/$DIR/$TNAME.frames.html
893 cat >> $WDIR/$DIR/$TNAME.frames.html <<-EOF
903 Alas 'frames' webrev requires that your browser supports frames
978 # anchors. These are used to drive the frames version of the
3128 print " frames\c"
3349 frames_url="$(print $P.frames
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c5340 unsigned frames; local
5355 for (i = 0; i < reqframes; i += frames) {
5358 frames = reqframes - i;
5359 if (frames > engp->fragfr)
5360 frames = engp->fragfr;
5362 sz = (frames << engp->frsmshift) << engp->smszshift;
5366 engp->frames += frames;
5389 unsigned frames; local
5405 for (i = 0; i < reqframes; i += frames) {
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/clients/audio/usb_ac/
H A Dusb_ac.h144 unsigned fragfr; /* number of frames per fragment */
145 unsigned frsmshift; /* right shift: frames in sample cnt */
155 uint64_t frames; member in struct:usb_audio_eng
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h93 usbvc_frames_t *frames; member in struct:usbvc_format_group
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1313 jobjectArray frames = NULL; local
1329 frames = (*jenv)->CallStaticObjectMethod(jenv, g_stack_jc,
1336 dtj_attach_frames(jc, jobj, frames);
1337 (*jenv)->DeleteLocalRef(jenv, frames);
1599 jobjectArray frames)
1605 frames);
1608 frames);
1598 dtj_attach_frames(dtj_java_consumer_t *jc, jobject stack, jobjectArray frames) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1908 if (fmtgrp->frames) {
1909 kmem_free(fmtgrp->frames,
2483 fmtgrp->frames = NULL;
2489 fmtgrp->frames = (usbvc_frames_t *)
2506 "usbvc_parse_frames: less frames than "
2519 frm = &fmtgrp->frames[i];
2550 "usbvc_parse_frames: %d frames are actually parsed",
3814 ctrl.bFrameIndex = curr_fmtgrp->frames[0].descr->bFrameIndex;
3817 bcopy(&(curr_fmtgrp->frames[0].descr->dwDefaultFrameInterval[0]),
3859 strm_if->cur_format_group->frames[
[all...]
H A Dusbvc_v4l2.c766 descr = fmtgrp->frames[i].descr;
777 frame = &fmtgrp->frames[i];
988 /* bFrameIndex is based on 1, and frames[i] is based on 0, so minus 1 */
992 &strm_if->cur_format_group->frames[i];
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java370 StackFrame[] frames = new StackFrame[] {
375 UserStackRecord r = new UserStackRecord(123456, frames,
/opensolaris-onvv-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s214 ! CWP minus the number of frames is negative; we must perform the
291 ! CWP minus the number of frames is negative; we must perform the
/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c873 int frames, i; local
876 frames = rec->dtrd_size / sizeof (pc_t);
880 for (i = 1; i < frames; i++)
1772 * If we went a few frames below the caller, ignore them
1843 * If we went a few frames below the caller, ignore them
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java430 StackFrame[] frames = rec.getStackFrames();
434 for (StackFrame f : frames) {

Completed in 345 milliseconds

12