Home
last modified time | relevance | path

Searched refs:tmp_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dfind_names.c424 size_t tmp_size = 0; in find_dirs() local
474 &tmp_size, in find_dirs()
476 snprintf (tmp, tmp_size, "%s/%s", dir, dp->d_name); in find_dirs()
505 &tmp_size, in find_dirs()
508 (void)snprintf (tmp, tmp_size, "%s/%s/%s", dir, dp->d_name, CVSADM); in find_dirs()
/netbsd-src/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_dma.c687 uint32_t tmp_size, count; in via_cmdbuf_size() local
701 tmp_size = d_siz->size; in via_cmdbuf_size()
704 while (((tmp_size = via_cmdbuf_space(dev_priv)) < d_siz->size) in via_cmdbuf_size()
715 while (((tmp_size = via_cmdbuf_lag(dev_priv)) > d_siz->size) in via_cmdbuf_size()
728 d_siz->size = tmp_size; in via_cmdbuf_size()
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_memory.c704 size_t tmp_size = 4; in ttm_round_pot() local
706 while (tmp_size < size) in ttm_round_pot()
707 tmp_size <<= 1; in ttm_round_pot()
709 return tmp_size; in ttm_round_pot()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dendecoder_legacy_test.c447 size_t tmp_size; in test_DER() local
475 tmp_size = der_provided_len, in test_DER()
477 &tmp_size))) in test_DER()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog34583 * mpq/cmp.c: Remove unused variable tmp_size.