Searched refs:HN (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/videomode/
H A Dvideomode.c23 #define HN VID_NHSYNC macro
34 M("640x400x85",640,400,31500,672,736,832,401,404,445,HN|VP),
35 M("720x400x70",720,400,28320,738,846,900,412,414,449,HN|VP),
36 M("720x400x85",720,400,35500,756,828,936,401,404,446,HN|VP),
37 M("720x400x87",720,400,35500,738,846,900,421,423,449,HN|VN),
38 M("640x480x60",640,480,25175,656,752,800,490,492,525,HN|VN),
39 M("640x480x72",640,480,31500,664,704,832,489,492,520,HN|VN),
40 M("640x480x75",640,480,31500,656,720,840,481,484,500,HN|VN),
41 M("640x480x85",640,480,36000,696,752,832,481,484,509,HN|VN),
48 M("1024x768x60",1024,768,65000,1048,1184,1344,771,777,806,HN|V
[all...]
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c736 char *HN; local
905 HN = Getstr("hn", &cp);
908 if (HN && *HN)
909 (void) strlcpy(host_name, HN, sizeof(host_name));
/freebsd-11-stable/libexec/getty/
H A Dsubr.c488 found = !regexec(&regex, HN, regex.re_nsub + 1, match, 0);
500 strlcpy(editedhost, HN + match[subex].rm_so, totalsize >
512 strlcpy(editedhost, HN, sizeof(editedhost));
H A Dgettytab.h71 #define HN gettystrs[11].value macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1998 if (MachineDomTreeNode *HN = MDT->getNode(Header)) {
1999 if (MachineDomTreeNode *DHN = HN->getIDom()) {
H A DHexagonConstPropagation.cpp2526 unsigned LN = LSL.size(), HN = LSH.size(); local
2527 SmallVector<APInt,4> LoVs(LN), HiVs(HN);
2534 for (unsigned i = 0; i < HN; ++i) {

Completed in 80 milliseconds