/third_party/lwip/ |
D | CHANGELOG | 2467 2009-05-04 Frédéric Bernon 2487 2009-04-29 Frédéric Bernon 2509 2009-04-24 Simon Goldschmidt, Frédéric Bernon 2619 2008-12-10 Tamas Somogyi, Frédéric Bernon 2653 2008-07-08 Frédéric Bernon 2701 2008-01-22 Frédéric Bernon 2705 2008-01-14 Frédéric Bernon 2710 2008-01-14 Frédéric Bernon, Marc Chaland 2713 2008-01-12 Frédéric Bernon 2718 2008-01-12 Frédéric Bernon [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa_ft.c | 963 if (parse.ric) in wpa_ft_validate_reassoc_resp() 964 count += ieee802_11_ie_count(parse.ric, parse.ric_len); in wpa_ft_validate_reassoc_resp() 984 parse.ric, parse.ric_len, in wpa_ft_validate_reassoc_resp() 1034 if (parse.ric) { in wpa_ft_validate_reassoc_resp() 1036 parse.ric, parse.ric_len); in wpa_ft_validate_reassoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | wpa_common.c | 759 const u8 *ric, size_t ric_len, u8 *mic) in wpa_ft_mic() argument 823 if (ric) { in wpa_ft_mic() 824 addr[num_elem] = ric; in wpa_ft_mic() 1028 if (parse->ric == NULL) in wpa_ft_parse_ies() 1029 parse->ric = pos - 2; in wpa_ft_parse_ies() 1055 if (prot_ie_count == 0 && parse->ric) { in wpa_ft_parse_ies() 1062 if (parse->ric) { in wpa_ft_parse_ies() 1063 pos = parse->ric; in wpa_ft_parse_ies() 1069 parse->ric_len = pos - parse->ric; in wpa_ft_parse_ies()
|
D | wpa_common.h | 375 const u8 *ric, size_t ric_len, u8 *mic); 465 const u8 *ric; member
|
/third_party/icu/icu4c/source/data/lang/ |
D | ksf.txt | 12 cs{"ricɛ́k"}
|
D | ca.txt | 13 colNumeric{"ordre numèric"} 43 am{"amhàric"} 914 npinyin{"Numèric"}
|
D | gl.txt | 712 historic{"{0} (históric.)"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | ksf.txt | 12 cs{"ricɛ́k"}
|
D | ca.txt | 43 am{"amhàric"} 877 npinyin{"Numèric"}
|
D | gl.txt | 646 historic{"{0} (históric.)"}
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa_ft.c | 1101 if (parse.ric) in wpa_ft_validate_reassoc_resp() 1102 count += ieee802_11_ie_count(parse.ric, parse.ric_len); in wpa_ft_validate_reassoc_resp() 1124 parse.ric, parse.ric_len, in wpa_ft_validate_reassoc_resp() 1227 if (parse.ric) { in wpa_ft_validate_reassoc_resp() 1229 parse.ric, parse.ric_len); in wpa_ft_validate_reassoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | wpa_common.c | 827 const u8 *ric, size_t ric_len, in wpa_ft_mic() argument 893 if (ric) { in wpa_ft_mic() 894 addr[num_elem] = ric; in wpa_ft_mic() 1118 if (parse->ric == NULL) in wpa_ft_parse_ies() 1119 parse->ric = pos - 2; in wpa_ft_parse_ies() 1147 if (prot_ie_count == 0 && parse->ric) { in wpa_ft_parse_ies() 1154 if (parse->ric) { in wpa_ft_parse_ies() 1155 pos = parse->ric; in wpa_ft_parse_ies() 1161 parse->ric_len = pos - parse->ric; in wpa_ft_parse_ies()
|
D | wpa_common.h | 421 const u8 *ric, size_t ric_len, 519 const u8 *ric; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_ft.c | 2474 const u8 *ric, size_t ric_len) in wpa_ft_process_ric() argument 2479 wpa_hexdump(MSG_MSGDUMP, "FT: RIC Request", ric, ric_len); in wpa_ft_process_ric() 2481 rpos = ric; in wpa_ft_process_ric() 2482 while (rpos + sizeof(*rdie) < ric + ric_len) { in wpa_ft_process_ric() 2484 rpos + 2 + rpos[1] > ric + ric_len) in wpa_ft_process_ric() 2490 while (rpos + 2 <= ric + ric_len && in wpa_ft_process_ric() 2491 rpos + 2 + rpos[1] <= ric + ric_len) { in wpa_ft_process_ric() 2734 && parse.ric) { in wpa_sm_write_assoc_resp_ies() 2735 pos = wpa_ft_process_ric(sm, pos, end, parse.ric, in wpa_sm_write_assoc_resp_ies() 3455 if (parse.ric) in wpa_ft_validate_reassoc() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_ft.c | 2385 const u8 *ric, size_t ric_len) in wpa_ft_process_ric() argument 2390 wpa_hexdump(MSG_MSGDUMP, "FT: RIC Request", ric, ric_len); in wpa_ft_process_ric() 2392 rpos = ric; in wpa_ft_process_ric() 2393 while (rpos + sizeof(*rdie) < ric + ric_len) { in wpa_ft_process_ric() 2395 rpos + 2 + rpos[1] > ric + ric_len) in wpa_ft_process_ric() 2401 while (rpos + 2 <= ric + ric_len && in wpa_ft_process_ric() 2402 rpos + 2 + rpos[1] <= ric + ric_len) { in wpa_ft_process_ric() 2576 && parse.ric) { in wpa_sm_write_assoc_resp_ies() 2577 pos = wpa_ft_process_ric(sm, pos, end, parse.ric, in wpa_sm_write_assoc_resp_ies() 3254 if (parse.ric) in wpa_ft_validate_reassoc() [all …]
|
/third_party/python/Doc/whatsnew/ |
D | 3.3.rst | 1291 >>> m['To'] = 'Éric <foo@example.com>' 1293 'Éric <foo@example.com>' 1295 (Address(display_name='Éric', username='foo', domain='example.com'),) 1299 'Éric' 1306 To: =?utf-8?q?=C3=89ric?= <foo@example.com> 1321 To: =?utf-8?q?=C3=89ric?= <foo@example.com> 1329 'Éric <foo@example.com>' 2039 class instance, are now classes and may be subclassed. (Contributed by Éric 2511 (:issue:`10998`, contributed by Éric Araujo.) 2517 (:issue:`11591`, contributed by Carl Meyer with editions by Éric Araujo.)
|
D | 3.4.rst | 1568 to some other callable). (Contributed by Éric Araujo and Antoine Pitrou in 1950 (Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.3.rst | 134 Frédéric Bonnard (2):
|
/third_party/pulseaudio/ |
D | NEWS | 174 Frédéric Danis 434 Frédéric Danis
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a4.rst | 225 larger than 50% of the available RAM. Patch by Médéric Boquien.
|
D | 3.10.0a5.rst | 492 Fix doc for type(name, bases, dict). Patch by Boris Verkhovskiy and Éric
|
/third_party/python/Misc/ |
D | ACKS | 69 Éric Araujo 201 Médéric Boquien
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_Latin.txt | 394 Bartholdi, Frédéric-Auguste 447 Bazille, Frédéric 2489 Frédéric, Léon 5998 Roux, François Joseph Frédéric 6188 Schopin, Henri-Frédéric
|
/third_party/python/Doc/howto/ |
D | unicode.rst | 761 suggestions on this article: Éric Araujo, Nicholas Bastin, Nick
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evppkey_ecdh.txt | 224 1ric
|