Searched refs:n_size (Results 1 – 7 of 7) sorted by relevance
/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 319 nfs_node->n_size = fxdr_hyper(&attr_reply.attr.fa_size); in vfs_nfs_stat_internal() 911 buf->st_size = (off_t)nfs_node->n_size; in vfs_nfs_stat() 1594 f_pos = np->n_size; in vfs_nfs_write() 1609 if (np->n_size + buflen < np->n_size) in vfs_nfs_write() 1755 if (filep->f_pos > (loff_t)np->n_size) in vfs_nfs_write() 1757 np->n_size = f_pos; in vfs_nfs_write() 1810 if (np->n_size + buflen < np->n_size) in vfs_nfs_writepage() 1818 if (f_pos >= np->n_size) in vfs_nfs_writepage() 1824 buflen = min(buflen, np->n_size - f_pos); in vfs_nfs_writepage() 2008 position = offset + np->n_size; in vfs_nfs_seek() [all …]
|
D | nfs_node.h | 90 uint64_t n_size; /* Current size of file */ member
|
D | nfs_util.c | 548 np->n_size = fxdr_hyper(&attributes->fa_size); in nfs_attrupdate()
|
/third_party/libxml2/ |
D | testapi.c | 1479 int n_size; in test_htmlCreateMemoryParserCtxt() local 1482 for (n_size = 0;n_size < gen_nb_int;n_size++) { in test_htmlCreateMemoryParserCtxt() 1485 size = gen_int(n_size, 1); in test_htmlCreateMemoryParserCtxt() 1494 des_int(n_size, size, 1); in test_htmlCreateMemoryParserCtxt() 1501 printf(" %d", n_size); in test_htmlCreateMemoryParserCtxt() 1537 int n_size; in test_htmlCreatePushParserCtxt() local 1546 for (n_size = 0;n_size < gen_nb_int;n_size++) { in test_htmlCreatePushParserCtxt() 1553 size = gen_int(n_size, 3); in test_htmlCreatePushParserCtxt() 1566 des_int(n_size, size, 3); in test_htmlCreatePushParserCtxt() 1577 printf(" %d", n_size); in test_htmlCreatePushParserCtxt() [all …]
|
/third_party/mbedtls/library/ |
D | ecdsa.c | 231 size_t n_size = ( grp->nbits + 7 ) / 8; in derive_mpi() local 232 size_t use_size = blen > n_size ? n_size : blen; in derive_mpi()
|
/third_party/libabigail/src/ |
D | abg-reporter-priv.cc | 408 const uint64_t n_size = get_var_size_in_bits(n); in represent() local 606 if (!size_reported && o_size != n_size) in represent() 623 show_numerical_change("size", o_size, n_size, *ctxt, out); in represent()
|
/third_party/elfutils/src/ |
D | strip.c | 2297 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local 2299 elf_assert (n_size <= hashd->d_size); in handle_elf() 2300 hashd->d_size = n_size; in handle_elf() 2358 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local 2360 elf_assert (n_size <= hashd->d_size); in handle_elf() 2361 hashd->d_size = n_size; in handle_elf()
|