Home
last modified time | relevance | path

Searched refs:isize (Results 1 – 25 of 54) sorted by relevance

123

/external/v8/src/arm64/
Dcpu-arm64.cc50 uintptr_t isize = sizes.icache_line_size(); in FlushICache() local
53 DCHECK(CountSetBits(isize, 64) == 1); in FlushICache()
55 uintptr_t istart = start & ~(isize - 1); in FlushICache()
104 [isize] "r" (isize), in FlushICache()
/external/vixl/src/aarch64/
Dcpu-aarch64.cc96 uintptr_t isize = static_cast<uintptr_t>(icache_line_size_); in EnsureIAndDCacheCoherency() local
98 uintptr_t iline = start & ~(isize - 1); in EnsureIAndDCacheCoherency()
102 VIXL_ASSERT(IsPowerOf2(isize)); in EnsureIAndDCacheCoherency()
155 iline += isize; in EnsureIAndDCacheCoherency()
/external/ltp/utils/ffsb-6.0-rc2/
Drbt.c222 tree->isize = 0; in rbtree_init()
246 tree->isize = 0; in rbtree_clean()
261 return tree->isize; in rbtree_size()
296 tree->isize = 1; in rbtree_insert()
348 tree->isize++; in rbtree_insert()
373 tree->isize = 1; in insert_successor_at()
409 tree->isize++; in insert_successor_at()
433 tree->isize = 1; in insert_predecessor_at()
469 tree->isize++; in insert_predecessor_at()
494 if (tree->isize == 1) { in rbtree_remove_at()
[all …]
Drbt.h147 int isize; /* number of objects stored */ member
/external/vboot_reference/utility/
Defidecompress.c1040 uint32_t isize = (uint32_t)istat.st_size; in main() local
1042 printf("%s is %d bytes\n", infile, isize); in main()
1055 uint8_t *ibuf = malloc(isize); in main()
1059 isize, in main()
1063 if (1 != fread(ibuf, isize, 1, ifp)) { in main()
1066 isize, in main()
1074 EFI_STATUS r = GetInfo(ibuf, isize, &osize, &ssize); in main()
1103 r = TianoDecompress(ibuf, isize, obuf, osize, sbuf, ssize); in main()
1110 r = EfiDecompress(ibuf, isize, obuf, osize, sbuf, ssize); in main()
1119 printf("Uncompressed %d bytes to %d bytes\n", isize, osize); in main()
Dbmpblk_util.c100 uint32_t isize; in do_efi_decompress() local
106 isize = img->compressed_size; in do_efi_decompress()
108 r = EfiGetInfo(ibuf, isize, &osize, &ssize); in do_efi_decompress()
132 r = EfiDecompress(ibuf, isize, obuf, osize, sbuf, ssize); in do_efi_decompress()
149 uint32_t isize; in do_lzma_decompress() local
155 isize = img->compressed_size; in do_lzma_decompress()
174 stream.avail_in = isize; in do_lzma_decompress()
Deficompress.c1641 uint32_t isize = (uint32_t)istat.st_size; in main() local
1643 printf("%s is %d bytes\n", infile, isize); in main()
1656 uint8_t *ibuf = malloc(isize); in main()
1660 isize, in main()
1664 if (1 != fread(ibuf, isize, 1, ifp)) { in main()
1667 isize, in main()
1673 uint32_t osize = isize; in main()
1684 EFI_STATUS r = EfiCompress(ibuf, isize, obuf, &osize); in main()
1692 printf("Compressed %d bytes to %d bytes\n", isize, osize); in main()
/external/lz4/lib/
Dlz4.h148 #define LZ4_COMPRESSBOUND(isize) ((unsigned)(isize) > (unsigned)LZ4_MAX_INPUT_SIZE ? 0 : (isize) +… argument
/external/e2fsprogs/tests/f_sb_extra_isize/
Dexpect.11 Bad required extra isize in superblock (1). Fix? yes
3 Bad desired extra isize in superblock (1024). Fix? yes
/external/e2fsprogs/tests/m_minrootdir/
Dexpect31 Required extra isize: 32
32 Desired extra isize: 32
143 Required extra isize: 32
144 Desired extra isize: 32
197 Required extra isize: 32
198 Desired extra isize: 32
/external/webrtc/talk/session/media/
Dyuvscaler_unittest.cc102 size_t isize = I420_SIZE(iw, ih); in TestScale() local
105 new uint8_t[isize + kAlignment + memoffset]()); in TestScale()
123 memset(ibuf, 213, isize); // Input is constant color. in TestScale()
129 FlushCache(ibuf, isize); in TestScale()
143 FlushCache(ibuf, isize); in TestScale()
/external/e2fsprogs/tests/m_large_file/
Dexpect.143 Required extra isize: 32
44 Desired extra isize: 32
/external/e2fsprogs/tests/j_ext_dumpe2fs/
Dexpect41 Required extra isize: 28
42 Desired extra isize: 28
/external/python/cpython2/Demo/zlib/
Dminigzip.py101 isize = read32(input)
104 if isize != length:
/external/valgrind/cachegrind/
Dcg_main.c1049 UInt isize; in cg_instrument() local
1078 isize = st->Ist.IMark.len; in cg_instrument()
1081 if (isize == 0) isize = VG_MIN_INSTR_SZB; in cg_instrument()
1109 isize = st->Ist.IMark.len; in cg_instrument()
1113 if (isize == 0) isize = VG_MIN_INSTR_SZB; in cg_instrument()
1116 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB) in cg_instrument()
1117 || VG_CLREQ_SZB == isize ); in cg_instrument()
1122 curr_inode = setup_InstrInfo(&cgs, cia, isize); in cg_instrument()
1261 nia = cia + isize; in cg_instrument()
/external/valgrind/lackey/
Dlk_main.c527 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize ) in addEvent_Ir() argument
531 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB) in addEvent_Ir()
532 || VG_CLREQ_SZB == isize ); in addEvent_Ir()
539 evt->size = isize; in addEvent_Ir()
/external/e2fsprogs/tests/m_rootdir/
Dexpect31 Required extra isize: 32
32 Desired extra isize: 32
/external/e2fsprogs/tests/m_quota/
Dexpect.145 Required extra isize: 32
46 Desired extra isize: 32
/external/python/cpython2/Modules/
Dunicodedata.c503 Py_ssize_t space, isize; in nfd_nfkd() local
508 isize = PyUnicode_GET_SIZE(input); in nfd_nfkd()
509 space = isize; in nfd_nfkd()
522 end = i + isize; in nfd_nfkd()
/external/kernel-headers/original/uapi/linux/
Djffs2.h151 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ member
/external/valgrind/coregrind/
Dm_libcproc.c1126 Addr isize = (Addr)icache_line_size_; in VG_() local
1130 Addr istart = start & ~(isize - 1); in VG_()
1177 [isize] "r" (isize), in VG_()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dloop-strength-reduce6.ll3 define fastcc i32 @decodeMP3(i32 %isize, i32* %done) nounwind {
/external/llvm/test/CodeGen/X86/
Dloop-strength-reduce6.ll3 define fastcc i32 @decodeMP3(i32 %isize, i32* %done) nounwind {
/external/python/cpython2/Lib/
Dgzip.py351 isize = read32(self.fileobj) # may exceed 2GB
355 elif isize != (self.size & 0xffffffffL):
/external/valgrind/callgrind/
Dmain.c1031 UInt isize = st->Ist.IMark.len; in CLG_() local
1035 if (isize == 0) isize = VG_MIN_INSTR_SZB; in CLG_()
1038 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB) in CLG_()
1039 || VG_CLREQ_SZB == isize ); in CLG_()
1044 curr_inode = next_InstrInfo (&clgs, isize); in CLG_()

123