Searched refs:temp_size (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/server/
H A Dleasechain.c310 size_t temp_size; local
313 temp_size = lc->total + LC_GROWTH_DELTA;
315 temp_size = lc->total + lc->growth;
318 p = dmalloc(sizeof(struct lease *) * temp_size, MDL);
329 lc->total = temp_size;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c423 short temp_size; local
508 temp_size = INFO_ITEMSIZE(inpkt->mbz_itemsize);
509 if ((temp_size != proc->sizeofitem &&
510 temp_size != proc->v6_sizeofitem) &&
513 temp_size == sizeof(struct old_conf_peer))) {
515 temp_size, proc->sizeofitem, proc->v6_sizeofitem));
520 ((size_t)(temp_size * INFO_NITEMS(inpkt->err_nitems)) >
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-hppa.c5837 unsigned int temp_size;
5844 temp_size = get_absolute_expression ();
5846 if (temp_size > 0x3FFFFFFF)
5849 temp_size = 0;
5854 char *p = frag_var (rs_fill, 1, 1, 0, NULL, temp_size, NULL);
5835 unsigned int temp_size; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-hppa.c5824 unsigned int temp_size;
5831 temp_size = get_absolute_expression ();
5833 if (temp_size > 0x3FFFFFFF)
5836 temp_size = 0;
5841 char *p = frag_var (rs_fill, 1, 1, 0, NULL, temp_size, NULL);
5822 unsigned int temp_size; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-hppa.c5837 unsigned int temp_size;
5844 temp_size = get_absolute_expression ();
5846 if (temp_size > 0x3FFFFFFF)
5849 temp_size = 0;
5854 char *p = frag_var (rs_fill, 1, 1, 0, NULL, temp_size, NULL);
5835 unsigned int temp_size; local
/netbsd-current/sys/arch/amiga/dev/
H A Dgrfabs_cc.c294 u_short temp_size = bpr + sizeof(u_long); local
317 (temp_size) + (array_size) + sizeof(bmap_t) +
331 (bm->blit_temp + temp_size));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c11323 poly_uint64 temp_size = mode_size;
11325 temp_size = upper_bound (temp_size,
11328 = assign_stack_temp_for_type (mode, temp_size, type);
11303 poly_uint64 temp_size = mode_size; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc11719 poly_uint64 temp_size = mode_size;
11721 temp_size = upper_bound (temp_size,
11724 = assign_stack_temp_for_type (mode, temp_size, type);
11699 poly_uint64 temp_size = mode_size; local

Completed in 415 milliseconds