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:__anon114775
144 tNFA_STATUS status; /* Status of response to allocate gate request */
145 uint8_t gate; /* The gate allocated to the application */ member in struct:__anon114776
150 tNFA_STATUS status; /* Status of response to deallocate gate request */
151 uint8_t gate; /* The gate deallocated from the application * member in struct:__anon114777
    [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/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:__anon114909
156 uint8_t gate; member in struct:__anon114910
224 uint8_t gate; member in struct:__anon114918
292 gate_info; /* Allocate a dynamic gate to the application */
294 gate_dealloc; /* Deallocate the gate allocated to the application *
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 9010 Bool gate = False; local
9068 Bool gate = False; local
9130 Bool gate = False; local
9189 Bool gate = False; local
9247 Bool gate = False; local
9305 Bool gate = False; local
9369 Bool gate = False; local
9430 Bool gate = False; local
9479 Bool gate = False; local
9529 Bool gate = False; local
9579 Bool gate = False; local
9629 Bool gate = False; local
9678 Bool gate = False; local
9728 Bool gate = False; local
9778 Bool gate = False; local
9828 Bool gate = False; local
9873 Bool gate = False; local
9918 Bool gate = False; local
9963 Bool gate = False; local
10008 Bool gate = False; local
10053 Bool gate = False; local
10098 Bool gate = False; local
10143 Bool gate = False; local
10188 Bool gate = False; local
10235 Bool gate = False; local
10304 Bool gate = False; local
10372 Bool gate = False; local
10447 Bool gate = False, isAD = False; local
10526 Bool gate = False, isAD = False; local
10616 Bool gate = False; local
10686 Bool gate = False; local
10761 Bool gate = False; local
10834 Bool gate = False; local
10920 Bool gate = False; local
10984 Bool gate = False; local
11036 Bool gate = False; local
11087 Bool gate = False; local
11146 Bool gate = False; local
11197 Bool gate = False; local
11256 Bool gate = False; local
11301 Bool gate = False; local
11346 Bool gate = False; local
11391 Bool gate = False; local
11436 Bool gate = False; local
11481 Bool gate = False; local
11550 Bool gate = False; local
11618 Bool gate = False; local
11696 Bool gate = False; local
11772 Bool gate = False; local
11846 Bool gate = False; local
11891 Bool gate = False; local
11966 Bool gate = False; local
12063 Bool gate = False; local
12160 Bool gate = False; local
12257 Bool gate = False; local
12354 Bool gate = False; local
12400 Bool gate = False; local
12457 Bool gate = False; local
12546 Bool gate = False; local
12755 Bool gate = True; local
12851 Bool gate = False; local
12973 Bool gate = False; local
13043 Bool gate = False; local
13100 Bool gate = False; local
13171 Bool gate = False; local
13281 Bool gate = False; local
    [all...]
  /external/elfutils/tests/
run-unstrip-n.sh 41 0xf77d6000+0x1000 676560b1b765cde9c2e53f134f4ee354ea894747@0xf77d6210 . - linux-gate.so.1

Completed in 1150 milliseconds

1 2 3 4