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

  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 318 status_t VirtualDisplaySurface::requestBuffer(int pslot,
321 return mSource[SOURCE_SINK]->requestBuffer(pslot, outBuf);
324 "Unexpected requestBuffer pslot=%d in %s state",
325 pslot, dbgStateStr());
327 *outBuf = mProducerBuffers[pslot];
348 int pslot = mapSource2ProducerSlot(source, *sslot); local
349 VDS_LOGV("dequeueBuffer(%s): sslot=%d pslot=%d result=%d",
350 dbgSourceStr(source), *sslot, pslot, result);
351 uint64_t sourceBit = static_cast<uint64_t>(source) << pslot;
353 if ((mProducerSlotSource & (1ULL << pslot)) != sourceBit)
    [all...]
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 499 int pslot; /* parent slot */ local
502 pslot = (slot - 1) / BVAL; /* calculate parent node */
503 smop.sem_num = pslot;
507 return (pslot);
532 int pslot = 0; local
564 pslot =
568 semctl(sem_count, pslot,
571 semctl(sem_count, pslot, SETVAL,
574 semctl(sem_lock, pslot, SETVAL,
588 pslot = semoper(tval, sem_count, 0)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 80 debug_type *pslot; member in struct:ieee_var
103 debug_type *pslot; member in struct:ieee_type
809 t->pslot = (debug_type *) xmalloc (sizeof *t->pslot);
810 *t->pslot = DEBUG_TYPE_NULL;
811 t->type = debug_make_indirect_type (info->dhandle, t->pslot,
3309 debug_type *pslot; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 698 milliseconds