Searched refs:plane (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.xs87 U8 ***plane, **row;
90 plane = (U8***)UNF_canon[uv >> 16];
91 if (! plane)
93 row = plane[(uv >> 8) & 0xff];
99 U8 ***plane, **row;
102 plane = (U8***)UNF_compat[uv >> 16];
103 if (! plane)
105 row = plane[(uv >> 8) & 0xff];
111 UNF_complist ***plane, **row, *cell, *i;
125 plane
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dgraphics.c54 /* select the plane(s) to draw to */
56 mapmask(int plane) argument
59 outb(0x3c5, plane);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm273 from the B<real axis> into the B<complex plane>. For example
347 known as the I<radial> coordinate. The angle in the I<xy>-plane
357 some texts define the I<phi> to start from the horizontal plane, some
363 also known as the I<radial> coordinate. The angle in the I<xy>-plane
366 B<theta>-plane.
H A DComplex.pm1530 A graphical representation of complex numbers is possible in a plane
1531 (also called the I<complex plane>, but it's really a 2D plane).
1540 Since there is a bijection between a point in the 2D plane and a complex
1761 in the complex plane).
/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.h100 unsigned int plane; member in struct:_drm_i915_vbl_swap
1112 /* plane B only */

Completed in 224 milliseconds