Searched refs:num (Results 201 - 225 of 1878) sorted by relevance

1234567891011>>

/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/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...]
H A Dbn_print.c105 int i=0,num, ok = 0; local
112 * num <= (BN_num_bits(a) + 1) * log(2)
117 num=(i/10+i/1000+1)+1;
118 bn_data=(BN_ULONG *)OPENSSL_malloc((num/BN_DEC_NUM+1)*sizeof(BN_ULONG));
119 buf=(char *)OPENSSL_malloc(num+3);
127 #define BUF_REMAIN (num+3 - (size_t)(p - buf))
177 int num; local
186 num=i+neg;
187 if (bn == NULL) return(num);
233 return(num);
244 int num; local
[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/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...]
H A Dbio_cb.c89 bio->num,(unsigned long)argi,
90 bio->method->name,bio->num);
93 bio->num,(unsigned long)argi,
99 bio->num,(unsigned long)argi,
100 bio->method->name,bio->num);
103 bio->num,(unsigned long)argi,
/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 unsigned char *msg, int len, unsigned int *buf, int num) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Df_enum.c103 int num=0,slen=0,first=1; local
151 if (num+i > slen)
155 (unsigned int)num+i*2);
158 (unsigned int)num+i*2);
166 slen=num+i*2;
184 s[num+j]<<=4;
185 s[num+j]|=m;
188 num+=i;
194 bs->length=num;
H A Df_int.c108 int num=0,slen=0,first=1; local
156 if (num+i > slen)
160 (unsigned int)num+i*2);
162 sp=OPENSSL_realloc_clean(s,slen,num+i*2);
170 slen=num+i*2;
188 s[num+j]<<=4;
189 s[num+j]|=m;
192 num+=i;
198 bs->length=num;
/external/openssl/crypto/asn1/
H A Devp_asn1.c82 int ret,num; local
93 num=ret;
95 num=max_len;
96 memcpy(data,p,num);
100 int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num, unsigned char *data, argument
114 ASN1_INTEGER_set(&in,num);
139 /* we return the actual length..., num may be missing, in which
142 int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num, unsigned char *data, argument
173 if (num != NULL)
174 *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);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_malloc.h76 @param num Blocks to allocate
85 #define opj_calloc(num, size) ((size_t)(num) != 0 && (size_t)(num) >= (size_t)-0x100 / (size_t)(size) ? NULL : calloc(num, size))
87 #define opj_calloc(num, size) calloc(num, size)
/external/qemu/target-i386/
H A Dint_helper.c46 unsigned int num, den, q, r; local
48 num = (EAX & 0xffff);
53 q = (num / den);
57 r = (num % den) & 0xff;
63 int num, den, q, r; local
65 num = (int16_t)EAX;
70 q = (num / den);
74 r = (num % den) & 0xff;
80 unsigned int num, den, q, r; local
82 num
98 int num, den, q, r; local
117 uint64_t num, q; local
135 int64_t num, q; local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dtcxb.c5 static int tcxb(long double f, long long num) argument
13 : "f" (f), "a" (num)
18 static int tcdb(double f, long long num) argument
26 : "f" (f), "a" (num)
31 static int tceb(float f, long long num) argument
39 : "f" (f), "a" (num)
/external/aac/libSYS/include/
H A DgenericStds.h160 #define C_ALLOC_MEM(name,type,num) \
161 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \
163 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
166 #define C_ALLOC_MEM_STATIC(name,type,num) \
167 static type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \
169 static UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
178 #define C_AALLOC_MEM(name,type,num) \
179 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc((num)*sizeof(type), ALIGNMENT_DEFAULT)); } \
181 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type) + ALIGNMENT_DEFAULT + sizeof(void *)); }
190 #define C_ALLOC_MEM_L(name,type,num,
[all...]
/external/aac/libFDK/include/
H A Dfixpoint_math.h187 inline FIXP_DBL schur_div(FIXP_DBL num,FIXP_DBL denum, INT count) argument
192 : "%d" (tmp), "d" (denum) , "d" (num)
201 inline FIXP_DBL schur_div(FIXP_DBL num,FIXP_DBL denum, INT count) argument
206 "div %[result], %[num], %[tmp]\n"
208 : [denum]"r"(denum), [num]"r"(num)
217 inline FIXP_DBL schur_div(FIXP_DBL num, FIXP_DBL denum, INT count) argument
220 FDK_ASSERT (num>=(FIXP_DBL)0);
222 FDK_ASSERT (num <= denum);
227 while (num > tm
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-incbin.c136 /*@dependent@*/ /*@null@*/ const yasm_intnum *num; local
141 num = yasm_expr_get_intnum(&incbin->start, 0);
142 if (num)
143 start = yasm_intnum_get_uint(num);
144 if (!num) {
154 num = yasm_expr_get_intnum(&incbin->maxlen, 0);
155 if (num)
156 maxlen = yasm_intnum_get_uint(num);
157 if (!num) {
205 /*@dependent@*/ /*@null@*/ const yasm_intnum *num; local
[all...]
/external/openssl/crypto/engine/
H A Deng_ctrl.c87 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) argument
92 while(!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num))
97 if(defn->cmd_num == num)
254 int num; local
262 if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
283 if (ENGINE_ctrl(e, num, i, p, f) > 0)
291 int num, flags; local
300 if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
319 if(!ENGINE_cmd_is_executable(e, num))
325 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NUL
[all...]
/external/chromium_org/third_party/libxslt/libexslt/
H A Dmath.c476 int num; local
478 num = rand();
479 ret = (double)num / (double)RAND_MAX;
510 * @num: a double
515 * Returns the absolute value of the argument, or xmlXPathNAN if @num is Nan.
518 exsltMathAbs (double num) { argument
521 if (xmlXPathIsNaN(num))
523 ret = fabs(num);
553 * @num: a double
558 * Returns the square root of the argument, or xmlXPathNAN if @num i
561 exsltMathSqrt(double num) argument
654 exsltMathLog(double num) argument
697 exsltMathSin(double num) argument
740 exsltMathCos(double num) argument
783 exsltMathTan(double num) argument
826 exsltMathAsin(double num) argument
869 exsltMathAcos(double num) argument
912 exsltMathAtan(double num) argument
1006 exsltMathExp(double num) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dgen_bitmap64.c531 __u64 start, unsigned int num,
538 if ((start+num-1) & ~0xffffffffULL) {
544 start, num, in);
552 return bmap->bitmap_ops->set_bmap_range(bmap, start, num, in);
556 __u64 start, unsigned int num,
563 if ((start+num-1) & ~0xffffffffULL) {
569 start, num, out);
577 return bmap->bitmap_ops->get_bmap_range(bmap, start, num, out);
612 __u64 start, num; local
620 num
530 ext2fs_set_generic_bmap_range(ext2fs_generic_bitmap bmap, __u64 start, unsigned int num, void *in) argument
555 ext2fs_get_generic_bmap_range(ext2fs_generic_bitmap bmap, __u64 start, unsigned int num, void *out) argument
625 ext2fs_test_block_bitmap_range2(ext2fs_block_bitmap bmap, blk64_t block, unsigned int num) argument
667 ext2fs_mark_block_bitmap_range2(ext2fs_block_bitmap bmap, blk64_t block, unsigned int num) argument
705 ext2fs_unmark_block_bitmap_range2(ext2fs_block_bitmap bmap, blk64_t block, unsigned int num) argument
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dasm_defines.h52 .macro streqh reg1, reg2, num
53 strheq \reg1, \reg2, \num

Completed in 1331 milliseconds

1234567891011>>