Searched refs:default_exp (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c3324 char * default_exp = 0; local
3326 for (jj = 0; (default_exp = cputabs_entry->default_exp_p[jj]); jj++)
3328 int rc = hwc_lookup (kk, 0, default_exp, NULL, 0, NULL, NULL);
3332 if (!default_exp)
3340 default_exp = strdup (fallback[ff]);
3345 cpcx_default_hwcs[kk] = default_exp;
3346 cpcx_orig_default_hwcs[kk] = default_exp;
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c3360 char * default_exp = 0; local
3362 for (jj = 0; (default_exp = cputabs_entry->default_exp_p[jj]); jj++)
3364 int rc = hwc_lookup (kk, 0, default_exp, NULL, 0, NULL, NULL);
3368 if (!default_exp)
3376 default_exp = strdup (fallback[ff]);
3381 cpcx_default_hwcs[kk] = default_exp;
3382 cpcx_orig_default_hwcs[kk] = default_exp;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_rsakey.c1291 BYTE default_exp[3] = { 0x1, 0x0, 0x1 }; local
1312 memcpy(*data, default_exp, offset);

Completed in 113 milliseconds