Searched refs:rsrc (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_hfs_compression.c99 char rsrc[50];
178 assertEqualInt(0, get_rsrc_footer("NEWS", rsrc, sizeof(rsrc)));
180 assertEqualMem(rsrc_footer, rsrc, sizeof(rsrc));
190 assertEqualInt(0, get_rsrc_footer("Makefile", rsrc, sizeof(rsrc)));
192 assertEqualMem(rsrc_footer, rsrc, sizeof(rsrc));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c3828 struct zip_entry *rsrc)
3837 switch(rsrc->compression) {
3839 if (rsrc->uncompressed_size != rsrc->compressed_size) {
3854 compression_name(rsrc->compression));
3860 if (rsrc->uncompressed_size > (4 * 1024 * 1024)) {
3863 (intmax_t)rsrc->uncompressed_size);
3866 if (rsrc->compressed_size > (4 * 1024 * 1024)) {
3869 (intmax_t)rsrc->compressed_size);
3873 metadata = malloc((size_t)rsrc
3827 zip_read_mac_metadata(struct archive_read *a, struct archive_entry *entry, struct zip_entry *rsrc) argument
3982 struct zip_entry *rsrc; local
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c121 int32_t rsrc, rdst; /* original source / destination rates */ member in struct:z_info
705 info->src = info->rsrc - (info->rsrc % ((feeder_rate_round > 0 &&
706 info->rsrc > feeder_rate_round) ? feeder_rate_round : 1));
1368 info->src, info->rsrc, info->dst, info->rdst);
1442 if (value == info->rsrc)
1444 info->rsrc = value;
1494 return (info->rsrc);
1525 info->rsrc = Z_RATE_DEFAULT;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-asm.h637 asm ("ush %[rsrc], " CVMX_TMP_STR(offset) "(%[rbase])" : "=m"(__a[offset + 0]), "=m"(__a[offset + 1]): [rsrc] "d" (data), [rbase] "d" (__a)); }
645 asm ("usw %[rsrc], " CVMX_TMP_STR(offset) "(%[rbase])" : \
647 [rsrc] "d" (data), [rbase] "d" (__a)); }
656 asm ("usd %[rsrc], " CVMX_TMP_STR(offset) "(%[rbase])" : \
659 [rsrc] "d" (data), [rbase] "d" (__a)); }
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c638 static struct rsrc { struct
850 struct rsrc *, int depind, int path));
861 static void remove_marked_resource PARAMS ((struct rsrc *));
867 struct ia64_opcode *, int, struct rsrc [], int, int));
874 static int resources_match PARAMS ((struct rsrc *, struct ia64_opcode *, int, int, int));
8363 struct rsrc specs[MAX_SPECS]; /* returned specific resources */
8370 struct rsrc tmpl;
10168 struct rsrc *rs;
10174 struct rsrc specs[MAX_SPECS];
10318 struct rsrc *spe
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h3264 sli_get_max_rsrc(sli4_t *sli4, sli4_resource_e rsrc) argument
3266 if (rsrc >= SLI_RSRC_MAX) {
3270 return sli4->config.extent[rsrc].size;
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3110 } rsrc; member in union:fw_coiscsi_stats_wr::fw_coiscsi_stats

Completed in 257 milliseconds