Searched refs:low (Results 126 - 150 of 386) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dchvalid.in.h31 unsigned short low; member in struct:_xmlChSRange
38 unsigned int low; member in struct:_xmlChLRange
H A Dchvalid.c169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_behavior.c117 bhv_lookup_range(bhv_head_t *bhp, int low, int high) argument
128 if (position >= low)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dchvalid.h31 unsigned short low; member in struct:_xmlChSRange
38 unsigned int low; member in struct:_xmlChLRange
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dultrasound.h44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
94 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dpgalloc.h27 #define do_check_pgt_cache(low,high) BTFIXUP_CALL(do_check_pgt_cache)(low,high)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dsoftfloat.c465 return a.low;
524 z.low = zSig;
2710 z.low += lastBitMask>>1;
2711 if ( ( z.low & roundBitsMask ) == 0 ) z.low &= ~ lastBitMask;
2715 z.low += roundBitsMask;
2718 z.low &= ~ roundBitsMask;
2719 if ( z.low == 0 ) {
2721 z.low = LIT64( 0x8000000000000000 );
2723 if ( z.low !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dprivileges.c372 new_set[priv_set->count].luid.low = set.luid.low;
396 priv_luid.luid.low = GENERATE_LUID_LOW(i);
699 (*new_la)[i].luid.low = old_la[i].luid.low;
744 if ( set->low > max )
747 fstrcpy( name, privs[set->low - 1].name );
785 luid.luid.low = GENERATE_LUID_LOW(i);
808 only care about the low 32 bits */
813 /* make sure :LUID.low i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dchvalid.c169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dchvalid.c169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dpgtable.h394 PTE_BIT_FUNC(low, rdprotect, &= ~_PAGE_USER);
395 PTE_BIT_FUNC(low, mkread, |= _PAGE_USER);
396 PTE_BIT_FUNC(low, wrprotect, &= ~_PAGE_RW);
397 PTE_BIT_FUNC(low, mkwrite, |= _PAGE_RW);
398 PTE_BIT_FUNC(low, exprotect, &= ~_PAGE_USER);
399 PTE_BIT_FUNC(low, mkexec, |= _PAGE_USER);
400 PTE_BIT_FUNC(low, mkhuge, |= _PAGE_SZHUGE);
403 PTE_BIT_FUNC(low, mkclean, &= ~_PAGE_DIRTY);
404 PTE_BIT_FUNC(low, mkdirty, |= _PAGE_DIRTY);
405 PTE_BIT_FUNC(low, mkol
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dvia-ircc.h290 __u16 low, high; local
292 low = size & 0x00ff;
294 WriteReg(iobase, I_CF_L_2, low);
424 __u32 low, high; local
427 low = count & 0x00ff;
429 WriteReg(iobase, TX_C_L, low);
444 __u8 low, high; local
447 low = ReadReg(iobase, RX_C_L);
450 wTmp = (wTmp1 << 8) | low;
452 low
465 __u8 low, high; local
481 __u8 low, high; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dprivileges.h88 uint32 low; member in struct:LUID
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dma/
H A Dioatdma.h97 u32 low; member in struct:ioat_dma_chan::__anon4374::__anon4375
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A Dp4.c146 u32 alow, ahigh, high, low; local
169 rdmsr (MSR_IA32_MC0_STATUS+i*4,low, high);
175 printk (KERN_EMERG "Bank %d: %08x%08x", i, high, low);
203 rdmsr (msr, low, high);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ovcamchip/
H A Dovcamchip_core.c126 unsigned char high, low; local
136 if (ov_read(c, GENERIC_REG_ID_LOW, &low) >= 0) {
137 if (high == 0x7F && low == 0xA2) {
151 ov_read(c, 0x00, &low);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dirq.h36 # error HARDIRQ_BITS is too low!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S59 daddu $10,$10,$2 # add old carry limb to low product limb
H A Dmpih-mul2.S60 daddu $3,$3,$2 # add old carry limb to low product limb
H A Dmpih-mul3.S60 daddu $3,$3,$2 # add old carry limb to low product limb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dgeneric_cjk.c181 size_t low = 0; local
182 while (size > low) {
183 size_t n = (low + size) / 2;
186 low = n + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dgeneric_cjk.c181 size_t low = 0; local
182 while (size > low) {
183 size_t n = (low + size) / 2;
186 low = n + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_effect.c53 int low, high; /* value range */ member in struct:emux_parm_defs
112 if (effect < parm_defs[type].low)
113 effect = parm_defs[type].low;
129 if (effect < parm_defs[type].low)
130 effect = parm_defs[type].low;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dparavirt.h132 int entrynum, u32 low, u32 high);
134 int entrynum, u32 low, u32 high);
136 int entrynum, u32 low, u32 high);
318 * in low,high order.
520 static inline int paravirt_write_msr(unsigned msr, unsigned low, unsigned high) argument
522 return PVOP_CALL3(int, write_msr, msr, low, high);
559 #define rdtscl(low) do { \
561 low = (int)_l; \
576 #define rdpmc(counter,low,high) do { \
578 low
615 write_ldt_entry(void *dt, int entry, u32 low, u32 high) argument
619 write_gdt_entry(void *dt, int entry, u32 low, u32 high) argument
623 write_idt_entry(void *dt, int entry, u32 low, u32 high) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_recover.c67 int32_t low; local
117 if ((ret = __log_earliest(env, logc, &low, &lowlsn)) != 0)
119 if ((int32_t)dbenv->tx_timestamp < low) {
127 tlow = (time_t)low;
299 * and low anyway, to make sure the requested timestamp is
334 /* Find a low txnid. */
636 * forward (is_forward != 0), then we're computing current - low. If
641 __lsn_diff(low, high, current, max, is_forward)
642 DB_LSN *low, *high, *current;
656 if (current->file == low
[all...]

Completed in 168 milliseconds

1234567891011>>