| /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
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
| D | ArrayBroadcastChannel.kt | 50 private var tail: Long = 0 // do modulo on use of tail in <lambda>() variable in kotlinx.coroutines.channels.ArrayBroadcastChannel 90 val tail = this.tail in <lambda>() constant 111 val tail = this.tail in <lambda>() constant 150 val tail = this.tail in <lambda>() constant 346 val tail = broadcastChannel.tail // unguarded volatile read in <lambda>() constant
|
| /external/google-benchmark/src/ |
| D | benchmark_name.cc | 25 size_t size_impl(const Head& head, const Tail&... tail) { in size_impl() 34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
| D | LockFreeTaskQueue.kt | 94 val isEmpty: Boolean get() = _state.value.withState { head, tail -> head == tail } in head() method 95 … val size: Int get() = _state.value.withState { head, tail -> (tail - head) and MAX_CAPACITY_MASK } in head() method 110 state.withState { head, tail -> in addLast() method 173 state.withState { head, tail -> in removeFirstOrNullIf() method 240 state.withState { head, tail -> in allocateNextCopy() method 256 _state.value.withState { head, tail -> in map() method 309 val tail = ((this and TAIL_MASK) shr TAIL_SHIFT).toInt() in isClosed() constant
|
| D | ArrayQueue.kt | 10 private var tail = 0 variable
|
| /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 288 List<E> tail = list.subList(1, size); in testSubList_lastIndexOf() local
|
| /external/guava/android/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 288 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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
| D | SegmentBasedQueue.kt | 25 var tail = this.tail in newSegment() variable
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | local_rendezvous.h | 60 Item* tail = nullptr; member
|
| /external/skia/gn/ |
| D | compile_processors.py | 19 head, tail = os.path.split(noExt) variable
|
| /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
|
| /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_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/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/e2fsprogs/contrib/android/ |
| D | block_range.h | 15 struct block_range *tail; member
|