/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
H A D | enc_read.c | 109 tmpbuf=OPENSSL_malloc(BSIZE); 114 net=OPENSSL_malloc(BSIZE); 119 unnet=OPENSSL_malloc(BSIZE);
|
H A D | enc_writ.c | 101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
|
H A D | des_locl.h | 106 #define BSIZE (MAXWRITE+4) macro
|
/external/openssl/crypto/des/ |
H A D | enc_read.c | 109 tmpbuf=OPENSSL_malloc(BSIZE); 114 net=OPENSSL_malloc(BSIZE); 119 unnet=OPENSSL_malloc(BSIZE);
|
H A D | enc_writ.c | 101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
|
H A D | des_locl.h | 106 #define BSIZE (MAXWRITE+4) macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/ |
H A D | raw-preproc.c | 32 #define BSIZE 512 macro 77 int bufsize = BSIZE;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/ |
H A D | scanner.c | 15 #define BSIZE 8192 macro 50 if((s->top - s->lim) < BSIZE){ 51 unsigned char *buf = malloc(((s->lim - s->bot) + BSIZE)); 58 s->top = &s->lim[BSIZE]; 63 if((cnt = fread(s->lim, 1, BSIZE, s->in)) != BSIZE){
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
H A D | scanner.c | 15 #define BSIZE 8192 macro 50 if((s->top - s->lim) < BSIZE){ 51 unsigned char *buf = malloc(((s->lim - s->bot) + BSIZE) + 1); 58 s->top = &s->lim[BSIZE]; 63 if((cnt = fread(s->lim, 1, BSIZE, s->in)) != BSIZE){
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
H A D | gas-token.re | 37 #define BSIZE 8192 111 if((s->top - s->lim) < BSIZE){ 112 YYCTYPE *buf = yasm_xmalloc((size_t)(s->lim - s->bot) + BSIZE); 118 s->top = &s->lim[BSIZE]; 123 if((cnt = preproc_input(parser_gas, s->lim, BSIZE)) == 0) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/ |
H A D | cpp-preproc.c | 35 #define BSIZE 512 macro 238 int bufsize = BSIZE;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
H A D | file.c | 52 #define BSIZE 8192 /* Fill block size */ macro 98 if ((s->top - s->lim) < BSIZE) { 99 unsigned char *buf = yasm_xmalloc((size_t)(s->lim - s->bot) + BSIZE); 105 s->top = &s->lim[BSIZE]; 110 if ((cnt = input_func(input_func_data, s->lim, BSIZE)) == 0) {
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | apps.c | 1586 #undef BSIZE macro 1587 #define BSIZE 256 macro 1648 char buf[1][BSIZE]; 1658 if (j >= BSIZE) 1665 BUF_strlcpy(buf[0], serialfile, BSIZE); 1710 char buf[5][BSIZE]; 1716 if (j + 1 >= BSIZE) 1802 char buf[1][BSIZE]; 1901 char buf[3][BSIZE]; 1912 if (j + 6 >= BSIZE) [all...] |
H A D | enc.c | 75 #undef BSIZE macro 79 #define BSIZE (8*1024) macro 108 int bsize=BSIZE,verbose=0;
|
H A D | ca.c | 319 #undef BSIZE macro 320 #define BSIZE 256 macro 321 MS_STATIC char buf[3][BSIZE]; 1314 if(strlen(outdir) >= (size_t)(j ? BSIZE-j*2-6 : BSIZE-8))
|
/external/openssl/apps/ |
H A D | apps.c | 1586 #undef BSIZE macro 1587 #define BSIZE 256 macro 1648 char buf[1][BSIZE]; 1658 if (j >= BSIZE) 1665 BUF_strlcpy(buf[0], serialfile, BSIZE); 1710 char buf[5][BSIZE]; 1716 if (j + 1 >= BSIZE) 1802 char buf[1][BSIZE]; 1901 char buf[3][BSIZE]; 1912 if (j + 6 >= BSIZE) [all...] |
H A D | enc.c | 75 #undef BSIZE macro 79 #define BSIZE (8*1024) macro 108 int bsize=BSIZE,verbose=0;
|
H A D | ca.c | 319 #undef BSIZE macro 320 #define BSIZE 256 macro 321 MS_STATIC char buf[3][BSIZE]; 1314 if(strlen(outdir) >= (size_t)(j ? BSIZE-j*2-6 : BSIZE-8))
|