Home
last modified time | relevance | path

Searched refs:check_array (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/
Dcheck-array.ll7 define noundef [2 x i24] @check_array([2 x i24]* %p) sanitize_memory {
8 ; CHECK: @check_array([2 x i24]* [[P:%.*]])
/external/harfbuzz_ng/src/
Dhb-sanitize.hh256 bool check_array (const T *base, unsigned int len) const in check_array() function
262 bool check_array (const T *base, in check_array() function
Dhb-ot-var-gvar-table.hh389 c->check_array (&(this+sharedTuples), axisCount * sharedTupleCount) && in sanitize_shallow()
391 c->check_array (get_long_offset_array (), glyphCount+1) : in sanitize_shallow()
392 c->check_array (get_short_offset_array (), glyphCount+1)) && in sanitize_shallow()
393 c->check_array (((const HBUINT8*)&(this+dataZ)) + get_offset (0), in sanitize_shallow()
Dhb-aat-layout-kerx-table.hh56 if (unlikely (!c->sanitizer.check_array (pv, tupleCount))) return 0; in kerxTupleKern()
259 if (!c->sanitizer.check_array (actions, depth, tuple_count)) in transition()
517 if (!c->sanitizer.check_array (data, 2)) return; in transition()
543 if (!c->sanitizer.check_array (data, 2)) return; in transition()
561 if (!c->sanitizer.check_array (data, 4)) return; in transition()
Dhb-open-type.hh482 return_trace (c->check_array (arrayZ, count)); in sanitize_shallow()
667 return_trace (len.sanitize (c) && c->check_array (arrayZ, len)); in sanitize_shallow()
800 (!lenP1 || c->check_array (arrayZ, lenP1 - 1))); in sanitize_shallow()
848 (c->check_array (arrayZ, lenM1 + 1))); in sanitize_shallow()
Dhb-ot-math-table.hh245 c->check_array (mathValueRecordsZ.arrayZ, 2 * heightCount + 1) && in sanitize()
597 c->check_array (glyphConstruction.arrayZ, vertGlyphCount + horizGlyphCount) && in sanitize()
Dhb-ot-cff-common.hh221 c->check_array (offsets, offSize, count + 1) && in sanitize()
222 c->check_array ((const HBUINT8*) data_base (), 1, max_offset () - 1)))); in sanitize()
Dhb-aat-layout-morx-table.hh730 if (unlikely (!c->sanitizer.check_array (glyphs, count))) count = 0; in transition()
758 if (unlikely (!c->sanitizer.check_array (glyphs, count))) count = 0; in transition()
1049 if (!c->check_array (featureZ.arrayZ, featureCount)) in sanitize()
Dhb-ot-name-table.hh231 c->check_array (nameRecordZ.arrayZ, count) && in sanitize()
Dhb-ot-var-fvar-table.hh54 c->check_array (coordinatesZ.arrayZ, axis_count)); in sanitize()
Dhb-array.hh225 { return c->check_array (arrayZ, length); } in sanitize()
Dhb-aat-layout-common.hh605 if (unlikely (!c->check_array (entries, num_entries))) in sanitize()
Dhb-ot-layout-gsubgpos.hh1756 if (!c->check_array (coverageZ.arrayZ, count)) return_trace (false); in sanitize()
1760 return_trace (c->check_array (lookupRecord, lookupCount)); in sanitize()
Dhb-ot-layout-gpos-table.hh434 if (!c->check_array (matrixZ.arrayZ, count)) return_trace (false); in sanitize()
/external/python/cpython3/Lib/test/
Dpickletester.py2834 def check_array(arr): function
2858 check_array(arr)
2860 check_array(arr[::2])
2863 check_array(arr)
2865 check_array(arr.T)
2867 check_array(arr[::2])