Home
last modified time | relevance | path

Searched refs:sec (Results 1451 - 1475 of 1500) sorted by relevance

1...<<51525354555657585960

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_teap.c970 lifetime, (lifetime - (u32) now.sec) / 86400); in eap_teap_parse_pac_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwps_hostapd.c202 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name, in hostapd_wps_pin_needed_cb()
H A Dieee802_11.c2179 session_timeout = diff.sec; in prepare_auth_resp_fils()
2380 sta->session_timeout.sec += session_timeout; in ieee802_11_set_radius_info()
6582 if (age.sec == 0 && age.usec < 200000) { in handle_assoc_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_fast.c950 lifetime, (lifetime - (u32) now.sec) / 86400); in eap_fast_parse_pac_info()
H A Deap_teap.c1025 lifetime, (lifetime - (u32) now.sec) / 86400); in eap_teap_parse_pac_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwps_hostapd.c200 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name, in hostapd_wps_pin_needed_cb()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1423 LocaleTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) in date() argument
1430 cal->set(1900 + y, m, d, hr, min, sec); // Add 1900 to follow java.util.Date protocol in date()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4xdr.c4069 __u64 sec; in xdr_decode_nfstime4() local
4071 p = xdr_decode_hyper(p, &sec); in xdr_decode_nfstime4()
4072 t-> tv_sec = sec; in xdr_decode_nfstime4()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c7611 u64 sec = err->info.ts; in tracing_err_log_seq_show() local
7614 nsec = do_div(sec, NSEC_PER_SEC); in tracing_err_log_seq_show()
7615 seq_printf(m, "[%5llu.%06u] %s%s", sec, nsec / 1000, in tracing_err_log_seq_show()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c3749 sec_len = eir_append_data(rp->sec, sec_len, 0x01, &flags, 1); in read_security_info()
3755 sec_len = eir_append_le16(rp->sec, sec_len, 0x02, in read_security_info()
3758 sec_len = eir_append_le16(rp->sec, sec_len, 0x03, SMP_MAX_ENC_KEY_SIZE); in read_security_info()
7498 * flags. Also need to check mutual exclusiveness of sec flags. in add_advertising()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c6705 u64 sec; in print_binder_transaction_brief_ilocked() local
6713 sec = div_u64_rem((timestamp - t->timestamp), 1000000000, &nsec); in print_binder_transaction_brief_ilocked()
6721 timestamp > t->timestamp ? sec : 0, in print_binder_transaction_brief_ilocked()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4xdr.c4137 __u64 sec; in xdr_decode_nfstime4() local
4139 p = xdr_decode_hyper(p, &sec); in xdr_decode_nfstime4()
4140 t-> tv_sec = sec; in xdr_decode_nfstime4()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c8168 u64 sec = err->info.ts; in tracing_err_log_seq_show() local
8171 nsec = do_div(sec, NSEC_PER_SEC); in tracing_err_log_seq_show()
8172 seq_printf(m, "[%5llu.%06u] %s%s", sec, nsec / 1000, in tracing_err_log_seq_show()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc1156 // (ES#sec-arguments-exotic-objects-defineownproperty-p-desc). in DefineOwnProperty()
1415 // https://tc39.es/ecma262/#sec-validateandapplypropertydescriptor
5471 return sec(); in DoGetField()
5575 int sec = (time_in_day_ms / 1000) % 60; in SetCachedFields() local
5583 set_sec(Smi::FromInt(sec), SKIP_WRITE_BARRIER); in SetCachedFields()
H A Djs-temporal-objects.cc120 // #sec-temporal-totemporaldisambiguation
123 // #sec-temporal-totemporaloverflow
128 // #sec-temporal-parsetemporalcalendarstring
132 // #sec-temporal-parsetemporaldatestring
136 // #sec-temporal-parsetemporaltimestring
140 // #sec-temporal-parsetemporaltimezone
144 // #sec-temporal-parsetemporaltimezonestring
148 // #sec-temporal-parsetimezoneoffsetstring
153 // #sec-temporal-parsetemporalinstant
167 // #sec
1032 int sec = 0; GetISOPartsFromEpoch() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c2372 fill_time(PyObject *module, PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time() argument
2374 PyObject *s = _PyLong_FromTime_t(sec); in fill_time()
2391 float_s = PyFloat_FromDouble(sec + 1e-9*nsec); in fill_time()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1266 u64 sec; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1471 switch (rtlpriv->sec.pairwise_enc_algorithm) { in rtl_skb_ether_type_ptr()
1696 return true; /* 3 sec. (timeout) seen as acked */ in rtl_check_tx_report_acked()
H A Dwifi.h2761 struct rtl_security sec; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1263 u64 sec; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1470 switch (rtlpriv->sec.pairwise_enc_algorithm) { in rtl_skb_ether_type_ptr()
1695 return true; /* 3 sec. (timeout) seen as acked */ in rtl_check_tx_report_acked()
H A Dwifi.h2735 struct rtl_security sec; member
/third_party/elfutils/src/
H A Dreadelf.c11970 Dwarf_Word sec; in handle_core_item() local
11976 sec = value_##Name[0]; \ in handle_core_item()
12001 "%" PRIu64 ".%.6" PRIu64, sec, usec); in handle_core_item()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c565 regs_buff[66] = adapter->stats.sec; in igb_get_regs()

Completed in 176 milliseconds

1...<<51525354555657585960