Home
last modified time | relevance | path

Searched refs:GM (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/file/magic/Magdir/
Dgames217 # FIXME: Some games don't have GM (game type)
218 0 regex \\(;.*GM\\[[0-9]{1,2}\\] Smart Game Format
219 >2 search/0x200/b GM[
286 2 regex/c \\(;.*GM\\[[0-9]{1,2}\\] Smart Game Format
287 >2 regex/c GM\\[1\\] - Go Game
288 >2 regex/c GM\\[6\\] - BackGammon Game
289 >2 regex/c GM\\[11\\] - Hex Game
290 >2 regex/c GM\\[18\\] - Amazons Game
291 >2 regex/c GM\\[19\\] - Octi Game
292 >2 regex/c GM\\[20\\] - Gess Game
[all …]
/freebsd-12-stable/crypto/openssl/doc/man3/
DEVP_sm3.pod36 GB/T 32905-2016 and GM/T 0004-2012.
/freebsd-12-stable/crypto/openssl/doc/man7/
DSM2.pod9 The B<SM2> algorithm was first defined by the Chinese national standard GM/T
/freebsd-12-stable/contrib/wpa/src/ap/
Dwpa_auth_i.h182 int GN, GM; member
Dwpa_auth.c4114 group->GM = 2; in wpa_group_gtk_init()
4305 tmp = group->GM; in wpa_group_setkeys()
4306 group->GM = group->GN; in wpa_group_setkeys()
4502 tmp = group->GM; in wpa_gtk_rekey()
4503 group->GM = group->GN; in wpa_gtk_rekey()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3366 std::vector<GroupMember> &GM = Ret.back().Members; in getGroups() local
3369 GM.push_back({getPrintableSectionName(**SecOrErr), Ndx}); in getGroups()
3374 GM.push_back({"<?>", Ndx}); in getGroups()
3385 for (const GroupMember &GM : G.Members) in mapSectionsToGroups() local
3386 Ret.insert({GM.Index, &G}); in mapSectionsToGroups()
3399 for (const GroupMember &GM : G.Members) { in printGroupSections() local
3400 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()
3403 "section with index " + Twine(GM.Index) + in printGroupSections()
3408 OS << " [" << format_decimal(GM.Index, 5) << "] " << GM.Name << "\n"; in printGroupSections()
6319 for (const GroupMember &GM : G.Members) { in printGroupSections() local
[all …]
/freebsd-12-stable/share/misc/
Diso3166102 GM GMB 270 Gambia
Dpci_vendors22848 0004 ExaNIC X10-GM
25149 1026 82545GM Gigabit Ethernet Controller
25157 1027 82545GM Gigabit Ethernet Controller
25163 1028 82545GM Gigabit Ethernet Controller
27794 2590 Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller
27805 2591 Mobile 915GM/PM Express PCI Express Root Port
27807 2592 Mobile 915GM/GMS/910GML Express Graphics Controller
27811 1043 1881 GMA 900 915GM Integrated Graphics
28245 2792 Mobile 915GM/GMS/910GML Express Graphics Controller
28249 1043 1881 GMA 900 915GM Integrated Graphics
[all …]
/freebsd-12-stable/contrib/tzdata/
Dzone1970.tab125 CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
Dzone.tab193 GM +1328-01639 Africa/Banjul
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DBuiltins.def1117 LIBBUILTIN(objc_msgSendSuper, "GM*H.", "f", "objc/message.h", OBJC_LANG)
/freebsd-12-stable/contrib/wpa/hostapd/
DChangeLog1271 * fixed WPA/WPA2 group rekeying to use key index correctly (GN/GM)