Searched refs:num (Results 776 - 800 of 1985) sorted by relevance

<<31323334353637383940>>

/external/openssl/crypto/bn/asm/
H A Dmips-mont.pl95 $num=$a5; # int num);
129 lw $num,20($sp)
132 slt $at,$num,4
135 slt $at,$num,17 # on in-order CPU
174 sll $num,`log($BNSZ)/log(2)`
176 $PTR_SUB $sp,$num
227 sltu $t0,$j,$num
318 sltu $at,$j,$num
351 sltu $t0,$i,$num
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c379 FT_UInt num; local
437 for ( num = 0; num < 4; num++ )
442 switch ( num )
481 for ( num = 0; num < 2; num++ )
488 switch ( num )
535 psh_calc_max_height( FT_UInt num, argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/file/
H A DSDL_rwops.c269 static int SDLCALL win32_file_write(SDL_RWops *context, const void *ptr, int size, int num) argument
275 total_bytes = size*num;
342 static int SDLCALL stdio_write(SDL_RWops *context, const void *ptr, int size, int num) argument
346 nwrote = fwrite(ptr, size, num, context->hidden.stdio.fp);
414 static int SDLCALL mem_write(SDL_RWops *context, const void *ptr, int size, int num) argument
416 if ( (context->hidden.mem.here + (num*size)) > context->hidden.mem.stop ) {
417 num = (context->hidden.mem.stop-context->hidden.mem.here)/size;
419 SDL_memcpy(context->hidden.mem.here, ptr, num*size);
420 context->hidden.mem.here += num*size;
421 return(num);
423 mem_writeconst(SDL_RWops *context, const void *ptr, int size, int num) argument
[all...]
/external/qemu/
H A Dmain-loop.c175 int num; member in struct:WaitObjects
187 if (w->num >= MAXIMUM_WAIT_OBJECTS)
189 w->events[w->num] = handle;
190 w->func[w->num] = func;
191 w->opaque[w->num] = opaque;
192 w->num++;
202 for (i = 0; i < w->num; i++) {
212 w->num--;
230 ret = WaitForMultipleObjects(w->num, w->events, FALSE, *timeout);
232 if (WAIT_OBJECT_0 + 0 <= ret && ret <= WAIT_OBJECT_0 + w->num
[all...]
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp42 bool num = false; local
44 if (num && str[idx] == 'e') {
53 num = str[idx] >= '0' && str[idx] <= '9';
79 char* num = test + strlen(test); local
80 while (num[-1] >= '0' && num[-1] <= '9') {
81 --num;
83 if (num[0] == '\0') {
86 int dec = atoi(num);
91 SK_SNPRINTF(num, DEBUG_FILENAME_STRING_LENGT
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java1229 int num;
1251 num = is.read(buff);
1252 String message = new String(buff, 0, num, "UTF-8");
1261 num = is.read(buff);
1262 message = new String(buff, 0, num, "UTF-8");
1281 num = is.read(buff);
1282 if (num == -1) {
1291 num = is.read(buff);
1293 message = new String(buff, 0, num, "UTF-8");
1341 num
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
H A Dsha512.c74 c->num=0; c->md_len=SHA384_DIGEST_LENGTH;
90 c->num=0; c->md_len=SHA512_DIGEST_LENGTH;
97 void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num);
102 size_t n=c->num;
193 if (c->num != 0)
195 size_t n = sizeof(c->u) - c->num;
199 memcpy (p+c->num,data,len), c->num += (unsigned int)len;
203 memcpy (p+c->num,data,n), c->num
400 sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num) argument
455 sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num) argument
512 sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num) argument
[all...]
/external/openssl/crypto/sha/
H A Dsha512.c74 c->num=0; c->md_len=SHA384_DIGEST_LENGTH;
90 c->num=0; c->md_len=SHA512_DIGEST_LENGTH;
97 void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num);
102 size_t n=c->num;
193 if (c->num != 0)
195 size_t n = sizeof(c->u) - c->num;
199 memcpy (p+c->num,data,len), c->num += (unsigned int)len;
203 memcpy (p+c->num,data,n), c->num
407 sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num) argument
462 sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num) argument
519 sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass1.c300 pctx->num = entry->e_name_len;
310 pctx->num = entry->e_value_size;
317 pctx->num = entry->e_value_block;
327 pctx->num = entry->e_hash;
602 pctx.num = 1;
612 pctx.num = 2;
621 pctx.num = 6;
630 pctx.num = 1;
755 pctx.num = inode->i_links_count;
845 pctx.num
1433 mark_blocks_used(e2fsck_t ctx, blk64_t block, unsigned int num) argument
2569 new_table_block(e2fsck_t ctx, blk64_t first_block, dgrp_t group, const char *name, int num, blk64_t *new_block) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssltest.c328 fprintf(stderr," -num <val> - number of connections to perform\n");
668 else if (strncmp(*argv,"-num",4) == 0)
830 fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n");
1412 size_t num; local
1418 num = r1;
1419 if (r2 < num)
1420 num = r2;
1421 if (num)
1425 if (INT_MAX < num) /* yeah, right */
1426 num
1453 size_t num; local
[all...]
/external/openssl/ssl/
H A Dssltest.c328 fprintf(stderr," -num <val> - number of connections to perform\n");
668 else if (strncmp(*argv,"-num",4) == 0)
830 fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n");
1418 size_t num; local
1424 num = r1;
1425 if (r2 < num)
1426 num = r2;
1427 if (num)
1431 if (INT_MAX < num) /* yeah, right */
1432 num
1459 size_t num; local
[all...]
/external/aac/libFDK/src/
H A Dfixpoint_math.cpp489 FIXP_DBL schur_div(FIXP_DBL num, FIXP_DBL denum, INT count) argument
491 INT L_num = (LONG)num>>1;
496 FDK_ASSERT (num>=(FIXP_DBL)0);
498 FDK_ASSERT (num <= denum);
571 FIXP_DBL fDivNorm(FIXP_DBL num, FIXP_DBL denom) argument
576 FDK_ASSERT (denom >= num);
578 res = fDivNorm(num, denom, &e);
596 FIXP_DBL fDivNormHighPrec(FIXP_DBL num, FIXP_DBL denom, INT *result_e) argument
601 FDK_ASSERT (num >= (FIXP_DBL)0);
604 if(num
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitor.java193 * @param num The number literal object.
196 public boolean visitNumberLiteral(ExpressionOwner owner, XNumber num) argument
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFragSelectWrapper.java96 public double num() method in class:XRTreeFragSelectWrapper
100 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NUM_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"num() not supported by XRTreeFragSelectWrapper!");
/external/bison/src/
H A DInadequacyList.c60 self->manifestingState->reductions->num))
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_cmd.c837 val.num = (UINT16) int_arg;
872 val.num = int_arg;
1106 val.num = BTA_AG_BTRH_READ;
1209 val.num = p_scb->peer_codecs;
1250 val.num = codec_sent;
1297 val.num = 0;
1328 bta_ag_send_result(p_scb, code, NULL, p_result->data.num);
1441 bta_ag_send_result(p_scb, code, NULL, p_result->data.num);
1452 if ((p_result->data.num < BTA_AG_CLIP_TYPE_MIN) || (p_result->data.num > BTA_AG_CLIP_TYPE_MA
[all...]
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_api.c352 ** Description Check the given num for the number of bits set
357 UINT8 A2D_BitsSet(UINT8 num) argument
361 if(num == 0)
365 count = (num & (num - 1));
H A Da2d_sbc.c90 #define A2D_SBC_SUBBAND_BIT 0x1 /* num of subband bit: 0:4; 1: 8 */
345 ** num: If frag is 1, this is the number of remaining fragments
354 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) argument
365 *p_dst |= (A2D_SBC_HDR_NUM_MSK & num);
385 ** num: If frag is 1, this is the number of remaining fragments
434 BOOLEAN last, UINT8 num)
440 UNUSED(num);
433 A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) argument
/external/bluetooth/bluedroid/stack/include/
H A Da2d_sbc.h171 ** num: If frag is 1, this is the number of remaining fragments
181 BOOLEAN last, UINT8 num);
199 ** num: If frag is 1, this is the number of remaining fragments
/external/ceres-solver/internal/ceres/
H A Dcollections_port.h150 inline uint32 Hash32NumWithSeed(uint32 num, uint32 c) {
153 hash_mix(num, b, c);
157 inline uint64 Hash64NumWithSeed(uint64 num, uint64 c) {
160 hash_mix(num, b, c);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dmath_store.js208 var num = rest.match(/^\d+/);
210 if (num) {
211 descs.push(this.evaluate_(num[0]));
212 rest = rest.substring(num[0].length);
/external/chromium_org/chrome/common/
H A Dpartial_circular_buffer.cc162 void PartialCircularBuffer::DoWrite(void* dest, const void* src, uint32 num) { argument
163 memcpy(dest, src, num);
164 position_ += num;
166 std::min(buffer_data_->total_written + num, data_size_);
/external/chromium_org/crypto/
H A Dopenssl_bio_string.cc24 long bio_string_ctrl(BIO* bio, int cmd, long num, void* ptr) { argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp283 CSSPrimitiveValue::CSSPrimitiveValue(double num, UnitType type) argument
287 ASSERT(std::isfinite(num));
288 m_value.num = num;
352 m_value.num = length.percent();
356 m_value.num = length.value() / zoom;
368 m_value.num = calc.percent();
371 m_value.num = calc.pixels() / zoom;
373 if (m_value.num < 0 && calc.isNonNegative())
374 m_value.num
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptHost.h83 InspectableObject* inspectedObject(unsigned num);

Completed in 999 milliseconds

<<31323334353637383940>>