/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_api.c | 212 tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate) in NFA_HciAllocGate() argument 222 if ( (gate) in NFA_HciAllocGate() 223 …&&((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (gate > NFA_HCI_LAST_PROP_GATE) || (gate =… in NFA_HciAllocGate() 225 NFA_TRACE_API1 ("NFA_HciAllocGate (): Cannot allocate gate:0x%02x", gate); in NFA_HciAllocGate() 229 NFA_TRACE_API2 ("NFA_HciAllocGate (): hci_handle:0x%04x, Gate:0x%02x", hci_handle, gate); in NFA_HciAllocGate() 237 p_msg->gate = gate; in NFA_HciAllocGate() 258 tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE hci_handle, UINT8 gate) in NFA_HciDeallocGate() argument 268 …if ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (gate > NFA_HCI_LAST_PROP_GATE) || (gate … in NFA_HciDeallocGate() 270 NFA_TRACE_API1 ("NFA_HciDeallocGate (): Cannot deallocate the gate:0x%02x", gate); in NFA_HciDeallocGate() 274 NFA_TRACE_API2 ("NFA_HciDeallocGate (): hci_handle:0x%04x, gate:0x%02X", hci_handle, gate); in NFA_HciDeallocGate() [all …]
|
D | nfa_hci_act.c | 428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id; in nfa_hci_api_get_gate_pipe_list() 488 p_gate = nfa_hciu_alloc_gate (p_evt_data->gate_info.gate, app_handle); in nfa_hci_api_alloc_gate() 501 …ERROR1 ("nfa_hci_api_alloc_gate (): The Gate (0X%02x) already taken!", p_evt_data->gate_info.gate); in nfa_hci_api_alloc_gate() 505 evt_data.allocated.gate = p_gate ? p_gate->gate_id : 0; in nfa_hci_api_alloc_gate() 532 gate_id = p_evt_data->gate_dealloc.gate; in nfa_hci_api_dealloc_gate() 543 evt_data.deallocated.gate = gate_id;; in nfa_hci_api_dealloc_gate() 1110 …if ((pg = nfa_hciu_alloc_gate (p_evt_data->add_static_pipe.gate, p_evt_data->add_static_pipe.hci_h… in nfa_hci_api_add_static_pipe() 1116 …pg->gate_id, p_evt_data->add_static_pipe.host, p_evt_data->add_static_pipe.gate) != NFA_HCI_ANY_OK) in nfa_hci_api_add_static_pipe()
|
/external/dhcpcd-6.8.2/ |
D | ipv4.c | 277 rt->gate.s_addr == htonl(INADDR_ANY)) in desc_route() 282 ifname, cmd, addr, inet_ntoa(rt->gate)); in desc_route() 283 else if (rt->gate.s_addr == htonl(INADDR_ANY)) in desc_route() 289 ifname, cmd, inet_ntoa(rt->gate)); in desc_route() 293 inet_ntoa(rt->gate)); in desc_route() 387 ort->gate.s_addr == nrt->gate.s_addr))) in nc_route() 396 ort->gate.s_addr == nrt->gate.s_addr) in nc_route() 466 r->gate.s_addr = INADDR_ANY; in add_subnet_route() 494 r->gate.s_addr = htonl(INADDR_LOOPBACK); in add_loopback_route() 510 if (rt->gate.s_addr == 0) in get_routes() [all …]
|
D | if-bsd.c | 520 COPYOUT(rt->gate, rti_info[RTAX_GATEWAY]); in if_copyrt() 598 if (rt->gate.s_addr != INADDR_ANY || in if_route() 612 rt->gate.s_addr == htonl(INADDR_ANY)) in if_route() 626 } else if (rt->gate.s_addr == htonl(INADDR_LOOPBACK) && in if_route() 649 rt->gate.s_addr != htonl(INADDR_LOOPBACK)) || in if_route() 655 ADDADDR(&rt->gate); in if_route() 909 COPYOUT6(rt->gate, rti_info[RTAX_GATEWAY]); in if_copyrt6() 980 if (IN6_IS_ADDR_UNSPECIFIED(&rt->gate)) { in if_route6() 997 if (IN6_IS_ADDR_UNSPECIFIED(&rt->gate)) { in if_route6() 1001 ADDADDRS(&rt->gate, rt->iface->index); in if_route6() [all …]
|
D | if-linux.c | 427 memcpy(&rt->gate.s_addr, RTA_DATA(rta), in if_copyrt() 428 sizeof(rt->gate.s_addr)); in if_copyrt() 492 memcpy(&rt->gate.s6_addr, RTA_DATA(rta), in if_copyrt6() 493 sizeof(rt->gate.s6_addr)); in if_copyrt6() 1357 else if (rt->gate.s_addr == INADDR_ANY || in if_route() 1358 (rt->gate.s_addr == rt->dest.s_addr && in if_route() 1377 &rt->gate.s_addr, sizeof(rt->gate.s_addr)); in if_route() 1379 if (rt->gate.s_addr != htonl(INADDR_LOOPBACK)) in if_route() 1550 else if (IN6_IS_ADDR_UNSPECIFIED(&rt->gate)) { in if_route6() 1565 if (cmd == RTM_ADD && !IN6_IS_ADDR_UNSPECIFIED(&rt->gate)) in if_route6() [all …]
|
D | ipv6.c | 1740 const char *ifname, *dest, *gate; in desc_route() local 1746 gate = inet_ntop(AF_INET6, &rt->gate, gatebuf, INET6_ADDRSTRLEN); in desc_route() 1747 if (IN6_ARE_ADDR_EQUAL(&rt->gate, &in6addr_any)) in desc_route() 1753 ifname, cmd, gate); in desc_route() 1758 dest, ipv6_prefixlen(&rt->net), gate); in desc_route() 1851 IN6_ARE_ADDR_EQUAL(&ort->gate, &nrt->gate)))) in nc_route() 1947 r->gate = in6addr_loopback; in make_prefix() 1949 r->gate = in6addr_any; in make_prefix() 1963 r->gate = rap->from; in make_router() 2079 !IN6_ARE_ADDR_EQUAL(&rt->gate, &or->gate)) in ipv6_buildroutes()
|
D | ipv4.h | 42 struct in_addr gate; member
|
D | ipv6.h | 140 struct in6_addr gate; member
|
/external/v8/test/mjsunit/es6/ |
D | proxies-example-membrane.js | 73 const gate = Object.freeze({ 80 gate: gate property 124 m.gate.disable(); 142 m.gate.enable(); 223 const gate = Object.freeze({ 229 gate: gate property 289 m.gate.revoke()
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 111 …UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the appl… member 120 UINT8 gate; /* The gate allocated to the application */ member 127 …UINT8 gate; /* The gate deallocated from the application */ member 356 NFC_API extern tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate); 375 NFC_API extern tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE conn_handle, UINT8 gate); 595 NFC_API extern tNFA_STATUS NFA_HciAddStaticPipe (tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UI…
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
D | digital_agc.c | 312 int16_t gate, gain_adj; in WebRtcAgc_ProcessDigital() local 483 gate = 1000 + zeros_fast - zeros - stt->vadNearend.stdShortTerm; in WebRtcAgc_ProcessDigital() 485 if (gate < 0) in WebRtcAgc_ProcessDigital() 491 gate = (int16_t)((gate + tmp32) >> 3); in WebRtcAgc_ProcessDigital() 492 stt->gatePrevious = gate; in WebRtcAgc_ProcessDigital() 496 if (gate > 0) in WebRtcAgc_ProcessDigital() 498 if (gate < 2500) in WebRtcAgc_ProcessDigital() 500 gain_adj = (2500 - gate) >> 5; in WebRtcAgc_ProcessDigital()
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8948 Bool gate = False; in decode_V6MEDIA_instruction() local 8959 gate = True; in decode_V6MEDIA_instruction() 8971 gate = True; in decode_V6MEDIA_instruction() 8975 if (gate) { in decode_V6MEDIA_instruction() 9006 Bool gate = False; in decode_V6MEDIA_instruction() local 9016 gate = True; in decode_V6MEDIA_instruction() 9027 gate = True; in decode_V6MEDIA_instruction() 9031 if (gate) { in decode_V6MEDIA_instruction() 9068 Bool gate = False; in decode_V6MEDIA_instruction() local 9080 gate = True; in decode_V6MEDIA_instruction() [all …]
|
/external/google-breakpad/src/processor/testdata/ |
D | microdump.stackwalk.machine_readable-arm64.out | 11 Module|linux-gate.so||linux-gate.so|672B2CD6CF8AF6C43BD70F2AB02B3D0C0|0x7f80358000|0x7f80359fff|0
|
D | microdump.stackwalk-arm64.out | 47 0x7f80358000 - 0x7f80359fff linux-gate.so ???
|
D | microdump-arm64.dmp | 44 … 0000007F80358000 0000000000000000 0000000000002000 672B2CD6CF8AF6C43BD70F2AB02B3D0C0 linux-gate.so
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 139 UINT8 gate; member 147 UINT8 gate; member 223 UINT8 gate; member 487 extern void nfa_hciu_release_gate (UINT8 gate);
|
/external/toybox/toys/pending/ |
D | route.c | 106 unsigned long dest, gate, mask; in display_routes() local 118 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11) in display_routes() 127 if (!gate && !(toys.optflags & FLAG_n)) strcpy( gateip, "*"); in display_routes() 128 else if (!inet_ntop(AF_INET, &gate, gateip, 32)) perror_exit("inet"); in display_routes()
|
D | netstat.c | 519 unsigned long dest, gate, mask; in display_routes() local 537 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt); in display_routes() 554 if (gate) {//For Gateway in display_routes() 555 if (inet_ntop(AF_INET, &gate, toybuf, sizeof(toybuf)) ) in display_routes()
|
/external/google-breakpad/src/client/linux/data/ |
D | linux-gate-intel.sym | 1 MODULE Linux x86 4FBDA58B5A1DF5A379E3CF19A235EA090 linux-gate.so
|
D | linux-gate-amd.sym | 1 MODULE Linux x86 B8CFDE93002D54DA1900A40AA1BD67690 linux-gate.so
|
/external/chromium-trace/catapult/third_party/mox3/ |
D | requirements.txt | 3 # process, which may cause wedges in the gate later.
|
D | test-requirements.txt | 3 # process, which may cause wedges in the gate later.
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/ |
D | requirements.txt | 3 # process, which may cause wedges in the gate later.
|
D | test-requirements.txt | 3 # process, which may cause wedges in the gate later.
|
/external/elfutils/tests/ |
D | run-unstrip-n.sh | 41 0xf77d6000+0x1000 676560b1b765cde9c2e53f134f4ee354ea894747@0xf77d6210 . - linux-gate.so.1
|