Home
last modified time | relevance | path

Searched refs:identified (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/external/llvm-project/mlir/test/Dialect/LLVMIR/
Dtypes-invalid.mlir33 // expected-error @+2 {{identified type already used with a different body}}
42 // expected-error @+2 {{identified type already used with a different body}}
51 // expected-error @+2 {{identified type already used with a different body}}
60 // expected-error @+2 {{identified type already used with a different body}}
76 // expected-error @+1 {{only identified structs can be opaque}}
98 // expected-error @+2 {{identified type already used with a different body}}
/external/python/cpython3/Tools/peg_generator/pegen/
Dsccutils.py23 identified: Set[str] = set()
36 elif w not in identified:
44 identified.update(scc)
/external/puffin/
DREADME.md18 alphabet. Throughout the code, Huffman code arrays are identified by
23 identified by vectors with postfix `rcodes_`.
27 are identified by vectors with postfix `lens_`.
/external/scapy/scapy/contrib/
Ddiameter.uts12 = AVP identified by full name
17 = Same AVP identified by the beggining of the name
22 = Same AVP identified by its code
85 = Vendor AVP identified by full name
90 = Same AVP identified by its code and vendor ID
162 = A simple request identified by its name
171 = The same one identified by its code
179 = The same one identified by its abbreviation
204 = A simple answer identified by its name
209 = Same answer identified by its code or abbreviation
[all …]
/external/llvm-project/llvm/docs/AMDGPU/
Dgfx10_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
Dgfx7_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
Dgfx9_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
Dgfx8_msg.rst33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h73 : name(name), identified(true), packed(false), opaque(opaque) {} in Key()
76 : types(types), identified(false), packed(packed), opaque(false) {} in Key()
79 bool isIdentified() const { return identified; } in isIdentified()
143 bool identified; member
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZProcessors.td12 // be identified either by the system name (e.g. z10) or the level of the
13 // architecture the model supports, as identified by the edition level
/external/iptables/extensions/
Dlibxt_CT.man10 Use the helper identified by \fIname\fP for the connection. This is more
40 Use the timeout policy identified by \fIname\fP for the connection. This is
/external/squashfs-tools/
DACKNOWLEDGEMENTS66 Kenneth Duda and Ed Swierk of Arastra Inc. identified numerous bugs with
68 fixes. In particular they identified the fragment rounding bug, the
71 Scott James Remnant (Ubuntu) also identified the fragment rounding bug,
74 Ming Zhang identified the Lseek bug in Mksquashfs. His tests on the
/external/e2fsprogs/debian/attic/
Dcomerrg-dev.menu6 have the problems identified with mechanisms commonly in use." \
/external/openssh/
DPROTOCOL.krl70 This section is identified as KRL_SECTION_CERT_SERIAL_LIST. It revokes
119 These sections, identified as KRL_SECTION_EXPLICIT_KEY, revoke keys
133 These sections, identified as KRL_SECTION_FINGERPRINT_SHA1 and
/external/llvm/test/Assembler/
Ddicompositetype-members.ll15 ; Define an identified type with fields and functions.
27 ; Define an un-identified type with fields and functions.
/external/llvm-project/llvm/test/Assembler/
Ddicompositetype-members.ll15 ; Define an identified type with fields and functions.
27 ; Define an un-identified type with fields and functions.
/external/llvm-project/llvm/test/CodeGen/PowerPC/
D2012-10-11-dynalloc.ll16 ; identified by the stdux used to update the back-chain link.
Dcombine-fneg.ll4 ; Infinite loop identified in D62963.
/external/llvm/test/CodeGen/PowerPC/
D2012-10-11-dynalloc.ll16 ; identified by the stdux used to update the back-chain link.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVERegisterInfo.td19 // Registers are identified with 7-bit ID numbers.
/external/llvm/lib/Target/BPF/
DBPFRegisterInfo.td14 // Registers are identified with 4-bit ID numbers.
/external/skia/tests/sksl/shared/
DInterfaceBlockNamedArray.asm.frag5 Such variables must be identified with a Block or BufferBlock decoration
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFRegisterInfo.td22 // Registers are identified with 4-bit ID numbers.
/external/llvm-project/llvm/test/Transforms/Mem2Reg/
Dpr24179.ll8 ; is affected by the following store. Expect this case to be identified
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dpr38800.ll3 …remark: <unknown>:0:0: loop not vectorized: integer loop induction variable could not be identified

12345678910>>...18