/external/iptables/include/linux/netfilter_ipv4/ |
ipt_connlimit.h | 8 int inverse; member in struct:ipt_connlimit_info
|
ipt_ah.h | 7 u_int8_t invflags; /* Inverse flags */
|
ipt_esp.h | 7 u_int8_t invflags; /* Inverse flags */
|
/external/guava/src/com/google/common/collect/ |
RegularImmutableBiMap.java | 30 final transient ImmutableBiMap<V, K> inverse; field in class:RegularImmutableBiMap 40 this.inverse = new RegularImmutableBiMap<V, K>(backwardMap, this); 44 ImmutableBiMap<V, K> inverse) { 46 this.inverse = inverse; 53 @Override public ImmutableBiMap<V, K> inverse() { method in class:RegularImmutableBiMap 54 return inverse;
|
AbstractBiMap.java | 50 private transient AbstractBiMap<V, K> inverse; field in class:AbstractBiMap 57 /** Private constructor for inverse bimap. */ 60 inverse = forward; 73 checkState(inverse == null); 78 inverse = new Inverse<V, K>(backward, this); 81 void setInverse(AbstractBiMap<V, K> inverse) { 82 this.inverse = inverse; 88 return inverse.containsKey(value) 153 public BiMap<V, K> inverse() { method in class:AbstractBiMap [all...] |
BiMap.java | 29 * support an "inverse view", which is another bimap containing the same entries 93 * Returns the inverse view of this bimap, which maps each of this bimap's 98 * order of a bimap and that of its inverse. 100 * @return the inverse view of this bimap 102 BiMap<V, K> inverse(); method in interface:BiMap
|
/external/kernel-headers/original/linux/netfilter/ |
xt_esp.h | 7 u_int8_t invflags; /* Inverse flags */
|
xt_tcpudp.h | 12 u_int8_t invflags; /* Inverse flags */ 27 u_int8_t invflags; /* Inverse flags */
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_ah.h | 7 u_int8_t invflags; /* Inverse flags */
|
/external/skia/tests/ |
MatrixTest.cpp | 50 SkMatrix mat, inverse, iden1, iden2; local 54 mat.invert(&inverse); 55 iden1.setConcat(mat, inverse); 59 mat.invert(&inverse); 60 iden1.setConcat(mat, inverse); 65 mat.invert(&inverse); 66 iden1.setConcat(mat, inverse); 73 mat.invert(&inverse); 74 iden1.setConcat(mat, inverse); 76 iden2.setConcat(inverse, mat) [all...] |
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_esp.h | 7 u_int8_t invflags; /* Inverse flags */
|
ip6t_ah.h | 9 u_int8_t invflags; /* Inverse flags */
|
ip6t_frag.h | 9 u_int8_t invflags; /* Inverse flags */
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6t_ah.h | 9 u_int8_t invflags; /* Inverse flags */
|
ip6t_opts.h | 10 u_int8_t invflags; /* Inverse flags */
|
ip6t_frag.h | 9 u_int8_t invflags; /* Inverse flags */
|
ip6t_rt.h | 14 u_int8_t invflags; /* Inverse flags */
|
/external/iproute2/netem/ |
maketable.c | 7 * From this, create the inverse distribution table used to approximate 85 /* Since entries in the inverse are scaled by TABLEFACTOR, and can't be bigger 138 short *inverse; local 141 inverse = (short *)malloc(inversesize*sizeof(short)); 143 inverse[i] = MINSHORT; 152 inverse[inverseindex] = inversevalue; 154 return inverse; 203 short *inverse; local 228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total); 229 interpolatetable(inverse, TABLESIZE) [all...] |
/external/dropbear/libtommath/logs/ |
index.html | 19 <h1>Modular Inverse</h1>
|
graphs.dem | 16 plot 'invmod.log' smooth bezier title "Modular Inverse"
|
/external/iproute2/include/linux/netfilter/ |
xt_tcpudp.h | 14 __u8 invflags; /* Inverse flags */ 29 __u8 invflags; /* Inverse flags */
|
/external/srec/srec/clib/ |
imeld_rd.c | 64 prep->inverse = create_matrix(matdim); 81 ASSERT(prep->inverse); 83 delete_matrix(prep->inverse, prep->dim); 85 prep->inverse = NULL; 157 /* The inverse imelda matrix 167 invert_matrix(prep->imelda, prep->inverse, prep->dim); 177 prep->inverse[ii][jj] = (covdata)(onerow[jj] / scale); 182 prep->inverse, matdim);
|
/bionic/libm/man/ |
acosh.3 | 41 .Nd inverse hyperbolic cosine functions 55 functions compute the inverse hyperbolic cosine 67 return the inverse hyperbolic cosine of
|
asinh.3 | 41 .Nd inverse hyperbolic sine functions 55 functions compute the inverse hyperbolic sine 67 return the inverse hyperbolic sine of
|
atanh.3 | 41 .Nd inverse hyperbolic tangent functions 55 functions compute the inverse hyperbolic tangent 67 return the inverse hyperbolic tangent of
|