Searched refs:an (Results 251 - 275 of 1095) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dentry.S88 # make sure we don't miss an interrupt setting need_resched or
121 # make sure we don't miss an interrupt setting need_resched or
168 # make sure we don't miss an interrupt setting need_resched or
279 btst BCBERR_BEMR_DMA,d0 # see if it was an external bus error
338 call gdbstub_exception[],0 # gdbstub itself caused an exception
367 # Change an entry in the exception table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dentry.S88 # make sure we don't miss an interrupt setting need_resched or
121 # make sure we don't miss an interrupt setting need_resched or
168 # make sure we don't miss an interrupt setting need_resched or
279 btst BCBERR_BEMR_DMA,d0 # see if it was an external bus error
338 call gdbstub_exception[],0 # gdbstub itself caused an exception
367 # Change an entry in the exception table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/
H A Ddjunpack.bat30 Rem an empty fnchange.tmp even if the command failed for some reason.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts200 a tool to dump an user database on NT.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/
H A Ddjunpack.bat30 Rem an empty fnchange.tmp even if the command failed for some reason.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/
H A Ddjunpack.bat30 Rem an empty fnchange.tmp even if the command failed for some reason.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts200 a tool to dump an user database on NT.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.
371 set FTEMP, 0 # offsets within an
378 set LOCAL, 0 # offsets within an
385 set DST, 0 # offsets within an
390 set SRC, 0 # offsets within an
596 cmpi.b %d1,&INF # is operand an INF?
654 cmpi.b %d1,&INF # is operand an INF?
712 cmpi.b %d1,&INF # is operand an INF?
773 cmpi.b %d1,&INF # is operand an INF?
831 cmpi.b %d1,&INF # is operand an IN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.
371 set FTEMP, 0 # offsets within an
378 set LOCAL, 0 # offsets within an
385 set DST, 0 # offsets within an
390 set SRC, 0 # offsets within an
596 cmpi.b %d1,&INF # is operand an INF?
654 cmpi.b %d1,&INF # is operand an INF?
712 cmpi.b %d1,&INF # is operand an INF?
773 cmpi.b %d1,&INF # is operand an INF?
831 cmpi.b %d1,&INF # is operand an IN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/
H A Dopenssl.spec28 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
49 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
70 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-useradd200 print "check if your unix group is mapped to an NT group\n";
551 to create an domain administrator account (admin rid is 0x1F4 = 500 and grouprid is 0x200 = 512).
553 Without any option, the account created will be an Unix (Posix) account. The following options may be used to add information:
562 The usrer is an AIX acount
565 Creates an account for a Samba machine (Workstation), so that it can join a sambaDomainName.
568 Creates an interdomain trust account (machine Workstation). A password will be asked for the trust account.
577 The group name or number of the user's initial login group. The group name must exist. A group number must refer to an already existing group. The default group number is defined in the configuration file (defaultUserGid="513").
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/
H A Dopenssl.spec28 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
49 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
70 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dsvgalib.c364 u16 am, an, ar; local
394 an = pll->n_min;
396 while ((am <= pll->m_max) && (an <= pll->n_max)) {
397 f_current = (pll->f_base * am) / an;
403 *n = an;
409 an ++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dsvgalib.c364 u16 am, an, ar; local
394 an = pll->n_min;
396 while ((am <= pll->m_max) && (an <= pll->n_max)) {
397 f_current = (pll->f_base * am) / an;
403 *n = an;
409 an ++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-useradd200 print "check if your unix group is mapped to an NT group\n";
551 to create an domain administrator account (admin rid is 0x1F4 = 500 and grouprid is 0x200 = 512).
553 Without any option, the account created will be an Unix (Posix) account. The following options may be used to add information:
562 The usrer is an AIX acount
565 Creates an account for a Samba machine (Workstation), so that it can join a sambaDomainName.
568 Creates an interdomain trust account (machine Workstation). A password will be asked for the trust account.
577 The group name or number of the user's initial login group. The group name must exist. A group number must refer to an already existing group. The default group number is defined in the configuration file (defaultUserGid="513").
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/
H A Dopenssl.spec28 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
49 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
70 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A Da1-encapsulation-ogg.tex4 \section{Embedding Vorbis into an Ogg stream} \label{vorbis:over:ogg}
12 The \xref{vorbis:spec:intro} provides an overview of the construction
120 decode, not an internal sample awaiting lapping with a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/
H A Dopenssl.spec28 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
49 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
70 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A Da1-encapsulation-ogg.tex4 \section{Embedding Vorbis into an Ogg stream} \label{vorbis:over:ogg}
12 The \xref{vorbis:spec:intro} provides an overview of the construction
120 decode, not an internal sample awaiting lapping with a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/
H A Dopenssl.spec28 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
49 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
70 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-useradd200 print "check if your unix group is mapped to an NT group\n";
551 to create an domain administrator account (admin rid is 0x1F4 = 500 and grouprid is 0x200 = 512).
553 Without any option, the account created will be an Unix (Posix) account. The following options may be used to add information:
562 The usrer is an AIX acount
565 Creates an account for a Samba machine (Workstation), so that it can join a sambaDomainName.
568 Creates an interdomain trust account (machine Workstation). A password will be asked for the trust account.
577 The group name or number of the user's initial login group. The group name must exist. A group number must refer to an already existing group. The default group number is defined in the configuration file (defaultUserGid="513").
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/
H A Dopenssl.spec28 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
49 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
70 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A Da1-encapsulation-ogg.tex4 \section{Embedding Vorbis into an Ogg stream} \label{vorbis:over:ogg}
12 The \xref{vorbis:spec:intro} provides an overview of the construction
120 decode, not an internal sample awaiting lapping with a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/
H A Dconfigure118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1132 # If the previous option needs an argument, assign it.
1524 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1658 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2055 # WARNING: Use '\'' to represent an apostrophe within the trap.
2187 # Let the site file select an alternate cache file if it wants to.
2188 # Prefer an explicitly selected file to automatically selected ones.
3127 # PKG_CHECK_MODULES might not happen, you should be sure to include an
3504 # Try to create an executable without -o first, disregard a.out.
3505 # It will help us diagnose broken compilers, and finding out an intuitio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/
H A Dconfigure118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1132 # If the previous option needs an argument, assign it.
1524 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1658 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2055 # WARNING: Use '\'' to represent an apostrophe within the trap.
2187 # Let the site file select an alternate cache file if it wants to.
2188 # Prefer an explicitly selected file to automatically selected ones.
3127 # PKG_CHECK_MODULES might not happen, you should be sure to include an
3504 # Try to create an executable without -o first, disregard a.out.
3505 # It will help us diagnose broken compilers, and finding out an intuitio
[all...]

Completed in 426 milliseconds

<<11121314151617181920>>