HomeSort by relevance Sort by last modified time
    Searched defs:oob (Results 1 - 8 of 8) sorted by null

  /external/strace/
dirent.c 122 int oob = d->d_reclen < sizeof(kernel_dirent) || local
124 int d_name_len = oob ? len - i : d->d_reclen;
138 if (oob)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 57 // @brief checks if streamout buffer is oob
59 Value* oob(const STREAMOUT_COMPILE_STATE& state, Value* pSoCtx, uint32_t buffer) function in struct:StreamOutJit
78 // buffer is considered oob if in use in a decl but not enabled
81 // buffer is oob if cannot fit a prims worth of verts
198 // check OOB on active SO buffers. If any buffer is out of bound, don't write
203 oobMask = OR(oobMask, oob(state, pSoCtx, buffer));
208 // early out if OOB
fetch_jit.cpp 324 // check for out of bound access, including partial OOB, and mask them to 0
326 Value *oob = ICMP_ULE(endOffset, size); local
327 offset = SELECT(oob, offset, ConstantInt::get(mInt64Ty, 0));
763 // All of the OOB calculations are in vertices, not VB offsets, to prevent having to
770 // if we have a start offset, subtract from max vertex. Used for OOB check
773 // if we have a negative value, we're already OOB. clamp at 0.
790 // are vertices partially OOB?
797 // blend in any partially OOB indices that have valid elements
    [all...]
  /external/fio/oslib/
libmtd.c 1088 int ooblen, void *oob) {
1093 /* Read the current oob info */
1098 memcpy(tmp_buf, oob, ooblen);
1110 memcpy(oob + start, tmp_buf + tags_pos, len);
1117 memcpy(oob + start, tmp_buf + start, len);
1125 int offs, void *data, int len, void *oob, int ooblen,
1158 if (oob) {
1163 ops.usr_oob = (uint64_t)(unsigned long)oob;
1172 /* Fall back to old OOB ioctl() if necessary */
1174 if (legacy_auto_oob_layout(mtd, fd, ooblen, oob))
1200 struct mtd_oob_buf oob; local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 248 notify->setInt32("oob", true);
596 int32_t oob; local
597 if (msg->findInt32("oob", &oob) && oob) {
  /system/bt/stack/btm/
btm_ble.cc 421 * Description This function is called to provide the OOB data for
426 * p_data - oob data, depending on transport and
452 * Description This function is called to provide the OOB data for
474 tSMP_SC_OOB_DATA oob; local
475 memset(&oob, 0, sizeof(tSMP_SC_OOB_DATA));
477 oob.peer_oob_data.present = true;
478 memcpy(&oob.peer_oob_data.randomizer, p_r, BT_OCTET16_LEN);
479 memcpy(&oob.peer_oob_data.commitment, p_c, BT_OCTET16_LEN);
480 oob.peer_oob_data.addr_rcvd_from.type = p_dev_rec->ble.ble_addr_type;
481 oob.peer_oob_data.addr_rcvd_from.bda = bd_addr
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 156 nir_ssa_def *oob = nir_ior(b, nir_ior(b, c0, c1), nir_ior(b, c2, c3)); local
160 discard->src[0] = nir_src_for_ssa(oob);
    [all...]
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp 2563 bool oob = false; local
    [all...]

Completed in 285 milliseconds