Searched refs:sub (Results 201 - 225 of 422) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/platform/h8s/edosk2674/
H A Dcrt0_rom.S62 sub.l er6,er4
74 sub.l er5,er4
76 sub.l er0,er0
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dhead.S36 sub r12, r1 /* difference */
68 sub r3, r2
101 sub r3, r2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dhead-common.S89 sub r4, r3, r4 @ get offset between virt&phys
149 sub r3, r3, r7 @ get offset between virt&phys
197 sub r3, r3, r4 @ get offset between virt&phys
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/basic/
H A Dfixdep.c258 /* test is s ends in sub */
259 int strrcmp(char *s, char *sub) argument
262 int sublen = strlen(sub);
267 return memcmp(s + slen - sublen, sub, sublen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/kyro/
H A DSTG4000InitDevice.c246 u16 core_pll = 0, sub; local
278 pci_read_config_word(pDev, PCI_CONFIG_SUBSYS_ID, &sub);
281 ulChipSpeed = InitSDRAMRegisters(pSTGReg, (u32)sub, (u32)rev);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/basic/
H A Dfixdep.c261 /* test is s ends in sub */
262 int strrcmp(char *s, char *sub) argument
265 int sublen = strlen(sub);
270 return memcmp(s + slen - sublen, sub, sublen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl513 set sub [ lindex $args 0 ]
515 switch $sub {
526 run_subsystem $sub 1 0
529 run_subsystem $sub
544 if { $display } { puts "eval $sub" }
547 eval $sub
556 foreach test $test_names($sub) {
684 foreach sub { test sdb } {
685 foreach test $test_names($sub) {
693 if { $display } { puts "r $sub" }
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/lib/
H A Duaccess-user.S115 sub r2, r2, ip
147 sub r2, r2, ip
204 sub r2, r2, ip
258 sub r2, r2, ip
312 sub r2, r2, ip
374 sub r2, r2, ip
405 sub r2, r2, ip
463 sub r2, r2, ip
517 sub r2, r2, ip
571 sub r
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/lib/
H A Dusercopy.S219 sub a3, a3, a10 # align a3 (to avoid sim warnings only; not needed for hardware)
304 sub a2, a5, a2 /* a2 <-- bytes copied */
305 sub a2, a11, a2 /* a2 <-- bytes not copied */
309 sub a2, a5, a2 /* a2 <-- bytes copied */
310 sub a2, a11, a2 /* a2 <-- bytes not copied == return value */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/lib/
H A Duaccess.S39 sub r2, r2, ip
71 sub r2, r2, ip
129 sub r2, r2, ip
184 sub r2, r2, ip
239 sub r2, r2, ip
302 sub r2, r2, ip
334 sub r2, r2, ip
393 sub r2, r2, ip
448 sub r2, r2, ip
504 sub r
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c81 XML_REGEXP_SUBREG, /* used for () sub regexps */
6264 * of sub-expressions pointers *
7010 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) { argument
7013 if (sub->c_max == -1) {
7016 } else if ((exp->c_max >= 0) && (exp->c_max < sub->c_max)) {
7020 if ((IS_NILLABLE(sub)) && (!IS_NILLABLE(exp)))
7027 xmlExpNodePtr sub);
7032 * @sub: the subexpression
7036 * Check if exp is a multiple of sub, i.e. if there is a finite number n
7037 * so that sub{
7044 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7105 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7559 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7593 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c86 XML_REGEXP_SUBREG, /* used for () sub regexps */
6389 * of sub-expressions pointers *
7135 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) { argument
7138 if (sub->c_max == -1) {
7141 } else if ((exp->c_max >= 0) && (exp->c_max < sub->c_max)) {
7145 if ((IS_NILLABLE(sub)) && (!IS_NILLABLE(exp)))
7152 xmlExpNodePtr sub);
7157 * @sub: the subexpression
7161 * Check if exp is a multiple of sub, i.e. if there is a finite number n
7162 * so that sub{
7169 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7230 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7684 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7718 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c81 XML_REGEXP_SUBREG, /* used for () sub regexps */
6264 * of sub-expressions pointers *
7010 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) { argument
7013 if (sub->c_max == -1) {
7016 } else if ((exp->c_max >= 0) && (exp->c_max < sub->c_max)) {
7020 if ((IS_NILLABLE(sub)) && (!IS_NILLABLE(exp)))
7027 xmlExpNodePtr sub);
7032 * @sub: the subexpression
7036 * Check if exp is a multiple of sub, i.e. if there is a finite number n
7037 * so that sub{
7044 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7105 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7559 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7593 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S71 sub sp, sp, #8 @ allow 2 local variables
185 sub r3, r6, r11 @ R3=a0-W6*ROWr16[2] (a2)
193 sub r4, r6, r11 @ R4=a0-W2*ROWr16[2] (a3)
258 sub r8, r4, r7 @ R8=a3-b3
259 sub r9, r3, r5 @ R9=a2-b2
265 sub r8, r2, r1 @ R8=a1-b1
266 sub r9, r6, r0 @ R9=a0-b0
280 sub r8, r8, #1 @ R8 is now ready.
293 sub r14, r14, #16
379 sub r
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dudiv-qrnnd.S51 sub %r0,%r23,%r1 ; clear cy as side-effect
129 sub %r0,%r22,%r21
206 sub %r0,%r22,%r21
280 sub,<< %r25,%r23,%r0
290 sub,<< %r24,%r23,%r0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dresolver.c71 DBusMessageIter iter, sub; local
104 dbus_message_iter_recurse(&iter, &sub);
112 if ((at = dbus_message_iter_get_arg_type(&sub)) == DBUS_TYPE_INVALID)
117 if (dbus_message_iter_get_element_type(&sub) != DBUS_TYPE_BYTE) {
122 dbus_message_iter_recurse(&sub, &sub2);
129 dbus_message_iter_next(&sub);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm140 sub esp,varsize
207 sub eax, MIN_LOOKAHEAD
208 sub ebp, eax
265 sub edx, 000010000H
335 sub al, 1
343 sub eax, edi
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Detrap.S39 sub %sp, STACKFRAME_SZ+TRACEREG_SZ-STACK_BIAS, %g2
167 sub %sp, ((4 * 8) * 4) + 8, %g2
226 sub %g2, STACKFRAME_SZ + TRACEREG_SZ - STACK_BIAS, %g2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/lib/
H A Dmemcpy.S157 * sub-word copying until the destination is aligned, then we check
160 * by storing the last few bytes using sub-word copying. If the source
188 sub t4=r0,dst // t4 = -dst
195 sub t3=64,t2 // t3 = 64-8*(src & 7)
222 sub cnt=in2,cnt // cnt = number of bytes left to copy
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dtsb.h136 sub TSB, 0x8, TSB; \
161 sub TSB, 0x8, TSB; \
232 sub VADDR, REG2, REG2; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dasm.h251 * How to add/sub/load/store/shift C int variables.
258 #define INT_SUB sub
288 * How to add/sub/load/store/shift C long variables.
295 #define LONG_SUB sub
335 * How to add/sub/load/store/shift pointers.
342 #define PTR_SUB sub
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dasm.h251 * How to add/sub/load/store/shift C int variables.
258 #define INT_SUB sub
288 * How to add/sub/load/store/shift C long variables.
295 #define LONG_SUB sub
335 * How to add/sub/load/store/shift pointers.
342 #define PTR_SUB sub
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm140 sub esp,varsize
207 sub eax, MIN_LOOKAHEAD
208 sub ebp, eax
265 sub edx, 000010000H
335 sub al, 1
343 sub eax, edi
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm249 sub eax, MIN_LOOKAHEAD
252 sub ebp, eax
287 sub edx, 00010000h
300 sub edx, 00010000h
313 sub edx, 00010000h
349 sub edx, 00010000h
429 LenLower: sub al, 1
435 sub rax, r9
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dlocks.S67 sub %g2, 0x1ff, %g2

Completed in 146 milliseconds

1234567891011>>