Searched refs:num (Results 226 - 250 of 1985) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.cpp32 Float_t(float num = 0.0f) : f(num) {}
82 bool num = false; local
84 if (num && str[idx] == 'e') {
93 num = str[idx] >= '0' && str[idx] <= '9';
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepin-builtin-callback.js55 function cb_false(num) {
56 print("element " + num); // Expected to step to this point.
60 function cb_true(num) {
61 print("element " + num); // Expected to step to this point.
144 function cb_foreach(num) {
/external/e2fsprogs/intl/
H A Dplural-exp.c43 .operation = num,
46 .num = 1
77 if (plone.val.num == 0)
83 plone.operation = num;
84 plone.val.num = 1;
/external/e2fsprogs/lib/e2p/
H A Dmntopts.c60 int num; local
73 num = strtol(string+8, &eptr, 10);
74 if (num > 32 || num < 0)
78 *mask = 1 << num;
/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h81 unsigned int num);
83 unsigned int num);
85 __u64 arg, unsigned int num);
87 __u64 start, size_t num, void *in);
89 __u64 start, size_t num, void *out);
/external/openssl/crypto/aes/
H A Daes.h110 unsigned char *ivec, int *num, const int enc);
113 unsigned char *ivec, int *num, const int enc);
116 unsigned char *ivec, int *num, const int enc);
119 unsigned char *ivec, int *num);
124 unsigned int *num);
/external/openssl/include/openssl/
H A Daes.h110 unsigned char *ivec, int *num, const int enc);
113 unsigned char *ivec, int *num, const int enc);
116 unsigned char *ivec, int *num, const int enc);
119 unsigned char *ivec, int *num);
124 unsigned int *num);
/external/skia/experimental/Intersection/
H A DDataTypes.cpp32 Float_t(float num = 0.0f) : f(num) {}
82 bool num = false; local
84 if (num && str[idx] == 'e') {
93 num = str[idx] >= '0' && str[idx] <= '9';
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h51 int num; member in class:BreakItFunction
56 BreakItFunction(){num = -1;}
57 BreakItFunction(int a, bool b){num = a; wordIteration = b;}
65 for(int i = 0; i < num; i++)
82 for(int i = 0; i < num; i++)
102 if(wordIteration) return 125*num;
103 else return 355*num;
144 int num; member in class:DateFmtFunction
150 num = -1;
155 num
238 int num; member in class:NumFmtFunction
367 int num; member in class:StdioNumFmtFunction
426 int num; member in class:CollationFunction
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_asm.c71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
75 assert(num >= 0);
76 if (num <= 0) return(c1);
79 while (num&~3)
85 ap+=4; rp+=4; num-=4;
88 while (num)
91 ap++; rp++; num--;
97 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
101 assert(num >= 0);
102 if (num <
146 bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
175 bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
847 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
941 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
986 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
1025 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
[all...]
/external/openssl/crypto/bn/
H A Dbn_asm.c71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
75 assert(num >= 0);
76 if (num <= 0) return(c1);
79 while (num&~3)
85 ap+=4; rp+=4; num-=4;
88 while (num)
91 ap++; rp++; num--;
97 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
101 assert(num >= 0);
102 if (num <
146 bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
175 bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
847 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
941 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
986 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
1025 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Ds390x-mont.pl63 $num="%r1";
71 #$num="160(%r15)" # int num);
90 lgf $num,`$stdframe+$SIZE_T-4`($sp) # pull $num
91 sla $num,`log($SIZE_T)/log(2)` # $num to enumerate bytes
92 la $bp,0($num,$bp)
96 cghi $num,16 #
98 blr %r14 # if($num<1
[all...]
/external/openssl/crypto/bn/asm/
H A Ds390x-mont.pl63 $num="%r1";
71 #$num="160(%r15)" # int num);
90 lgf $num,`$stdframe+$SIZE_T-4`($sp) # pull $num
91 sla $num,`log($SIZE_T)/log(2)` # $num to enumerate bytes
92 la $bp,0($num,$bp)
96 cghi $num,16 #
98 blr %r14 # if($num<1
[all...]
/external/vixl/src/
H A Dutils-vixl.h101 inline bool IsSignallingNaN(double num) { argument
103 uint64_t raw = double_to_rawbits(num);
104 if (std::isnan(num) && ((raw & kFP64QuietNaNMask) == 0)) {
111 inline bool IsSignallingNaN(float num) { argument
113 uint32_t raw = float_to_rawbits(num);
114 if (std::isnan(num) && ((raw & kFP32QuietNaNMask) == 0)) {
122 inline bool IsQuietNaN(T num) { argument
123 return std::isnan(num) && !IsSignallingNaN(num);
127 // Convert the NaN in 'num' t
128 ToQuietNaN(double num) argument
135 ToQuietNaN(float num) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbss_conn.c92 /* int socket; this will be kept in bio->num so that it is
101 static int conn_write(BIO *h, const char *buf, int num);
221 b->num=ret;
228 if (!BIO_socket_nbio(b->num,1))
241 i=setsockopt(b->num,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
255 ret=connect(b->num,
282 i=BIO_sock_error(b->num);
361 bi->num=INVALID_SOCKET;
374 if (bio->num != INVALID_SOCKET)
378 shutdown(bio->num,
452 conn_ctrl(BIO *b, int cmd, long num, void *ptr) argument
[all...]
H A Dbss_dgram.c100 static int dgram_write(BIO *h, const char *buf, int num);
109 static int dgram_sctp_write(BIO *h, const char *buf, int num);
224 bi->num=0;
256 SHUTDOWN2(a->num);
280 if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
290 if ( getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
326 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
330 if ( setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, &timeleft,
350 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
354 if ( setsockopt(b->num, SOL_SOCKE
457 dgram_ctrl(BIO *b, int cmd, long num, void *ptr) argument
1330 dgram_sctp_ctrl(BIO *b, int cmd, long num, void *ptr) argument
[all...]
/external/openssl/crypto/bio/
H A Dbss_conn.c92 /* int socket; this will be kept in bio->num so that it is
101 static int conn_write(BIO *h, const char *buf, int num);
221 b->num=ret;
228 if (!BIO_socket_nbio(b->num,1))
241 i=setsockopt(b->num,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
255 ret=connect(b->num,
282 i=BIO_sock_error(b->num);
361 bi->num=INVALID_SOCKET;
374 if (bio->num != INVALID_SOCKET)
378 shutdown(bio->num,
452 conn_ctrl(BIO *b, int cmd, long num, void *ptr) argument
[all...]
H A Dbss_dgram.c100 static int dgram_write(BIO *h, const char *buf, int num);
109 static int dgram_sctp_write(BIO *h, const char *buf, int num);
224 bi->num=0;
256 SHUTDOWN2(a->num);
280 if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
290 if ( getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
326 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
330 if ( setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, &timeleft,
350 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
354 if ( setsockopt(b->num, SOL_SOCKE
457 dgram_ctrl(BIO *b, int cmd, long num, void *ptr) argument
1330 dgram_sctp_ctrl(BIO *b, int cmd, long num, void *ptr) argument
[all...]
/external/clang/test/SemaCXX/
H A Dcompare.cpp365 bool less_than_max(short num, T value) { argument
367 return (vmax >= num); // no warning
371 bool less_than_max(short num) { argument
374 return num < max<int>(); // expected-warning{{comparison of constant 2147483647 with expression of type 'short' is always true}}
377 void test10(short num, int x) { argument
378 less_than_max(num, x);
379 less_than_max<int>(num);
380 less_than_max<long>(num);
381 less_than_max<short>(num);
385 inline bool less_than_zero(T num, argument
390 less_than_zero(unsigned num) argument
396 test11(unsigned num) argument
[all...]
/external/f2fs-tools/lib/
H A Dlibf2fs.c40 int log_base_2(u_int32_t num) argument
43 if (num <= 0 || (num & (num - 1)) != 0)
46 while (num >>= 1)
147 int num = 0; local
151 num += 32;
156 num += 16;
160 num += 8;
164 num
238 str2hashbuf(const char *msg, int len, unsigned int *buf, int num) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Devp_asn1.c78 int ret,num; local
89 num=ret;
91 num=max_len;
92 memcpy(data,p,num);
96 int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num, unsigned char *data, argument
110 ASN1_INTEGER_set(&in,num);
135 /* we return the actual length..., num may be missing, in which
138 int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num, unsigned char *data, argument
169 if (num != NULL)
170 *num
[all...]
H A Df_int.c109 int num=0,slen=0,first=1; local
166 if (num+i > slen)
170 (unsigned int)num+i*2);
172 sp=OPENSSL_realloc_clean(s,slen,num+i*2);
180 slen=num+i*2;
198 s[num+j]<<=4;
199 s[num+j]|=m;
202 num+=i;
208 bs->length=num;
/external/openssl/crypto/asn1/
H A Devp_asn1.c78 int ret,num; local
89 num=ret;
91 num=max_len;
92 memcpy(data,p,num);
96 int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num, unsigned char *data, argument
110 ASN1_INTEGER_set(&in,num);
135 /* we return the actual length..., num may be missing, in which
138 int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num, unsigned char *data, argument
169 if (num != NULL)
170 *num
[all...]
H A Df_int.c109 int num=0,slen=0,first=1; local
166 if (num+i > slen)
170 (unsigned int)num+i*2);
172 sp=OPENSSL_realloc_clean(s,slen,num+i*2);
180 slen=num+i*2;
198 s[num+j]<<=4;
199 s[num+j]|=m;
202 num+=i;
208 bs->length=num;
/external/aac/libSBRenc/src/
H A Dsbr_misc.cpp238 return: num*scale/denom
241 FIXP_DBL FDKsbrEnc_LSI_divide_scale_fract(FIXP_DBL num, FIXP_DBL denom, FIXP_DBL scale) argument
244 if (num != FL2FXCONST_DBL(0.0f)) {
247 INT shiftNum = CountLeadingBits(num);
251 num = num << shiftNum;
254 tmp = fMultDiv2(num,scale);

Completed in 1171 milliseconds

1234567891011>>