Searched refs:int32 (Results 1 - 25 of 55) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dqmath.h22 qm_sat32(int32 op);
24 int32
30 int32
39 int32
40 qm_add32(int32 op1, int32 op2);
48 int32
49 qm_sub32(int32 op1, int32 op2);
51 int32
[all...]
H A Dbcmrobo.h116 extern int32 robo_power_save_mode_get(robo_info_t *robo, int32 phy);
117 extern int32 robo_power_save_mode_set(robo_info_t *robo, int32 mode, int32 phy);
H A Dwllmacctl.h140 int32 max_dBm;
141 int32 min_dBm;
383 int32 max_powerlevel;
384 int32 min_powerlevel;
396 int32 tx_power;
H A Dwlioctl.h70 int32 dwell_time;
272 int32 channel_num;
297 int32 nprobes; /* -1 use default, number of probes per channel */
298 int32 active_time; /* -1 use default, dwell time per channel for
301 int32 passive_time; /* -1 use default, dwell time per channel
304 int32 home_time; /* -1 use default, dwell time for the home channel
307 int32 channel_num; /* count of channels and ssids that follow
313 * follows channel_list, aligned for int32 (4 bytes)
428 int32 chanspec_num; /* 0: all available channels,
455 int32 nprobe
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dqmath.c25 qm_sat32(int32 op)
28 if (op > (int32)0x7fff) {
31 else if (op < (int32)0xffff8000) {
46 int32
49 return ((int32)(op1)*(int32)(op2));
60 int32 result;
61 result = ((int32)(op1)*(int32)(op2));
72 int32
[all...]
H A Dbcmrobo.c1823 static int32
1824 robo_power_save_mode_clear_auto(robo_info_t *robo, int32 phy)
1869 static int32
1870 robo_power_save_mode_clear_manual(robo_info_t *robo, int32 phy)
1906 int32
1907 robo_power_save_toggle(robo_info_t *robo, int32 normal)
1909 int32 phy;
1954 static int32
1955 robo_power_save_mode_normal(robo_info_t *robo, int32 phy)
1957 int32 erro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dslhc_vj.h116 * int int32 long 32 bits
120 typedef __u32 int32; typedef
156 int32 sls_o_nontcp; /* outbound non-TCP packets */
157 int32 sls_o_tcp; /* outbound TCP packets */
158 int32 sls_o_uncompressed; /* outbound uncompressed packets */
159 int32 sls_o_compressed; /* outbound compressed packets */
160 int32 sls_o_searches; /* searches for connection state */
161 int32 sls_o_misses; /* times couldn't find conn. state */
163 int32 sls_i_uncompressed; /* inbound uncompressed packets */
164 int32 sls_i_compresse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/emf/emf/
H A Demfc_export.h100 typedef int32 (*forward_fn_ptr)(void *, void *, uint32, void *, bool);
102 typedef int32 (*hooks_register_fn_ptr)(void *);
103 typedef int32 (*hooks_unregister_fn_ptr)(void *);
114 int32 (*input_fn)(struct emfc_snooper *snooper, void *ifp,
117 int32 (*input_fn)(struct emfc_snooper *snooper, void *ifp,
122 int32 (*emf_enable_fn)(struct emfc_snooper *snooper);
125 int32 (*emf_disable_fn)(struct emfc_snooper *snooper);
129 int32 (*gethosts_fn)(struct emfc_snooper *snooper, void *ifp, uint32 mgrp_ip,
140 int32 (*forward_fn)(void *wrapper, void *p, uint32 mgrp_ip,
147 int32 (*hooks_register_f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/emf/igs/
H A Digsc_sdb.h38 int32 mi_ref; /* Ref count of hosts on the i/f */
66 int32 igsc_sdb_member_add(igsc_info_t *igsc_info, void *ifp, uint32 mgrp_ip,
68 int32 igsc_sdb_member_del(igsc_info_t *igsc_info, void *ifp, uint32 mgrp_ip,
71 int32 igsc_sdb_member_add(igsc_info_t *igsc_info, void *ifp, uint32 mgrp_ip,
73 int32 igsc_sdb_member_del(igsc_info_t *igsc_info, void *ifp, uint32 mgrp_ip,
79 int32 igsc_sdb_member_get_maclist(igsc_info_t *igsc_info, void *ifp, uint32 mgrp_ip,
H A Digsc_export.h70 typedef int32 (*igs_broadcast_fn_ptr)(void *wrapper, uint8 *ip, uint32 length, uint32 mgrp_ip);
79 int32 (*igs_broadcast)(void *wrapper, uint8 *ip, uint32 length, uint32 mgrp_ip);
123 extern int32 igsc_stats_get(struct igsc_info *igsc_info, igs_stats_t *stats, uint32 size);
137 extern int32 igsc_sdb_list(struct igsc_info *igsc_info, igs_cfg_sdb_list_t *list, uint32 size);
140 extern int32 igsc_snoop_list(struct igsc_info *igsc_info, igs_cfg_snoop_list_t *list, uint32 size);
165 extern int32 igsc_igmp_query_sendto(struct igsc_info *igsc_info, void *dev, uint8 *hmac);
175 extern int32 igsc_sdb_interface_del(struct igsc_info *igsc_info, void *ifp);
184 extern int32 igsc_interface_rtport_del(struct igsc_info *igsc_info, void *ifp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/acos/access_control/
H A DAccessControl.h14 #ifndef int32
15 #define int32 int macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/acos/multissidcontrol/
H A DMultiSsidControl.h14 #ifndef int32
15 #define int32 int macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/ctf/
H A Dhndctf.h88 typedef int32 (*ctf_forward_t)(ctf_t *ci, void *p, void *rxifp);
91 typedef int32 (*ctf_brc_add_t)(ctf_t *ci, ctf_brc_t *brc);
92 typedef int32 (*ctf_brc_delete_t)(ctf_t *ci, uint8 *ea);
93 typedef int32 (*ctf_brc_update_t)(ctf_t *ci, ctf_brc_t *brc);
95 typedef int32 (*ctf_ipc_add_t)(ctf_t *ci, ctf_ipc_t *ipc);
96 typedef int32 (*ctf_ipc_delete_t)(ctf_t *ci, uint32 sip, uint32 dip, uint8 proto,
98 typedef int32 (*ctf_ipc_count_get_t)(ctf_t *ci);
99 typedef int32 (*ctf_ipc_delete_multi_t)(ctf_t *ci, ctf_ipc_t *ipc, ctf_ipc_t *ipcm);
100 typedef int32 (*ctf_ipc_delete_range_t)(ctf_t *ci, ctf_ipc_t *start, ctf_ipc_t *end);
103 typedef int32 (*ctf_enable_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dbyteorder.h121 #define IVALS(buf,pos) ((int32)IVAL(buf,pos))
125 #define SIVALS(buf,pos,val) SIVALX((buf),(pos),((int32)(val)))
132 WARNING: This section is dependent on the length of int16 and int32
143 #define IVALS(buf,pos) (*(const int32 *)((const char *)(buf) + (pos)))
144 #define IVALS_NC(buf,pos) (*(int32 *)((char *)(buf) + (pos))) /* Non const version of above. */
150 #define SIVALS(buf,pos,val) IVALS_NC(buf,pos)=((int32)(val))
H A Dcharset.h49 int32 idx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/nwfpe/
H A DARM-gcc.h25 typedef signed int int32; typedef
H A Dsoftfloat.c78 static int32 roundAndPackInt32( flag zSign, bits64 absZ )
83 int32 z;
475 INLINE int32 extractFloatx80Exp( floatx80 a )
504 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr )
520 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
557 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
725 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
752 float32 int32_to_float32( int32 a )
770 float64 int32_to_float64( int32 a )
796 floatx80 int32_to_floatx80( int32
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/nwfpe/
H A DARM-gcc.h25 typedef signed int int32; typedef
H A Dsoftfloat.c70 static int32 roundAndPackInt32( struct roundingData *roundData, flag zSign, bits64 absZ )
75 int32 z;
455 INLINE int32 extractFloatx80Exp( floatx80 a )
484 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr )
500 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
538 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
707 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
734 float32 int32_to_float32(struct roundingData *roundData, int32 a)
752 float64 int32_to_float64( int32 a )
778 floatx80 int32_to_floatx80( int32
[all...]
H A Dsoftfloat.h276 extern int32 float64_to_uint32( struct roundingData *roundData, float64 a );
277 extern int32 float64_to_uint32_round_to_zero( float64 a );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbutil.c144 Fetch a int32 value by a arbitrary blob key, return -1 if not found.
145 Output is int32 in native byte order.
148 int32 tdb_fetch_int32_byblob(TDB_CONTEXT *tdb, const char *keyval, size_t len)
152 int32 ret;
155 if (!data.dptr || data.dsize != sizeof(int32)) {
166 Fetch a int32 value by string key, return -1 if not found.
167 Output is int32 in native byte order.
170 int32 tdb_fetch_int32(TDB_CONTEXT *tdb, const char *keystr)
176 Store a int32 value by an arbitary blob key, return 0 on success, -1 on failure.
177 Input is int32 i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Derror.c50 int32 eclass = wbmpx->wr_errclass;
51 int32 err = wbmpx->wr_error;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/mtd/
H A Dubi-header.h86 uint32_t int32; member in struct:__anon10441
101 #define ubi32_to_cpu(x) ((uint32_t)__be32_to_cpu((x).int32))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsendfile.c96 extern int32 sendfile (int out_fd, int in_fd, int32 *offset, uint32 count);
109 int32 small_offset;
139 small_offset = (int32)offset;
142 int32 nwritten;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbeosthread.c56 static int32 ff_thread_func(void *v){
81 int32 ret;

Completed in 156 milliseconds

123