HomeSort by relevance Sort by last modified time
    Searched refs:gate (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /art/test/114-ParallelGC/src/
Main.java 34 private final static Object gate = new Object(); field in class:Main
116 synchronized (gate) {
119 gate.wait(TIMEOUT_VALUE * 1000 * 60);
124 synchronized (gate) {
127 gate.notifyAll();
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm 374 ; Enable A20 Gate
377 mov ax,2401h ; Enable A20 Gate
392 mov al,ENABLE_A20_CMD ; gate address bit 20 on
706 db 0 ; 0 for interrupt gate
707 db 0eh OR 80h ; type = 386 interrupt gate, present
716 db 0 ; 0 for interrupt gate
717 db 0eh OR 80h ; type = 386 interrupt gate, present
726 db 0 ; 0 for interrupt gate
727 db 0eh OR 80h ; type = 386 interrupt gate, present
736 db 0 ; 0 for interrupt gate
    [all...]
st32_64.asm 390 ; Enable A20 Gate
393 mov ax,2401h ; Enable A20 Gate
408 mov al,ENABLE_A20_CMD ; gate address bit 20 on
722 db 0 ; 0 for interrupt gate
723 db 0eh OR 80h ; type = 386 interrupt gate, present
732 db 0 ; 0 for interrupt gate
733 db 0eh OR 80h ; type = 386 interrupt gate, present
742 db 0 ; 0 for interrupt gate
743 db 0eh OR 80h ; type = 386 interrupt gate, present
752 db 0 ; 0 for interrupt gate
    [all...]
start.asm 374 ; Enable A20 Gate
377 mov ax,2401h ; Enable A20 Gate
392 mov al,ENABLE_A20_CMD ; gate address bit 20 on
554 db 0 ; 0 for interrupt gate
555 db 0eh OR 80h ; type = 386 interrupt gate, present
562 db 0 ; 0 for interrupt gate
563 db 0eh OR 80h ; type = 386 interrupt gate, present
570 db 0 ; 0 for interrupt gate
571 db 0eh OR 80h ; type = 386 interrupt gate, present
578 db 0 ; 0 for interrupt gate
    [all...]
start16.asm 367 ; Enable A20 Gate
370 mov ax,2401h ; Enable A20 Gate
385 mov al,ENABLE_A20_CMD ; gate address bit 20 on
547 db 0 ; 0 for interrupt gate
548 db 0eh OR 80h ; type = 386 interrupt gate, present
555 db 0 ; 0 for interrupt gate
556 db 0eh OR 80h ; type = 386 interrupt gate, present
563 db 0 ; 0 for interrupt gate
564 db 0eh OR 80h ; type = 386 interrupt gate, present
571 db 0 ; 0 for interrupt gate
    [all...]
start32.asm 382 ; Enable A20 Gate
385 mov ax,2401h ; Enable A20 Gate
400 mov al,ENABLE_A20_CMD ; gate address bit 20 on
562 db 0 ; 0 for interrupt gate
563 db 0eh OR 80h ; type = 386 interrupt gate, present
570 db 0 ; 0 for interrupt gate
571 db 0eh OR 80h ; type = 386 interrupt gate, present
578 db 0 ; 0 for interrupt gate
579 db 0eh OR 80h ; type = 386 interrupt gate, present
586 db 0 ; 0 for interrupt gate
    [all...]
start64.asm 381 ; Enable A20 Gate
384 mov ax,2401h ; Enable A20 Gate
399 mov al,ENABLE_A20_CMD ; gate address bit 20 on
713 db 0 ; 0 for interrupt gate
714 db 0eh OR 80h ; type = 386 interrupt gate, present
723 db 0 ; 0 for interrupt gate
724 db 0eh OR 80h ; type = 386 interrupt gate, present
733 db 0 ; 0 for interrupt gate
734 db 0eh OR 80h ; type = 386 interrupt gate, present
743 db 0 ; 0 for interrupt gate
    [all...]
efi32.S 63 movw $(0x0e00 | 0x8000), 4(%edi) # type = 386 interrupt gate, present
76 # mov word ptr [edi+4], 0e00h OR 8000h ; type = 386 interrupt gate, present
    [all...]
efi64.S 77 movw $(0x0e00 | 0x8000), 4(%edi) # type = 386 interrupt gate, present
91 # mov word ptr [edi+4], 0e00h OR 8000h ; type = 386 interrupt gate, present
    [all...]
  /system/nfc/src/nfa/hci/
nfa_hci_api.c 196 ** Description This function will allocate the gate if any specified or an
197 ** available generic gate for the app to provide an entry point
199 ** communication with other host. When the gate is
201 ** with NFA_HCI_ALLOCATE_GATE_EVT with the gate id. The
202 ** allocated Gate information will be stored in non volatile
206 ** NFA_STATUS_FAILED if no generic gate is available
209 tNFA_STATUS NFA_HciAllocGate(tNFA_HANDLE hci_handle, uint8_t gate) {
218 if ((gate) && ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) ||
219 (gate > NFA_HCI_LAST_PROP_GATE) |
    [all...]
  /system/nfc/src/nfa/include/
nfa_hci_api.h 48 0x03 /* A generic gate allocated to the application */
50 0x04 /* A generic gate is released */
110 uint8_t local_gate; /* local gate id */
112 uint8_t dest_gate; /* Peer gate to which this pipe is connected */
135 uint8_t gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the member in struct:__anon107302
144 tNFA_STATUS status; /* Status of response to allocate gate request */
145 uint8_t gate; /* The gate allocated to the application */ member in struct:__anon107303
150 tNFA_STATUS status; /* Status of response to deallocate gate request */
151 uint8_t gate; /* The gate deallocated from the application * member in struct:__anon107304
    [all...]
  /external/dhcpcd-6.8.2/
ipv4.c 277 rt->gate.s_addr == htonl(INADDR_ANY))
282 ifname, cmd, addr, inet_ntoa(rt->gate));
283 else if (rt->gate.s_addr == htonl(INADDR_ANY))
289 ifname, cmd, inet_ntoa(rt->gate));
293 inet_ntoa(rt->gate));
387 ort->gate.s_addr == nrt->gate.s_addr)))
396 ort->gate.s_addr == nrt->gate.s_addr)
466 r->gate.s_addr = INADDR_ANY
    [all...]
ipv4.h 42 struct in_addr gate; member in struct:rt
if-linux.c 427 memcpy(&rt->gate.s_addr, RTA_DATA(rta),
428 sizeof(rt->gate.s_addr));
492 memcpy(&rt->gate.s6_addr, RTA_DATA(rta),
493 sizeof(rt->gate.s6_addr));
1357 else if (rt->gate.s_addr == INADDR_ANY ||
1358 (rt->gate.s_addr == rt->dest.s_addr &&
1377 &rt->gate.s_addr, sizeof(rt->gate.s_addr));
1379 if (rt->gate.s_addr != htonl(INADDR_LOOPBACK))
    [all...]
if-bsd.c 520 COPYOUT(rt->gate, rti_info[RTAX_GATEWAY]);
598 if (rt->gate.s_addr != INADDR_ANY ||
612 rt->gate.s_addr == htonl(INADDR_ANY))
626 } else if (rt->gate.s_addr == htonl(INADDR_LOOPBACK) &&
649 rt->gate.s_addr != htonl(INADDR_LOOPBACK)) ||
655 ADDADDR(&rt->gate);
909 COPYOUT6(rt->gate, rti_info[RTAX_GATEWAY]);
980 if (IN6_IS_ADDR_UNSPECIFIED(&rt->gate)) {
997 if (IN6_IS_ADDR_UNSPECIFIED(&rt->gate)) {
1001 ADDADDRS(&rt->gate, rt->iface->index)
    [all...]
ipv6.c 1740 const char *ifname, *dest, *gate; local
    [all...]
  /libcore/ojluni/src/main/java/java/nio/charset/
Charset.java 403 // Thread-local gate to prevent recursive provider lookups
404 private static ThreadLocal<ThreadLocal<?>> gate = external variable declarations
420 if (gate.get() != null)
424 gate.set(gate);
441 gate.set(null);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 312 int16_t gate, gain_adj; local
471 // Gate processing (lower gain during absence of speech)
483 gate = 1000 + zeros_fast - zeros - stt->vadNearend.stdShortTerm;
485 if (gate < 0)
491 gate = (int16_t)((gate + tmp32) >> 3);
492 stt->gatePrevious = gate;
494 // gate < 0 -> no gate
495 // gate > 2500 -> max gat
    [all...]
  /prebuilts/go/darwin-x86/test/stress/
runstress.go 107 gate := make(chan bool, 10) // max execs at once
109 gate <- true
112 <-gate
  /prebuilts/go/linux-x86/test/stress/
runstress.go 107 gate := make(chan bool, 10) // max execs at once
109 gate <- true
112 <-gate
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 8948 Bool gate = False; local
9006 Bool gate = False; local
9068 Bool gate = False; local
9127 Bool gate = False; local
9185 Bool gate = False; local
9243 Bool gate = False; local
9307 Bool gate = False; local
9368 Bool gate = False; local
9417 Bool gate = False; local
9467 Bool gate = False; local
9517 Bool gate = False; local
9567 Bool gate = False; local
9616 Bool gate = False; local
9666 Bool gate = False; local
9716 Bool gate = False; local
9766 Bool gate = False; local
9811 Bool gate = False; local
9856 Bool gate = False; local
9901 Bool gate = False; local
9946 Bool gate = False; local
9991 Bool gate = False; local
10036 Bool gate = False; local
10081 Bool gate = False; local
10126 Bool gate = False; local
10173 Bool gate = False; local
10242 Bool gate = False; local
10310 Bool gate = False; local
10385 Bool gate = False, isAD = False; local
10464 Bool gate = False, isAD = False; local
10554 Bool gate = False; local
10624 Bool gate = False; local
10699 Bool gate = False; local
10772 Bool gate = False; local
10858 Bool gate = False; local
10922 Bool gate = False; local
10974 Bool gate = False; local
11025 Bool gate = False; local
11084 Bool gate = False; local
11135 Bool gate = False; local
11194 Bool gate = False; local
11239 Bool gate = False; local
11284 Bool gate = False; local
11329 Bool gate = False; local
11374 Bool gate = False; local
11419 Bool gate = False; local
11488 Bool gate = False; local
11556 Bool gate = False; local
11634 Bool gate = False; local
11710 Bool gate = False; local
11784 Bool gate = False; local
11829 Bool gate = False; local
11904 Bool gate = False; local
12001 Bool gate = False; local
12098 Bool gate = False; local
12195 Bool gate = False; local
12292 Bool gate = False; local
12338 Bool gate = False; local
12395 Bool gate = False; local
12484 Bool gate = False; local
    [all...]
  /external/toybox/toys/net/
netstat.c 278 unsigned long dest, gate, mask; local
294 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt))
307 if (gate) {
308 if (inet_ntop(AF_INET, &gate, out, 16)) gateip = out;
  /external/toybox/toys/pending/
route.c 132 unsigned long dest, gate, mask; local
144 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11)
153 if (!gate && !(toys.optflags & FLAG_n)) strcpy( gateip, "*");
154 else if (!inet_ntop(AF_INET, &gate, gateip, 32)) perror_exit("inet");
  /system/nfc/src/nfa/int/
nfa_hci_int.h 37 /* Lost host specific gate */
65 /* Removing all pipes prior to removing the gate */
90 NFA_HCI_API_GET_APP_GATE_PIPE_EVT, /* Get the list of gate and pipe associated
92 NFA_HCI_API_ALLOC_GATE_EVT, /* Allocate a dyanmic gate for the application */
93 NFA_HCI_API_DEALLOC_GATE_EVT, /* Deallocate a previously allocated gate to the
149 uint8_t gate; member in struct:__anon107435
156 uint8_t gate; member in struct:__anon107436
224 uint8_t gate; member in struct:__anon107444
292 gate_info; /* Allocate a dynamic gate to the application */
294 gate_dealloc; /* Deallocate the gate allocated to the application *
    [all...]
  /external/elfutils/tests/
run-unstrip-n.sh 41 0xf77d6000+0x1000 676560b1b765cde9c2e53f134f4ee354ea894747@0xf77d6210 . - linux-gate.so.1

Completed in 1076 milliseconds

1 2 3 4