/external/iptables/include/linux/netfilter_ipv4/ |
ipt_multiport.h | 16 u_int8_t flags; /* Type of comparison */ 23 u_int8_t flags; /* Type of comparison */
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_multiport.h | 16 u_int8_t flags; /* Type of comparison */ 23 u_int8_t flags; /* Type of comparison */
|
/external/kernel-headers/original/linux/netfilter/ |
xt_multiport.h | 16 u_int8_t flags; /* Type of comparison */ 23 u_int8_t flags; /* Type of comparison */
|
/system/core/libacc/tests/data/ |
pointers.c | 10 printf("Pointer comparison to zero: %d %d %d\n", pa == 0, pb == 0, pc == 0); 11 printf("Pointer comparison: %d %d %d %d %d\n", pa < pb, pa == pb, pa > pb, ! pb, ! pc);
|
/external/iptables/extensions/ |
libip6t_mark.man | 9 comparison).
|
libipt_connmark.man | 9 comparison).
|
libipt_mark.man | 9 comparison).
|
/external/guava/src/com/google/common/collect/ |
ComparisonChain.java | 28 * A utility for performing a "lazy" chained comparison statement, which 42 * nonzero</i> comparison result in the chain, or will be zero if every 43 * comparison result was zero. 45 * <p>Once any comparison returns a nonzero value, remaining comparisons are 56 * Begins a new chained comparison statement. See example in the class 137 * Comparable#compareTo}, <i>if</i> the result of this comparison chain 145 * comparison chain has not already been determined. 152 * <i>if</i> the result of this comparison chain has not already been 159 * <i>if</i> the result of this comparison chain has not already been 166 * Float#compare}, <i>if</i> the result of this comparison chain has no [all...] |
/dalvik/vm/mterp/x86-atom/ |
bincmp.S | 19 * Code: Generic 32-bit comparison operation. Provides a "revcmp" 20 * variable to specify the reverse comparison to perform. 24 * Description: Branch to the given destination if the comparison 39 # comparison is true
|
zcmp.S | 19 * Code: Generic 32-bit comparison operation. Provides a "revcmp" 20 * variable to specify the reverse comparison to perform
|
/external/e2fsprogs/intl/ |
plural-exp.h | 50 less_than, /* Comparison. */ 51 greater_than, /* Comparison. */ 52 less_or_equal, /* Comparison. */ 53 greater_or_equal, /* Comparison. */ 54 equal, /* Comparison for equality. */ 55 not_equal, /* Comparison for inequality. */
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 7 * destination register based on the results of the comparison. 26 @ Test for NaN with a second comparison. EABI forbids testing bit
|
/dalvik/vm/mterp/armv5te/ |
bincmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g. 18 b${revcmp} 1f @ branch to 1 if comparison failed
|
zcmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g. 15 b${revcmp} 1f @ branch to 1 if comparison failed
|
/dalvik/vm/mterp/armv6t2/ |
bincmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g. 17 b${revcmp} 1f @ branch to 1 if comparison failed
|
/external/clearsilver/man/man3/ |
hdf_sort_obj.3 | 50 based on the given comparison function. 56 a pointer to an HDF struct, so your comparison function
|
/external/jdiff/src/jdiff/ |
PackageAPI.java | 10 * The method used for Collection comparison (compareTo) must make its 11 * comparison based upon everything that is known about this package.
|
ParamAPI.java | 10 * The method used for Collection comparison (compareTo) must make its 11 * comparison based upon everything that is known about this parameter.
|
ConstructorAPI.java | 10 * The method used for Collection comparison (compareTo) must make its 11 * comparison based upon everything that is known about this constructor.
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_CMPG_DOUBLE_VFP.S | 7 * destination register based on the results of the comparison.
|
TEMPLATE_CMPG_FLOAT_VFP.S | 7 * destination register based on the results of the comparison.
|
TEMPLATE_CMPL_DOUBLE_VFP.S | 7 * destination register based on the results of the comparison.
|
TEMPLATE_CMPL_FLOAT_VFP.S | 7 * destination register based on the results of the comparison.
|
/dalvik/vm/mterp/x86/ |
bincmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|
zcmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|