HomeSort by relevance Sort by last modified time
    Searched refs:Control (Results 151 - 175 of 541) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/QemuFwCfgLib/
QemuFwCfgLib.c 58 UINT32 Control;
65 // Macros for the FW_CFG_DMA_ACCESS.Control bitmap (in native encoding).
242 Access.Control = SwapBytes32 (FW_CFG_DMA_CTL_READ);
261 // We shouldn't look at Access.Control before starting the transfer.
266 Status = SwapBytes32 (Access.Control);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 28 reg copy "HKCU\Control Panel\International" "HKCU\Control Panel\International_Temp" /f >nul
29 reg add "HKCU\Control Panel\International" /v sShortDate /d "yyyy_MM_dd" /f >nul
31 reg copy "HKCU\Control Panel\International_Temp" "HKCU\Control Panel\International" /f >nul
32 reg delete "HKCU\Control Panel\International_Temp" /f >nul
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java 155 Control control = new Control(); local
156 Hasher controlSink = control.newHasher(1024);
250 private static class Control extends AbstractNonStreamingHashFunction {
  /external/libvpx/libvpx/test/
decode_perf_test.cc 141 encoder->Control(VP8E_SET_CPUUSED, speed_);
142 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 1);
143 encoder->Control(VP9E_SET_TILE_COLUMNS, 2);
resize_test.cc 345 encoder->Control(VP8E_SET_SCALEMODE, &mode);
349 encoder->Control(VP8E_SET_SCALEMODE, &mode);
356 encoder->Control(VP8E_SET_SCALEMODE, &mode);
360 encoder->Control(VP8E_SET_SCALEMODE, &mode);
439 encoder->Control(VP9E_SET_AQ_MODE, 3);
440 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
decode_svc_test.cc 33 decoder->Control(VP9_DECODE_SVC_SPATIAL_LAYER, spatial_layer_);
keyframe_test.cc 42 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
superframe_test.cc 45 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 30 import org.eclipse.swt.widgets.Control;
63 protected Control createButtonBar(Composite parent) {
75 protected Control createDialogArea(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsPage.java 35 import org.eclipse.swt.widgets.Control;
108 private void setTopControl(Control c) {
114 public Control getControl() {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
block.go 9 // Block represents a basic block in the control flow graph of a function.
15 // Line number for block's control operation
41 // of the block. For instance, a BlockIf has a boolean control value and BlockExit
42 // has a memory control value.
43 Control *Value
49 // The list must include the control value, if any. (TODO: need this last condition?)
96 // kind control successors
101 // Defer mem [nopanic, panic] (control opcode should be OpDeferCall)
115 if b.Control != nil {
116 s += fmt.Sprintf(" %s", b.Control)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
block.go 9 // Block represents a basic block in the control flow graph of a function.
15 // Line number for block's control operation
41 // of the block. For instance, a BlockIf has a boolean control value and BlockExit
42 // has a memory control value.
43 Control *Value
49 // The list must include the control value, if any. (TODO: need this last condition?)
96 // kind control successors
101 // Defer mem [nopanic, panic] (control opcode should be OpDeferCall)
115 if b.Control != nil {
116 s += fmt.Sprintf(" %s", b.Control)
    [all...]
  /external/v8/src/wasm/
function-body-decoder.cc 48 // as well as the current effect and control dependency in the TF graph.
49 // It maintains a control state that tracks whether the environment
50 // is reachable, has reached a control end, or has been merged.
55 TFNode* control; member in struct:v8::internal::wasm::SsaEnv
63 control = nullptr;
102 // An entry on the control stack (i.e. if, block, loop).
103 struct Control {
110 int32_t previous_catch; // The previous Control (on the stack) with a catch.
113 // Values merged into the end of this control construct.
122 static Control Block(const byte* pc, size_t stack_depth, SsaEnv* end_env
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Receive_filters.c 52 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
140 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
220 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
Mcast_ip_to_mac.c 57 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
Nvdata.c 57 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
Start.c 47 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooks.c 365 PssTableItemPtr->CoreFreq = PssState[EntryIndex].CoreFrequency * PssState[EntryIndex].Control;
378 PssTableItemPtr->Control = PssState[EntryIndex].Control;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdrm.h 101 UCHAR Control : 4;
253 UCHAR Control : 4;
313 UCHAR Control : 4;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/Arm/
ModuleEntryPoint.asm 30 mrc p15, 0, r0, c1, c0, 1 // read Auxiliary Control Register
32 mcr p15, 0, r0, c1, c0, 1 // store Auxiliary Control Register
52 isb // Sync changes to control registers
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/Arm/
ModuleEntryPoint.asm 30 mrc p15, 0, r0, c1, c0, 1 // read Auxiliary Control Register
32 mcr p15, 0, r0, c1, c0, 1 // store Auxiliary Control Register
52 isb // Sync changes to control registers
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 19 # It will transfer the control to pei core.
67 # Pass Control into the PEI Core
  /external/icu/icu4c/source/test/testdata/break_rules/
word.txt 47 Control = [\p{Grapheme_Cluster_Break = Control}];
word_POSIX.txt 46 Control = [\p{Grapheme_Cluster_Break = Control}];
  /external/lzma/CPP/7zip/
7zip.mak 56 $(WIN_CTRL_OBJS): ../../../Windows/Control/$(*B).cpp
184 {../../../Windows/Control}.cpp{$O}.obj::

Completed in 1336 milliseconds

1 2 3 4 5 67 8 91011>>