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

  /external/boringssl/src/crypto/bio/
buffer.c 291 int ibs, obs; local
334 ibs = (int)num;
337 ibs = ctx->ibuf_size;
342 if (ibs > DEFAULT_BUFFER_SIZE && ibs != ctx->ibuf_size) {
343 p1 = (char *)OPENSSL_malloc(ibs);
361 ctx->ibuf_size = ibs;
  /external/libdrm/amdgpu/
amdgpu.h 307 * \note We could have several IBs as packet. e.g. CE, CE, DE case for gfx
344 /** Number of IBs to submit in the field ibs. */
348 * IBs to submit. Those IBs will be submit together as single entity
350 struct amdgpu_cs_ib_info *ibs; member in struct:amdgpu_cs_request
    [all...]
  /external/skia/tests/
SurfaceTest.cpp 341 std::function<intptr_t(SkImage*)> ibs = imageBackingStore; local
346 REPORTER_ASSERT(reporter, !same_image_surf(image, surface, ibs, sbs));
351 REPORTER_ASSERT(reporter, !same_image_surf(image1, surface, ibs, sbs));
354 REPORTER_ASSERT(reporter, !same_image_surf(image2, surface, ibs, sbs));
355 REPORTER_ASSERT(reporter, !same_image(image1, image2, ibs));
364 REPORTER_ASSERT(reporter, same_image(image1, image3, ibs));
367 REPORTER_ASSERT(reporter, !surfaceIsDirect == same_image_surf(image1, surface, ibs, sbs));
369 REPORTER_ASSERT(reporter, !same_image(image1, image2, ibs) &&
370 !same_image(image3, image2, ibs) &&
371 !same_image(image4, image2, ibs));
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 180 milliseconds