/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | tail-call-invalid.s | 4 tail 1234 # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 5 tail %pcrel_hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 6 tail %pcrel_lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 7 tail %pcrel_hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 8 tail %pcrel_lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 9 tail %hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 10 tail %lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 11 tail %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 12 tail %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
|
D | tail-call.s | 17 tail foo label 22 tail bar label 31 tail zero label 37 tail f1 label 43 tail ra label
|
/external/mesa3d/src/compiler/nir/ |
D | nir_worklist.c | 111 unsigned tail = (w->start + w->count - 1) % w->size; in nir_block_worklist_push_tail() local 122 unsigned tail = (w->start + w->count - 1) % w->size; in nir_block_worklist_peek_tail() local 132 unsigned tail = (w->start + w->count - 1) % w->size; in nir_block_worklist_pop_tail() local
|
D | nir_lower_indirect_derefs.c | 73 nir_deref_var *deref, nir_deref *tail, in emit_load_store() 127 for (nir_deref *tail = deref->deref.child; tail; tail = tail->child) { in deref_has_indirect() local
|
D | nir_lower_locals_to_regs.c | 105 nir_deref *tail = &deref->deref; in get_reg_for_deref() local 143 nir_deref *tail = &deref->deref; in get_deref_reg_src() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | ListSubListTester.java | 224 List<E> tail = list.subList(1, size); in testSubList_get() local 248 List<E> tail = list.subList(1, size); in testSubList_contains() local 266 List<E> tail = list.subList(1, size); in testSubList_indexOf() local 292 List<E> tail = list.subList(1, size); in testSubList_lastIndexOf() local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListSubListTester.java | 228 List<E> tail = list.subList(1, size); in testSubList_get() local 252 List<E> tail = list.subList(1, size); in testSubList_contains() local 270 List<E> tail = list.subList(1, size); in testSubList_indexOf() local 296 List<E> tail = list.subList(1, size); in testSubList_lastIndexOf() local
|
/external/iproute2/tc/ |
D | q_dsmark.c | 31 struct rtattr *tail; in dsmark_parse_opt() local 90 struct rtattr *tail; in dsmark_parse_class_opt() local
|
D | q_gred.c | 51 struct rtattr *tail; in init_gred() local 130 struct rtattr *tail; in gred_parse_opt() local
|
D | q_htb.c | 70 struct rtattr *tail; in htb_parse_opt() local 123 struct rtattr *tail; in htb_parse_class_opt() local
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p2.cpp | 13 void recurse_until_fail(const Head &, const Tail &...tail) { // expected-note{{candidate function t… in recurse_until_fail()
|
/external/brotli/c/enc/ |
D | compress_fragment_two_pass.c | 123 const uint32_t tail = insertlen - 2; in EmitInsertLen() local 130 const uint32_t tail = insertlen - 66; in EmitInsertLen() local 152 const size_t tail = copylen - 6; in EmitCopyLen() local 159 const size_t tail = copylen - 70; in EmitCopyLen() local 177 const size_t tail = copylen - 8; in EmitCopyLenLastDistance() local 185 const size_t tail = copylen - 8; in EmitCopyLenLastDistance() local 193 const size_t tail = copylen - 72; in EmitCopyLenLastDistance() local
|
D | compress_fragment.c | 188 const size_t tail = insertlen - 2; in EmitInsertLen() local 196 const size_t tail = insertlen - 66; in EmitInsertLen() local 237 const size_t tail = copylen - 6; in EmitCopyLen() local 245 const size_t tail = copylen - 70; in EmitCopyLen() local 268 const size_t tail = copylen - 8; in EmitCopyLenLastDistance() local 276 const size_t tail = copylen - 8; in EmitCopyLenLastDistance() local 284 const size_t tail = copylen - 72; in EmitCopyLenLastDistance() local
|
/external/e2fsprogs/contrib/android/ |
D | base_fs.h | 11 struct block_range *tail; member
|
/external/u-boot/fs/jffs2/ |
D | mergesort.c | 15 struct b_node *p, *q, *e, **tail; in sort_list() local
|
/external/grpc-grpc/test/core/slice/ |
D | slice_test.cc | 168 grpc_slice tail) { in check_head_tail() 179 grpc_slice head, tail; in test_slice_split_head_works() local 207 grpc_slice head, tail; in test_slice_split_tail_works() local
|
/external/u-boot/include/ |
D | membuff.h | 36 char *tail; /** current buffer tail */ member
|
D | circbuf.h | 15 char *tail; /* pointer to space for next element */ member
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | hash.h | 102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); in hash_x86_32() local 173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); in hash_x86_128() local 258 const uint8_t *tail = (const uint8_t*)(data + nblocks*16); in hash_x64_128() local
|
/external/python/cpython2/Modules/_sqlite/ |
D | statement.c | 56 const char* tail; in pysqlite_statement_create() local 333 const char* tail; in pysqlite_statement_recompile() local 440 static int pysqlite_check_remaining_sql(const char* tail) in pysqlite_check_remaining_sql()
|
/external/jemalloc/include/jemalloc/internal/ |
D | hash.h | 135 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); in hash_x86_32() local 207 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); in hash_x86_128() local 293 const uint8_t *tail = (const uint8_t*)(data + nblocks*16); in hash_x64_128() local
|
/external/antlr/runtime/ObjC/Framework/ |
D | UnbufferedCommonTreeNodeStream.h | 56 NSUInteger tail; variable
|
/external/selinux/checkpolicy/ |
D | queue.h | 26 queue_node_ptr_t tail; member
|
/external/libaom/libaom/aom_dsp/ |
D | grain_table.h | 49 aom_film_grain_table_entry_t *tail; member
|
/external/curl/lib/ |
D | llist.h | 38 struct curl_llist_element *tail; member
|