Searched refs:set (Results 1 - 25 of 904) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Didset.c26 struct idset *set; local
28 set = kzalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id),
30 if (set) {
31 set->num_ssid = num_ssid;
32 set->num_id = num_id;
34 return set;
37 void idset_free(struct idset *set) argument
39 kfree(set);
42 void idset_clear(struct idset *set) argument
44 memset(set
47 idset_fill(struct idset *set) argument
52 idset_add(struct idset *set, int ssid, int id) argument
57 idset_del(struct idset *set, int ssid, int id) argument
62 idset_contains(struct idset *set, int ssid, int id) argument
67 idset_get_first(struct idset *set, int *ssid, int *id) argument
84 idset_sch_add(struct idset *set, struct subchannel_id schid) argument
89 idset_sch_del(struct idset *set, struct subchannel_id schid) argument
94 idset_sch_contains(struct idset *set, struct subchannel_id schid) argument
99 idset_sch_get_first(struct idset *set, struct subchannel_id *schid) argument
[all...]
H A Didset.h15 void idset_free(struct idset *set);
16 void idset_clear(struct idset *set);
17 void idset_fill(struct idset *set);
20 void idset_sch_add(struct idset *set, struct subchannel_id id);
21 void idset_sch_del(struct idset *set, struct subchannel_id id);
22 int idset_sch_contains(struct idset *set, struct subchannel_id id);
23 int idset_sch_get_first(struct idset *set, struct subchannel_id *id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dbitops.c5 * find_next_bit - find the first set bit in a memory region
13 int set = 0, bit = offset & 31, res; local
23 : "=r" (set)
25 if (set < (32 - bit))
26 return set + offset;
27 set = 32 - bit;
31 * No set bit yet, search remaining full words for a bit
34 return (offset + set + res);
47 int set = 0, bit = offset & 31, res; local
57 : "=r" (set)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/win32/VS6/
H A Dbuild_ogg_dynamic.bat4 if .%SRCROOT%==. set SRCROOT=i:\xiph
6 set OLDPATH=%PATH%
7 set OLDINCLUDE=%INCLUDE%
8 set OLDLIB=%LIB%
12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
16 set PATH=%OLDPATH%
17 set INCLUDE=%OLDINCLUDE%
18 set LIB=%OLDLIB%
H A Dbuild_ogg_dynamic_debug.bat4 if .%SRCROOT%==. set SRCROOT=i:\xiph
6 set OLDPATH=%PATH%
7 set OLDINCLUDE=%INCLUDE%
8 set OLDLIB=%LIB%
12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
16 set PATH=%OLDPATH%
17 set INCLUDE=%OLDINCLUDE%
18 set LIB=%OLDLIB%
H A Dbuild_ogg_static.bat4 if .%SRCROOT%==. set SRCROOT=i:\xiph
6 set OLDPATH=%PATH%
7 set OLDINCLUDE=%INCLUDE%
8 set OLDLIB=%LIB%
12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
16 set PATH=%OLDPATH%
17 set INCLUDE=%OLDINCLUDE%
18 set LIB=%OLDLIB%
H A Dbuild_ogg_static_debug.bat4 if .%SRCROOT%==. set SRCROOT=i:\xiph
6 set OLDPATH=%PATH%
7 set OLDINCLUDE=%INCLUDE%
8 set OLDLIB=%LIB%
12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
16 set PATH=%OLDPATH%
17 set INCLUDE=%OLDINCLUDE%
18 set LIB=%OLDLIB%
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsignal.in.h55 /* A set or mask of signals. */
60 /* Test whether a given signal is contained in a signal set. */
61 extern int sigismember (const sigset_t *set, int sig);
63 /* Initialize a signal set to the empty set. */
64 extern int sigemptyset (sigset_t *set);
66 /* Add a signal to a signal set. */
67 extern int sigaddset (sigset_t *set, int sig);
69 /* Remove a signal from a signal set. */
70 extern int sigdelset (sigset_t *set, in
[all...]
H A Dsigprocmask.c35 sigismember (const sigset_t *set, int sig) argument
38 return (*set >> sig) & 1;
44 sigemptyset (sigset_t *set) argument
46 *set = 0;
51 sigaddset (sigset_t *set, int sig) argument
55 *set |= 1U << sig;
66 sigdelset (sigset_t *set, int sig) argument
70 *set &= ~(1U << sig);
81 sigfillset (sigset_t *set) argument
83 *set
102 sigpending(sigset_t *set) argument
118 sigprocmask(int operation, const sigset_t *set, sigset_t *old_set) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dr3000.s2 .set nobopt
64 .set noreorder
66 .set reorder
97 .set noreorder
98 .set nomacro
101 .set macro
102 .set reorder
126 .set noreorder
127 .set nomacro
130 .set macr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dint-handler.S43 .set noreorder
44 .set noat
49 .set at
50 .set noreorder
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgconv.x2 msgconv \- character set conversion for message catalog
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h79 .set LOCAL_SIZE,192 | bytes needed for local variables
80 .set LV,-LOCAL_SIZE | convenient base value
82 .set USER_DA,LV+0 | save space for D0-D1,A0-A1
83 .set USER_D0,LV+0 | saved user D0
84 .set USER_D1,LV+4 | saved user D1
85 .set USER_A0,LV+8 | saved user A0
86 .set USER_A1,LV+12 | saved user A1
87 .set USER_FP0,LV+16 | saved user FP0
88 .set USER_FP1,LV+28 | saved user FP1
89 .set USER_FP
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsignal.h39 static inline void sigaddset(sigset_t *set, int _sig) argument
43 set->sig[0] |= 1UL << sig;
45 set->sig[sig / _NSIG_BPW] |= 1UL << (sig % _NSIG_BPW);
48 static inline void sigdelset(sigset_t *set, int _sig) argument
52 set->sig[0] &= ~(1UL << sig);
54 set->sig[sig / _NSIG_BPW] &= ~(1UL << (sig % _NSIG_BPW));
57 static inline int sigismember(sigset_t *set, int _sig) argument
61 return 1 & (set->sig[0] >> sig);
63 return 1 & (set->sig[sig / _NSIG_BPW] >> (sig % _NSIG_BPW));
73 static inline int sigisemptyset(sigset_t *set) argument
155 sigemptyset(sigset_t *set) argument
167 sigfillset(sigset_t *set) argument
181 sigaddsetmask(sigset_t *set, unsigned long mask) argument
186 sigdelsetmask(sigset_t *set, unsigned long mask) argument
191 sigtestsetmask(sigset_t *set, unsigned long mask) argument
196 siginitset(sigset_t *set, unsigned long mask) argument
208 siginitsetinv(sigset_t *set, unsigned long mask) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dspeedcheck.c40 data->set.low_speed_time &&
42 (data->progress.current_speed < data->set.low_speed_limit)) {
44 long nextcheck = (data->set.low_speed_time * 1000) - howlong;
54 data->set.low_speed_limit,
55 data->set.low_speed_time);
67 if(data->set.low_speed_limit)
68 /* if there is a low speed limit enabled, we set the expire timer to
71 Curl_expire(data, data->set.low_speed_time*1000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ducc.h65 int ucc_mux_set_grant_tsa_bkpt(int ucc_num, int set, u32 mask);
69 static inline int ucc_set_qe_mux_grant(int ucc_num, int set) argument
71 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_GRANT);
74 static inline int ucc_set_qe_mux_tsa(int ucc_num, int set) argument
76 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_TSA);
79 static inline int ucc_set_qe_mux_bkpt(int ucc_num, int set) argument
81 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_BKPT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dcex-gen.S21 .set noreorder
22 .set noat
23 .set mips0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dposix_types.h52 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
55 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
58 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dposix_types.h52 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
55 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
58 #define __FD_ISSET(d, set) (!!((set)->fds_bits[__FDELT(d)] & __FDMASK(d)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dposix_types.h51 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
54 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
57 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dposix_types.h52 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
55 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
58 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/lib/
H A Dbitops.c69 unsigned long set = 0; local
78 : "=r" (set)
80 if (set < (64 - bit))
81 return set + offset;
82 set = 64 - bit;
90 return (offset + set + res);
127 * find_first_bit - find the first set bit in a memory region
131 * Returns the bit-number of the first set bit, not the number of the byte
140 * find_next_bit - find the first set bit in a memory region
148 unsigned long set local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsignal.h162 #define sigaddset(set,sig) \
164 __const_sigaddset((set),(sig)) : \
165 __gen_sigaddset((set),(sig)))
167 static __inline__ void __gen_sigaddset(sigset_t *set, int _sig) argument
169 __asm__("btsl %1,%0" : "+m"(*set) : "Ir"(_sig - 1) : "cc");
172 static __inline__ void __const_sigaddset(sigset_t *set, int _sig) argument
175 set->sig[sig / _NSIG_BPW] |= 1 << (sig % _NSIG_BPW);
178 #define sigdelset(set,sig) \
180 __const_sigdelset((set),(sig)) : \
181 __gen_sigdelset((set),(si
184 __gen_sigdelset(sigset_t *set, int _sig) argument
189 __const_sigdelset(sigset_t *set, int _sig) argument
195 __const_sigismember(sigset_t *set, int _sig) argument
201 __gen_sigismember(sigset_t *set, int _sig) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dabi.h18 sigset_t *set);
21 sigset_t *set, siginfo_t *info);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dabi.h18 sigset_t *set);
21 sigset_t *set, siginfo_t *info);

Completed in 147 milliseconds

1234567891011>>