Home
last modified time | relevance | path

Searched defs:nam (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dflag-definitions.h40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
49 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
51 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
58 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
60 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
66 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
68 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
73 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
74 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
[all …]
/external/tcpdump/
Dprint-enc.c42 #define ENC_PRINT_TYPE(wh, xf, nam) \ argument
/external/mdnsresponder/Clients/
Ddns-sd.c984const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, c… in RegisterService()
/external/libxml2/
Dvalid.c3877 xmlChar *dup, *nam = NULL, *cur, save; in xmlValidateAttributeValue2() local