| /src/external/gpl3/gcc/dist/gcc/ |
| resource.h | 23 /* Macro to clear all resources. */ 28 /* The resources used by a given insn. */ 29 struct resources struct 44 extern void mark_target_live_regs (rtx_insn *, rtx, struct resources *); 45 extern void mark_set_resources (rtx, struct resources *, int, 47 extern void mark_referenced_resources (rtx, struct resources *, bool);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| resource.h | 23 /* Macro to clear all resources. */ 28 /* The resources used by a given insn. */ 29 struct resources struct 44 extern void mark_target_live_regs (rtx_insn *, rtx, struct resources *); 45 extern void mark_set_resources (rtx, struct resources *, int, 47 extern void mark_referenced_resources (rtx, struct resources *, bool);
|
| /src/external/apache2/llvm/dist/libcxx/src/experimental/ |
| memory_resource.cpp | 73 } resources; member in union:__anon3627::ResourceInitHelper 75 _LIBCPP_CONSTEXPR_AFTER_CXX11 ResourceInitHelper() : resources() {} 85 return &res_init.resources.new_delete_res; 89 return &res_init.resources.null_res; 99 ATOMIC_VAR_INIT(&res_init.resources.new_delete_res); 111 _LIBCPP_SAFE_STATIC static memory_resource * res = &res_init.resources.new_delete_res; 124 _LIBCPP_SAFE_STATIC static memory_resource* res = &res_init.resources.new_delete_res;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_cmdbuf_res.c | 44 * of commited resources. 59 * @resources: Hash table containing staged and commited command buffer 60 * resources 61 * @list: List of commited command buffer resources. 64 * @resources and @list are protected by the cmdbuf mutex for now. 67 struct drm_open_hash resources; member in struct:vmw_cmdbuf_res_manager 93 ret = drm_ht_find_item(&man->resources, key, &hash); 113 WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash)); 176 ret = drm_ht_insert_item(&entry->man->resources, 216 ret = drm_ht_insert_item(&man->resources, &cres->hash) [all...] |
| /src/external/bsd/zstd/dist/examples/ |
| multiple_simple_compression.c | 23 } resources; typedef in typeref:struct:__anon8570 29 static resources createResources_orDie(int argc, const char** argv, char **ofn, size_t* ofnBufferLen) 44 resources ress; 57 static void freeResources(resources ress, char *outFilename) 66 static void compressFile_orDie(resources ress, const char* fname, const char* oname) 94 /* memory allocation for outFilename and resources */ 97 resources const ress = createResources_orDie(argc, argv, &outFilename, &outFilenameBufferLen);
|
| multiple_streaming_compression.c | 29 } resources; typedef in typeref:struct:__anon8571 31 static resources createResources_orDie(int cLevel) 33 resources ress; 50 static void freeResources(resources ress) 57 static void compressFile_orDie(resources ress, const char* fname, const char* outName) 107 resources const ress = createResources_orDie(cLevel);
|
| /src/external/gpl2/groff/dist/src/devices/xditview/ |
| Dvi.c | 65 static XtResource resources[] = { variable 148 resources, /* resources */ 149 XtNumber(resources), /* resource_count */ 186 resources[0].default_addr = dfm;
|
| xditview.c | 86 /* Application resources. */ 88 static XtResource resources[] = { variable 97 /* Command line options table. Only resources are entered here...there is a 216 resources, XtNumber(resources),
|
| /src/external/gpl3/binutils/dist/binutils/ |
| resres.c | 70 static rc_res_directory *resources = NULL; variable 108 return resources; 175 /* Read a resource entry, returns 0 when all resources are read */ 662 res_append_resource (&resources, r, 3, a, dupok);
|
| rescoff.c | 1 /* rescoff.c -- read and write resources in Windows COFF files. 23 /* This file contains function that read and write Windows resources 109 /* Read the resources in a COFF file. */ 217 Whilst in theory resources can nest to any level, in practice 222 non_fatal (_("%s: resources nest too deep"), flaginfo->filename); 495 struct coff_res_data_build resources; 509 /* Write resources to a COFF file. RESOURCES should already be 513 offer the ability to merge resources into an existing file. This 519 const rc_res_directory *resources) 493 struct coff_res_data_build resources; member in struct:coff_write_info [all...] |
| windres.c | 1 /* windres.c -- a program to manipulate Windows resources 23 /* This program can read and write Windows resources in various 138 of resources. */ 302 /* Define a resource. The arguments are the resource tree, RESOURCES, 311 define_resource (rc_res_directory **resources, int cids, 322 if (*resources == NULL) 324 *resources = ((rc_res_directory *) 326 (*resources)->characteristics = 0; 329 (*resources)->time = 0; 330 (*resources)->major = 0 779 rc_res_directory *resources; local [all...] |
| resrc.c | 24 These are text files that represent resources. */ 138 static rc_res_directory *resources; variable 140 /* The number of cursor resources we have written out. */ 144 /* The number of font resources we have written out. */ 156 /* The number of icon resources we have written out. */ 565 return resources; 709 r = define_standard_resource (&resources, RT_ACCELERATOR, id, 749 r = define_standard_resource (&resources, RT_BITMAP, id, 837 r = define_standard_resource (&resources, RT_CURSOR, name, 873 r = define_standard_resource (&resources, RT_GROUP_CURSOR, id [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| resres.c | 70 static rc_res_directory *resources = NULL; variable 108 return resources; 175 /* Read a resource entry, returns 0 when all resources are read */ 662 res_append_resource (&resources, r, 3, a, dupok);
|
| rescoff.c | 1 /* rescoff.c -- read and write resources in Windows COFF files. 23 /* This file contains function that read and write Windows resources 109 /* Read the resources in a COFF file. */ 217 Whilst in theory resources can nest to any level, in practice 222 non_fatal (_("%s: resources nest too deep"), flaginfo->filename); 487 struct coff_res_data_build resources; 501 /* Write resources to a COFF file. RESOURCES should already be 505 offer the ability to merge resources into an existing file. This 511 const rc_res_directory *resources) 485 struct coff_res_data_build resources; member in struct:coff_write_info [all...] |
| windres.c | 1 /* windres.c -- a program to manipulate Windows resources 23 /* This program can read and write Windows resources in various 138 of resources. */ 302 /* Define a resource. The arguments are the resource tree, RESOURCES, 311 define_resource (rc_res_directory **resources, int cids, 322 if (*resources == NULL) 324 *resources = ((rc_res_directory *) 326 (*resources)->characteristics = 0; 329 (*resources)->time = 0; 330 (*resources)->major = 0 779 rc_res_directory *resources; local [all...] |
| resrc.c | 24 These are text files that represent resources. */ 138 static rc_res_directory *resources; variable 140 /* The number of cursor resources we have written out. */ 144 /* The number of font resources we have written out. */ 156 /* The number of icon resources we have written out. */ 565 return resources; 709 r = define_standard_resource (&resources, RT_ACCELERATOR, id, 749 r = define_standard_resource (&resources, RT_BITMAP, id, 837 r = define_standard_resource (&resources, RT_CURSOR, name, 873 r = define_standard_resource (&resources, RT_GROUP_CURSOR, id [all...] |
| /src/sys/dev/pci/ |
| pciconf.c | 116 struct pciconf_resource resources[PCICONF_RESOURCE_NTYPES]; member in struct:pciconf_resources 552 * Look to see if this device is enabled and one of the resources 1339 printf("Disabled due to lack of resources.\n"); 1390 * Allocate and initilize a pci configuration resources container. 1405 * Dispose of a pci configuration resources container. 1413 fini_range_resource(&rs->resources[i]); 1441 r = &rs->resources[type]; 1478 * Exclude reserved ranges from available resources 1500 * already configured to use these resources are notified 1501 * during resource assignment if their resources are changed [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| util.cc | 974 // Free all thread resources 975 void *resources = 0; local 976 res = pthread_join (wt_info->thread_id, &resources); 977 free (resources); /* Free memory allocated by thread */
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| util.cc | 974 // Free all thread resources 975 void *resources = 0; local 976 res = pthread_join (wt_info->thread_id, &resources); 977 free (resources); /* Free memory allocated by thread */
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-kvx.c | 259 { "check-resources", no_argument, NULL, OPTION_CHECK_RESOURCES }, 260 { "no-check-resources", no_argument, NULL, OPTION_NO_CHECK_RESOURCES }, 371 " --check-resources\t Perform minimal resource checking\n" 1243 const int *resources = kvx_core_info->resources; local 1260 if (resources_used[(i * kvx_core_info->resource_max) + j] > resources[j]) 1265 kvx_core_info->resource_names[j], v, resources[j]);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-kvx.c | 259 { "check-resources", no_argument, NULL, OPTION_CHECK_RESOURCES }, 260 { "no-check-resources", no_argument, NULL, OPTION_NO_CHECK_RESOURCES }, 371 " --check-resources\t Perform minimal resource checking\n" 1243 const int *resources = kvx_core_info->resources; local 1260 if (resources_used[(i * kvx_core_info->resource_max) + j] > resources[j]) 1265 kvx_core_info->resource_names[j], v, resources[j]);
|
| /src/external/bsd/nvi/dist/motif_l/ |
| xtabbed.c | 355 /* Constraint resources */ 382 /* resources */ 1090 static XtResource resources[] = { 1117 /* resources */ resources, 1919 /* free our resources */ 2001 /* free resources */ 2019 /* free our resources */ 2648 /* free resources used by the unlucky item */ 2681 /* Free the resources used by a text item * 1084 static XtResource resources[] = { variable [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| kvx.h | 210 const int *resources; member in struct:kvx_core_info 989 /* Resources list */ 2022 /* Resources list */ 3043 /* Resources list */
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| kvx.h | 210 const int *resources; member in struct:kvx_core_info 989 /* Resources list */ 2022 /* Resources list */ 3043 /* Resources list */
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| kvx.h | 210 const int *resources; member in struct:kvx_core_info 989 /* Resources list */ 2022 /* Resources list */ 3043 /* Resources list */
|