/external/eigen/Eigen/src/Householder/ |
Householder.h | 74 VectorBlock<const Derived, EssentialPart::SizeAtCompileTime> tail(derived(), 1, size()-1); 76 RealScalar tailSqNorm = size()==1 ? RealScalar(0) : tail.squaredNorm(); 91 essential = tail / (c0 - beta);
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
conditional_features_unittest.py | 16 path, tail = os.path.split(path) 17 assert tail 18 if tail == dirname:
|
/external/linux-kselftest/tools/testing/selftests/intel_pstate/ |
run.sh | 63 tail -n 1 /tmp/result.freqs > /tmp/result.$1 89 _min_freq=$(cpupower frequency-info -l | tail -1 | awk ' { print $1 } ') 91 _max_freq=$(cpupower frequency-info -l | tail -1 | awk ' { print $2 } ')
|
/external/mesa3d/src/gallium/drivers/swr/ |
swr_fence_work.cpp | 43 p_atomic_set(&fence->work.tail, &fence->work.head); 71 p_atomic_set(&fence->work.tail->next, work); 72 p_atomic_set(&fence->work.tail, work);
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/ |
Mark.java | 61 String tail = ""; local 66 tail = " ... "; 78 result.append(tail);
|
/external/grpc-grpc/src/core/lib/slice/ |
slice.cc | 317 grpc_slice tail; local 322 tail.refcount = nullptr; 323 tail.data.inlined.length = 325 memcpy(tail.data.inlined.bytes, source->data.inlined.bytes + split, 326 tail.data.inlined.length); 331 if (tail_length < sizeof(tail.data.inlined.bytes) && 334 tail.refcount = nullptr; 335 tail.data.inlined.length = static_cast<uint8_t>(tail_length); 336 memcpy(tail.data.inlined.bytes, source->data.refcounted.bytes + split, 343 tail.refcount = source->refcount->sub_refcount [all...] |
/art/libartbase/base/ |
malloc_arena_pool.cc | 58 size_t tail = overallocation - head; local 60 MEMORY_TOOL_MAKE_NOACCESS(memory_ + size, tail); 71 size_t tail = overallocation - head; local 73 MEMORY_TOOL_MAKE_UNDEFINED(memory_ + size_, tail);
|
/art/runtime/arch/arm/ |
jni_entrypoints_arm.S | 45 bx r12 @ if non-null, tail call to method's code
|
/bionic/libc/kernel/uapi/rdma/ |
bnxt_re-abi.h | 42 __u32 tail; member in struct:bnxt_re_cq_resp
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
driver.py | 115 head, tail = os.path.splitext(gt)
116 if tail == ".txt":
117 tail = ""
118 gp = head + tail + ".".join(map(str, sys.version_info)) + ".pickle"
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
ASTBase.cpp | 134 register ASTBase *child, *sibling=NULL, *tail, *w;
local 147 if ( sibling == NULL ) {sibling = child; tail = w;}
148 else {tail->_right = child; tail = w;}
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
dogleg.h | 43 x[j] = (qtb[j] - qrfac.row(j).tail(n-j-1).dot(x.tail(n-j-1))) / temp; 58 wa1.tail(n-j) += qrfac.row(j).tail(n-j) * qtb[j];
|
/external/flatbuffers/tests/ |
PythonTest.sh | 71 | tail -n 1 | awk ' { print $4 } '`
|
/external/grpc-grpc/src/core/lib/gpr/ |
mpscq.h | 42 // make sure head & tail don't share a cacheline 44 gpr_mpscq_node* tail; member in struct:gpr_mpscq
|
/external/iproute2/tc/ |
f_fw.c | 46 struct rtattr *tail; local 71 tail = NLMSG_TAIL(n); 123 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
f_route.c | 40 struct rtattr *tail; local 54 tail = NLMSG_TAIL(n); 132 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
f_tcindex.c | 29 struct rtattr *tail; local 40 tail = NLMSG_TAIL(n); 116 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
m_action.c | 158 struct rtattr *tail, *tail2; local 171 tail = tail2 = NLMSG_TAIL(n); 216 tail = NLMSG_TAIL(n); 255 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail; 443 struct rtattr *tail; local 462 tail = NLMSG_TAIL(&req.n); 519 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; 556 struct rtattr *tail = NLMSG_TAIL(&req.n) local 579 struct rtattr *tail, *tail2, *tail3, *tail4; local [all...] |
m_bpf.c | 81 struct rtattr *tail; local 93 tail = NLMSG_TAIL(n); 142 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
|
m_csum.c | 96 struct rtattr *tail; local 141 tail = NLMSG_TAIL(n); 144 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
|
m_gact.c | 86 struct rtattr *tail; local 148 tail = NLMSG_TAIL(n); 156 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
m_nat.c | 92 struct rtattr *tail; local 132 tail = NLMSG_TAIL(n); 135 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
|
m_sample.c | 46 struct rtattr *tail; local 124 tail = NLMSG_TAIL(n); 134 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
|
m_skbedit.c | 59 struct rtattr *tail; local 145 tail = NLMSG_TAIL(n); 160 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
|
q_codel.c | 69 struct rtattr *tail; local 111 tail = NLMSG_TAIL(n); 125 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|