Home
last modified time | relevance | path

Searched refs:size (Results 21151 - 21175 of 21474) sorted by relevance

1...<<841842843844845846847848849850>>...859

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp249 // Add size of argument save area in getCallStackArgumentsSizeBytes()
1331 for (SizeT i = 0, E = Args.size(); i < E; ++i) { in lowerArguments()
1489 // The following variables record the size in bytes of the given areas: in addProlog()
1502 RegsUsed = SmallBitVector(CalleeSaves.size()); in addProlog()
1533 PreservedGPRs.reserve(CalleeSaves.size()); in addProlog()
1552 for (SizeT i = 0; i < CalleeSaves.size(); ++i) { in addProlog()
1586 // Align the variables area. SpillAreaPaddingBytes is the size of the region in addProlog()
1712 << " outgoing args size = " << MaxOutArgsSizeBytes << " bytes\n" in addProlog()
2368 // Constant size alloca. in lowerAlloca()
4857 // The PNaCl ABI requires the byte size t in lowerIntrinsic()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp310 // If the index is larger than the pointer size of the target, truncate the in foldCmpLoadFromIndexedGlobal()
496 // the pointer size. in evaluateGEPOffsetExpression()
537 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
882 // itself is treated as a 0 size allocation in the in bounds rules. Thus, in foldGEPICmp()
890 // (Note if we're indexing a type of size 0, that simply collapses into one in foldGEPICmp()
1047 if (Worklist.size() >= MaxIter) in foldAllocaCmp()
1054 assert(Worklist.size() <= MaxIter); in foldAllocaCmp()
1089 if (Worklist.size() >= MaxIter) in foldAllocaCmp()
1739 // Replace (and X, (1 << size(X)-1) != 0) with X s< 0 in foldICmpAndConstConst()
2371 // divide, so the covered range size i in foldICmpDivConstant()
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-in-it-block-t32.cc90 size_t size; member
3318 if (((result_size != reference[i].size) || in TestHelper()
3319 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
3326 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp175 if (result.size() < RE_PACKAGE_NUM) { in ParserPackageInfo()
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp70 for (i = 0; i < g_sta.size(); i++) { in IsOnlineDev()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py1095 font = styles.Font(size=15, color="000000",
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp104 size_t size; /* requested size of allocation */ member
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
H A DHiAppEventCPPTest.cpp1224 ASSERT_TRUE(file.size() == 0); in HWTEST_F()
/test/xts/hats/hdf/input/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp70 for (i = 0; i < g_sta.size(); i++) { in IsOnlineDev()
/third_party/ffmpeg/libavcodec/
H A Ddvbsubdec.c881 ff_dlog(avctx, "DVB pixel block size %d, %s field:\n", buf_size, in dvbsub_parse_pixel_data_block()
1012 av_log(avctx, AV_LOG_ERROR, "Field data size %d+%d too large\n", top_field_len, bottom_field_len); in dvbsub_parse_object_segment()
1445 int buf_size = avpkt->size; in dvbsub_decode()
H A Dg2meet.c876 /* get data size of the ELS partition as unsigned variable-length integer */ in epic_jb_decode_tile()
882 av_log(avctx, AV_LOG_ERROR, "ePIC: invalid data size VLI\n"); in epic_jb_decode_tile()
1237 av_log(avctx, AV_LOG_ERROR, "Invalid cursor data size %"PRIu32"/%u\n", in g2m_load_cursor()
1379 int buf_size = avpkt->size; in g2m_decode_frame()
1412 av_log(avctx, AV_LOG_ERROR, "Invalid chunk size %"PRIu32" type %02X\n", in g2m_decode_frame()
1421 av_log(avctx, AV_LOG_ERROR, "Invalid display info size %"PRIu32"\n", in g2m_decode_frame()
1498 av_log(avctx, AV_LOG_ERROR, "Invalid tile data size %"PRIu32"\n", in g2m_decode_frame()
1529 av_log(avctx, AV_LOG_ERROR, "Invalid cursor pos size %"PRIu32"\n", in g2m_decode_frame()
1538 av_log(avctx, AV_LOG_ERROR, "Invalid cursor data size %"PRIu32"\n", in g2m_decode_frame()
H A Ddcaenc.c966 /* Primary frame byte size */ in put_frame_header()
1208 init_put_bits(&c->pb, avpkt->data, avpkt->size); in encode_frame()
H A Dflacenc.c235 av_log(avctx, AV_LOG_DEBUG, " block size: %d\n", avctx->frame_size); in dprint_compression_options()
372 av_log(avctx, AV_LOG_ERROR, "invalid block size: %d\n", in flac_encode_init()
381 /* set maximum encoded frame size in verbatim mode */ in flac_encode_init()
997 <4> Block size in inter-channel samples in count_frame_header()
1000 <3> Sample size in bits in count_frame_header()
1008 /* explicit block size */ in count_frame_header()
1282 init_put_bits(&s->pb, avpkt->data, avpkt->size); in write_frame()
H A Dhuffyuvdec.c1186 int buf_size = avpkt->size; in decode_frame()
H A Dac3dec.c1489 int buf_size, full_buf_size = avpkt->size; in ac3_decode_frame()
1558 av_log(avctx, AV_LOG_ERROR, "invalid frame size\n"); in ac3_decode_frame()
1581 /* check that reported frame size fits in input buffer */ in ac3_decode_frame()
H A Dproresenc_kostya.c859 // todo: maybe perform coarser quantising to fit into frame size when needed in find_slice_quant()
1008 orig_buf += 4; // frame size in encode_frame()
1014 buf += 2; // frame header size will be stored here in encode_frame()
1042 bytestream_put_be16 (&tmp, buf - orig_buf); // write back frame header size in encode_frame()
1049 bytestream_put_byte (&buf, 0x40); // picture header size (in bits) in encode_frame()
1050 buf += 4; // picture data size will be stored here in encode_frame()
1080 // Recompute new size according to max_slice_size in encode_frame()
1138 pkt->size = frame_size; in encode_frame()
1337 av_log(avctx, AV_LOG_DEBUG, "frame size upper bound: %d\n", in encode_init()
H A Dvorbisdec.c629 "Floor 0 bark map size is 0.\n"); in vorbis_parse_setup_hdr_floors()
667 ff_dlog(NULL, "floor0 bark map size: %u\n", in vorbis_parse_setup_hdr_floors()
722 "partition out of bounds: type, begin, end, size, blocksize: %"PRIu16", %"PRIu32", %"PRIu32", %u, %"PRIu32"\n", in vorbis_parse_setup_hdr_residues()
739 ff_dlog(NULL, " begin %"PRIu32" end %"PRIu32" part.size %u classif.s %"PRIu8" classbook %"PRIu8"\n", in vorbis_parse_setup_hdr_residues()
1778 int buf_size = avpkt->size; in vorbis_decode_frame()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp.asm159 ; void ff_put_vp8_epel<size>_h<htap>v<vtap>_<opt>(uint8_t *dst, ptrdiff_t deststride,
/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c314 static AVBufferRef *qsv_pool_alloc(void *opaque, size_t size) in qsv_pool_alloc() argument
518 av_log(ctx, AV_LOG_ERROR, "QSV requires a fixed frame pool size\n"); in qsv_init_pool()
1245 av_log(dst_ctx, AV_LOG_ERROR, "Only fixed-size pools can be " in qsv_frames_derive_to()
/third_party/glslang/gtests/
H A DHexFloat.cpp428 std::vector<char> prefix(in.size() + 1); in NormalizeExponentInFloatString()
/third_party/ffmpeg/tests/fate/
H A Dh264.mak217 # this sample gives an explicit size for a single NAL unit, but contains
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h22 * Attempt 2: UINTPTR_MAX in <stdint.h>, or default to same size as long
37 /* Determine the size of an int, if not already specified.
55 /* Determine the size of a long, if not already specified. */
70 /* Determine the size of a pointer, if not already specified. */
567 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size);
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1033 // for (size_t i = 0; i < script.size(); ++i) {
1241 if (i == values.size()) i = 0; in Next()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java630 return list.toArray(new Locale[list.size()]); in getLocaleList()
H A DNormalizer2Impl.java2245 canonValue=(canonValue&~CANON_VALUE_MASK)|CANON_HAS_SET|canonStartSets.size(); in addToStartSet()

Completed in 77 milliseconds

1...<<841842843844845846847848849850>>...859