Searched refs:gate (Results 1 - 22 of 22) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c200 ** Description This function will allocate the gate if any specified or an
201 ** available generic gate for the app to provide an entry point
203 ** communication with other host. When the gate is
205 ** with NFA_HCI_ALLOCATE_GATE_EVT with the gate id. The allocated
209 ** NFA_STATUS_FAILED if no generic gate is available
212 tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate) argument
222 if ( (gate)
223 &&((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (gate > NFA_HCI_LAST_PROP_GATE) || (gate
258 NFA_HciDeallocGate(tNFA_HANDLE hci_handle, UINT8 gate) argument
888 NFA_HciAddStaticPipe(tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe) argument
[all...]
H A Dnfa_hci_act.c428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id;
442 /* Loop through all pipes that are connected to connectivity gate */
477 ** Description action function to allocate gate
488 p_gate = nfa_hciu_alloc_gate (p_evt_data->gate_info.gate, app_handle);
494 /* No app owns the gate yet */
499 /* Some other app owns the gate */
501 NFA_TRACE_ERROR1 ("nfa_hci_api_alloc_gate (): The Gate (0X%02x) already taken!", p_evt_data->gate_info.gate);
505 evt_data.allocated.gate = p_gate ? p_gate->gate_id : 0;
516 ** Description action function to deallocate the given generic gate
532 gate_id = p_evt_data->gate_dealloc.gate;
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h45 #define NFA_HCI_ALLOCATE_GATE_EVT 0x03 /* A generic gate allocated to the application */
46 #define NFA_HCI_DEALLOCATE_GATE_EVT 0x04 /* A generic gate is released */
84 UINT8 local_gate; /* local gate id */
86 UINT8 dest_gate; /* Peer gate to which this pipe is connected */
111 UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the application */ member in struct:__anon24031
119 tNFA_STATUS status; /* Status of response to allocate gate request */
120 UINT8 gate; /* The gate allocated to the application */ member in struct:__anon24032
126 tNFA_STATUS status; /* Status of response to deallocate gate request */
127 UINT8 gate; /* Th member in struct:__anon24033
[all...]
/external/dhcpcd/
H A Dconfigure.c444 if (rt->gate.s_addr == INADDR_ANY)
447 else if (rt->gate.s_addr == rt->dest.s_addr &&
453 inet_ntoa(rt->gate));
456 addr, inet_ntocidr(rt->net), inet_ntoa(rt->gate));
495 rt->gate.s_addr == 0)
554 rt->gate.s_addr = 0;
573 r->gate.s_addr = 0;
588 if (rt->gate.s_addr == 0)
615 if (r->gate.s_addr == iface->addr.s_addr &&
617 r->gate
[all...]
H A Dif-bsd.c234 if (rt->gate.s_addr != INADDR_ANY ||
239 if (rt->dest.s_addr == rt->gate.s_addr &&
260 ADDADDR(&rt->gate);
404 COPYOUT(rt.gate, rti_info[RTAX_GATEWAY]);
437 COPYOUT(rt.gate, rti_info[RTAX_BRD]);
439 &rt.dest, &rt.net, &rt.gate);
H A Dif-linux.c256 rt.gate.s_addr = INADDR_ANY;
266 memcpy(&rt.gate.s_addr, RTA_DATA(rta),
267 sizeof(rt.gate.s_addr));
566 if (rt->gate.s_addr == INADDR_ANY ||
567 (rt->gate.s_addr == rt->dest.s_addr &&
583 if (rt->dest.s_addr != rt->gate.s_addr ||
586 &rt->gate.s_addr, sizeof(rt->gate.s_addr));
H A Dnet.h85 struct in_addr gate; member in struct:rt
H A Ddhcp.c596 memcpy(&rt->gate.s_addr, p, 4);
822 memcpy(&route->gate.s_addr, p, 4);
838 memcpy(&route->gate.s_addr, p, 4);
H A Dif-options.c667 parse_addr(&rt->gate, NULL, np) == -1)
682 if (parse_addr(&rt->gate, NULL, p) == -1)
/external/qemu/hw/timer/
H A Di8254.c48 uint8_t gate; /* timer start */ member in struct:PITChannelState
190 if (s->gate < val) {
198 if (s->gate < val) {
206 s->gate = val;
212 return s->gate;
411 qemu_put_8s(f, &s->gate);
442 qemu_get_8s(f, &s->gate);
461 s->gate = (i != 2);
484 s->gate = 1;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm24 ; DPMI, and called through a call-gate from ring-3.
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
H A Ddigital_agc.c315 int16_t gate, gain_adj; local
494 gate = 1000 + zeros_fast - zeros - stt->vadNearend.stdShortTerm;
496 if (gate < 0)
502 gate = (int16_t)WEBRTC_SPL_RSHIFT_W32((int32_t)gate + tmp32, 3);
503 stt->gatePrevious = gate;
505 // gate < 0 -> no gate
506 // gate > 2500 -> max gate
[all...]
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-example-membrane.js195 var gate = Object.freeze({
202 gate: gate
247 m.gate.disable();
265 m.gate.enable();
425 var gate = Object.freeze({
434 return Object.freeze({ wrapper: asDry(wetTarget), gate: gate });
494 m.gate.revoke()
/external/webrtc/src/modules/audio_processing/agc/
H A Ddigital_agc.c320 WebRtc_Word16 gate, gain_adj; local
489 gate = 1000 + zeros_fast - zeros - stt->vadNearend.stdShortTerm;
491 if (gate < 0)
497 gate = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32)gate + tmp32, 3);
498 stt->gatePrevious = gate;
500 // gate < 0 -> no gate
501 // gate > 2500 -> max gate
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c8946 Bool gate = False; local
8957 gate = True;
8969 gate = True;
8973 if (gate) {
9004 Bool gate = False; local
9014 gate = True;
9025 gate = True;
9029 if (gate) {
9066 Bool gate = False; local
9078 gate
9125 Bool gate = False; local
9183 Bool gate = False; local
9241 Bool gate = False; local
9305 Bool gate = False; local
9366 Bool gate = False; local
9415 Bool gate = False; local
9465 Bool gate = False; local
9515 Bool gate = False; local
9565 Bool gate = False; local
9614 Bool gate = False; local
9664 Bool gate = False; local
9714 Bool gate = False; local
9764 Bool gate = False; local
9809 Bool gate = False; local
9854 Bool gate = False; local
9899 Bool gate = False; local
9944 Bool gate = False; local
9989 Bool gate = False; local
10034 Bool gate = False; local
10079 Bool gate = False; local
10124 Bool gate = False; local
10171 Bool gate = False; local
10240 Bool gate = False; local
10308 Bool gate = False; local
10383 Bool gate = False, isAD = False; local
10462 Bool gate = False, isAD = False; local
10552 Bool gate = False; local
10622 Bool gate = False; local
10697 Bool gate = False; local
10770 Bool gate = False; local
10856 Bool gate = False; local
10920 Bool gate = False; local
10972 Bool gate = False; local
11023 Bool gate = False; local
11082 Bool gate = False; local
11133 Bool gate = False; local
11192 Bool gate = False; local
11237 Bool gate = False; local
11282 Bool gate = False; local
11327 Bool gate = False; local
11372 Bool gate = False; local
11417 Bool gate = False; local
11486 Bool gate = False; local
11554 Bool gate = False; local
11632 Bool gate = False; local
11708 Bool gate = False; local
11782 Bool gate = False; local
11827 Bool gate = False; local
11902 Bool gate = False; local
11999 Bool gate = False; local
12096 Bool gate = False; local
12193 Bool gate = False; local
12290 Bool gate = False; local
12336 Bool gate = False; local
12393 Bool gate = False; local
12482 Bool gate = False; local
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h38 #define NFA_HCI_LAST_HOST_SPECIFIC_GATE 0xEF /* Lost host specific gate */
55 #define NFA_HCI_STATE_REMOVE_GATE 0x05 /* Removing all pipes prior to removing the gate */
78 NFA_HCI_API_GET_APP_GATE_PIPE_EVT, /* Get the list of gate and pipe associated to the application */
79 NFA_HCI_API_ALLOC_GATE_EVT, /* Allocate a dyanmic gate for the application */
80 NFA_HCI_API_DEALLOC_GATE_EVT, /* Deallocate a previously allocated gate to the application */
139 UINT8 gate; member in struct:__anon24174
147 UINT8 gate; member in struct:__anon24175
223 UINT8 gate; member in struct:__anon24183
295 tNFA_HCI_API_ALLOC_GATE gate_info; /* Allocate a dynamic gate to the application */
296 tNFA_HCI_API_DEALLOC_GATE gate_dealloc; /* Deallocate the gate allocate
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h238 __u8 gate; member in struct:kvm_pit_channel_state
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
H A Dkvm.h238 __u8 gate; member in struct:kvm_pit_channel_state
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h215 __u8 gate; member in struct:kvm_pit_channel_state
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h215 __u8 gate; member in struct:kvm_pit_channel_state
/external/oprofile/events/mips/74K/
H A Devents29 event:0xb counters:0,2 um:zero minimum:500 name:IFU_IDU_MISS_PRED_UPSTREAM_CYCLES : 11-0 Cycles IFU-IDU gate is closed (to prevent upstream from getting ahead) due to mispredicted branch
30 event:0xc counters:0,2 um:zero minimum:500 name:IFU_IDU_CLOGED_DOWNSTREAM_CYCLES : 12-0 Cycles IFU-IDU gate is closed (waiting for downstream to unclog) due to MTC0/MFC0 sequence in pipe, EHB, or blocked DD, DR, or DS
105 event:0x40b counters:1,3 um:zero minimum:500 name:IFU_IDU_NO_FETCH_CYCLES : 11-1 Cycles IFU-IDU gate open but no instructions fetched by IFU
/external/blktrace/btt/doc/
H A Dbtt.tex481 xmgrace\footnote{\texttt{http://plasma-gate.weizmann.ac.il/Grace/}

Completed in 457 milliseconds