HomeSort by: relevance | last modified time | path
    Searched defs:FIELD (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTInfo.h 21 #define FIELD(name) FIELD2(name, name, name)
64 // Define RECORD(name, print, parse) in your code to get field definitions
74 FIELD(kernel_code_entry_byte_offset),
75 FIELD(kernel_code_prefetch_byte_size),
120 FIELD(workitem_private_segment_byte_size),
121 FIELD(workgroup_group_segment_byte_size),
122 FIELD(gds_segment_byte_size),
123 FIELD(kernarg_segment_byte_size),
124 FIELD(workgroup_fbarrier_count),
125 FIELD(wavefront_sgpr_count)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.h 27 FIELD, /* Declaration inside struct or union */
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.h 27 FIELD, /* Declaration inside struct or union */
  /src/sys/arch/ia64/disasm/
disasm_int.h 58 #define FIELD(i,o,l) ((uint32_t)_FLD64(i,o,l))
59 #define OPCODE(i) FIELD(i, 37, 4)
61 #define QP(i) FIELD(i, 0, QP_BITS)
63 #define REG(i,r) FIELD(i, ((r) - 1) * REG_BITS + QP_BITS, REG_BITS)
  /src/external/bsd/nsd/dist/simdzone/src/generic/
format.h 15 #define FIELD(name) \
25 const rdata_info_t *field,
33 SYNTAX_ERROR(parser, "Invalid %s in %s", NAME(field), NAME(type));
44 const rdata_info_t *field,
63 SYNTAX_ERROR(parser, "Invalid %s in %s", NAME(field), NAME(type));
67 SYNTAX_ERROR(parser, "Invalid %s in %s", NAME(field), NAME(type));
77 const rdata_info_t *field,
97 SYNTAX_ERROR(parser, "Invalid %s in %s", NAME(field), NAME(type));
101 SYNTAX_ERROR(parser, "Invalid %s in %s", NAME(field), NAME(type));
112 const rdata_info_t *field,
    [all...]
types.h 23 const rdata_info_t *field,
31 const rdata_info_t *field,
39 const rdata_info_t *field,
47 const rdata_info_t *field,
54 #define FIELD(name) \
73 const rdata_info_t *field,
80 SYNTAX_ERROR(parser, "Missing %s in %s", NAME(field), NAME(type));
102 const rdata_info_t *field,
109 SYNTAX_ERROR(parser, "Missing %s in %s", NAME(field), NAME(type));
115 SEMANTIC_ERROR(parser, "Invalid %s in %s", NAME(field), NAME(type))
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 58 FIELD,
  /src/tests/fs/vfs/
t_vnops.c 124 #define FIELD(FN) \
132 FIELD(st_dev);
133 FIELD(st_mode);
134 FIELD(st_ino);
135 FIELD(st_nlink);
136 FIELD(st_uid);
137 FIELD(st_gid);
138 FIELD(st_rdev);
143 FIELD(st_size);
144 FIELD(st_blocks)
    [all...]
  /src/external/bsd/nsd/dist/
dns.c 35 /* For a standard field, it is not optional, has no rdata field functions. */
36 #define FIELD(name, size) { name, 0 /* is_optional */, size, NULL /* calc_len_func */, NULL /* calc_len_uncompressed_wire_func */ }
38 /* For a field entry with all values, for optional fields, or with defined
39 * rdata field functions. */
43 FIELD("", RDATA_REMAINDER)
47 FIELD("address", 4)
51 FIELD("host", RDATA_COMPRESSED_DNAME)
55 FIELD("madname", RDATA_UNCOMPRESSED_DNAME)
59 FIELD("madname", RDATA_UNCOMPRESSED_DNAME
    [all...]
  /src/external/gpl2/lvm2/dist/lib/report/
report.c 61 struct dm_report_field *field,
64 return dm_report_field_string(rh, field, (const char **) data);
68 struct dm_report_field *field,
73 return dm_report_field_string(rh, field, &name);
76 static int _format_pvsegs(struct dm_pool *mem, struct dm_report_field *field,
146 dm_report_field_set_value(field, dm_pool_end_object(mem), NULL);
152 struct dm_report_field *field,
155 return _format_pvsegs(mem, field, data, 0);
159 struct dm_report_field *field,
162 return _format_pvsegs(mem, field, data, 1)
    [all...]
  /src/lib/libform/
form.h 39 /* Define the types of field justification that can be used. */
56 /* field options */
57 #define O_VISIBLE (0x001) /* Field is visible */
58 #define O_ACTIVE (0x002) /* Field is active in the form */
59 #define O_PUBLIC (0x004) /* The contents entered into the field is echoed */
60 #define O_EDIT (0x008) /* Can edit the field */
61 #define O_WRAP (0x010) /* The field contents can line wrap */
62 #define O_BLANK (0x020) /* Blank the field on modification */
63 #define O_AUTOSKIP (0x040) /* Skip to next field when current is full */
64 #define O_NULLOK (0x080) /* Field is allowed to contain no data *
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_irig.c 87 * The first field containes the error flags in hex, where the hex bits
94 * +-.5) and carrier frequency error (PPM). The last field is the on-
163 #define FIELD 100 /* bits per second */
880 * little-endian timecode field. Note frame 1 is shifted
917 * Raise an alarm if the day field is zero,
921 * field is nonzero and the sync indicator is
967 up->frmcnt = (up->frmcnt + 1) % FIELD;
1027 * gain control field. Thus, it may take awhile for changes to
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 78 /* field size is ORed in */
79 #define FIELD 0200
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 79 /* field size is ORed in */
80 #define FIELD 0200
  /src/external/mit/isl/dist/
isl_fold.c 948 #undef FIELD
949 #define FIELD fold
isl_ast.c 1280 #undef FIELD
1281 #define FIELD u.f.init
1290 #undef FIELD
1291 #define FIELD u.f.cond
1300 #undef FIELD
1301 #define FIELD u.f.inc
1310 #undef FIELD
1311 #define FIELD u.f.body
1432 #undef FIELD
1433 #define FIELD u.i.the
    [all...]
isl_polynomial.c 648 * ls field corresponds to the domain of that space.
3256 #undef FIELD
3257 #define FIELD qp
isl_aff.c 507 * ls field corresponds to the domain of that space.
643 * ls field corresponds to the domain of that space.
2885 #undef FIELD
2886 #define FIELD aff
4694 #undef FIELD
4695 #define FIELD maff
6470 * passed as user field) and the isl_pw_multi_aff from upma2 is available
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 1790 // If we have a field that is an ArrayType we need to check if the array
1843 // Keeping field order is vital because it determines structure layout.
1993 #define FIELD(Name, Width, Merge) \
3613 // Determine whether we've already imported this field.
3700 // Determine whether we've already imported this field.
5543 // Import those default field initializers which have been
7200 case OffsetOfNode::Field: {
8134 "Try to get field index for non-field.");
8149 llvm_unreachable("Field was not found in its parent context.")
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 279 #define FIELD(Name, Width, Merge) \
1047 /// \param ThisCapture Will be set to the field declaration for the
1176 /// contains a mutable field.
1750 /// In the Microsoft C++ ABI, use zero for the field offset of a null data
1751 /// member pointer if we can guarantee that zero is not a valid field offset,
1754 /// fields, we can use zero even if it is a valid field offset because
2173 /// a TypeSourceInfo*), an normal field (FieldDecl), or an anonymous field
2182 /// The source location for the field name or, for a base initializer
2225 /// Creates a new anonymous field initializer
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mep-tdep.c 305 /* The 'asm_data' field of a register set's hardware table entry
850 from the ELF header's e_flags field of the current executable
877 then use the 'module_opt' field we computed when we build the
1402 32-bit instruction, you have to consult the major opcode field ---
1406 field until you know if it's a 16- or a 32-bit instruction ---
1502 /* Return the LEN-bit field at POS from I. */
1503 #define FIELD(i, pos, len) (((i) >> (pos)) & ((1 << (len)) - 1))
1505 /* Like FIELD, but sign-extend the field's value. */
1506 #define SFIELD(i, pos, len) (SEXT (FIELD ((i), (pos), (len)), (len))
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mep-tdep.c 305 /* The 'asm_data' field of a register set's hardware table entry
850 from the ELF header's e_flags field of the current executable
877 then use the 'module_opt' field we computed when we build the
1402 32-bit instruction, you have to consult the major opcode field ---
1406 field until you know if it's a 16- or a 32-bit instruction ---
1502 /* Return the LEN-bit field at POS from I. */
1503 #define FIELD(i, pos, len) (((i) >> (pos)) & ((1 << (len)) - 1))
1505 /* Like FIELD, but sign-extend the field's value. */
1506 #define SFIELD(i, pos, len) (SEXT (FIELD ((i), (pos), (len)), (len))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1193 // This field will be built lazily.
1712 #define FIELD(Name, Width, Merge) \
1813 #define FIELD(Name, Width, Merge) Merge(Name)
1814 #define MERGE_OR(Field) DD.Field |= MergeDD.Field;
1815 #define NO_MERGE(Field) \
1816 DetectedOdrViolation |= DD.Field != MergeDD.Field; \
1817 MERGE_OR(Field)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 73 FIELD, /* Declaration inside struct or union */
170 chained together by the ->prev field, which (as the name implies)
172 a given identifier are chained by the ->shadowed field, which runs
175 The ->decl field usually points to a DECL node, but there are two
182 The ->u.type field stores the type of the declaration in this scope;
183 if NULL, the type is the type of the ->decl field. This is only of
188 object, visible or not. The ->inner_comp field (used only at file
192 The ->u.label field is used for labels. It points to a structure
195 The depth field is copied from the scope structure that holds this
197 field (see bind()) and also for a handful of special-case checks
5713 tree field; local
5727 inform (DECL_SOURCE_LOCATION (field), "%qD should be initialized", field); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 72 FIELD, /* Declaration inside struct or union */
164 chained together by the ->prev field, which (as the name implies)
166 a given identifier are chained by the ->shadowed field, which runs
169 The ->decl field usually points to a DECL node, but there are two
176 The ->u.type field stores the type of the declaration in this scope;
177 if NULL, the type is the type of the ->decl field. This is only of
182 object, visible or not. The ->inner_comp field (used only at file
186 The ->u.label field is used for labels. It points to a structure
189 The depth field is copied from the scope structure that holds this
191 field (see bind()) and also for a handful of special-case checks
5306 tree field; local
5319 inform (DECL_SOURCE_LOCATION (field), "%qD should be initialized", field); local
    [all...]

Completed in 106 milliseconds