Searched refs:constant (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
9 | Output: The constant rounded to the user's rounding
H A Dsetox.S72 | Note also that the constant 16380 log(2) used in Step 1.3
88 | Z := X * constant
93 | constant := single-precision( 64/log 2 ).
95 | Using a single-precision constant avoids memory access.
96 | Another effect of using a single-precision "constant" is
H A Dround.S179 .set ad_1_sgl,0x00000100 | constant to add 1 to l-bit in sgl prec
180 .set ad_1_dbl,0x00000800 | constant to add 1 to l-bit in dbl prec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dasm-offsets.c24 #define constant(string, member) \ macro
105 constant("#define _THREAD_SIZE ", THREAD_SIZE);
106 constant("#define _THREAD_MASK ", THREAD_MASK);
225 constant("#define _PAGE_SIZE ", PAGE_SIZE);
226 constant("#define _PAGE_SHIFT ", PAGE_SHIFT);
228 constant("#define _PGD_T_SIZE ", sizeof(pgd_t));
229 constant("#define _PMD_T_SIZE ", sizeof(pmd_t));
230 constant("#define _PTE_T_SIZE ", sizeof(pte_t));
232 constant("#define _PGD_T_LOG2 ", PGD_T_LOG2);
233 constant("#defin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Dfallback.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
H A Dfallback.h332 constant (pTHX_ const char *name, STRLEN len, IV *iv_return) { function
338 code, and use it to regenerate a new set of constant functions which you
341 Regenerate these constant functions by feeding this entire source file to
356 foreach (C_constant ("DB_File", 'constant', 'IV', $types, undef, 3, @names) ) {
357 print $_, "\n"; # C constant subs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dconstants.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv, &pv);
H A Dmkconsts5 use constant DEFINE => 'define' ;
6 use constant STRING => 'string' ;
7 use constant IGNORE => 'ignore' ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dadjtimex.c71 txc.constant = xatol(opt_p);
118 txc.constant,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-ff.c33 * Set the magnitude of a constant force effect
234 return old->u.constant.level != effect->u.constant.level;
245 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length
246 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level
247 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length
248 || old->u.constant
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dntp.c38 static long time_constant = 2; /* pll time constant */
153 * reduced by a fixed factor times the time constant.
264 if (txc->constant < 0) { /* NTP v4 uses values > 6 */
268 time_constant = min(txc->constant + 4, (long)MAXTC);
339 txc->constant = time_constant;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp_sign.c25 #define CLI_SIGN "session key to client-to-server signing key magic constant"
26 #define CLI_SEAL "session key to client-to-server sealing key magic constant"
27 #define SRV_SIGN "session key to server-to-client signing key magic constant"
28 #define SRV_SEAL "session key to server-to-client sealing key magic constant"
83 const char *constant)
94 MD5Update(&ctx3, (const unsigned char *)constant, strlen(constant)+1);
265 constant, but is is rather updated with each iteration */
81 calc_ntlmv2_hash(unsigned char hash[258], unsigned char digest[16], DATA_BLOB session_key, const char *constant) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtimex.h49 * Added new constant NTP_PHASE_LIMIT
67 * MAXTC establishes the maximum time constant of the PLL. With the
68 * SHIFT_KG and SHIFT_KF values given and a time constant range from
74 #define MAXTC 10 /* maximum time constant (shift) */
107 long constant; /* pll time constant */ member in struct:timex
137 #define ADJ_TIMECONST 0x0020 /* pll time constant */
H A Dcompat.h55 compat_long_t constant; member in struct:compat_timex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dff-memless.c79 return &effect->u.constant.envelope;
240 new->u.constant.level,
241 &new->u.constant.envelope));
245 * here we abuse ff_ramp to hold x and y of constant force
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dmisc.c635 s32 constant; member in struct:sol_timex
683 ret |= __get_user (t.constant, &txp->constant);
694 err |= __put_user (t.constant, &txp->constant);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-pidff.c281 * Send constant force report to the device
289 effect->u.constant.level);
296 * Test if the constant parameters have changed between effects
301 return effect->u.constant.level != old->u.constant.level;
580 pidff_needs_set_envelope(&effect->u.constant.envelope,
581 &old->u.constant.envelope))
583 &effect->u.constant.envelope);
1106 "has constant effect but no envelope\n");
1119 "hid-pidff: unknown constant effec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dformat.h267 FLAC__SUBFRAME_TYPE_CONSTANT = 0, /**< constant signal */
284 FLAC__int32 value; /**< The constant signal value. */
346 FLAC__Subframe_Constant constant; member in union:__anon768::__anon769
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtparm.c200 %'c' push character constant c.
201 %{n} push decimal constant n.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscript_asm.pl157 $constant = "$hexnum|$decnum";
159 # yucky - since we can't control grouping of # $constant, we need to
163 "$identifier\\s*[+-]\s*$hexnum|$constant";
235 # an identifier or constant, $word is the word offset relative to
418 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtparm.c200 %'c' push character constant c.
201 %{n} push decimal constant n.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcompat.c920 __get_user(txc.constant, &utp->constant) ||
945 __put_user(txc.constant, &utp->constant) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y241 | constant
242 | program constant
716 constant: label
720 stop("Re-definition of symbol as a constant",
731 stop("Invalid downloaded constant declaration",
736 stop("Re-definition of symbol as a downloaded constant",
874 stop("register offset must be a constant", EX_DATAERR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Danalyze.c81 fprintf(fout, "\tvalue=%d\n", subframe->data.constant.value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_scan.S340 | Move an (emulated) ROM constant

Completed in 192 milliseconds

123