/third_party/alsa-utils/alsamixer/ |
D | mixer_controls.h | 6 struct control { struct 30 extern struct control *controls; argument
|
D | mixer_widget.c | 250 static void change_enum_to_percent(struct control *control, int value) in change_enum_to_percent() 278 static void change_enum_relative(struct control *control, int delta) in change_enum_relative() 304 static void change_volume_to_percent(struct control *control, int value, unsigned int channels) in change_volume_to_percent() 329 static void change_volume_relative(struct control *control, int delta, unsigned int channels) in change_volume_relative() 362 struct control *control; in change_control_to_percent() local 376 struct control *control; in change_control_relative() local 390 struct control *control; in toggle_switches() local 445 struct control *control; in balance_volumes() local 474 struct control *control; in on_mouse_key() local
|
D | mixer_controls.c | 200 static void create_name(struct control *control) in create_name() 215 static unsigned int create_controls_for_elem(snd_mixer_elem_t *elem, struct control *control) in create_controls_for_elem() 495 struct control *control; in create_controls() local
|
/third_party/musl/src/thread/ |
D | pthread_once.c | 3 static void undo(void *control) in undo() 11 hidden int __pthread_once_full(pthread_once_t *control, void (*init)(void)) in __pthread_once_full() 40 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once() 50 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_once.c | 3 static void undo(void *control) in undo() 11 hidden int __pthread_once_full(pthread_once_t *control, void (*init)(void)) in __pthread_once_full() 40 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once() 50 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once()
|
/third_party/pulseaudio/src/pulsecore/ |
D | once.c | 31 bool pa_once_begin(pa_once *control) { in pa_once_begin() 54 void pa_once_end(pa_once *control) { in pa_once_end() 67 void pa_run_once(pa_once *control, pa_once_func_t func) { in pa_run_once()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-type-hint-lowering.cc | 69 Node* effect, Node* control, FeedbackSlot slot) in JSSpeculativeBinopBuilder() 278 const Operator* op, Node* operand, Node* effect, Node* control, in ReduceUnaryOperation() 348 const Operator* op, Node* left, Node* right, Node* effect, Node* control, in ReduceBinaryOperation() 426 Node* effect, Node* control, FeedbackSlot slot) const { in ReduceForInNextOperation() 437 Node* control, in ReduceForInPrepareOperation() 448 Node* input, Node* effect, Node* control, FeedbackSlot slot) const { in ReduceToNumberOperation() 463 Node* control, FeedbackSlot slot) const { in ReduceCallOperation() 476 Node* control, FeedbackSlot slot) const { in ReduceConstructOperation() 490 Node* control, in ReduceGetIteratorOperation() 508 const Operator* op, Node* effect, Node* control, FeedbackSlot slot) const { in ReduceLoadNamedOperation() [all …]
|
D | js-type-hint-lowering.h | 64 Node* control() const { return control_; } in control() function 73 Node* control) { in SideEffectFree() 86 static LoweringResult Exit(Node* control) { in Exit() 95 Node* control) in LoweringResult()
|
D | js-create-lowering.cc | 116 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreate() local 152 Node* const control = graph()->start(); in ReduceJSCreateArguments() local 388 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreateGeneratorObject() local 467 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() local 525 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() local 572 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() local 749 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateArrayIterator() local 779 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateAsyncFunctionObject() local 855 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCollectionIterator() local 890 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBoundFunction() local [all …]
|
D | dead-code-elimination.cc | 82 Node* control = NodeProperties::GetControlInput(node); in PropagateDeadControl() local 190 Node* control = NodeProperties::GetControlInput(node, 0); in RemoveLoopExit() local 249 Node* control = NodeProperties::GetControlInput(merge, i); in ReduceEffectPhi() local 298 Node* control = node->op()->ControlInputCount() == 1 in ReduceEffectNode() local 324 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceDeoptimizeOrReturnOrTerminateOrTailCall() local 339 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceLoopExit() local
|
D | property-access-builder.cc | 58 Control control) { in TryBuildStringCheck() 73 Control control) { in TryBuildNumberCheck() 85 Control control, in BuildCheckMaps() 112 Control control, in BuildCheckValue() 222 Node** control) { in BuildLoadDataField() 281 Node* lookup_start_object, Node** effect, Node** control) { in BuildLoadDataField()
|
D | common-operator-reducer.cc | 127 Node* const control = node->InputAt(1); in ReduceBranch() local 151 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() local 203 Node* const control = branch->InputAt(1); in ReduceMerge() local 321 Node* control = NodeProperties::GetControlInput(node); in ReduceReturn() local 435 Node* const control = node->InputAt(1); in ReduceSwitch() local 495 Node* control = graph()->NewNode(common()->Throw(), effect, trap); in ReduceTrapConditional() local
|
D | js-native-context-specialization.cc | 221 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAsyncFunctionEnter() local 258 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAsyncFunctionReject() local 294 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAsyncFunctionResolve() local 391 Control control = n.control(); in ReduceJSInstanceOf() local 668 Control control{NodeProperties::GetControlInput(node)}; in ReduceJSPromiseResolve() local 702 Control control{NodeProperties::GetControlInput(node)}; in ReduceJSResolvePromise() local 793 Node* control = NodeProperties::GetControlInput(node); in ReduceGlobalAccess() local 1023 Control control = n.control(); in ReduceJSStoreGlobal() local 1066 Control control{NodeProperties::GetControlInput(node)}; in ReduceNamedAccess() local 1455 Control control = n.control(); in ReduceJSGetIterator() local [all …]
|
D | map-inference.cc | 99 Control control, in InsertMapChecks() 121 Control control, const FeedbackSource& feedback) { in RelyOnMapsPreferStability() 131 Control control, in RelyOnMapsHelper()
|
D | js-typed-lowering.cc | 389 Node* control() { return NodeProperties::GetControlInput(node_); } in control() function in v8::internal::compiler::JSBinopReduction 587 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAdd() local 1115 Node* control = NodeProperties::GetControlInput(node); in ReduceJSToObject() local 1195 Node* control = NodeProperties::GetControlInput(node); in ReduceJSHasInPrototypeChain() local 1362 Node* control = graph()->start(); in ReduceJSHasContextExtension() local 1392 Node* control = graph()->start(); in ReduceJSLoadContext() local 1413 Node* control = graph()->start(); in ReduceJSStoreContext() local 1434 Node* control = NodeProperties::GetControlInput(node); in BuildGetModuleCell() local 1469 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadModule() local 1484 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreModule() local [all …]
|
D | js-intrinsic-lowering.cc | 125 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow() local 144 Node* const control = NodeProperties::GetControlInput(node); in ReduceCreateJSGeneratorObject() local 155 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorClose() local 229 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetResumeMode() local 245 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType() local
|
D | verifier.cc | 204 Node* control = NodeProperties::GetControlInput(node, i); in Check() local 325 Node* control = NodeProperties::GetControlInput(node, 0); in Check() local 477 Node* control = NodeProperties::GetControlInput(node, 0); in Check() local 497 Node* control = NodeProperties::GetControlInput(node, 0); in Check() local 2103 Node* control = NodeProperties::GetControlInput(phi); in Run() local 2117 Node* control = block->control_input(); in Run() local
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 191 private Control control; field in CollationThreadTest.Test 194 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test() 226 private void runThreads(Thread[] threads, Control control) { in runThreads() 257 final Control control = new Control(); in testThreads() local 282 Control control = new Control(); in testFrozen() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationThreadTest.java | 194 private Control control; field in CollationThreadTest.Test 197 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test() 229 private void runThreads(Thread[] threads, Control control) { in runThreads() 260 final Control control = new Control(); in testThreads() local 285 Control control = new Control(); in testFrozen() local
|
/third_party/python/Doc/library/ |
D | turtle.rst | 797 Drawing state 889 Color control 1021 Filling 1068 More drawing control
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_CTRL.c | 39 struct v4l2_control control; in do_get_control() local 148 struct v4l2_control control; in test_VIDIOC_G_CTRL_NULL() local 191 struct v4l2_control control; in do_set_control() local 526 struct v4l2_control control; in do_set_control_value() local 601 struct v4l2_control control; in do_set_control_invalid() local
|
/third_party/node/deps/npm/node_modules/wcwidth/test/ |
D | index.js | 54 control: 1 property 61 control: -1 property
|
/third_party/mesa3d/src/util/ |
D | debug.c | 31 const struct debug_control *control) in parse_debug_string() 59 const struct debug_control *control) in parse_enable_string()
|
/third_party/alsa-lib/src/control/ |
D | cards.c | 42 static int snd_card_load2(const char *control) in snd_card_load2() 64 char control[sizeof(SND_FILE_CONTROL) + 10]; in snd_card_load1() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | pluralmaptest.cpp | 142 PluralMapForPluralMapTest control; in TestEqual() local 166 PluralMapForPluralMapTest control; in TestCopyAndAssign() local
|