Searched refs:sub (Results 26 - 50 of 422) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/mm/
H A Dclear_page.S19 sub r9, r12, -PAGE_SIZE
H A Dcopy_page.S21 sub r10, r11, -(1 << PAGE_SHIFT)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/lib/
H A Dstrncpy_from_user.S31 sub r1, r1, #1 @ take NUL character out of count
32 2: sub r0, r1, ip
H A Dmemchr.S23 sub r0, r0, #1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/lib/
H A Dcsum_partial_copy_generic.S41 1: sub r10, 4
47 sub r10, 4
51 5: sub r10, -4
63 sub r4, 8
65 sub r10, 1
H A Dstrncpy_from_user.S47 sub r9, 1
50 2: sub r10, r9
H A Dmemcpy.S27 2: sub r10, 4
32 sub r10, 4
51 1: sub r10, 4
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-util.c259 DBusMessageIter iter, sub; local
264 dbus_message_iter_open_container(&iter, DBUS_TYPE_ARRAY, "ay", &sub);
270 dbus_message_iter_open_container(&sub, DBUS_TYPE_ARRAY, "y", &sub2);
272 dbus_message_iter_close_container(&sub, &sub2);
275 dbus_message_iter_close_container(&iter, &sub);
279 DBusMessageIter iter, sub; local
294 dbus_message_iter_recurse(&iter, &sub);
295 dbus_message_iter_get_fixed_array(&sub, &k, &n);
311 DBusMessageIter iter, sub; local
327 dbus_message_iter_recurse(&iter, &sub);
383 DBusMessageIter iter, sub; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dstrncmp.S35 sub %o0, %g2, %o0
51 sub %o0, %g2, %o0
67 sub %o0, %g2, %o0
83 sub %o0, %g2, %o0
109 sub %o0, %g2, %o0
118 sub %o3, %o0, %o0
H A Dashrdi3.S16 sub %g2, %o2, %g2
23 sub %g0, %g2, %g2
H A Dmemset.S78 EX(stb %g3, [%o0], sub %o1, 0)
82 EX(stb %g3, [%o0 + 0x01], sub %o1, 1)
84 EX(stb %g3, [%o0 + 0x02], sub %o1, 2)
86 sub %o2, 4, %o2
89 sub %o0, %o2, %o0
105 EX(st %g3, [%o0], sub %o1, 0)
106 sub %o1, 4, %o1
128 sub %o4, %o3, %o4
177 sub %g2, 9, %g2
183 sub
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripngd/
H A Dripng_route.c86 struct ripng_aggregate *sub; local
107 if (rp != top && (sub = rp->aggregate) != NULL)
110 sub->suppress++;
125 struct ripng_aggregate *sub; local
143 if (rp != top && (sub = rp->aggregate) != NULL)
146 sub->suppress--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsyscall-stubs.S65 sub sp, -4
74 sub sp, -4
83 sub sp, -4
92 sub sp, -4
101 sub sp, -4
110 sub sp, -4
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftplistparser.c161 pl_unix_substate sub; member in struct:ftp_parselist_data::__anon75::__anon76
166 pl_winNT_substate sub; member in struct:ftp_parselist_data::__anon75::__anon77
427 switch(parser->state.UNIX.sub.total_dirsize) {
430 parser->state.UNIX.sub.total_dirsize = PL_UNIX_TOTALSIZE_READING;
530 parser->state.UNIX.sub.hlinks = PL_UNIX_HLINKS_PRESPACE;
534 switch(parser->state.UNIX.sub.hlinks) {
540 parser->state.UNIX.sub.hlinks = PL_UNIX_HLINKS_NUMBER;
562 parser->state.UNIX.sub.user = PL_UNIX_USER_PRESPACE;
572 switch(parser->state.UNIX.sub.user) {
577 parser->state.UNIX.sub
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dflacenc.c813 FlacSubframe *sub; local
819 sub = &frame->subframes[ch];
820 res = sub->residual;
821 smp = sub->samples;
829 sub->type = sub->type_code = FLAC_SUBFRAME_CONSTANT;
831 return sub->obits;
836 sub->type = sub->type_code = FLAC_SUBFRAME_VERBATIM;
838 return sub
951 FlacSubframe *sub; local
1112 FlacSubframe *sub; local
1124 FlacSubframe *sub; local
1141 FlacSubframe *sub; local
1175 FlacSubframe *sub; local
1193 FlacSubframe *sub; local
1218 FlacSubframe *sub; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/lib/
H A Dmemchr.S23 sub r0, r0, #1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalename.c1091 int primary, sub;
1101 sub = SUBLANGID (langid);
1112 switch (sub)
1135 switch (sub)
1143 switch (sub)
1150 switch (sub)
1162 switch (sub)
1179 switch (sub)
1190 switch (sub)
1198 switch (sub)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalename.c1091 int primary, sub;
1101 sub = SUBLANGID (langid);
1112 switch (sub)
1135 switch (sub)
1143 switch (sub)
1150 switch (sub)
1162 switch (sub)
1179 switch (sub)
1190 switch (sub)
1198 switch (sub)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32v8/
H A Dmpih-mul3.S43 sub %g0,%o2,%o2 ! negate ...
45 sub %o1,%o2,%o1 ! o1 is offset s1_ptr
46 sub %o0,%o2,%g1 ! g1 is offset res_ptr
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dfscpos.c344 #define create_getter(kind, sub) \
345 static ssize_t sysfs_show_##kind##sub(struct device *dev, struct device_attribute *attr, char *buf) \
348 return show_##kind##sub(data, buf); \
351 #define create_getter_n(kind, offset, sub) \
352 static ssize_t sysfs_show_##kind##offset##sub(struct device *dev, struct device_attribute *attr, char\
356 return show_##kind##sub(data, buf, offset); \
359 #define create_setter(kind, sub, reg) \
360 static ssize_t sysfs_set_##kind##sub (struct device *dev, struct device_attribute *attr, const char \
365 return set_##kind##sub(client, data, buf, count, reg); \
368 #define create_setter_n(kind, offset, sub, re
[all...]
H A Dfscher.c160 #define sysfs_r(kind, sub, offset, reg) \
161 static ssize_t show_##kind##sub (struct fscher_data *, char *, int); \
162 static ssize_t show_##kind##offset##sub (struct device *, struct device_attribute *attr, char *); \
163 static ssize_t show_##kind##offset##sub (struct device *dev, struct device_attribute *attr, char *buf) \
166 return show_##kind##sub(data, buf, (offset)); \
169 #define sysfs_w(kind, sub, offset, reg) \
170 static ssize_t set_##kind##sub (struct i2c_client *, struct fscher_data *, const char *, size_t, int, int); \
171 static ssize_t set_##kind##offset##sub (struct device *, struct device_attribute *attr, const char *, size_t); \
172 static ssize_t set_##kind##offset##sub (struct device *dev, struct device_attribute *attr, const char *buf, size_t count) \
176 return set_##kind##sub(clien
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_armv5te.S58 sub ip, ip, #1 /* ip = W4 */
64 sub v3, v1, a2
65 sub v4, v1, lr
75 sub v6, v6, a2
78 sub v7, v7, a2
81 sub fp, fp, a2
94 sub fp, fp, a2
98 sub a2, a2, #1 /* a2 = W4 */
104 sub v4, v4, lr /* v4 -= W6*row[6] */
106 sub v
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_ncons.c109 GENERAL_SUBTREE *sub = NULL;
132 sub = GENERAL_SUBTREE_new();
133 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1))
137 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
139 sub = NULL;
149 if (sub)
150 GENERAL_SUBTREE_free(sub);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm172 sub esp,64
191 sub edx,11
200 sub ebp,ecx
204 sub ecx,257
246 sub ecx,esi
248 sub eax,ecx
351 sub bl,ah
401 sub bl,cl
433 sub bl,ah
458 sub b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/lib/
H A Dstrlen.S103 sub tmp=64,tmp // how many bits to shift our mask on the right
142 sub ret0=src,orig // distance from base
143 sub tmp=8,val1 // which byte in word
146 sub ret0=ret0,tmp // adjust
183 sub ret0=base,orig // distance from base
184 sub tmp=8,val1
187 sub ret0=ret0,tmp // length=now - back -1

Completed in 214 milliseconds

1234567891011>>