Searched refs:n_end (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/mem/ |
D | free.c | 113 size_t n_end; in __inject_free_block() local 122 n_end = (size_t) nah + ARENA_SIZE_GET(nah->a.attrs); in __inject_free_block() 129 if ((size_t) ah >= n_end) in __inject_free_block() 132 printf("conflict:ah: %p, a_end: %p, nah: %p, n_end: %p\n", ah, a_end, nah, n_end); in __inject_free_block()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 41 Index n_end = (n/RN)*RN; // number of columns of B-C suitable for processing RN columns at once in sparselu_gemm() local 65 for(Index j=0; j<n_end; j+=RN) in sparselu_gemm() 170 if((n-n_end)>0) in sparselu_gemm() 191 Scalar* C0 = C+ib+(n_end)*ldc; in sparselu_gemm()
|
/external/libxml2/ |
D | testapi.c | 16618 int n_end; in test_xmlStringDecodeEntities() local 16627 for (n_end = 0;n_end < gen_nb_xmlChar;n_end++) { in test_xmlStringDecodeEntities() 16634 end = gen_xmlChar(n_end, 3); in test_xmlStringDecodeEntities() 16644 des_xmlChar(n_end, end, 3); in test_xmlStringDecodeEntities() 16655 printf(" %d", n_end); in test_xmlStringDecodeEntities() 16687 int n_end; in test_xmlStringLenDecodeEntities() local 16697 for (n_end = 0;n_end < gen_nb_xmlChar;n_end++) { in test_xmlStringLenDecodeEntities() 16705 end = gen_xmlChar(n_end, 4); in test_xmlStringLenDecodeEntities() 16719 des_xmlChar(n_end, end, 4); in test_xmlStringLenDecodeEntities() 16731 printf(" %d", n_end); in test_xmlStringLenDecodeEntities() [all …]
|