HomeSort by relevance Sort by last modified time
    Searched defs:gate (Results 1 - 11 of 11) sorted by null

  /external/dhcpcd/
net.h 85 struct in_addr gate; member in struct:rt
127 #define add_route(iface, dest, mask, gate, metric) \
128 if_route(iface, dest, mask, gate, metric, 1)
129 #define change_route(iface, dest, mask, gate, metric) \
130 if_route(iface, dest, mask, gate, metric, 0)
131 #define del_route(iface, dest, mask, gate, metric) \
132 if_route(iface, dest, mask, gate, metric, -1)
133 #define del_src_route(iface, dest, mask, gate, metric) \
134 if_route(iface, dest, mask, gate, metric, -2)
  /external/qemu/hw/
i8254.c 48 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/webrtc/src/modules/audio_processing/agc/
digital_agc.c 320 WebRtc_Word16 gate, gain_adj; local
477 // Gate processing (lower gain during absence of speech)
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 gat
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-pass.h 128 bool (*gate) (void); member in struct:opt_pass
135 /* A list of sub-passes to run, dependent on gate predicate. */
138 /* Next in the list of passes to run, independent of gate predicate. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-pass.h 129 bool (*gate) (void); member in struct:opt_pass
136 /* A list of sub-passes to run, dependent on gate predicate. */
139 /* Next in the list of passes to run, independent of gate predicate. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-pass.h 129 bool (*gate) (void); member in struct:opt_pass
136 /* A list of sub-passes to run, dependent on gate predicate. */
139 /* Next in the list of passes to run, independent of gate predicate. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-pass.h 129 bool (*gate) (void); member in struct:opt_pass
136 /* A list of sub-passes to run, dependent on gate predicate. */
139 /* Next in the list of passes to run, independent of gate predicate. */
  /external/qemu/android/config/linux-x86/asm/
kvm.h 215 __u8 gate; member in struct:kvm_pit_channel_state
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 215 __u8 gate; member in struct:kvm_pit_channel_state
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 645 String gate = fields[2]; local
659 NetworkUtils.intToInetAddress((int)Long.parseLong(gate, 16));
680 String gate = fields[4]; local
691 InetAddress gateAddr = NetworkUtils.hexToInet6Address(gate);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 8364 Bool gate = False; local
8422 Bool gate = False; local
8484 Bool gate = False; local
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 1050 milliseconds