Searched refs:num_ptr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-debugifc.c94 u32 *num_ptr)
114 *num_ptr = result;
93 debugifc_parse_unsigned_number(const char *buf,unsigned int count, u32 *num_ptr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnprintf.c1136 mp_limb_t *num_ptr; local
1137 num_ptr = (mp_limb_t *) malloc ((m.nlimbs + s_limbs + 1)
1139 if (num_ptr == NULL)
1146 mp_limb_t *destptr = num_ptr;
1173 numerator.limbs = num_ptr;
1174 numerator.nlimbs = destptr - num_ptr;
1177 free (num_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c1136 mp_limb_t *num_ptr; local
1137 num_ptr = (mp_limb_t *) malloc ((m.nlimbs + s_limbs + 1)
1139 if (num_ptr == NULL)
1146 mp_limb_t *destptr = num_ptr;
1173 numerator.limbs = num_ptr;
1174 numerator.nlimbs = destptr - num_ptr;
1177 free (num_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dvasnprintf.c1200 mp_limb_t *num_ptr; local
1201 num_ptr = (mp_limb_t *) malloc ((m.nlimbs + s_limbs + 1)
1203 if (num_ptr == NULL)
1210 mp_limb_t *destptr = num_ptr;
1237 numerator.limbs = num_ptr;
1238 numerator.nlimbs = destptr - num_ptr;
1241 free (num_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasnprintf.c1135 mp_limb_t *num_ptr; local
1136 num_ptr = (mp_limb_t *) malloc ((m.nlimbs + s_limbs + 1)
1138 if (num_ptr == NULL)
1145 mp_limb_t *destptr = num_ptr;
1172 numerator.limbs = num_ptr;
1173 numerator.nlimbs = destptr - num_ptr;
1176 free (num_ptr);

Completed in 173 milliseconds