/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 576 cont = None 578 if cont is None: 579 cont = self.newBlock() 580 self.visit(if_, cont) 581 stack.insert(0, (start, cont, anchor)) 586 for start, cont, anchor in stack: 587 if cont: 588 self.nextBlock(cont) 600 cont = None 602 if cont is None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 576 cont = None 578 if cont is None: 579 cont = self.newBlock() 580 self.visit(if_, cont) 581 stack.insert(0, (start, cont, anchor)) 586 for start, cont, anchor in stack: 587 if cont: 588 self.nextBlock(cont) 600 cont = None 602 if cont is None [all...] |
/external/qemu/ |
arch_init.c | 129 int cont = (block == last_block) ? RAM_SAVE_FLAG_CONTINUE : 0; local 138 qemu_put_be64(f, offset | cont | RAM_SAVE_FLAG_COMPRESS); 139 if (!cont) { 147 qemu_put_be64(f, offset | cont | RAM_SAVE_FLAG_PAGE); 148 if (!cont) {
|
/external/chromium_org/third_party/opus/src/celt/ |
pitch.c | 452 opus_val16 cont=0; local 484 cont = prev_gain; 486 cont = HALF32(prev_gain); 488 cont = 0; 489 thresh = MAX16(QCONST16(.3f,15), MULT16_16_Q15(QCONST16(.7f,15),g0)-cont); 493 thresh = MAX16(QCONST16(.4f,15), MULT16_16_Q15(QCONST16(.85f,15),g0)-cont); 495 thresh = MAX16(QCONST16(.5f,15), MULT16_16_Q15(QCONST16(.9f,15),g0)-cont);
|
/external/chromium_org/third_party/icu/source/i18n/ |
bmsearch.cpp | 180 UBool cont = FALSE; local 200 cont = isContinuation(order); 212 if (cont) { 230 UBool cont = FALSE; local 249 cont = isContinuation(order); 263 if (cont) {
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
tasn_enc.c | 572 const unsigned char *cont; local 609 cont = otmp->data; 614 cont = NULL; 631 cont = &c; 682 cont = strtmp->data; 689 memcpy(cout, cont, len);
|
asn1t.h | 670 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 940 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
|
/external/grub/grub/ |
asmstub.c | 386 value. DESC is a pointer to the descriptor buffer, and CONT is the 390 get_mmap_entry (struct mmar_desc *desc, int cont) 420 if (cont < 0 || cont >= num) 428 *desc = desc_table[cont++]; 431 if (cont < num) 432 return cont;
|
/external/openssl/crypto/asn1/ |
tasn_enc.c | 572 const unsigned char *cont; local 609 cont = otmp->data; 614 cont = NULL; 631 cont = &c; 682 cont = strtmp->data; 689 memcpy(cout, cont, len);
|
asn1t.h | 670 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 940 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
|
/external/chromium_org/tools/memory_watcher/ |
call_stack.cc | 137 BOOL cont = Module32FirstW(snapshot, &module); local 138 while (cont) { 153 cont = Module32NextW(snapshot, &module);
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
GLDecoder.h | 38 static void gl_APIENTRY s_glGetCompressedTextureFormats(void * self, GLint cont, GLint *data);
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttgload.c | 361 FT_Short *cont, *cont_limit, prev_cont; local 371 cont = gloader->current.outline.contours; 372 cont_limit = cont + n_contours; 381 cont[0] = prev_cont; 386 for ( cont++; cont < cont_limit; cont++ ) 388 cont[0] = FT_NEXT_SHORT( p ); 389 if ( cont[0] <= prev_cont ) 394 prev_cont = cont[0] [all...] |
/external/freetype/src/truetype/ |
ttgload.c | 361 FT_Short *cont, *cont_limit, prev_cont; local 371 cont = gloader->current.outline.contours; 372 cont_limit = cont + n_contours; 381 cont[0] = prev_cont; 386 for ( cont++; cont < cont_limit; cont++ ) 388 cont[0] = FT_NEXT_SHORT( p ); 389 if ( cont[0] <= prev_cont ) 394 prev_cont = cont[0] [all...] |
/external/openssh/ |
packet.c | 1029 int type, len, ret, ms_remain, cont; local 1096 cont = 0; 1098 sizeof(buf), &cont); 1099 } while (len == 0 && cont); 1660 int cont; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
ia64.S | 1394 #define cont p16 define [all...] |
/external/openssl/crypto/bn/asm/ |
ia64.S | 1394 #define cont p16 define [all...] |
/external/dropbear/libtomcrypt/src/hashes/whirl/ |
whirl.c | 82 K[1][0] ^= cont[x]; 95 K[0][0] ^= cont[x+1];
|
/external/icu4c/test/intltest/ |
colldata.cpp | 72 UBool cont = isContinuation(order); local 88 if (cont) {
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_cmd.c | 660 BOOLEAN cont = FALSE; /* Continue processing */ local 672 cont = TRUE; 675 cont = FALSE; 687 if (cont) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/ |
parse-js.js | 514 function with_eof_error(eof_error, cont) { 516 return cont(); [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
asn1t.h | 670 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 940 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
|
/external/openssl/include/openssl/ |
asn1t.h | 670 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 940 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
bio_ber.c | 347 if (ctx->cont <= 0)
|
/external/openssl/crypto/pkcs7/ |
bio_ber.c | 347 if (ctx->cont <= 0)
|