/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | PluginManager.cpp | 319 auto &instances = GetArchitectureInstances(); in UnregisterPlugin() local 321 for (auto pos = instances.begin(), end = instances.end(); pos != end; ++pos) { in UnregisterPlugin() 323 instances.erase(pos); in UnregisterPlugin() 332 for (const auto &instances : GetArchitectureInstances()) { in CreateArchitectureInstance() local 333 if (auto plugin_up = instances.create_callback(arch)) in CreateArchitectureInstance() 575 const auto &instances = GetLanguageRuntimeInstances().GetInstances(); in GetLanguageRuntimeGetCommandObjectAtIndex() local 576 if (idx < instances.size()) in GetLanguageRuntimeGetCommandObjectAtIndex() 577 return instances[idx].command_callback; in GetLanguageRuntimeGetCommandObjectAtIndex() 583 const auto &instances = GetLanguageRuntimeInstances().GetInstances(); in GetLanguageRuntimeGetExceptionPreconditionAtIndex() local 584 if (idx < instances.size()) in GetLanguageRuntimeGetExceptionPreconditionAtIndex() [all …]
|
/freebsd/contrib/kyua/utils/ |
H A D | optional_test.cpp | 50 static size_t instances; member in __anondc1822e00111::test_alloc 69 instances++; in operator new() 80 instances--; in operator delete() 87 size_t test_alloc::instances = 0; member in __anondc1822e00111::test_alloc 183 ATF_REQUIRE_EQ(0, test_alloc::instances); in ATF_TEST_CASE_BODY() 186 ATF_REQUIRE_EQ(1, test_alloc::instances); in ATF_TEST_CASE_BODY() 191 ATF_REQUIRE_EQ(2, test_alloc::instances); in ATF_TEST_CASE_BODY() 195 ATF_REQUIRE_EQ(2, test_alloc::instances); in ATF_TEST_CASE_BODY() 199 ATF_REQUIRE_EQ(1, test_alloc::instances); in ATF_TEST_CASE_BODY() 202 ATF_REQUIRE_EQ(0, test_alloc::instances); in ATF_TEST_CASE_BODY()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RAND_get0_primary.pod | 8 - get access to the global EVP_RAND_CTX instances 21 shared DRBG instances which are accessed via the RAND API: 23 The I<public> and I<private> DRBG are thread-local instances, which are used 26 directly, but is used internally to reseed the other two instances. 28 These functions here provide access to the shared DRBG instances. 48 they are thread-local. Note however, that changes to these two instances 52 three instances directly. 53 Instead, an application should change the default settings for new DRBG instances
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Memory.cpp | 18 auto &instances = context().instances; in getOrCreate() local 19 auto &instance = instances[tag]; in getOrCreate()
|
H A D | CommonLinkerContext.cpp | 35 for (auto &it : instances) in ~CommonLinkerContext()
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_cfg_device.c | 590 device->instances = (struct adf_cfg_instance **)malloc( in adf_cfg_device_init() 641 if (device->instances && device->instances[i]) in adf_cfg_device_init() 642 free(device->instances[i], M_QAT); in adf_cfg_device_init() 645 free(device->instances, M_QAT); in adf_cfg_device_init() 646 device->instances = NULL; in adf_cfg_device_init() 670 if (device->instances && device->instances[i]) { in adf_cfg_device_clear() 671 free(device->instances[i], M_QAT); in adf_cfg_device_clear() 672 device->instances[i] = NULL; in adf_cfg_device_clear() 676 free(device->instances, M_QAT); in adf_cfg_device_clear() 677 device->instances = NULL; in adf_cfg_device_clear() [all …]
|
H A D | adf_cfg_bundle.c | 55 if (bundle->number == device->instances[i]->bundle && in adf_cfg_get_free_instance() 56 inst->stype == device->instances[i]->stype) { in adf_cfg_get_free_instance() 57 ret_instance = device->instances[i]; in adf_cfg_get_free_instance() 65 device->instances[i]->bundle) in adf_cfg_get_free_instance() 206 device->instances[device->instance_index++] = in adf_cfg_init_and_insert_inst()
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | ti,omap-iommu.txt | 5 "ti,omap2-iommu" for OMAP2/OMAP3 IOMMU instances 6 "ti,omap4-iommu" for OMAP4/OMAP5 IOMMU instances 7 "ti,dra7-dsp-iommu" for DRA7xx DSP IOMMU instances 8 "ti,dra7-iommu" for DRA7xx IOMMU instances 27 is required for DSP IOMMU instances on DRA7xx SoCs. The
|
H A D | msm,iommu-v0.txt | 11 - interrupts: Specifiers for the MMU fault interrupts. For instances that 13 secure mode, in that order. For instances that don't support secure mode a
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
H A D | dra7-atl.txt | 4 audio codec. A single ATL IP provides four ATL clock instances sharing the same 16 Since the clock instances are part of a single IP this binding is used as a node 29 configuration of the IP for the ATL clock instances. 40 Configuration of ATL instances:
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 41 You want to use your own private DRBG instances. 42 Multiple DRBG instances which are accessed only by a single thread provide 77 Currently, there are three shared DRBG instances, 88 the two other two DRBG instances. It reseeds itself by obtaining randomness 104 by its child DRBG instances. The necessary locking is done internally. 111 Pointers to these DRBG instances can be obtained using 114 DRBG instances in a variable or other memory location where it will be 117 All other DRBG instances created by an application don't support locking, 122 instances on different threads is thread-safe, because the DRBG instance 127 The following picture gives an overview over how the DRBG instances work [all …]
|
/freebsd/contrib/libxo/doc/ |
H A D | xo.rst | 151 A "*list*" is set of one or more instances that appear under the same 152 parent. The instances contain details about a specific object. One 153 can think of instances as objects or records. A call is needed to 157 Use the `--open-list` and `--open-instances` to open lists and 158 instances. Use the `--close-list` and `--close-instances` to close 163 instances::
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | keystone-navigator-dma.txt | 28 - clocks: phandle to dma instances clocks. The clock handles can be as 29 many as the dma instances. The order should be maintained as per 30 the dma instances.
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | ti,timer.txt | 5 OMAP44xx devices have timer instances that are 100% 8 So for OMAP44xx devices timer instances may use
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/ |
H A D | adf_4xxxvf_hw_data.c | 15 { .name = ADF_4XXXVF_DEVICE_NAME, .type = DEV_4XXXVF, .instances = 0 }; 378 hw_data->dev_class->instances++; in adf_init_hw_data_4xxxiov() 387 hw_data->dev_class->instances--; in adf_clean_hw_data_4xxxiov()
|
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/ |
H A D | adf_dh895xcc_hw_data.c | 31 {.name = ADF_DH895XCC_DEVICE_NAME, .type = DEV_DH895XCC, .instances = 0 }; 327 hw_data->instance_id = dh895xcc_class.instances++; in adf_init_hw_data_dh895xcc() 392 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | renesas,shdma.txt | 4 instances, capable of serving any of a common set of DMA slave devices, using 7 DMAC instances have the same number of channels and use the same DMA
|
/freebsd/sys/arm/conf/ |
H A D | GENERIC.hints | 2 # Use to wire devices in the system to specific driver instances
|
/freebsd/sys/arm64/conf/ |
H A D | GENERIC.hints | 2 # Use to wire devices in the system to specific driver instances
|
/freebsd/sys/riscv/conf/ |
H A D | GENERIC.hints | 2 # Use to wire devices in the system to specific driver instances
|
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/ |
H A D | adf_c3xxx_hw_data.c | 24 .instances = 0 }; 334 hw_data->instance_id = c3xxx_class.instances++; in adf_init_hw_data_c3xxx() 402 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxx()
|
/freebsd/sys/dev/qat/qat_hw/qat_c62x/ |
H A D | adf_c62x_hw_data.c | 26 .instances = 0 }; 339 hw_data->instance_id = c62x_class.instances++; in adf_init_hw_data_c62x() 407 hw_data->dev_class->instances--; in adf_clean_hw_data_c62x()
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | CommonLinkerContext.h | 41 llvm::DenseMap<void *, SpecificAllocBase *> instances; variable
|
/freebsd/tools/tools/fetchbench/ |
H A D | fetchbench | 40 usage: fetchbench [-i number-of-instances] [-n fetches-per-instance] url
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | tango-thermal.txt | 3 The SMP8758 SoC includes 3 instances of this temperature sensor
|