Searched refs:sec (Results 151 - 175 of 395) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/linux/
H A Dtimer.c59 time_t sec, nsec; local
61 sec = src / 1000;
69 dst->it_interval.tv_sec = sec;
74 dst->it_value.tv_sec = sec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_utctm.c292 int day, sec; local
300 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm))
307 if (sec > 0)
309 if (sec < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
1117 #define VALID_SEC(sec) ((sec >= 0) && (sec < 60))
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1165 dt->value.date.sec); \
1372 PARSE_FLOAT(dt->sec, cur, ret);
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZ
3536 double sec; local
3991 double sec; local
4036 double sec; local
4086 double sec; local
5827 double sec = 0, left; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
1117 #define VALID_SEC(sec) ((sec >= 0) && (sec < 60))
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1165 dt->value.date.sec); \
1372 PARSE_FLOAT(dt->sec, cur, ret);
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZ
3539 double sec; local
3994 double sec; local
4039 double sec; local
4089 double sec; local
5830 double sec = 0, left; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemastypes.c67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
1117 #define VALID_SEC(sec) ((sec >= 0) && (sec < 60))
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1165 dt->value.date.sec); \
1372 PARSE_FLOAT(dt->sec, cur, ret);
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZ
3539 double sec; local
3994 double sec; local
4039 double sec; local
4089 double sec; local
5830 double sec = 0, left; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
1117 #define VALID_SEC(sec) ((sec >= 0) && (sec < 60))
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1165 dt->value.date.sec); \
1372 PARSE_FLOAT(dt->sec, cur, ret);
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZ
3536 double sec; local
3991 double sec; local
4036 double sec; local
4086 double sec; local
5827 double sec = 0, left; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ds1742.c165 unsigned int cen, sec; local
197 sec = readb(ioaddr + RTC_SECONDS);
198 if (sec & RTC_STOP) {
199 sec &= RTC_SECONDS_MASK;
202 writeb(sec, ioaddr + RTC_SECONDS);
H A Drtc-vr41xx.c111 static inline void write_elapsed_second(unsigned long sec) argument
115 rtc1_write(ETIMELREG, (uint16_t)(sec << 15));
116 rtc1_write(ETIMEMREG, (uint16_t)(sec >> 1));
117 rtc1_write(ETIMEHREG, (uint16_t)(sec >> 17));
H A Drtc-ds1216.c18 u8 sec; member in struct:ds1216_regs
90 tm->tm_sec = bcd2bin(regs.sec);
119 regs.sec = bin2bcd(tm->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dssfdc.c61 unsigned char sec; member in struct:__anon12396
78 unsigned char *sec)
92 if (sec)
93 *sec = chs_table[k].sec;
77 get_chs(unsigned long size, unsigned short *cyl, unsigned char *head, unsigned char *sec) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dtime.c121 unsigned int year, mon, day, hour, min, sec, epoch; local
123 sec = CMOS_READ(RTC_SECONDS);
131 sec = bcd2bin(sec);
155 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drtc.c110 #define hpet_set_alarm_time(hrs, min, sec) 0
489 unsigned char hrs, min, sec; local
498 sec = alm_tm.tm_sec;
501 if (hpet_set_alarm_time(hrs, min, sec)) {
509 if (sec < 60)
510 sec = bin2bcd(sec);
512 sec = 0xff;
526 CMOS_WRITE(sec, RTC_SECONDS_ALARM);
540 unsigned char mon, day, hrs, min, sec, leap_y local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp644 hour = min = sec = msec = 0;
652 sec = (wxDateTime::wxDateTime_t)tm.tm_sec;
667 (hour < 24) && (min < 60) && (sec < 62) && (msec < 1000);
1524 if ( tm.hour || tm.min || tm.sec || tm.msec )
1527 tm.sec =
1541 tm.sec =
1747 tm.sec = (wxDateTime_t)(timeOnly % SEC_PER_MIN);
1748 timeOnly -= tm.sec;
1814 wxDateTime& wxDateTime::SetSecond(wxDateTime_t sec)
1819 tm.sec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmodule.h195 #define __CRC_SYMBOL(sym, sec) \
199 __attribute__((section("__kcrctab" sec), unused)) \
202 #define __CRC_SYMBOL(sym, sec)
206 #define __EXPORT_SYMBOL(sym, sec) \
208 __CRC_SYMBOL(sym, sec) \
214 __attribute__((section("__ksymtab" sec), unused)) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/doc/
H A DMakefile.am139 $(TEXI2HTML) $(TEXINCLUDES) -no-sec-nav -no-menu -toc-links -number -monolithic `if test -f libunistring.texi; then echo libunistring.texi; else echo $(srcdir)/libunistring.texi; fi`
144 $(TEXI2HTML) $(TEXINCLUDES) -no-sec-nav -no-menu -toc-links -number -split_chapter `if test -f libunistring.texi; then echo libunistring.texi; else echo $(srcdir)/libunistring.texi; fi` || exit 0 ;; \
146 $(TEXI2HTML) $(TEXINCLUDES) -no-sec-nav -no-menu -toc-links -number -split_chapter `if test -f libunistring.texi; then echo libunistring.texi; else echo $(srcdir)/libunistring.texi; fi` ;; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c440 u8 *auth_type = &iwm->umac_profile->sec.auth_type;
449 if (iwm->umac_profile->sec.flags &
472 iwm->umac_profile->sec.flags = UMAC_SEC_FLG_LEGACY_PROFILE;
477 iwm->umac_profile->sec.flags = UMAC_SEC_FLG_WPA_ON_MSK;
480 iwm->umac_profile->sec.flags = UMAC_SEC_FLG_RSNA_ON_MSK;
487 u8 *profile_cipher = ucast ? &iwm->umac_profile->sec.ucast_cipher :
488 &iwm->umac_profile->sec.mcast_cipher;
524 u8 *auth_type = &iwm->umac_profile->sec.auth_type;
531 if (iwm->umac_profile->sec.flags &
633 if ((iwm->umac_profile->sec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmca_drv.h108 #define slidx_count(slidx, sec) \
111 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dutil.c147 ts_format(register int sec, register int usec) argument
151 sec / 3600, (sec % 3600) / 60, sec % 60, usec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhorizon.h89 #define PRINTDD(sec,fmt,args...)
90 #define PRINTDDB(sec,fmt,args...)
91 #define PRINTDDM(sec,fmt,args...)
92 #define PRINTDDE(sec,fmt,args...)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhpet.h57 /* Max HPET Period is 10^8 femto sec as in HPET spec */
60 * Min HPET period is 10^5 femto sec just for safety. If it is less than this,
61 * then 32 bit HPET counter wrapsaround in less than 0.5 sec.
99 unsigned char sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dact.c70 int min,sec,msec; local
97 sec=avio_r8(pb);
100 st->duration = av_rescale(1000*(min*60+sec)+msec, st->codec->sample_rate, 1000 * st->codec->frame_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dutil.c96 time_t sec; local
112 sec = epoch_offset + tv.tv_sec;
113 now = localtime(&sec); /* not thread safe but we don't care */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_softmac.c2593 struct ieee80211_security sec = {
2599 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
2603 sec.auth_mode = WLAN_AUTH_OPEN;
2608 sec.auth_mode = WLAN_AUTH_LEAP;
2615 ieee->set_security(ieee->dev, &sec);
2648 struct ieee80211_security sec = {
2657 sec.flags |= SEC_LEVEL;
2658 sec.level = SEC_LEVEL_0;
2661 sec.flags |= SEC_LEVEL;
2662 sec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c2467 struct ieee80211_security sec = {
2473 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
2477 sec.auth_mode = WLAN_AUTH_OPEN;
2482 sec.auth_mode = WLAN_AUTH_LEAP;
2489 ieee->set_security(ieee->dev, &sec);
2522 struct ieee80211_security sec = {
2531 sec.flags |= SEC_LEVEL;
2532 sec.level = SEC_LEVEL_0;
2535 sec.flags |= SEC_LEVEL;
2536 sec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c2685 struct ieee80211_security sec = { local
2691 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
2694 sec.auth_mode = WLAN_AUTH_OPEN;
2699 ieee->set_security(ieee->dev, &sec);
2732 struct ieee80211_security sec = { local
2741 sec.flags |= SEC_LEVEL;
2742 sec.level = SEC_LEVEL_0;
2745 sec.flags |= SEC_LEVEL;
2746 sec.level = SEC_LEVEL_1;
2749 ieee->set_security(ieee->dev, &sec);
2791 struct ieee80211_security sec = { local
[all...]

Completed in 195 milliseconds

1234567891011>>