Searched defs:maxsize (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/npapi/npspy/common/
H A Dplugload.cpp45 DWORD GetPluginsDir(char * path, DWORD maxsize) argument
54 DWORD res = GetModuleFileName(NULL, path, maxsize);
/external/eigen/test/
H A Dredux.cpp135 int maxsize = (std::min)(100,EIGEN_TEST_MAX_SIZE); local
136 TEST_SET_BUT_UNUSED_VARIABLE(maxsize);
144 CALL_SUBTEST_4( matrixRedux(MatrixXcf(internal::random<int>(1,maxsize), internal::random<int>(1,maxsize))) );
145 CALL_SUBTEST_4( matrixRedux(ArrayXXcf(internal::random<int>(1,maxsize), internal::random<int>(1,maxsize))) );
146 CALL_SUBTEST_5( matrixRedux(MatrixXd (internal::random<int>(1,maxsize), internal::random<int>(1,maxsize))) );
147 CALL_SUBTEST_5( matrixRedux(ArrayXXd (internal::random<int>(1,maxsize), internal::random<int>(1,maxsize))) );
[all...]
H A Dtriangular.cpp211 int maxsize = (std::min)(EIGEN_TEST_MAX_SIZE,20); local
214 int r = internal::random<int>(2,maxsize); TEST_SET_BUT_UNUSED_VARIABLE(r)
215 int c = internal::random<int>(2,maxsize); TEST_SET_BUT_UNUSED_VARIABLE(c)
/external/elfutils/0.153/libelf/
H A Dcommon.h92 allocate_elf (int fildes, void *map_address, off_t offset, size_t maxsize, argument
105 result->maximum_size = maxsize;
H A Delf_begin.c74 file_read_ar (int fildes, void *map_address, off_t offset, size_t maxsize, argument
80 elf = allocate_elf (fildes, map_address, offset, maxsize, cmd, parent,
97 size_t maxsize)
168 if (ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
205 if (ehdr.e32->e_shoff > maxsize
206 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result)
216 if (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)
256 if (ehdr.e64->e_shoff > maxsize
257 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result)
268 off_t offset, size_t maxsize, Elf_Cm
96 get_shnum(void *map_address, unsigned char *e_ident, int fildes, off_t offset, size_t maxsize) argument
267 file_read_elf(int fildes, void *map_address, unsigned char *e_ident, off_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) argument
489 __libelf_read_mmaped_file(int fildes, void *map_address, off_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) argument
522 read_unmmaped_file(int fildes, off_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) argument
581 read_file(int fildes, off_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) argument
[all...]
/external/libvorbis/lib/
H A Dbitrate.c171 long maxsize=(max_target_bits+(bi->reservoir_bits-bm->minmax_reservoir))/8; local
174 if(oggpack_bytes(vbi->packetblob[choice])>maxsize){
176 oggpack_writetrunc(vbi->packetblob[choice],maxsize*8);
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_mbstr.c90 long minsize, long maxsize)
149 if((maxsize > 0) && (nchar > maxsize)) {
151 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
152 ERR_add_error_data(2, "maxsize=", strbuf);
88 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) argument
H A Da_strnid.c133 tbl->minsize, tbl->maxsize);
209 long minsize, long maxsize, unsigned long mask,
231 if(maxsize != -1) tmp->maxsize = maxsize;
208 ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) argument
/external/openssl/crypto/asn1/
H A Da_mbstr.c91 long minsize, long maxsize)
153 if((maxsize > 0) && (nchar > maxsize)) {
155 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
156 ERR_add_error_data(2, "maxsize=", strbuf);
89 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) argument
H A Da_strnid.c136 tbl->minsize, tbl->maxsize);
213 long minsize, long maxsize, unsigned long mask,
236 if(maxsize != -1) tmp->maxsize = maxsize;
212 ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) argument
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp67 size_t strftime(char *strDest, size_t maxsize, const char *format, argument
/external/opencv/cv/src/
H A Dcvcanny.cpp66 int mapstep, maxsize; local
134 maxsize = MAX( 1 << 10, size.width*size.height/10 );
135 CV_CALL( stack_top = stack_bottom = (uchar**)cvAlloc( maxsize*sizeof(stack_top[0]) ));
219 if( (stack_top - stack_bottom) + size.width > maxsize )
222 maxsize = MAX( maxsize * 3/2, maxsize + size.width );
223 CV_CALL( new_stack_bottom = (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) );
308 if( (stack_top - stack_bottom) + 8 > maxsize )
311 maxsize
[all...]
/external/openssl/crypto/ui/
H A Dui_openssl.c421 int maxsize = BUFSIZ-1; local
440 noecho_fgets(result,maxsize,tty_in);
444 p=fgets(result,maxsize,tty_in);
446 p=fgets(result,maxsize,tty_in);
H A Dui_lib.c167 char *result_buf, int minsize, int maxsize, const char *test_buf)
178 s->_.string_data.result_maxsize=maxsize;
244 char *result_buf, int minsize, int maxsize)
247 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
252 char *result_buf, int minsize, int maxsize)
267 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
271 char *result_buf, int minsize, int maxsize, const char *test_buf)
274 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
278 char *result_buf, int minsize, int maxsize, const char *test_buf)
293 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_bu
165 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
243 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
251 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
270 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
277 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
[all...]
/external/skia/src/xml/
H A DSkJS.cpp67 size_t strftime(char *strDest, size_t maxsize, const char *format, argument
/external/srec/portable/src/
H A Dplog.c523 * @param maxsize The maximum number of bytes that the file may have.
527 unsigned int maxsize,
526 PLogCreateCircularFileLogger(const LCHAR *filename, unsigned int maxsize, PLogger **logger) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h11 int maxsize; member in struct:extop
/external/smack/src/org/xbill/DNS/
H A DCache.java129 private int maxsize = -1; field in class:Cache.CacheMap
131 CacheMap(int maxsize) { argument
133 this.maxsize = maxsize;
138 return maxsize;
142 setMaxSize(int maxsize) { argument
148 this.maxsize = maxsize;
152 return maxsize >= 0 && size() > maxsize;
[all...]
/external/libnl/lib/
H A Daddr.c161 * @arg maxsize Maximum size of the binary address.
164 struct nl_addr *nl_addr_alloc(size_t maxsize) argument
168 addr = calloc(1, sizeof(*addr) + maxsize);
173 addr->a_maxsize = maxsize;
/external/tcpdump/
H A Dprint-rx.c1065 acl_print(u_char *s, int maxsize, u_char *end) argument
1072 if ((user = (char *)malloc(maxsize)) == NULL)
1104 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1);
1118 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c1404 int maxsize = 0; local
1451 maxsize = surface->h * (2 + (4 + 2) * (surface->w + 1)) + 2;
1461 maxsize = surface->h * 2 * 4 * (surface->w + 1) + 4;
1467 maxsize += sizeof(RLEDestFormat);
1468 rlebuf = (Uint8 *)SDL_malloc(maxsize);
1649 int maxsize = 0; local
1660 maxsize = surface->h * 3 * (surface->w / 2 + 1) + 2;
1665 maxsize = surface->h * (2 * (surface->w / 255 + 1)
1670 maxsize = surface->h * (4 * (surface->w / 65535 + 1)
1675 rlebuf = (Uint8 *)SDL_malloc(maxsize);
[all...]
/external/valgrind/main/coregrind/
H A Dm_signals.c2218 /* Extend the stack to cover addr. maxsize is the limit the stack can grow to.
2226 - new stack size would exceed maxsize
2229 Bool VG_(extend_stack)(Addr addr, UInt maxsize) argument
/external/ppp/pppd/plugins/radius/
H A Dradiusclient.h375 int maxsize, size; member in struct:env
/external/elfutils/0.153/src/
H A Dldgeneric.c3506 size_t maxsize; local
3520 maxsize = maxcnt + 10000 / maxcnt;
3529 maxsize = 2 * maxcnt + (6 * MIN (optlevel, 100) * maxcnt) / 100;
3535 counts = (uint32_t *) xmalloc ((maxcnt + 1 + maxsize) * sizeof (uint32_t));
3538 for (size = minsize; size <= maxsize; ++size)
/external/svox/pico/lib/
H A Dpicoos.c844 void picoos_emGetExceptionMessage(picoos_ExceptionManager this, picoos_char * msg, picoos_uint16 maxsize) argument
846 picoos_strlcpy(msg,this->curExceptionMessage,maxsize);
886 void picoos_emGetWarningMessage(picoos_ExceptionManager this, picoos_uint8 index, picoos_char * msg, picoos_uint16 maxsize) argument
889 picoos_strlcpy(msg,this->curWarningMessage[index],maxsize);
1330 /* Return full name of file 'f'. maxsize is the size of 'name[]' in bytes */
1331 picoos_bool picoos_Name(picoos_File f, picoos_char name[], picoos_uint32 maxsize) argument
1336 done = (picoos_strlcpy(name, f->name,maxsize) < maxsize);
1993 picoos_uint8 picoos_get_str (picoos_char * fromStr, picoos_uint32 * pos, picoos_char * toStr, picoos_objsize_t maxsize) argument
2002 while ((fromStr[*pos] != NULLC) && (fromStr[*pos] > ' ') && (i < maxsize
2258 picoos_get_sep_part_str(picoos_char string[], picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh, picoos_char part[], picoos_int32 maxsize, picoos_uint8 * done) argument
[all...]

Completed in 2429 milliseconds

12