Searched refs:offsets (Results 26 - 50 of 414) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniconv/
H A Dtest-u8-conv-to-enc.c36 size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); local
37 offsets[n] = MAGIC;
38 return offsets;
62 size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL); local
66 offsets,
74 ASSERT (offsets[i] == (i < 1 ? i :
83 ASSERT (offsets[41] == MAGIC);
84 free (offsets);
97 size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL); local
101 offsets,
159 size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL); local
[all...]
H A Dtest-u16-conv-from-enc.c35 size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); local
36 offsets[n] = MAGIC;
37 return offsets;
66 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
70 offsets,
78 ASSERT (offsets[i] == i);
79 ASSERT (offsets[37] == MAGIC);
80 free (offsets);
98 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
102 offsets,
131 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
160 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
189 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
[all...]
H A Dtest-u32-conv-from-enc.c35 size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); local
36 offsets[n] = MAGIC;
37 return offsets;
66 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
70 offsets,
78 ASSERT (offsets[i] == i);
79 ASSERT (offsets[37] == MAGIC);
80 free (offsets);
98 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
102 offsets,
131 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
160 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
189 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
[all...]
H A Dtest-u8-conv-from-enc.c35 size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); local
36 offsets[n] = MAGIC;
37 return offsets;
61 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
65 offsets,
73 ASSERT (offsets[i] == (i < 1 ? i :
77 ASSERT (offsets[37] == MAGIC);
78 free (offsets);
92 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
96 offsets,
123 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
149 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
175 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java41 private int[] offsets; field in class:VisitedObjects
49 offsets = new int[INIT_LEN];
65 offsets[i] = offset;
80 offsets[index] = offset;
89 return offsets[i];
100 if (offsets[i] == offset) {
133 System.arraycopy(offsets, 0, newOffsets, 0, oldLen);
136 offsets = newOffsets;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmisc.S17 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Ditree_v1.c24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) argument
38 offsets[n++] = block;
40 offsets[n++] = 7;
41 offsets[n++] = block;
44 offsets[n++] = 8;
45 offsets[n++] = block>>9;
46 offsets[n++] = block & 511;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga_overlay.h124 * Computes the size, pitches and offsets for YUV frames.
130 * Pitches and offsets for the given YUV frame are put in 'pitches'
131 * and 'offsets' respectively. They are both optional though.
142 uint32 *offsets) // OUT (optional)
148 if (offsets) {
149 offsets[0] = 0;
163 if (offsets) {
164 offsets[1] = *size;
176 if (offsets) {
177 offsets[
137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du-conv-from-enc.h21 size_t *offsets,
29 offsets, &result, &length) < 0)
31 if (offsets != NULL)
33 /* Convert 'char *' offsets to 'UNIT *' offsets. */
34 size_t *offsets_end = offsets + srclen;
37 for (o = offsets; o < offsets_end; o++)
51 u8_conv_from_encoding (fromcode, handler, src, srclen, offsets,
63 if (offsets != NULL)
66 size_t *offsets_end = offsets
18 FUNC(const char *fromcode, enum iconv_ilseq_handler handler, const char *src, size_t srclen, size_t *offsets, UNIT *resultbuf, size_t *lengthp) argument
[all...]
H A Du-conv-to-enc.h21 size_t *offsets,
29 if (offsets != NULL && srclen > 0)
55 if (offsets != NULL)
58 offsets[srclen]. */
62 offsets[i] = scaled_offsets[i * sizeof (UNIT)];
90 if (offsets != NULL && utf8_srclen > 0)
115 if (offsets != NULL)
121 offsets[iunit] = (size_t)(-1);
130 offsets[iunit] = scaled_offsets[i8];
146 offsets[iuni
18 FUNC(const char *tocode, enum iconv_ilseq_handler handler, const UNIT *src, size_t srclen, size_t *offsets, char *resultbuf, size_t *lengthp) argument
[all...]
H A Du8-conv-from-enc.c36 size_t *offsets,
50 if (offsets != NULL)
60 offsets[i] = i;
63 offsets[i++] = (size_t)(-1);
90 offsets, &result, &length) < 0)
33 u8_conv_from_encoding(const char *fromcode, enum iconv_ilseq_handler handler, const char *src, size_t srclen, size_t *offsets, uint8_t *resultbuf, size_t *lengthp) argument
H A Du8-conv-to-enc.c36 size_t *offsets,
77 offsets, &result, &length) < 0)
33 u8_conv_to_encoding(const char *tocode, enum iconv_ilseq_handler handler, const uint8_t *src, size_t srclen, size_t *offsets, char *resultbuf, size_t *lengthp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A DMakefile1 #This Make file is to generate asm-offsets.h and build source.
4 #Generate asm-offsets.h for vmm module build
5 offsets-file := asm-offsets.h
7 always := $(offsets-file)
8 targets := $(offsets-file)
9 targets += arch/ia64/kvm/asm-offsets.s
34 arch/ia64/kvm/asm-offsets.s: arch/ia64/kvm/asm-offsets.c \
39 $(obj)/$(offsets
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-striconveha.c39 size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); local
40 offsets[n] = MAGIC;
41 return offsets;
67 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
73 offsets,
81 ASSERT (offsets[i] == i);
82 ASSERT (offsets[37] == MAGIC);
83 free (offsets);
96 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
102 offsets,
157 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
190 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
226 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
289 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
319 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
347 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
375 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
413 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
[all...]
H A Dtest-striconveh.c39 size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); local
40 offsets[n] = MAGIC;
41 return offsets;
125 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
133 offsets,
141 ASSERT (offsets[i] == i);
142 ASSERT (offsets[37] == MAGIC);
143 free (offsets);
159 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
167 offsets,
208 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
272 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
305 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
341 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
385 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
448 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
754 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
783 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
844 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
877 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
913 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
976 size_t *offsets = (o ? new_offsets (strlen (input)) : NULL); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Duniconv.h44 array is filled with offsets into the result, i.e. the character starting
46 and other offsets are set to (size_t)(-1).
60 size_t *offsets,
66 size_t *offsets,
72 size_t *offsets,
82 array is filled with offsets into the result, i.e. the character starting
84 and other offsets are set to (size_t)(-1).
97 size_t *offsets,
103 size_t *offsets,
109 size_t *offsets,
[all...]
H A Dstriconveha.h39 array is filled with offsets into the result, i.e. the character starting
41 and other offsets are set to (size_t)(-1).
54 size_t *offsets,
H A Dstriconveh.h69 array is filled with offsets into the result, i.e. the character starting
71 and other offsets are set to (size_t)(-1).
83 size_t *offsets,
105 array is filled with offsets into the result, i.e. the character starting
107 and other offsets are set to (size_t)(-1).
119 size_t *offsets,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Ddbg_stackcheck.S8 #include <asm/asm-offsets.h>
H A Ddbg_stackkill.S9 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unilbrk/
H A Dulc-possible-linebreaks.c54 from offsets into s to offsets into the translated string. */
55 size_t *offsets = (size_t *) malloc (n * sizeof (size_t)); local
57 if (offsets != NULL)
63 s, n, offsets, NULL, &m);
79 if (offsets[i] != (size_t)(-1))
80 p[i] = q[offsets[i]];
84 free (offsets);
89 free (offsets);
H A Dulc-width-linebreaks.c56 from offsets into s to offsets into the translated string. */
57 size_t *offsets = (size_t *) malloc (n * sizeof (size_t)); local
59 if (offsets != NULL)
65 s, n, offsets, NULL, &m);
83 if (offsets[i] != (size_t)(-1))
84 o8[offsets[i]] = o[i];
94 if (offsets[i] != (size_t)(-1))
95 p[i] = q[offsets[i]];
99 free (offsets);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniwbrk/
H A Dulc-wordbreaks.c56 from offsets into s to offsets into the translated string. */
57 size_t *offsets = (size_t *) malloc (n * sizeof (size_t)); local
59 if (offsets != NULL)
65 s, n, offsets, NULL, &m);
80 if (offsets[i] != (size_t)(-1))
81 p[i] = q[offsets[i]];
85 free (offsets);
90 free (offsets);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsyscall_64.c6 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Ditree.c22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) argument
34 offsets[n++] = block;
36 offsets[n++] = DIRECT;
37 offsets[n++] = block;
39 offsets[n++] = DIRECT+1;
40 offsets[n++] = block >> ptrs_bits;
41 offsets[n++] = block & (indirect_blocks - 1);
43 offsets[n++] = DIRECT+2;
44 offsets[n++] = block >> (ptrs_bits * 2);
45 offsets[
87 get_branch(struct inode *inode, int depth, int offsets[], Indirect chain[], int *err) argument
124 alloc_branch(struct inode *inode, int num, int *offsets, Indirect *branch) argument
205 int offsets[DEPTH]; local
276 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], sysv_zone_t *top) argument
366 int offsets[DEPTH]; local
[all...]

Completed in 147 milliseconds

1234567891011>>