/external/opencv3/modules/core/src/ |
stl.cpp | 49 size_t totalsize = alignSize(len + 1, (int)sizeof(int)); local 50 int* data = (int*)cv::fastMalloc(totalsize + sizeof(int));
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btStackAlloc.h | 45 totalsize = size; 65 return static_cast<int>(totalsize - usedsize); 71 if(nus<totalsize) 104 totalsize = 0; 110 unsigned int totalsize; member in class:btStackAlloc
|
/toolchain/binutils/binutils-2.25/libiberty/ |
floatformat.c | 182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, 184 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, 297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 367 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 412 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, 481 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, 503 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1) [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_mipmap_tree.h | 66 GLuint totalsize; /** total size of the miptree, in bytes */ member in struct:_radeon_mipmap_tree
|
radeon_mipmap_tree.c | 178 mt->totalsize = (curOffset + RADEON_OFFSET_MASK) & ~RADEON_OFFSET_MASK; 182 __func__, rmesa, mt, mt->totalsize); 212 0, mt->totalsize, 1024,
|
/toolchain/binutils/binutils-2.25/include/ |
floatformat.h | 59 unsigned int totalsize; /* Total size of number in bits */ member in struct:floatformat
|
/external/vboot_reference/utility/ |
chromeos-tpm-recovery-test | 62 totalsize=$(( $size + $space_overhead )) 65 if [ $totalsize -gt $free ]; then 75 echo $(( $free - $totalsize )) > nvram.freespace
|
/external/curl/tests/server/ |
rtspd.c | 122 static void storerequest(char *reqbuf, size_t totalsize); 718 static void storerequest(char *reqbuf, size_t totalsize) 728 if (totalsize == 0) 741 writeleft = totalsize; 743 written = fwrite(&reqbuf[totalsize-writeleft], 752 logmsg("Wrote request (%zu bytes) input to " REQUEST_DUMP, totalsize); 757 totalsize-writeleft, totalsize, REQUEST_DUMP); [all...] |
sws.c | 133 static void storerequest(char *reqbuf, size_t totalsize); 837 static void storerequest(char *reqbuf, size_t totalsize) 848 if (totalsize == 0) 861 writeleft = totalsize; 863 written = fwrite(&reqbuf[totalsize-writeleft], 872 logmsg("Wrote request (%zu bytes) input to %s", totalsize, dumpfile); 877 totalsize-writeleft, totalsize, dumpfile); [all...] |
/external/curl/lib/ |
file.c | 136 curl_off_t totalsize=-1; local 165 totalsize = to-from; 166 data->req.maxdownload = totalsize+1; /* include last byte */
|
/external/opencv3/3rdparty/libjasper/ |
jpc_enc.c | 423 cp->totalsize = UINT_FAST32_MAX; 535 &cp->totalsize)) { 561 if (cp->totalsize != UINT_FAST32_MAX) { 562 cp->totalsize = (cp->totalsize > jp2overhead) ? 563 (cp->totalsize - jp2overhead) : 0; 670 if (cp->totalsize == UINT_FAST32_MAX && (!cp->tcp.intmode)) { 726 if (cp->totalsize != UINT_FAST32_MAX && cp->totalsize > cp->rawsize) { 727 jas_eprintf("warning: specified rate is unreasonably large (%lu > %lu)\n", (unsigned long) cp->totalsize, (unsigned long) cp->rawsize) [all...] |
jpc_enc.h | 249 uint_fast32_t totalsize; member in struct:__anon21741
|
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/ |
LowStorageTest.java | 55 TextView startSizeTextView = (TextView) findViewById(R.id.totalsize);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_struct.py | 558 totalsize = support.calcobjsize('5P') 560 totalsize += struct.calcsize('3P') * (number_of_codes + 1) 561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_struct.py | 558 totalsize = support.calcobjsize('5P') 560 totalsize += struct.calcsize('3P') * (number_of_codes + 1) 561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 558 totalsize = support.calcobjsize('5P') 560 totalsize += struct.calcsize('3P') * (number_of_codes + 1) 561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 558 totalsize = support.calcobjsize('5P') 560 totalsize += struct.calcsize('3P') * (number_of_codes + 1) 561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|