/external/skia/src/gpu/ |
GrTessellator.cpp | 107 void list_insert(T* t, T* prev, T* next, T** head, T** tail) { 117 } else if (tail) { 118 *tail = t; 123 void list_remove(T* t, T** head, T** tail) { 131 } else if (tail) { 132 *tail = t->*Prev; 229 VertexList(Vertex* head, Vertex* tail) : fHead(head), fTail(tail) {} [all...] |
/external/skqp/src/gpu/ |
GrTessellator.cpp | 107 void list_insert(T* t, T* prev, T* next, T** head, T** tail) { 117 } else if (tail) { 118 *tail = t; 123 void list_remove(T* t, T** head, T** tail) { 131 } else if (tail) { 132 *tail = t->*Prev; 229 VertexList(Vertex* head, Vertex* tail) : fHead(head), fTail(tail) {} [all...] |
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
loop_unroller.cpp | 392 Instruction& original_conditional_branch = *loop_condition_block_->tail(); 666 // As the algorithm copies the original loop blocks exactly, the tail of the 729 Instruction& old_branch = *condition_block->tail(); [all...] |
aggressive_dead_code_elim_pass.cpp | 189 Instruction* bri = &*bp->tail();
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
vector_diffeomixture.py | 189 tail = tensor_shape.TensorShape([num_components, qs]) 190 return bs[:-1].concatenate(tail) [all...] |
/external/testng/src/main/java/org/testng/ |
TestNGAntTask.java | 925 int tail= u.indexOf(resource); local 926 String dirName= u.substring(0, tail); [all...] |
/external/u-boot/drivers/net/ |
smc91111.c | 730 byte *tail = (byte *)(net_rx_packets[0] + local 734 *tail++ = (byte) (leftover >> (8*i)) & 0xff;
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 631 const char *tail = "</e:propertyset>\n"; local 673 wpabuf_put_str(buf, tail); [all...] |
/external/libdrm/intel/ |
intel_decode.c | 67 * GPU head and tail pointers, which will be noted in the dump, or ~0. 69 uint32_t head, tail; member in struct:drm_intel_decode 129 parseinfo = "TAIL"; [all...] |
/art/runtime/interpreter/mterp/mips64/ |
main.S | 428 // Call C++ to do debug checks and return to the handler using tail call. 434 jalr zero, t9 # (self, shadow_frame, dex_pc_ptr) Note: tail call.
|
/art/runtime/interpreter/mterp/x86/ |
main.S | 429 // Call C++ to do debug checks and return to the handler using tail call. 437 pushl %eax # Return address for the tail call.
|
/external/curl/lib/ |
multi.c | 314 Curl_llist_insert_next(&multi->msglist, multi->msglist.tail, msg, [all...] |
/external/deqp-deps/SPIRV-Tools/source/opt/ |
aggressive_dead_code_elim_pass.cpp | 189 Instruction* bri = &*bp->tail();
|
/external/eigen/Eigen/src/Eigenvalues/ |
EigenSolver.h | 525 m_matT.col(n).tail(size-i) /= t;
|
/external/eigen/Eigen/src/SparseQR/ |
SparseQR.h | 573 m_hcoeffs.tail(diagSize-nonzeroCol).setZero();
|
/external/eigen/test/ |
nullary.cpp | 152 m.tail(size-1).setLinSpaced(low, high);
|
qr_colpivoting.cpp | 227 m1.row(i).tail(rows - i - 1) = -pow_s_i * c * MatrixType::Ones(1, rows - i - 1);
|
svd_common.h | 201 tmp.tail(cols-rank).setZero();
|
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.jobs_3.10.0.v20180427-1454.jar | |
/external/python/cpython2/Objects/ |
bytearrayobject.c | 740 /* Move the tail of the bytes, in one chunk */ 2210 char swap, *head, *tail; local [all...] |
/external/python/cpython3/Lib/test/ |
test_math.py | 627 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp) 628 if tail > 0: 629 h = 1 << (tail-1) 631 texp += tail [all...] |
/external/python/cpython3/Objects/ |
listobject.c | 645 Py_ssize_t tail; local 646 tail = (Py_SIZE(a) - ihigh) * sizeof(PyObject *); 647 memmove(&item[ihigh+d], &item[ihigh], tail); 649 memmove(&item[ihigh], &item[ihigh+d], tail); [all...] |
/external/toybox/generated/ |
globals.h | 1282 // toys/posix/tail.c 1476 struct tail_data tail; member in union:global_union
|
/external/tremolo/Tremolo/ |
bitwise.c | 188 b->tail=b->head=r;
|
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | 970 typedef TypeList<Ts...> tail; typedef in struct:clang::ast_matchers::internal::TypeList [all...] |