| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | state_machine.h | 2 * wpa_supplicant/hostapd - State machine definitions 9 * implement a state machine. In addition to including this header file, each 10 * file implementing a state machine must define STATE_MACHINE_DATA to be the 24 * SM_STATE - Declaration of a state machine function 25 * @machine: State machine name 26 * @state: State machine state 28 * This macro is used to declare a state machine function. It is used in place 32 #define SM_STATE(machine, state) \ argument 33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \ 37 * SM_ENTRY - State machine function entry point [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | state_machine.h | 2 * wpa_supplicant/hostapd - State machine definitions 9 * implement a state machine. In addition to including this header file, each 10 * file implementing a state machine must define STATE_MACHINE_DATA to be the 24 * SM_STATE - Declaration of a state machine function 25 * @machine: State machine name 26 * @state: State machine state 28 * This macro is used to declare a state machine function. It is used in place 32 #define SM_STATE(machine, state) \ argument 33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \ 37 * SM_ENTRY - State machine function entry point [all …]
|
| /third_party/elfutils/tests/ |
| D | saridx.c | 32 #define MACHINE(name) [name] = #name macro 33 MACHINE (EM_NONE), 34 MACHINE (EM_M32), 35 MACHINE (EM_SPARC), 36 MACHINE (EM_386), 37 MACHINE (EM_68K), 38 MACHINE (EM_88K), 39 MACHINE (EM_860), 40 MACHINE (EM_MIPS), 41 MACHINE (EM_MIPS_RS3_LE), [all …]
|
| /third_party/python/Lib/test/ |
| D | test_netrc.py | 28 machine host.domain.com password pass1 login log1 account acct1 36 machine host.domain.com login log1 password pass1 account acct1 62 "machine host.domain.com", 63 "machine host.domain.com login", 64 "machine host.domain.com account", 65 "machine host.domain.com password", 66 "machine host.domain.com login \"\" account", 67 "machine host.domain.com login \"\" password", 68 "machine host.domain.com account \"\" password" 89 "machine host.domain.com invalid", [all …]
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_compute.c | 38 struct tgsi_exec_machine *machine, in cs_prepare() argument 48 * Bind tokens/shader to the interpreter's machine state. in cs_prepare() 50 tgsi_exec_machine_bind_shader(machine, in cs_prepare() 54 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) { in cs_prepare() 55 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID]; in cs_prepare() 57 machine->SystemValue[i].xyzw[0].i[j] = local_x + j; in cs_prepare() 58 machine->SystemValue[i].xyzw[1].i[j] = local_y; in cs_prepare() 59 machine->SystemValue[i].xyzw[2].i[j] = local_z; in cs_prepare() 63 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) { in cs_prepare() 64 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE]; in cs_prepare() [all …]
|
| D | sp_fs_exec.c | 55 struct tgsi_exec_machine *machine, in exec_prepare() argument 61 * Bind tokens/shader to the interpreter's machine state. in exec_prepare() 63 tgsi_exec_machine_bind_shader(machine, in exec_prepare() 106 /* TODO: hide the machine struct in here somewhere, remove from this 111 struct tgsi_exec_machine *machine, in exec_run() argument 118 &machine->QuadPos); in exec_run() 121 machine->Face = (float) (quad->input.facing * -2 + 1); in exec_run() 123 machine->NonHelperMask = quad->inout.mask; in exec_run() 124 quad->inout.mask &= tgsi_exec_machine_run( machine, 0 ); in exec_run() 141 sizeof(machine->Outputs[i])); in exec_run() [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_vs_exec.c | 52 struct tgsi_exec_machine *machine; member 75 if (evs->machine->Tokens != shader->state.tokens) { in vs_exec_prepare() 76 tgsi_exec_machine_bind_shader(evs->machine, in vs_exec_prepare() 102 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local 108 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS, in vs_exec_run_linear() 112 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear() 113 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear() 115 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear() 137 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear() 138 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear() [all …]
|
| D | draw_gs.c | 85 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_outputs() local 94 unsigned num_verts_per_prim = machine->Primitives[stream][prim_idx]; in tgsi_fetch_gs_outputs() 95 unsigned prim_offset = machine->PrimitiveOffsets[stream][prim_idx]; in tgsi_fetch_gs_outputs() 97 machine->Primitives[stream][prim_idx]; in tgsi_fetch_gs_outputs() 106 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0]; in tgsi_fetch_gs_outputs() 107 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0]; in tgsi_fetch_gs_outputs() 108 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0]; in tgsi_fetch_gs_outputs() 109 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0]; in tgsi_fetch_gs_outputs() 133 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_input() local 136 int primid_sv = machine->SysSemanticToIndex[TGSI_SEMANTIC_PRIMID]; in tgsi_fetch_gs_input() [all …]
|
| /third_party/rust/rust/tests/ui/rfcs/rfc-2528-type-changing-struct-update/ |
| D | type-generic-update.rs | 4 struct Machine<'a, S, M> { struct 18 let m1: Machine<State1, Message1> = Machine { in update() argument 25 let m2: Machine<State2, Message1> = Machine { in update() 30 let m3: Machine<State2, Message2> = Machine { in update() 38 let m1: Machine<f64, f64> = Machine { in fail_update() 45 let m2: Machine<i32, f64> = Machine { in fail_update() 50 let m3 = Machine::<i32, i32> { in fail_update()
|
| D | lifetime-update.rs | 5 struct Machine<'a, S> { struct 18 let m1: Machine<State1> = Machine { in update_to_state2() argument 27 let m3: Machine<'static, State1> = Machine { in update_to_state2() 32 let m4: Machine<'static, State2> = Machine { in update_to_state2() 38 let m2: Machine<'static, State1> = Machine { in update_to_state2()
|
| D | type-generic-update.stderr | 5 | ^^ expected `Machine<'_, i32, f64>`, found `Machine<'_, f64, f64>` 7 = note: expected struct `Machine<'_, i32, _>` 8 found struct `Machine<'_, f64, _>` 14 | ^^ expected `Machine<'_, i32, i32>`, found `Machine<'_, f64, f64>` 16 = note: expected struct `Machine<'_, i32, i32>` 17 found struct `Machine<'_, f64, f64>`
|
| /third_party/openssl/ssl/statem/ |
| D | README.md | 1 State Machine Design 5 state machine code to aid future maintenance. 7 The state machine code replaces an older state machine present in OpenSSL 8 versions 1.0.2 and below. The new state machine has the following objectives: 25 - Control complexity: only the state machine can change state: keep all 26 the state changes local to the state machine component 28 The message flow state machine is divided into a reading sub-state machine and a 29 writing sub-state machine. See the source comments in statem.c for a more 32 Conceptually the state machine component is designed as follows: 42 | Core state machine code | [all …]
|
| /third_party/ltp/testcases/network/multicast/mc_commo/ |
| D | README.1st | 1 This test requires two machines on the same subnet. Each machine must have the same 2 path setup for the test, i.e. if Machine A has "/testcases/mc_commo" for the files, then 3 Machine B must also have the same path setup. Machine B would be exported as the 4 RHOST on Machine A, i.e. 'export RHOST=<Machine B hostname>'. If this 6 the machine specified as the RHOST must have a ".rhosts" file in root's home 7 directory with the hostname of the local machine that's running the test. This is to
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| D | eap.h | 2 * EAP peer state machine functions (RFC 4137) 29 * enum eapol_bool_var - EAPOL boolean state variables for EAP state machine 31 * These variables are used in the interface between EAP peer state machine and 34 * EAP state machine to get and set the variables. 40 * EAP state machine reads and writes this value. 47 * Set to true in lower layer, false in EAP state machine. 54 * EAP state machine writes this value. 61 * Set to true in EAP state machine, false in lower layer. 68 * Set to true in EAP state machine, false in lower layer. 75 * Set to true in lower layer, false in EAP state machine. [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| D | eap.h | 2 * EAP peer state machine functions (RFC 4137) 29 * enum eapol_bool_var - EAPOL boolean state variables for EAP state machine 31 * These variables are used in the interface between EAP peer state machine and 34 * EAP state machine to get and set the variables. 40 * EAP state machine reads and writes this value. 47 * Set to TRUE in lower layer, FALSE in EAP state machine. 54 * EAP state machine writes this value. 61 * Set to TRUE in EAP state machine, FALSE in lower layer. 68 * Set to TRUE in EAP state machine, FALSE in lower layer. 75 * Set to TRUE in lower layer, FALSE in EAP state machine. [all …]
|
| /third_party/rust/rust/src/tools/miri/src/concurrency/ |
| D | sync.rs | 209 this.deref_operand_and_offset(lock_op, offset, lock_layout, this.machine.layouts.u32)?; in get_or_create_id() 215 &ImmTy::from_uint(0u32, this.machine.layouts.u32), in get_or_create_id() 236 if let Some(reader) = this.machine.threads.sync.rwlocks[id].reader_queue.pop_front() { in rwlock_dequeue_and_lock_reader() 250 if let Some(writer) = this.machine.threads.sync.rwlocks[id].writer_queue.pop_front() { in rwlock_dequeue_and_lock_writer() 264 if let Some(thread) = this.machine.threads.sync.mutexes[id].queue.pop_front() { in mutex_dequeue_and_lock() 324 let next_index = this.machine.threads.sync.mutexes.next_index(); in mutex_get_or_create() 328 let new_index = this.machine.threads.sync.mutexes.push(Default::default()); in mutex_get_or_create() 338 this.machine.threads.sync.mutexes[id].owner.unwrap() in mutex_get_owner() 345 this.machine.threads.sync.mutexes[id].owner.is_some() in mutex_is_locked() 351 let mutex = &mut this.machine.threads.sync.mutexes[id]; in mutex_lock() [all …]
|
| /third_party/rust/rust/compiler/rustc_parse/src/ |
| D | errors.rs | 39 applicability = "machine-applicable" 71 #[suggestion(style = "short", code = "", applicability = "machine-applicable")] 82 #[suggestion(parse_parentheses_suggestion, code = "", applicability = "machine-applicable")] 102 #[suggestion(code = "", applicability = "machine-applicable")] 121 applicability = "machine-applicable", 125 #[suggestion(parse_use_let_not_auto, applicability = "machine-applicable", code = "let")] 127 #[suggestion(parse_use_let_not_var, applicability = "machine-applicable", code = "let")] 146 applicability = "machine-applicable", 175 applicability = "machine-applicable", 182 applicability = "machine-applicable", [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | Passes.h | 45 /// MachineFunctionPrinter pass - This pass prints out the machine function to 78 /// MachineDominators - This pass is a machine dominators analysis pass. 81 /// MachineDominanaceFrontier - This pass is a machine dominators analysis pass. 84 /// MachineRegionInfo - This pass computes SESE regions for machine functions. 87 /// EdgeBundles analysis - Bundle machine CFG edges. 91 /// variable is life and sets machine operand kill flags. 94 /// PHIElimination - This pass eliminates machine instruction PHI nodes 118 /// MachineScheduler - This pass schedules machine instructions. 121 /// PostMachineScheduler - This pass schedules machine instructions postRA. 147 /// machine basic blocks. [all …]
|
| /third_party/rust/rust/src/tools/miri/src/ |
| D | machine.rs | 1 //! Global machine state as well as implementation of the interpreter engine 2 //! `Machine` trait. 100 /// Memory for args, errno, and other parts of the machine-managed environment. 102 Machine, enumerator 103 /// Memory allocated by the runtime (e.g. env vars). Separate from `Machine` 122 MemoryKind::Machine(kind) in from() 132 Machine | Global | ExternStatic | Tls | Mmap => true, in may_leak() 145 Machine => write!(f, "machine-managed memory"), in fmt() 166 // This needs to be `Eq`+`Hash` because the `Machine` trait needs that because validity checking 361 /// The machine itself. [all …]
|
| /third_party/ltp/testcases/network/tcp_cmds/ |
| D | README | 5 of the remote machine, i.e. 10 machine. So if pan's root path is "/home/ltptests" on the test machine, then 11 it must also be located in "/home/ltptests" on the remote machine (RHOST). 14 machine, b/c some tests use this also. You will also need to setup a ".rhosts" file in 15 root's home directory on the remote machine, with the name of the local machine listed.
|
| /third_party/ltp/testcases/network/nfsv4/locks/ |
| D | locktests.py | 31 class Machine: class 44 class Client(Machine): 46 def __init__(self, machine): argument 48 self.machine=machine 52 self.command="ssh "+user+"@"+self.machine+" "+self.command 73 command="scp "+fichier+" "+user+"@"+self.machine+":"+path 77 class Serveur(Machine): 102 print("-c <machine> : host list to deploy/run/clean the test") 103 print("-s <machine> : NFS server to use to setup the test") 104 print("-n <num> : number of processes each test machine will lauch to perform the test") [all …]
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLOPT_NETRC.md | 43 Only machine name, username and password are taken into account (init macros 60 after that *machine*, which ever information is not specified. 67 and password after that *machine*, which ever information is not 72 The **.netrc** file format is simple: you specify lines with a machine name 73 and follow the login and password that are associated with that machine. 81 ## machine \<name\> 84 file for a machine token that matches the hostname specified in the URL. Once 86 file is reached or another "machine" is encountered. 90 This is the same as machine name except that default matches any name. There 91 can be only one default token, and it must be after all machine tokens. To [all …]
|
| /third_party/rust/rust/src/tools/miri/src/borrow_tracker/ |
| D | mod.rs | 197 pub fn new_frame(&mut self, machine: &MiriMachine<'_, '_>) -> FrameState { in new_frame() 201 machine.emit_diagnostic(NonHaltingDiagnostic::CreatedCallId(call_id)); in new_frame() 207 pub fn end_call(&mut self, frame: &machine::FrameExtra<'_>) { in end_call() 218 pub fn base_ptr_tag(&mut self, id: AllocId, machine: &MiriMachine<'_, '_>) -> BorTag { in base_ptr_tag() 222 machine.emit_diagnostic(NonHaltingDiagnostic::CreatedPointerTag( in base_ptr_tag() 261 kind: MemoryKind<machine::MiriMemoryKind>, in new_allocation() 262 machine: &MiriMachine<'_, '_>, in new_allocation() 267 id, alloc_size, self, kind, machine, in new_allocation() 271 id, alloc_size, self, kind, machine, in new_allocation() 285 let method = this.machine.borrow_tracker.as_ref().unwrap().borrow().borrow_tracker_method; in retag_ptr_value() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | COFFImportFile.cpp | 32 static bool is32bit(MachineTypes Machine) { in is32bit() argument 33 switch (Machine) { in is32bit() 35 llvm_unreachable("unsupported machine"); in is32bit() 45 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation() argument 46 switch (Machine) { in getImgRelRelocation() 48 llvm_unreachable("unsupported machine"); in getImgRelRelocation() 93 MachineTypes Machine, bool MinGW) { in getNameType() argument 104 if (Machine == IMAGE_FILE_MACHINE_I386 && Sym.startswith("_")) in getNameType() 140 MachineTypes Machine; member in llvm::object::__anonad251dbb0111::ObjectFactory 149 : Machine(M), ImportName(S), Library(S.drop_back(4)), in ObjectFactory() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/ |
| D | MIParser.h | 1 //===- MIParser.h - Machine Instructions Parser -----------------*- C++ -*-===// 9 // This file declares the function that parses the machine instructions. 186 /// Parse the machine basic block definitions, and skip the machine 189 /// This function runs the first parsing pass on the machine function's body. 190 /// It parses only the machine basic block definitions and creates the machine 191 /// basic blocks in the given machine function. 193 /// The machine instructions aren't parsed during the first pass because all 194 /// the machine basic blocks aren't defined yet - this makes it impossible to 195 /// resolve the machine basic block references. 201 /// Parse the machine instructions. [all …]
|