Home
last modified time | relevance | path

Searched refs:cmu (Results 1 – 25 of 32) sorted by relevance

12

/external/tcpdump/
Dprint-bootp.c1049 register const struct cmu_vend *cmu; in cmu_print() local
1051 #define PRINTCMUADDR(m, s) { ND_TCHECK(cmu->m); \ in cmu_print()
1052 if (cmu->m.s_addr != 0) \ in cmu_print()
1053 ND_PRINT((ndo, " %s:%s", s, ipaddr_string(ndo, &cmu->m.s_addr))); } in cmu_print()
1056 cmu = (const struct cmu_vend *)bp; in cmu_print()
1059 ND_TCHECK(cmu->v_flags); in cmu_print()
1060 if ((cmu->v_flags & ~(VF_SMASK)) != 0) in cmu_print()
1061 ND_PRINT((ndo, " F:0x%x", cmu->v_flags)); in cmu_print()
1063 PRINTCMUADDR(v_smask, cmu->v_flags & VF_SMASK ? "SM" : "SM*"); in cmu_print()
DCREDITS103 Jeffrey Hutzelman <jhutz at cmu dot edu>
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-spuriously-wake-up-functions.rst26 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/CON54-CPP.+Wrap+functions+that+can+spuriousl…
29 <https://wiki.sei.cmu.edu/confluence/display/c/CON36-C.+Wrap+functions+that+can+spuriously+wake+up+…
Dcert-msc51-cpp.rst13 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/MSC51-CPP.+Ensure+your+random+number+generat…
15 <https://wiki.sei.cmu.edu/confluence/display/c/MSC32-C.+Properly+seed+pseudorandom+number+generator…
Dbugprone-reserved-identifier.rst41 <https://wiki.sei.cmu.edu/confluence/display/c/DCL37-C.+Do+not+declare+or+define+a+reserved+identif…
44 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserv…
Dcert-oop58-cpp.rst11 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP58-CPP.+Copy+operations+must+not+mutate+t…
Dbugprone-bad-signal-to-kill-thread.rst16 <https://wiki.sei.cmu.edu/confluence/display/c/POS44-C.+Do+not+use+signals+to+terminate+threads>`_.
Dcert-mem57-cpp.rst16 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/MEM57-CPP.+Avoid+using+default+operator+new+…
Dmisc-no-recursion.rst13 …PP. Avoid cycles during initialization of static objects <https://wiki.sei.cmu.edu/confluence/disp…
Dcert-oop57-cpp.rst40 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP57-CPP.+Prefer+special+member+functions+a…
Dmisc-throw-by-value-catch-by-reference.rst12 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/ERR61-CPP.+Catch+exceptions+by+lvalue+refere…
Dbugprone-unhandled-self-assignment.rst19 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP54-CPP.+Gracefully+handle+self-copy+assig…
Dbugprone-signed-char-misuse.rst44 <https://wiki.sei.cmu.edu/confluence/display/c/STR34-C.+Cast+characters+to+unsigned+char+before+con…
/external/ltp/testcases/network/lib6/
Dasapi_03.c187 } cmu; member
230 memcpy(CMSG_DATA(pcmsg), &cmtab[i].cmu, cmtab[i].cm_len); in sendall()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DLICENSE.TXT18 http://www.sei.cmu.edu/legal/ip/index.cfm.
/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et27 # innovation@andrew.cmu.edu
32 # at Carnegie Mellon University (http://www.cmu.edu/computing/)."
/external/ppp/pppd/
DNOTICE2 …ware developed by Computing Services at Carnegie Mellon University (http://www.cmu.edu/computing/).
29 tech-transfer@andrew.cmu.edu
34 at Carnegie Mellon University (http://www.cmu.edu/computing/)."
/external/cpuinfo/test/dmesg/
Dgalaxy-s7-global.log157 [ 0.268455] [0: swapper/0: 1] success to regsiter sfr-dump-cmu
159 [ 0.268494] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-imem
166 [ 0.268638] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-aud
167 [ 0.268652] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-bus0
168 [ 0.268667] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-bus1
169 [ 0.268684] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-cam0
170 [ 0.268699] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-cam0_local
171 [ 0.268717] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-cam1
172 [ 0.268733] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-cam1_local
173 [ 0.268751] [0: swapper/0: 1] success to regsiter sfr-dump-cmu-ccore
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b4.rst456 Disable remote :mod:`imaplib` tests, host cyrus.andrew.cmu.edu is blocking
/external/python/cpython2/Lib/idlelib/
DHISTORY.txt55 David Scherer <dscherer@cmu.edu>
/external/python/cpython3/Lib/idlelib/
DHISTORY.txt55 David Scherer <dscherer@cmu.edu>
/external/mime-support/
Dmime.types669 image/x-cmu-raster ras
/external/llvm-project/clang/docs/analyzer/
Dcheckers.rst2054 SEI CERT checkers which tries to find errors based on their `C coding rules <https://wiki.sei.cmu.e…
2061 SEI CERT checkers of `POSIX C coding rules <https://wiki.sei.cmu.edu/confluence/pages/viewpage.acti…
/external/llvm-project/mlir/docs/Rationale/
DRationaleLinalgDialect.md126 - [Sigma-LL](http://spiral.ece.cmu.edu:8080/pub-spiral/pubfile/cgo16-preprint_248.pdf),
/external/python/cpython3/Lib/test/
Dmime.types1418 image/x-cmu-raster ras

12