HomeSort by relevance Sort by last modified time
    Searched refs:reachable (Results 1 - 10 of 10) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 100 private int reachable = -1; field in class:SsaBasicBlock
847 * Returns true if this block was last calculated to be reachable.
850 * @return {@code true} if reachable
853 if (reachable == -1) {
856 return (reachable == 1);
865 reachable = reach;
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 122 but address of peering host, which is directly reachable
133 kinds and gateway is required to be directly reachable via this tunnel,
220 reachable over device \verb|tunl0|. With IPv6 the situation is much simpler:
223 Internet is {\em really reachable} via \verb|sit0|! Excellent, the command
ip-cref.tex 889 \item \verb|reachable| --- the neighbour entry is valid until the reachability
904 \item \verb|ip neigh chg 10.0.0.3 dev eth0 nud reachable|
906 --- change its state to \verb|reachable|.
    [all...]
  /external/iproute2/ip/
ipntable.c 486 __u64 reachable = *(__u64 *)RTA_DATA(tpb[NDTPA_REACHABLE_TIME]); local
487 fprintf(fp, "reachable %llu ", reachable);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 178 ABSTRACT_DECL_ORIGIN of a reachable function. */
180 /* Set when function is reachable by call from other function
181 that is either reachable or needed. */
182 unsigned reachable : 1;
474 /* Walk all reachable static variables. */
478 /* Return first reachable static variable with initializer. */
492 /* Return next reachable static variable with initializer after NODE. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 180 ABSTRACT_DECL_ORIGIN of a reachable function. */
182 /* Set when function is reachable by call from other function
183 that is either reachable or needed. */
184 unsigned reachable : 1;
480 /* Walk all reachable static variables. */
484 /* Return first reachable static variable with initializer. */
498 /* Return next reachable static variable with initializer after NODE. */
  /device/samsung/crespo/
device_base.mk 126 # be reachable from resources or other mechanisms.
  /external/blktrace/doc/
blktrace.tex 535 not reachable by the hardware and must be bounced to a lower memory
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 1513 milliseconds