1mlib_ImageIsNotAligned8(3MLmIeBd)iaLib Library Functimolnisb_ImageIsNotAligned8(3MLIB)
2
3
4
6 mlib_ImageIsNotAligned8 - image query, eight-byte aligned
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 int mlib_ImageIsNotAligned8(const mlib_image *img);
13
14
16 The mlib_ImageIsNotAligned8() function tests for a specific alignment
17 of a mediaLib image structure.
18
20 The function takes the following arguments:
21
22 img Pointer to source image.
23
24
26 Returns 0 if data address is eight-byte aligned; otherwise, returns
27 nonzero.
28
30 See attributes(5) for descriptions of the following attributes:
31
32
33
34
35 ┌─────────────────────────────┬─────────────────────────────┐
36 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
37 ├─────────────────────────────┼─────────────────────────────┤
38 │Interface Stability │Committed │
39 ├─────────────────────────────┼─────────────────────────────┤
40 │MT-Level │MT-Safe │
41 └─────────────────────────────┴─────────────────────────────┘
42
44 mlib_ImageIsNotAligned2(3MLIB), mlib_ImageIsNotAligned4(3MLIB),
45 mlib_ImageIsNotAligned64(3MLIB), mlib_ImageIsNotHeight2X(3MLIB),
46 mlib_ImageIsNotHeight4X(3MLIB), mlib_ImageIsNotHeight8X(3MLIB),
47 mlib_ImageIsNotOneDvector(3MLIB), mlib_ImageIsNotStride8X(3MLIB),
48 mlib_ImageIsNotWidth2X(3MLIB), mlib_ImageIsNotWidth4X(3MLIB),
49 mlib_ImageIsNotWidth8X(3MLIB), mlib_ImageIsUserAllocated(3MLIB),
50 attributes(5)
51
52
53
54SunOS 5.11 2 Mar 2007 mlib_ImageIsNotAligned8(3MLIB)