HomeSort by relevance Sort by last modified time
    Searched refs:osize (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/support/compat/java/android/support/v4/util/
SimpleArrayMap.java 271 final int osize = mSize; local
275 freeArrays(ohashes, oarray, osize);
287 final int osize = mSize; local
293 System.arraycopy(ohashes, 0, mHashes, 0, osize);
294 System.arraycopy(oarray, 0, mArray, 0, osize<<1);
296 freeArrays(ohashes, oarray, osize);
298 if (CONCURRENT_MODIFICATION_EXCEPTIONS && mSize != osize) {
411 final int osize = mSize; local
429 if (osize >= mHashes.length) {
430 final int n = osize >= (BASE_SIZE*2) ? (osize+(osize>>1)
514 final int osize = mSize; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lmem.c 26 ** void * frealloc (void *ud, void *ptr, size_t osize, size_t nsize);
27 ** (`osize' is the old size, `nsize' is the new size)
75 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) {
78 size_t realosize = (block) ? osize : 0;
84 newblock = (*g->frealloc)(g->ud, block, osize, nsize);
90 newblock = (*g->frealloc)(g->ud, block, osize, nsize); /* try again */
  /external/skia/third_party/lua/src/
lmem.c 26 ** void * frealloc (void *ud, void *ptr, size_t osize, size_t nsize);
27 ** (`osize' is the old size, `nsize' is the new size)
75 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) {
78 size_t realosize = (block) ? osize : 0;
84 newblock = (*g->frealloc)(g->ud, block, osize, nsize);
90 newblock = (*g->frealloc)(g->ud, block, osize, nsize); /* try again */
  /external/syslinux/com32/lua/src/
lmem.c 26 ** void * frealloc (void *ud, void *ptr, size_t osize, size_t nsize);
27 ** (`osize' is the old size, `nsize' is the new size)
75 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) {
78 size_t realosize = (block) ? osize : 0;
84 newblock = (*g->frealloc)(g->ud, block, osize, nsize);
90 newblock = (*g->frealloc)(g->ud, block, osize, nsize); /* try again */
  /frameworks/base/core/java/android/util/
ArrayMap.java 312 final int osize = mSize; local
316 freeArrays(ohashes, oarray, osize);
343 final int osize = mSize; local
349 System.arraycopy(ohashes, 0, mHashes, 0, osize);
350 System.arraycopy(oarray, 0, mArray, 0, osize<<1);
352 freeArrays(ohashes, oarray, osize);
354 if (CONCURRENT_MODIFICATION_EXCEPTIONS && mSize != osize) {
473 final int osize = mSize; local
491 if (osize >= mHashes.length) {
492 final int n = osize >= (BASE_SIZE*2) ? (osize+(osize>>1)
642 final int osize = mSize; local
    [all...]
  /device/google/dragon/recovery/updater/
flash_device.h 36 int (*cmd)(void *hnd, int cmd, int ver, const void *odata, int osize,
49 const void *odata, int osize, void *idata, int isize);
flash_device.c 156 const void *odata, int osize, void *idata, int isize)
162 odata, osize, idata, isize);
  /external/fio/t/
axmap.c 25 size_t osize; local
34 osize = size;
61 ff = axmap_next_free(map, osize);
  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 138 int osize = p.size(); local
139 int del = osize / 3;
145 int at = (osize - del) / 2;
148 assertEquals(p.size(), osize - del);
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 103 size_t osize = I420_SIZE(ow, oh); local
107 new uint8_t[osize + kAlignment + memoffset]());
109 new uint8_t[osize + kAlignment + memoffset]());
124 memset(obuf, 100, osize); // Output set to something wrong for now.
125 memset(xbuf, 213, osize); // Expected result.
130 FlushCache(obuf, osize);
131 FlushCache(xbuf, osize);
144 FlushCache(obuf, osize);
168 double sse = cricket::ComputeSumSquareError(obuf, xbuf, osize);
169 *error = sse / osize; // Mean Squared Error
    [all...]
planarfunctions_unittest.cc 449 int osize,
451 double sse = cricket::ComputeSumSquareError(ibuf, obuf, osize);
452 double error = sse / osize; // Mean Squared Error.
453 double PSNR = cricket::ComputePSNR(sse, osize);
455 << " First Diff Byte: " << FindDiff(ibuf, obuf, osize);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppp-comp.h 81 unsigned char *obuf, int isize, int osize);
102 unsigned char *obuf, int osize);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp-comp.h 81 unsigned char *obuf, int isize, int osize);
102 unsigned char *obuf, int osize);
  /external/vboot_reference/utility/
bmpblk_util.c 102 uint32_t osize; local
108 r = EfiGetInfo(ibuf, isize, &osize, &ssize);
123 obuf = malloc(osize);
126 osize,
132 r = EfiDecompress(ibuf, isize, obuf, osize, sbuf, ssize);
150 uint32_t osize; local
156 osize = img->original_size;
157 obuf = malloc(osize);
160 osize,
176 stream.avail_out = osize;
    [all...]
efidecompress.c 1073 uint32_t ssize=0, osize=0; local
1074 EFI_STATUS r = GetInfo(ibuf, isize, &osize, &ssize);
1082 ssize, osize);
1093 uint8_t *obuf = malloc(osize);
1097 osize,
1103 r = TianoDecompress(ibuf, isize, obuf, osize, sbuf, ssize);
1110 r = EfiDecompress(ibuf, isize, obuf, osize, sbuf, ssize);
1119 printf("Uncompressed %d bytes to %d bytes\n", isize, osize);
1132 if (1 != fwrite(obuf, osize, 1, ofp)) {
1135 osize,
    [all...]
eficompress.c 1673 uint32_t osize = isize; local
1674 uint8_t *obuf = malloc(osize);
1678 osize,
1684 EFI_STATUS r = EfiCompress(ibuf, isize, obuf, &osize);
1692 printf("Compressed %d bytes to %d bytes\n", isize, osize);
1705 if (1 != fwrite(obuf, osize, 1, ofp)) {
1708 osize,
1713 printf("wrote %d bytes to %s\n", osize, outfile);
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spu_ovl.S 87 #define osize save2 define
299 rotqbyi osize, vma, 4 # 1,4 1
329 cgt cmp, osize, maxsize # 0,2 17
332 selb sz, osize, maxsize, cmp # 0,2 19
338 sf osize, sz, osize # 0,2 22
343 brnz osize, __ovly_xfer_loop # 1,4 24
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 79 char osize; /* 'W' or 'L' (or 'Q' on amd64) */ member in struct:Instr
135 %O - Operand size register modifier (!osize -> 'E')
138 %W - Weird opcode: OSIZE == 'W' => "CBW"; else => "CWDE"
147 %w - Weird opcode: OSIZE == 'W' => "CWD"; else => "CDQ"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 79 char osize; /* 'W' or 'L' (or 'Q' on amd64) */ member in struct:Instr
135 %O - Operand size register modifier (!osize -> 'E')
138 %W - Weird opcode: OSIZE == 'W' => "CBW"; else => "CWDE"
147 %w - Weird opcode: OSIZE == 'W' => "CWD"; else => "CDQ"
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
hashtab.c 524 size_t nsize, osize, elts; local
529 osize = htab->size;
530 olimit = oentries + osize;
535 if (elts * 2 > osize || (elts * 8 < osize && osize > 32))
543 nsize = osize;
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 1005 bfd_vma osize;
1015 osize = h->u.c.size;
1021 osize = 0;
1029 osize = 0;
1055 if (osize > nsize)
1062 else if (nsize > osize)
1003 bfd_vma osize; local
    [all...]
  /external/clang/test/CodeGen/
ms-inline-asm.c 316 int olen = 0, osize = 0, otype = 0;
319 __asm mov osize, SIZE arr
  /cts/tests/tests/media/libaudiojni/
audio-record-native.cpp 311 size_t osize = size; local
325 copied = osize - size;
  /external/openssh/
moduli.c 154 u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus)
166 otype, otests, otries, osize, ogenerator);
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 70 typedef void * (*lua_Alloc) (void *ud, void *ptr, size_t osize, size_t nsize);

Completed in 3922 milliseconds

1 2