Home
last modified time | relevance | path

Searched refs:CODE (Results 1 - 25 of 72) sorted by relevance

123

/third_party/NuttX/include/nuttx/net/
H A Dnet.h133 CODE int (*si_setup)(FAR struct socket *psock, int protocol);
134 CODE sockcaps_t (*si_sockcaps)(FAR struct socket *psock);
135 CODE void (*si_addref)(FAR struct socket *psock);
136 CODE int (*si_bind)(FAR struct socket *psock,
138 CODE int (*si_getsockname)(FAR struct socket *psock,
140 CODE int (*si_getpeername)(FAR struct socket *psock,
142 CODE int (*si_listen)(FAR struct socket *psock, int backlog);
143 CODE int (*si_connect)(FAR struct socket *psock,
145 CODE int (*si_accept)(FAR struct socket *psock,
148 CODE in
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h51 #define HANDLE_MDMP_STREAM_TYPE(CODE, NAME) NAME = CODE,
87 #define HANDLE_MDMP_PROTECT(CODE, NAME, NATIVENAME) NAME = CODE,
93 #define HANDLE_MDMP_MEMSTATE(CODE, NAME, NATIVENAME) NAME = CODE,
99 #define HANDLE_MDMP_MEMTYPE(CODE, NAME, NATIVENAME) NAME = CODE,
129 #define HANDLE_MDMP_ARCH(CODE, NAME) NAME = CODE,
[all...]
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
H A DMetadataFilterCoverageTest.java31 private static final String CODE; field in MetadataFilterCoverageTest
43 CODE = codeBuilder.toString();
55 assertTrue("Code is missing correct conditional for " + field, CODE.matches(conditional)); in testCoverageOfExcludableParentFields()
58 assertEquals(countOccurrencesOf("metadata.has", CODE), in testCoverageOfExcludableParentFields()
67 assertTrue("Code is missing correct conditional for " + field, CODE.matches(conditional)); in testCoverageOfExcludableChildFields()
70 assertEquals(countOccurrencesOf("shouldDrop(type, \"", CODE), in testCoverageOfExcludableChildFields()
79 assertTrue("Code is missing correct conditional for " + field, CODE.matches(conditional)); in testCoverageOfExcludableChildlessFields()
82 assertEquals(countOccurrencesOf("shouldDrop(\"", CODE), in testCoverageOfExcludableChildlessFields()
/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c719 #define CODE(c0, c1, value) [special_hash(c0, c1)] = value macro
720 CODE('+', '=', SPECIAL_ADD_ASSIGN), /* 00 */
721 CODE('/', '=', SPECIAL_DIV_ASSIGN), /* 01 */
722 CODE('^', '=', SPECIAL_XOR_ASSIGN), /* 05 */
723 CODE('&', '&', SPECIAL_LOGICAL_AND), /* 07 */
724 CODE('#', '#', SPECIAL_HASHHASH), /* 08 */
725 CODE('<', '<', SPECIAL_LEFTSHIFT), /* 0a */
726 CODE('<', '=', SPECIAL_LTE), /* 0c */
727 CODE('!', '=', SPECIAL_NOTEQUAL), /* 0e */
728 CODE('
741 #undef CODE global() macro
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h75 } CODE; typedef
76 #define prioritynames ((CODE *)(const CODE []){ \
82 #define facilitynames ((CODE *)(const CODE []){ \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h75 } CODE; typedef
76 #define prioritynames ((CODE *)(const CODE []){ \
82 #define facilitynames ((CODE *)(const CODE []){ \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h75 } CODE; typedef
76 #define prioritynames ((CODE *)(const CODE []){ \
82 #define facilitynames ((CODE *)(const CODE []){ \
/third_party/musl/include/
H A Dsyslog.h75 } CODE; typedef
76 #define prioritynames ((CODE *)(const CODE []){ \
82 #define facilitynames ((CODE *)(const CODE []){ \
/third_party/NuttX/include/nuttx/fs/
H A Dautomount.h71 typedef CODE int
120 CODE int (*attach)(FAR const struct automount_lower_s *lower,
122 CODE void (*enable)(FAR const struct automount_lower_s *lower,
124 CODE bool (*inserted)(FAR const struct automount_lower_s *lower);
/third_party/node/deps/brotli/c/enc/
H A Dcluster.h28 #define CODE(X) /* Declaration */; macro
42 #undef CODE macro
H A Dcluster.c38 #define CODE(X) X macro
52 #undef CODE macro
H A Dcluster_inc.h8 /* template parameters: FN, CODE */
17 size_t* num_pairs) CODE({
78 size_t max_num_pairs) CODE({
158 const HistogramType* histogram, const HistogramType* candidate) CODE({
174 HistogramType* out, uint32_t* symbols) CODE({
212 HistogramType* out, uint32_t* symbols, size_t length) CODE({
252 uint32_t* histogram_symbols) CODE({
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcluster.h28 #define CODE(X) /* Declaration */; macro
42 #undef CODE macro
H A Dcluster.c38 #define CODE(X) X macro
52 #undef CODE macro
H A Dcluster_inc.h8 /* template parameters: FN, CODE */
17 size_t* num_pairs) CODE({
78 size_t max_num_pairs) CODE({
158 const HistogramType* histogram, const HistogramType* candidate) CODE({
174 HistogramType* out, uint32_t* symbols) CODE({
212 HistogramType* out, uint32_t* symbols, size_t length) CODE({
252 uint32_t* histogram_symbols) CODE({
/third_party/skia/third_party/externals/spirv-tools/test/link/
H A Dtype_match_test.cpp58 #define MatchF(N, CODE) \
74 "%const = OpConstant %baseint 3\n" CODE \
129 #define MatchFpF(N, CODE) \
132 "OpTypeForwardPointer %type Workgroup\n" CODE \
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dtype_match_test.cpp58 #define MatchF(N, CODE) \
74 "%const = OpConstant %baseint 3\n" CODE \
129 #define MatchFpF(N, CODE) \
132 "OpTypeForwardPointer %type Workgroup\n" CODE \
/third_party/spirv-tools/test/link/
H A Dtype_match_test.cpp58 #define MatchF(N, CODE) \
75 "%const = OpConstant %baseint 3\n" CODE \
130 #define MatchFpF(N, CODE) \
133 "OpTypeForwardPointer %type Workgroup\n" CODE \
/third_party/elfutils/tests/
H A Ddwarf_default_lower_bound.c78 #define DWARF_ONE_KNOWN_DW_LANG(NAME, CODE) test_lang (#NAME, CODE); in main()
H A Dvarlocs.c71 #define DWARF_ONE_KNOWN_DW_ATE(NAME, CODE) [CODE] = #NAME, in dwarf_encoding_string()
87 #define DWARF_ONE_KNOWN_DW_TAG(NAME, CODE) case CODE: return #NAME; in dwarf_tag_string()
100 #define DWARF_ONE_KNOWN_DW_AT(NAME, CODE) case CODE: return #NAME; in dwarf_attr_string()
113 #define DWARF_ONE_KNOWN_DW_FORM(NAME, CODE) case CODE: return #NAME; in dwarf_form_string()
155 #define DWARF_ONE_KNOWN_DW_OP(NAME, CODE) [CODE] in dwarf_opcode_string()
[all...]
H A Dpeel_type.c39 #define DWARF_ONE_KNOWN_DW_TAG(NAME, CODE) case CODE: return #NAME; in dwarf_tag_string()
H A Dshow-die-info.c36 #define DWARF_ONE_KNOWN_DW_TAG(NAME, CODE) case CODE: return #NAME; in dwarf_tag_string()
49 #define DWARF_ONE_KNOWN_DW_AT(NAME, CODE) case CODE: return #NAME; in dwarf_attr_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DProcess.cpp58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DProcess.cpp68 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m"
/third_party/libbpf/include/linux/
H A Dfilter.h8 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \
10 .code = CODE, \

Completed in 11 milliseconds

123