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

  /external/bluetooth/bluez/sbc/
sbc_primitives.c 61 int hop = 0; local
68 for (hop = 0; hop < 40; hop += 8) {
69 t1[0] += (FIXED_A) in[hop] * consts[hop];
70 t1[0] += (FIXED_A) in[hop + 1] * consts[hop + 1];
71 t1[1] += (FIXED_A) in[hop + 2] * consts[hop + 2]
119 int i, hop; local
    [all...]
  /external/svox/pico/lib/
picosig2.c 831 picoos_int16 hop, m2, *nextPeak, voiced; local
841 hop = sig_inObj->hop_p;
4012 picoos_int16 hop, winlen, Fs; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 614 final int hop = fact.getHopCount()-1; // the hop to establish local
615 boolean secure = createTunnelToProxy(route, hop, context);
617 managedConn.tunnelProxy(route.getHopTarget(hop),
777 // Even if that is secure, the hop to the target may be insecure.
791 * @param hop the hop in the route to establish now.
792 * <code>route.getHopTarget(hop)</code>
802 protected boolean createTunnelToProxy(HttpRoute route, int hop,
    [all...]
  /external/libxml2/
xmlschemas.c 12589 xmlAutomataStatePtr hop; local
12745 xmlAutomataStatePtr hop; local
12922 xmlAutomataStatePtr hop, base; local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 607 milliseconds