Searched refs:maxsize (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.h64 unsigned maxsize );
78 unsigned maxsize );
92 unsigned maxsize );
109 unsigned maxsize );
H A Dtgsi_build.c351 unsigned maxsize )
357 if( maxsize <= size )
372 if (maxsize <= size)
386 if (maxsize <= size) {
400 if (maxsize <= size) {
416 if( maxsize <= size )
435 if (maxsize <= size)
449 if (maxsize <= size) {
465 if (maxsize <= size) {
547 unsigned maxsize )
[all...]
/external/chromium_org/third_party/npapi/npspy/include/
H A Dplugload.h41 DWORD GetPluginsDir(char * path, DWORD maxsize);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.h64 unsigned maxsize );
78 unsigned maxsize );
92 unsigned maxsize );
109 unsigned maxsize );
H A Dtgsi_build.c351 unsigned maxsize )
357 if( maxsize <= size )
372 if (maxsize <= size)
386 if (maxsize <= size) {
400 if (maxsize <= size) {
416 if( maxsize <= size )
435 if (maxsize <= size)
449 if (maxsize <= size) {
465 if (maxsize <= size) {
547 unsigned maxsize )
[all...]
/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...]
/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/elfutils/0.153/libelf/
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...]
H A Dcommon.h92 allocate_elf (int fildes, void *map_address, off_t offset, size_t maxsize, argument
105 result->maximum_size = maxsize;
/external/openssl/crypto/ui/
H A Dui.h131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
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...]
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);
/external/openssl/include/openssl/
H A Dui.h131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
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
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
/external/openssl/crypto/asn1/
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
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
/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/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py695 def recv(self, maxsize=None):
696 return self._recv('stdout', maxsize)
698 def recv_err(self, maxsize=None):
699 return self._recv('stderr', maxsize)
701 def send_recv(self, input='', maxsize=None):
702 return self.send(input), self.recv(maxsize), self.recv_err(maxsize)
704 def get_conn_maxsize(self, which, maxsize):
705 if maxsize is None:
706 maxsize
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dmsr_server_win.py46 python_is_64_bit = sys.maxsize > 2 ** 32
/external/valgrind/main/coregrind/
H A Dpub_core_signals.h84 extern Bool VG_(extend_stack)(Addr addr, UInt maxsize);
/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/svox/pico/lib/
H A Dpicoos.h102 void 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);
238 void picoos_emGetExceptionMessage(picoos_ExceptionManager this, picoos_char * msg, picoos_uint16 maxsize);
247 void picoos_emGetWarningMessage(picoos_ExceptionManager this, picoos_uint8 warnNum, picoos_char * msg, picoos_uint16 maxsize);
344 picoos_bool picoos_Name(picoos_File f, picoos_char name[], picoos_uint32 maxsize);
518 * 'maxsize' is the maximal size of 'part' including a byte for the terminating NULLC! */
521 picoos_char part[], picoos_int32 maxsize, picoos_uint8 * done);
525 * fromStr is assumed to be NULLC terminated and toStr is forced to be NULLC terminated within maxsize.
529 picoos_uint8 picoos_get_str (picoos_char * fromStr, picoos_uint32 * pos, picoos_char * toStr, picoos_objsize_t maxsize);
/external/doclava/src/com/google/doclava/
H A DClearPage.java187 final int maxsize = 64 * 1024;
188 int size = sizel > maxsize ? maxsize : (int) sizel;
/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);

Completed in 518 milliseconds

123