Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Dtail-call-invalid.s4 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
Dtail-call.s17 tail foo label
22 tail bar label
31 tail zero label
37 tail f1 label
43 tail ra label
/external/mesa3d/src/compiler/nir/
Dnir_worklist.c111 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/
DArrayBroadcastChannel.kt50 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/
Dbenchmark_name.cc25 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/
DLockFreeTaskQueue.kt94 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
DArrayQueue.kt10 private var tail = 0 variable
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DListSubListTester.java228 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/
DListSubListTester.java228 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/
Dq_dsmark.c31 struct rtattr *tail; in dsmark_parse_opt() local
90 struct rtattr *tail; in dsmark_parse_class_opt() local
Dq_gred.c51 struct rtattr *tail; in init_gred() local
130 struct rtattr *tail; in gred_parse_opt() local
Dq_htb.c70 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/
Dp2.cpp13 void recurse_until_fail(const Head &, const Tail &...tail) { // expected-note{{candidate function t… in recurse_until_fail()
/external/brotli/c/enc/
Dcompress_fragment_two_pass.c123 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
Dcompress_fragment.c188 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/
DSegmentBasedQueue.kt25 var tail = this.tail in newSegment() variable
/external/tensorflow/tensorflow/core/framework/
Dlocal_rendezvous.h60 Item* tail = nullptr; member
/external/skia/gn/
Dcompile_processors.py19 head, tail = os.path.split(noExt) variable
/external/u-boot/fs/jffs2/
Dmergesort.c15 struct b_node *p, *q, *e, **tail; in sort_list() local
/external/grpc-grpc/test/core/slice/
Dslice_test.cc168 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/
Dmembuff.h36 char *tail; /** current buffer tail */ member
/external/python/cpython2/Modules/_sqlite/
Dstatement.c56 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/
Dhash.h102 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/
Dhash.h135 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/
Dblock_range.h15 struct block_range *tail; member

12345678910>>...14