Home
last modified time | relevance | path

Searched defs:Control (Results 1 – 25 of 29) sorted by relevance

12

/external/libvpx/libvpx/test/
Dencode_test_driver.h111 void Control(int ctrl_id, int arg) { in Control() function
116 void Control(int ctrl_id, int *arg) { in Control() function
121 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { in Control() function
126 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { in Control() function
131 void Control(int ctrl_id, struct vpx_svc_parameters *arg) { in Control() function
136 void Control(int ctrl_id, vpx_active_map_t *arg) { in Control() function
Ddecode_test_driver.h63 void Control(int ctrl_id, int arg) { Control(ctrl_id, arg, VPX_CODEC_OK); } in Control() function
65 void Control(int ctrl_id, const void *arg) { in Control() function
71 void Control(int ctrl_id, int arg, vpx_codec_err_t expected_value) { in Control() function
/external/v8/src/wasm/
Dfunction-body-decoder.cc103 struct Control { struct
104 const byte* pc;
105 ControlKind kind;
106 size_t stack_depth; // stack height at the beginning of the construct.
107 SsaEnv* end_env; // end environment for the construct.
108 SsaEnv* false_env; // false environment (only for if).
109 TryInfo* try_info; // Information used for compiling try statements.
110 int32_t previous_catch; // The previous Control (on the stack) with a catch.
111 bool unreachable; // The current block has been ended.
114 MergeValues merge;
[all …]
Dwasm-interpreter.cc715 struct Control { in ControlTransfers() struct
716 const byte* pc; in ControlTransfers()
717 CLabel* end_label; in ControlTransfers()
718 CLabel* else_label; in ControlTransfers()
720 void Ref(ControlTransferMap* map, const byte* start, in ControlTransfers()
/external/python/cpython2/Tools/msi/
Duisample.py115 Control = [ variable
Dschema.py169 Control = Table('Control') variable
Dmsilib.py593 class Control: class
/external/drm_hwcomposer/tests/
Dworker_test.cpp37 void Control(bool enable) { in Control() function
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/
Dir3-notes.rst186 .. _`register groups`:
/external/swiftshader/src/Shader/
DVertexProgram.hpp63 typedef Shader::Control Control; typedef in sw::VertexProgram
DPixelProgram.hpp102 typedef Shader::Control Control; typedef in sw::PixelProgram
DShaderCore.hpp218 typedef Shader::Control Control; typedef in sw::ShaderCore
DShader.hpp281 enum Control enum in sw::Shader
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp306 void Terminate(Node Effect, Node Control) { in Terminate()
321 CfgNode *Control = Controls[i]; in Merge() local
327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi()
356 Node EffectPhi(uint32_t Count, Node *Effects, Node Control) { in EffectPhi()
1268 CfgNode *Control() { in Control() function in IceBuilder
1275 void set_control_ptr(Node *Control) { this->ControlPtr = Control; } in set_control_ptr()
/external/v8/src/compiler/
Dschedule.h35 enum Control { in NON_EXPORTED_BASE() enum
Dwasm-compiler.h216 Node* Control() { return *control_; } in Control() function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac_float_type.h21 static inline int16_t Control(instance_type* inst, in Control() function
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java159 private static class Control { class in CollationThreadTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java160 private static class Control { class in CollationThreadTest
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h23 static inline int16_t Control(instance_type* inst, in Control() function
/external/python/cpython2/Lib/msilib/
Dschema.py169 Control = Table('Control') variable
D__init__.py414 class Control: class
/external/clang/lib/CodeGen/
DCGBuiltin.cpp7729 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff0c); in EmitSystemZBuiltinExpr() local
7735 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff0c); in EmitSystemZBuiltinExpr() local
7741 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff08); in EmitSystemZBuiltinExpr() local
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defi_pxe.h927 PXE_CONTROL Control; member
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiPxe.h874 PXE_CONTROL Control; member

12