Searched defs:gate (Results 1 - 10 of 10) sorted by relevance

/external/dhcpcd/
H A Dnet.h85 struct in_addr gate; member in struct:rt
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c199 ** Description This function will allocate an available generic gate for
202 ** When the generic gate is allocated (or if an error occurs),
204 ** the gate id. The allocated Gate information will be stored in
208 ** NFA_STATUS_FAILED if no generic gate is available
223 /* Request HCI to allocate a gate to the application */
240 ** Description This function will release the specified gate that was
242 ** gate is released (or if an error occurs), the app will be
243 ** notified with NFA_HCI_DEALLOCATE_GATE_EVT with the gate id.
249 tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE hci_handle, UINT8 gate) argument
259 if ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GAT
879 NFA_HciAddStaticPipe(tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe) argument
[all...]
/external/qemu/hw/
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/kernel-headers/original/asm-x86/
H A Ddesc_32.h53 #define DESCTYPE_TASK 0x85 /* present, system, DPL-0, task gate */
54 #define DESCTYPE_INT 0x8e /* present, system, DPL-0, interrupt gate */
55 #define DESCTYPE_TRAP 0x8f /* present, system, DPL-0, trap gate */
146 static inline void _set_gate(int gate, unsigned int type, void *addr, unsigned short seg) argument
150 write_idt_entry(idt_table, gate, a, b);
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h44 #define NFA_HCI_ALLOCATE_GATE_EVT 0x03 /* A generic gate allocated to the application */
45 #define NFA_HCI_DEALLOCATE_GATE_EVT 0x04 /* A generic gate is released */
83 UINT8 local_gate; /* local gate id */
85 UINT8 dest_gate; /* Peer gate to which this pipe is connected */
110 UINT8 gate[NFA_HCI_MAX_GATE_CB]; member in struct:__anon7578
118 UINT8 gate; member in struct:__anon7579
125 UINT8 gate; member in struct:__anon7580
342 ** Description This function will allocate an available generic gate for
345 ** When the generic gate is allocated (or if an error occurs),
347 ** the gate i
[all...]
/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/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h55 #define NFA_HCI_STATE_REMOVE_GATE 0x05 /* Removing all pipes prior to removing the gate */
77 NFA_HCI_API_GET_APP_GATE_PIPE_EVT, /* Get the list of gate and pipe associated to the application */
78 NFA_HCI_API_ALLOC_GATE_EVT, /* Allocate a dyanmic gate for the application */
79 NFA_HCI_API_DEALLOC_GATE_EVT, /* Deallocate a previously allocated gate to the application */
146 UINT8 gate; member in struct:__anon7719
222 UINT8 gate; member in struct:__anon7727
294 tNFA_HCI_API_ALLOC_GATE gate_info; /* Allocate a dynamic gate to the application */
295 tNFA_HCI_API_DEALLOC_GATE gate_dealloc; /* Deallocate the gate allocated to the application */
322 UINT8 local_gate; /* local gate id */
324 UINT8 dest_gate; /* Peer gate t
[all...]
/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/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c8364 Bool gate = False; local
8375 gate = True;
8387 gate = True;
8391 if (gate) {
8422 Bool gate = False; local
8432 gate = True;
8443 gate = True;
8447 if (gate) {
8484 Bool gate = False; local
8496 gate
8543 Bool gate = False; local
8601 Bool gate = False; local
8659 Bool gate = False; local
8720 Bool gate = False; local
8769 Bool gate = False; local
8819 Bool gate = False; local
8869 Bool gate = False; local
8919 Bool gate = False; local
8968 Bool gate = False; local
9018 Bool gate = False; local
9068 Bool gate = False; local
9118 Bool gate = False; local
9163 Bool gate = False; local
9208 Bool gate = False; local
9253 Bool gate = False; local
9298 Bool gate = False; local
9343 Bool gate = False; local
9388 Bool gate = False; local
9433 Bool gate = False; local
9486 Bool gate = False; local
9555 Bool gate = False; local
9623 Bool gate = False; local
9698 Bool gate = False, isAD = False; local
9777 Bool gate = False, isAD = False; local
9867 Bool gate = False; local
9937 Bool gate = False; local
10010 Bool gate = False; local
10096 Bool gate = False; local
10160 Bool gate = False; local
[all...]

Completed in 146 milliseconds