HomeSort by relevance Sort by last modified time
    Searched defs:Register (Results 1 - 25 of 415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/
EfiCpuVersion.c 44 EFI_CPUID_REGISTER Register;
47 EfiCpuid (EFI_CPUID_VERSION_INFO, &Register);
50 *SteppingId = (UINT8) (Register.RegEax & 0xF);
54 *Processor = (UINT8) ((Register.RegEax >> 12) & 0x3);
58 TempFamilyId = (UINT8) ((Register.RegEax >> 8) & 0xF);
61 *Model = (UINT8) ((Register.RegEax >> 4) & 0xF);
63 *Model = (UINT8) (*Model | ((Register.RegEax >> 12) & 0xF0));
70 *FamilyId = (UINT8 ) (*FamilyId + (UINT16) ((Register.RegEax >> 20) & 0xFF));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/
EfiCpuVersion.c 54 EFI_CPUID_REGISTER Register;
57 EfiCpuid (EFI_CPUID_VERSION_INFO, &Register);
60 *SteppingId = (UINT8) (Register.RegEax & 0xF);
64 *Processor = (UINT8) ((Register.RegEax >> 12) & 0x3);
68 TempFamilyId = (UINT8) ((Register.RegEax >> 8) & 0xF);
71 *Model = (UINT8) ((Register.RegEax >> 4) & 0xF);
73 *Model = (UINT8) (*Model | ((Register.RegEax >> 12) & 0xF0));
80 *FamilyId = (UINT8 ) (*FamilyId + (UINT16) ((Register.RegEax >> 20) & 0xFF));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcIsaAcpi.h 45 UINT8 Register;
  /external/chromium-trace/catapult/common/py_utils/py_utils/
atexit_with_log.py 20 def Register(function, *args, **kwargs):
21 atexit.register(_WrapFunction(function), *args, **kwargs)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
list6.go 38 var Register = []string{
171 obj.RegisterRegister(REG_AL, REG_AL+len(Register), rconv)
176 if REG_AL <= r && r-REG_AL < len(Register) {
177 return Register[r-REG_AL]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
list6.go 38 var Register = []string{
171 obj.RegisterRegister(REG_AL, REG_AL+len(Register), rconv)
176 if REG_AL <= r && r-REG_AL < len(Register) {
177 return Register[r-REG_AL]
  /external/libbrillo/brillo/glib/
abstract_dbus_service.cc 12 bool AbstractDbusService::Register(const brillo::dbus::BusConnection& conn) {
  /external/libmojo/base/android/
memory_pressure_listener_android.cc 25 bool MemoryPressureListenerAndroid::Register(JNIEnv* env) {
  /external/tensorflow/tensorflow/core/framework/
op_registration_test.cc 27 void Register(const string& op_name, OpRegistry* registry) {
28 registry->Register([op_name](OpRegistrationData* op_reg_data) -> Status {
38 Register("Foo", registry.get());
47 Register("Foo", registry.get());
56 Register("Foo", registry.get());
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyCmos.c 22 Read CMOS register through index/data port.
24 @param[in] Index The index of the CMOS register to read.
26 @return The data value from the CMOS register specified by Index.
39 Write CMOS register through index/data port.
41 @param[in] Index The index of the CMOS register to write.
42 @param[in] Value The value of CMOS register to write.
44 @return The value written to the CMOS register specified by Index.
70 UINT8 Register;
73 for (Checksum = 0, Register = 0x10; Register < 0x2e; Register++) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
custom_call_target_registry.cc 26 void CustomCallTargetRegistry::Register(const std::string& symbol,
  /external/tensorflow/tensorflow/core/common_runtime/
optimization_registry.cc 27 void OptimizationPassRegistry::Register(
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_callbacks.cpp 61 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data,
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_callbacks.cpp 61 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data,
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_callbacks.cpp 55 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data,
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_callbacks.cpp 56 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
location.go 17 // A Register is a machine register, like AX.
19 type Register struct {
21 objNum int16 // register number from cmd/internal/obj/$ARCH
25 func (r *Register) String() string {
29 // ObjNum returns the register number from cmd/internal/obj/$ARCH that
30 // corresponds to this register.
31 func (r *Register) ObjNum() int16 {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
location.go 17 // A Register is a machine register, like AX.
19 type Register struct {
21 objNum int16 // register number from cmd/internal/obj/$ARCH
25 func (r *Register) String() string {
29 // ObjNum returns the register number from cmd/internal/obj/$ARCH that
30 // corresponds to this register.
31 func (r *Register) ObjNum() int16 {
  /art/openjdkjvmti/
ti_dump.cc 58 void DumpUtil::Register(EventHandler* handler) {
  /device/linaro/bootloader/edk2/DuetPkg/AcpiResetDxe/
Reset.c 59 UINT8 Register;
105 // Send reset request through I/O port register
114 // Send reset request through MMIO register
123 // Send reset request through PCI register
125 Register = (UINT8)mAcpiDescription.RESET_REG.Address;
128 PciWrite8 (PCI_LIB_ADDRESS (0, Dev, Func, Register), mAcpiDescription.RESET_VALUE);
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
ReportStatusCodeHandler.h 35 Register the callback function for ReportStatusCode() notification.
76 EFI_PEI_RSC_HANDLER_REGISTER Register;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
RamDisk.h 33 Register a RAM disk with specified address, size and type.
58 @retval EFI_OUT_OF_RESOURCES The RAM disk register operation fails due to
97 EFI_RAM_DISK_REGISTER_RAMDISK Register;
ReportStatusCodeHandler.h 35 Register the callback function for ReportStatusCode() notification.
41 registered. The entity that registers for the callback should also register for an event upon
43 If the handler does not have a TPL dependency, it should register for a callback at TPL high. The
88 EFI_RSC_HANDLER_REGISTER Register;
SmmReportStatusCodeHandler.h 34 Register the callback function for ReportStatusCode() notification.
75 EFI_SMM_RSC_HANDLER_REGISTER Register;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/
SmmIchnDispatch2.h 48 Register a child SMI source dispatch function with a parent SMM driver
55 the register function to indicate to the register
107 @param Register
115 EFI_SMM_ICHN_DISPATCH2_REGISTER Register;

Completed in 1148 milliseconds

1 2 3 4 5 6 7 8 91011>>