Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 25 of 30) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_conpro.c31 sem_t occupied; member
44 if (-1 == sem_wait(&buf->occupied)) { in producer()
89 if (-1 == sem_post(&buf->occupied)) { in consumer()
110 if (-1 == sem_init(&buf.occupied, shared, occupied_value)) { in main()
128 sem_destroy(&buf.occupied); in main()
/external/tpm2/
DObject.c29 s_objects[i].occupied = FALSE; in ObjectStartup()
53 s_objects[i].occupied = FALSE; in ObjectCleanupEvict()
85 return s_objects[slotIndex].occupied; in ObjectIsPresent()
126 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE); in ObjectGet()
259 if(!s_objects[i].occupied) // If found a free slot in ObjectAllocateSlot()
262 s_objects[i].occupied = TRUE; in ObjectAllocateSlot()
608 s_objects[index].occupied = FALSE; in ObjectFlush()
630 if(s_objects[i].occupied) // If found an occupied slot in ObjectFlushHierarchy()
636 s_objects[i].occupied = FALSE; in ObjectFlushHierarchy()
640 s_objects[i].occupied = FALSE; in ObjectFlushHierarchy()
[all …]
DSession.c74 s_sessions[i].occupied = FALSE; // session slot is not occupied in SessionStartup()
327 if(s_sessions[slotIndex].occupied == FALSE) in SessionCreate()
343 s_sessions[slotIndex].occupied = TRUE; in SessionCreate()
471 s_sessions[slotIndex].occupied = FALSE; in SessionContextSave()
508 if(s_sessions[slotIndex].occupied == FALSE) break; in SessionContextLoad()
530 s_sessions[slotIndex].occupied = TRUE; in SessionContextLoad()
577 s_sessions[slotIndex].occupied = FALSE; in SessionFlush()
DGlobal.h1089 BOOL occupied; member
1142 BOOL occupied; member
/external/python/cpython2/Modules/
Dzlibmodule.c149 Py_ssize_t occupied; in arrange_output_buffer_with_maximum() local
154 occupied = 0; in arrange_output_buffer_with_maximum()
157 occupied = zst->next_out - (Byte *)PyBytes_AS_STRING(*buffer); in arrange_output_buffer_with_maximum()
159 if (length == occupied) { in arrange_output_buffer_with_maximum()
175 if ((size_t)(length - occupied) > UINT_MAX) { in arrange_output_buffer_with_maximum()
178 zst->avail_out = length - occupied; in arrange_output_buffer_with_maximum()
180 zst->next_out = (Byte *)PyBytes_AS_STRING(*buffer) + occupied; in arrange_output_buffer_with_maximum()
/external/autotest/client/cros/chameleon/
Daudio_widget_link.py58 self._link.occupied = True
98 self._link.occupied = False
131 self.occupied = False
Dchameleon_audio_helper.py136 if not (bus and bus.occupied):
/external/python/cpython3/Modules/
Dzlibmodule.c154 Py_ssize_t occupied; in arrange_output_buffer_with_maximum() local
159 occupied = 0; in arrange_output_buffer_with_maximum()
162 occupied = zst->next_out - (Byte *)PyBytes_AS_STRING(*buffer); in arrange_output_buffer_with_maximum()
164 if (length == occupied) { in arrange_output_buffer_with_maximum()
180 zst->avail_out = Py_MIN((size_t)(length - occupied), UINT_MAX); in arrange_output_buffer_with_maximum()
181 zst->next_out = (Byte *)PyBytes_AS_STRING(*buffer) + occupied; in arrange_output_buffer_with_maximum()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp185 UINT occupied = 0; in getHeaderSlot() local
193 occupied = 1; in getHeaderSlot()
198 if (occupied) { in getHeaderSlot()
199 occupied = 0; in getHeaderSlot()
202 occupied |= 1 << hdrSlotUsage[s]; in getHeaderSlot()
205 if (!(occupied & 0x1)) { in getHeaderSlot()
209 occupied >>= 1; in getHeaderSlot()
/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dtf_op_stats.proto52 // Total time in microseconds that special hw unit 1 is occupied by this OP.
54 // Total time in microseconds that special hw unit 2 is occupied by this OP.
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
Dusage.apt.vm166 called antlr3 because the antlr directory is occupied by version
178 directory is occupied by version 2.x grammars.
/external/perf_data_converter/src/
Dprofile.proto126 // The limit of the address range occupied by this mapping.
/external/eigen/cmake/
DFindScotch.cmake27 # SCOTCH_INTSIZE - Number of octets occupied by a SCOTCH_Num
DFindPTSCOTCH.cmake35 # PTSCOTCH_INTSIZE - Number of octets occupied by a SCOTCH_Num
/external/syslinux/gpxe/src/arch/i386/
DREADME.i386138 returns, the memory occupied by the prefix has most likely been
/external/llvm/lib/Target/ARM/
DARMSchedule.td51 // // The two instances of resource P01 are occupied for one cycle. It is one
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst326 file offset of the member, you must add the number of bytes occupied by the file
/external/llvm/test/CodeGen/SystemZ/
Dframe-16.ll310 ; Repeat f4 in a case where the index register is already occupied.
Dframe-15.ll322 ; Repeat f2 in a case where the index register is already occupied.
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1931 occupied = 0
1941 occupied += (stop-start)
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-ar.pod369 file offset of the member, you must add the number of bytes occupied by the file
/external/llvm/lib/Target/AArch64/
DAArch64SchedA57.td20 // issued as the reservation station(s) simply don't stay occupied for long.
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py2868 occupied = 0
2878 occupied += (stop-start)
/external/python/cpython2/Doc/howto/
Dunicode.rst136 are less than 127, or less than 255, so a lot of space is occupied by zero
/external/python/cpython3/Doc/howto/
Dunicode.rst143 are less than 127, or less than 255, so a lot of space is occupied by ``0x00``

12