HomeSort by relevance Sort by last modified time
    Searched full:neighbour (Results 26 - 50 of 92) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netrom/
netrom.h 48 ax25_address neighbour; member in struct:nr_route_struct
  /external/iproute2/
README.lnstat 11 per-protocol neighbour cache statistics
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netrose/
rose.h 92 ax25_address neighbour; member in struct:rose_route_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netrose/
rose.h 92 ax25_address neighbour; member in struct:rose_route_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netrose/
rose.h 92 ax25_address neighbour; member in struct:rose_route_struct
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc 15 // The neighbour radius of a goose. Only geese within this radius will affect
92 // Compute the distance from this goose to its neighbour.
goose.h 76 // neighbour.
  /external/iptables/extensions/
libip6t_icmp6.c 47 { "neighbour-solicitation", 135, 0, 0xFF },
50 { "neighbour-advertisement", 136, 0, 0xFF },
  /external/iputils/doc/
arping.sgml 12 <refpurpose>send ARP REQUEST to a neighbour host</refpurpose>
186 because it allows user to modify ARP caches of neighbour hosts.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
in.h 167 #define IPV6_RTHDR_LOOSE 0 /* Hop doesn't need to be neighbour. */
168 #define IPV6_RTHDR_STRICT 1 /* Hop must be a neighbour. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h 167 #define IPV6_RTHDR_LOOSE 0 /* Hop doesn't need to be neighbour. */
168 #define IPV6_RTHDR_STRICT 1 /* Hop must be a neighbour. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h 167 #define IPV6_RTHDR_LOOSE 0 /* Hop doesn't need to be neighbour. */
168 #define IPV6_RTHDR_STRICT 1 /* Hop must be a neighbour. */
  /external/iproute2/doc/
ip-cref.tex 114 \item \verb|neighbour| --- ARP or NDISC cache entry
832 \section{{\tt ip neighbour} --- neighbour/arp tables management}
834 \paragraph{Abbreviations:} \verb|neighbour|, \verb|neighbor|, \verb|neigh|,
837 \paragraph{Object:} \verb|neighbour| objects establish bindings between protocol
839 Neighbour entries are organized into tables. The IPv4 neighbour table
842 The corresponding commands display neighbour bindings
843 and their properties, add new neighbour entries and delete old ones.
852 \subsection{{\tt ip neighbour add} --- add a new neighbour entry\
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CookiesTable.js 273 var neighbour = node.traverseNextNode() || node.traversePreviousNode();
274 if (neighbour)
275 this._nextSelectedCookie = neighbour.cookie;
  /external/iproute2/include/
libnetlink.h 10 #include <linux/neighbour.h>
  /external/iproute2/man/man8/
ip.8 139 .B neighbour
213 .BR ip-neighbour (8),
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 59 * It needs to know what its neighbour's LOD's are so it can stitch the edges.
144 * Create the LOD index array that will seam its edges with its neighbour's LOD.
149 * @param rightLod LOD of the right neighbour
150 * @param topLod LOD of the top neighbour
151 * @param leftLod LOD of the left neighbour
152 * @param bottomLod LOD of the bottom neighbour
405 for (int i = it; i > 0; i--) { // for each lod level of the neighbour
453 for (int i = it; i > 0; i--) { // for each lod level of the neighbour
494 for (int i = 0; i < it; i++) { // for each lod level of the neighbour
543 for (int i = 0; i < it; i++) { // for each lod level of the neighbour
    [all...]
  /external/chromium_org/third_party/libva/va/
va_enc_h264.h 508 * @name Macroblock neighbour availability bits
511 * Definitions for macroblock neighbour availability bits used in
552 * \brief Flag specified to override MB neighbour
555 * This flag specifies that macroblock neighbour
567 * "macroblock neighbour availability" bit definitions.
  /external/iproute2/include/linux/
rtnetlink.h 8 #include <linux/neighbour.h>
18 * Routing/neighbour discovery messages.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtnetlink.h 7 #include <linux/neighbour.h>
10 * Routing/neighbour discovery messages.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 7 #include <linux/neighbour.h>
10 * Routing/neighbour discovery messages.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 7 #include <linux/neighbour.h>
10 * Routing/neighbour discovery messages.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 269 neighbour_t neighbour, neighbourB; local
283 neighbour = *h264bsdNeighbour4x4BlockA(block);
284 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
303 &neighbour, &neighbourB, block, nMb, nMb2);
306 neighbour = *h264bsdNeighbour4x4BlockC(block);
307 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
315 neighbour = *h264bsdNeighbour4x4BlockD(block);
316 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
571 * is controlled by neighbour availability information in actual prediction
705 neighbour_t neighbour, neighbourB local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 452 // left neighbour.
465 // right neighbour.
515 // its left neighbour.
528 // its right neighbour.
  /external/chromium_org/third_party/libwebp/utils/
quant_levels.c 86 // Keep track of the nearest neighbour 'slot'

Completed in 1234 milliseconds

12 3 4