Searched refs:alignment (Results 26 - 50 of 247) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/simple/
H A Dsimple_private.h74 uint32_t alignment, bool is_encoder);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/simple/
H A Dsimple_private.h74 uint32_t alignment, bool is_encoder);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstrciphr.cpp89 unsigned int alignment = policy.GetAlignment(); local
90 KeystreamOperation operation = KeystreamOperation((IsAlignedOn(inString, alignment) * 2) | (int)IsAlignedOn(outString, alignment));
183 unsigned int alignment = policy.GetAlignment(); local
201 if (policy.CanIterate() && length >= bytesPerIteration && IsAlignedOn(outString, alignment))
203 if (IsAlignedOn(inString, alignment))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dmemset.S28 * the alignment labels).
53 movi a6, 3 # for alignment tests
65 .align 4 # 1 mod 4 alignment for LOOPNEZ
66 .byte 0 # (0 mod 4 alignment for LBEG)
114 bbci.l a5, 0, .L20 # branch if dst alignment half-aligned
134 .byte 0 # 1 mod 4 alignment for LOOPNEZ
135 # (0 mod 4 alignment for LBEG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-mo.c68 size_t alignment; variable
480 compute the offsets of each string, including the proper alignment. */
508 offset = roundup (offset, alignment);
529 offset = roundup (offset, alignment);
601 offset = roundup (offset, alignment);
659 offset = roundup (offset, alignment);
701 null = (char *) alloca (alignment);
702 memset (null, '\0', alignment);
707 fwrite (null, roundup (offset, alignment) - offset, 1, output_file);
708 offset = roundup (offset, alignment);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dqylayevt.tex4 the size, orientation and alignment of a window. More precisely, the event is sent
21 to get size, orientation and alignment from a window.}
61 Specifies the alignment of the window (which side of the remaining parent client area
92 \func{void}{SetAlignment}{\param{wxLayoutAlignment }{alignment}}
94 Call this to specify the alignment of the window (which side of the remaining parent client area
H A Dhtcontnr.tex42 Returns container's horizontal alignment.
48 Returns container's vertical alignment.
84 Sets the container's alignment (both horizontal and vertical) according to
93 Sets the container's {\it horizontal alignment}. During \helpref{Layout}{wxhtmlcelllayout}
98 \docparam{al}{new horizontal alignment. May be one of these values:
112 Sets the container's {\it vertical alignment}. This is per-line alignment!
116 \docparam{al}{new vertical alignment. May be one of these values:
H A Dtextattr.tex34 paragraph alignment.
81 \param{const wxFont\& }{font = wxNullFont}, \param{wxTextAttrAlignment }{alignment = wxTEXT\_ALIGNMENT\_DEFAULT}}
84 colour, font, and alignment. The values not initialized in the constructor can be set
93 Returns the paragraph alignment.
151 Returns {\tt true} if this style specifies the text alignment.
226 \func{void}{SetAlignment}{\param{wxTextAttrAlignment}{ alignment}}
228 Sets the paragraph alignment.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-basic.c69 /* The alignment of a DBusBasicValue might conceivably be > 8 because of the
946 * @param alignment size of each element
951 int alignment)
956 _dbus_assert (_DBUS_ALIGN_ADDRESS (data, alignment) == data);
962 end = d + (n_elements * alignment);
964 if (alignment == 8)
976 else if (alignment == 4)
986 _dbus_assert (alignment == 2);
1001 int alignment)
1003 _dbus_assert (_DBUS_ALIGN_VALUE (array_start, alignment)
949 _dbus_swap_array(unsigned char *data, int n_elements, int alignment) argument
997 swap_array(DBusString *str, int array_start, int n_elements, int byte_order, int alignment) argument
1016 marshal_fixed_multi(DBusString *str, int insert_at, const DBusBasicValue *value, int n_elements, int byte_order, int alignment, int *pos_after) argument
1217 int alignment; local
1536 int alignment; local
1558 swap_test_array(void *array, int len_bytes, int byte_order, int alignment) argument
1671 int alignment; local
[all...]
H A Ddbus-marshal-validate.c321 int alignment; local
348 alignment = _dbus_type_get_alignment (current_type);
349 a = _DBUS_ALIGN_ADDRESS (p, alignment);
367 p += alignment;
401 alignment = _dbus_type_get_alignment (array_elem_type);
403 a = _DBUS_ALIGN_ADDRESS (p, alignment);
471 alignment = _dbus_type_get_alignment (array_elem_type);
480 p += alignment;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dpanedrawpl.cpp929 void cbPaneDrawPlugin::DrawShade( int level, wxRect& rect, int alignment, wxDC& dc ) argument
933 if ( ( alignment == FL_ALIGN_TOP && level == 1 ) ||
934 ( alignment == FL_ALIGN_BOTTOM && level == 0 ) ||
935 ( alignment == FL_ALIGN_LEFT && level == 1 ) ||
936 ( alignment == FL_ALIGN_RIGHT && level == 0 )
943 if ( alignment == FL_ALIGN_TOP )
958 if ( alignment == FL_ALIGN_BOTTOM )
973 if ( alignment == FL_ALIGN_LEFT )
988 if ( alignment == FL_ALIGN_RIGHT )
1006 void cbPaneDrawPlugin::DrawShade1( int level, wxRect& rect, int alignment, wxD argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-settings.c359 * blk_queue_alignment_offset - set physical block alignment offset
361 * @offset: alignment offset in bytes
486 * attempt to combine the values and ensure proper alignment.
489 * top device's block sizes and alignment offsets may be adjusted to
490 * ensure alignment with the bottom device. If no compatible sizes
498 unsigned int top, bottom, alignment, ret = 0; local
514 alignment = queue_limit_alignment_offset(b, start);
516 /* Bottom device has different alignment. Check that it is
517 * compatible with the current top alignment.
519 if (t->alignment_offset != alignment) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_sman.c88 unsigned alignment)
93 tmp = drm_mm_search_free(mm, size, alignment, 1);
97 tmp = drm_mm_get_block(tmp, size, alignment);
197 unsigned long size, unsigned alignment,
208 tmp = sman_mm->allocate(sman_mm->private, size, alignment);
87 drm_sman_mm_allocate(void *private, unsigned long size, unsigned alignment) argument
196 drm_sman_alloc(struct drm_sman *sman, unsigned int manager, unsigned long size, unsigned alignment, unsigned long owner) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_gem.c53 int alignment, int initial_domain,
67 if (alignment < PAGE_SIZE) {
68 alignment = PAGE_SIZE;
74 size, initial_domain, alignment, r);
196 r = radeon_gem_object_create(rdev, args->size, args->alignment,
52 radeon_gem_object_create(struct radeon_device *rdev, int size, int alignment, int initial_domain, bool discardable, bool kernel, struct drm_gem_object **obj) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dvmt.c50 __ATTR(alignment, S_IRUGO, vol_attribute_show, NULL);
106 ret = sprintf(buf, "%d\n", vol->alignment);
257 vol->usable_leb_size = ubi->leb_size - ubi->leb_size % req->alignment;
272 vol->alignment = req->alignment;
273 vol->data_pad = ubi->leb_size % vol->alignment;
340 vtbl_rec.alignment = cpu_to_be32(vol->alignment);
720 int reserved_pebs, alignment, data_pad, vol_type, name_len, upd_marker; local
738 if (vol->reserved_pebs < 0 || vol->alignment <
[all...]
H A Dvtbl.c180 int i, n, reserved_pebs, alignment, data_pad, vol_type, name_len; local
189 alignment = be32_to_cpu(vtbl[i].alignment);
213 if (reserved_pebs < 0 || alignment < 0 || data_pad < 0 ||
219 if (alignment > ubi->leb_size || alignment == 0) {
224 n = alignment & (ubi->min_io_size - 1);
225 if (alignment != 1 && n) {
230 n = ubi->leb_size % alignment;
568 vol->alignment
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Damlresrc.h109 * Packing/alignment must be BYTE because these descriptors
151 u8 alignment; member in struct:aml_resource_io
181 u16 alignment; member in struct:aml_resource_memory24
192 u32 alignment; member in struct:aml_resource_memory32
266 /* restore default alignment */
H A Drsio.c77 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.io.alignment),
78 AML_OFFSET(io.alignment),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsrtenc.c127 if (st->alignment != ASS_DEFAULT_ALIGNMENT) {
128 srt_print(s, "{\\an%d}", st->alignment);
186 static void srt_alignment_cb(void *priv, int alignment) argument
189 if (!s->alignment_applied && alignment >= 0) {
190 srt_print(s, "{\\an%d}", alignment);
242 .alignment = srt_alignment_cb,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dass.c37 * @param alignment position of the text (left, center, top...), defined after
45 int alignment)
60 -bold, -italic, -underline, alignment);
41 ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, int alignment) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/lib/
H A Dchecksum.S48 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
49 * alignment for the unrolled loop.
60 and3 r7, r0, #1 ; Check alignment.
61 beqz r7, 1f ; Jump if alignment is ok.
70 and3 r4, r0, #2 ; Check alignment.
71 beqz r4, 2f ; Jump if alignment is ok.
163 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
164 * alignment for the unrolled loop.
176 and3 r7, r0, #1 ; Check alignment.
177 beqz r7, 1f ; Jump if alignment i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dchecksum.S48 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
49 * alignment for the unrolled loop.
52 tst #3, r0 ! Check alignment.
53 bt/s 2f ! Jump if alignment is ok.
54 mov r4, r7 ! Keep a copy to check for alignment
56 tst #1, r0 ! Check alignment.
57 bt 21f ! Jump if alignment is boundary of 2bytes.
220 tst r0,r5 ! Check dest alignment.
221 bt 2f ! Jump if alignment is ok.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.c150 * Takes alignment and min length into account.
156 xfs_extlen_t alignment, /* alignment for allocation */
165 if (alignment > 1 && foundlen >= minlen) {
166 bno = roundup(foundbno, alignment);
185 xfs_extlen_t alignment, /* target alignment */
201 if ((newbno1 = roundup(freebno, alignment)) >= freeend)
203 } else if (freeend >= wantend && alignment > 1) {
204 newbno1 = roundup(wantbno, alignment);
153 xfs_alloc_compute_aligned( xfs_agblock_t foundbno, xfs_extlen_t foundlen, xfs_extlen_t alignment, xfs_extlen_t minlen, xfs_agblock_t *resbno, xfs_extlen_t *reslen) argument
182 xfs_alloc_compute_diff( xfs_agblock_t wantbno, xfs_extlen_t wantlen, xfs_extlen_t alignment, xfs_agblock_t freebno, xfs_extlen_t freelen, xfs_agblock_t *newbnop) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dwindow.h85 int alignment = wxALIGN_CENTRE,
88 const wxBitmap& GetBackgroundBitmap(int *alignment = NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dalignment.c16 #include <asm/alignment.h>
31 core_param(alignment, se_usermode, int, 0600);
167 * We now locate it in /proc/cpu/alignment instead.
177 res = proc_create_data("alignment", S_IWUSR | S_IRUGO, dir,

Completed in 239 milliseconds

12345678910