Searched refs:identified (Results 1 – 25 of 435) sorted by relevance
12345678910>>...18
/external/llvm-project/mlir/test/Dialect/LLVMIR/ |
D | types-invalid.mlir | 33 // 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/ |
D | sccutils.py | 23 identified: Set[str] = set() 36 elif w not in identified: 44 identified.update(scc)
|
/external/puffin/ |
D | README.md | 18 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/ |
D | diameter.uts | 12 = 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/ |
D | gfx10_msg.rst | 33 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*
|
D | gfx7_msg.rst | 33 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*
|
D | gfx9_msg.rst | 33 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*
|
D | gfx8_msg.rst | 33 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/ |
D | TypeDetail.h | 73 : 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/ |
D | SystemZProcessors.td | 12 // 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/ |
D | libxt_CT.man | 10 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/ |
D | ACKNOWLEDGEMENTS | 66 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/ |
D | comerrg-dev.menu | 6 have the problems identified with mechanisms commonly in use." \
|
/external/openssh/ |
D | PROTOCOL.krl | 70 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/ |
D | dicompositetype-members.ll | 15 ; Define an identified type with fields and functions. 27 ; Define an un-identified type with fields and functions.
|
/external/llvm-project/llvm/test/Assembler/ |
D | dicompositetype-members.ll | 15 ; 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/ |
D | 2012-10-11-dynalloc.ll | 16 ; identified by the stdux used to update the back-chain link.
|
D | combine-fneg.ll | 4 ; Infinite loop identified in D62963.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2012-10-11-dynalloc.ll | 16 ; identified by the stdux used to update the back-chain link.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VERegisterInfo.td | 19 // Registers are identified with 7-bit ID numbers.
|
/external/llvm/lib/Target/BPF/ |
D | BPFRegisterInfo.td | 14 // Registers are identified with 4-bit ID numbers.
|
/external/skia/tests/sksl/shared/ |
D | InterfaceBlockNamedArray.asm.frag | 5 Such variables must be identified with a Block or BufferBlock decoration
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFRegisterInfo.td | 22 // Registers are identified with 4-bit ID numbers.
|
/external/llvm-project/llvm/test/Transforms/Mem2Reg/ |
D | pr24179.ll | 8 ; is affected by the following store. Expect this case to be identified
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | pr38800.ll | 3 …remark: <unknown>:0:0: loop not vectorized: integer loop induction variable could not be identified
|
12345678910>>...18