Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 25 of 28) 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/aac/libSBRdec/src/
Dsbrdecoder.cpp156 UINT occupied = 0; in getHeaderSlot() local
165 occupied = 1; in getHeaderSlot()
170 if (occupied) { in getHeaderSlot()
171 occupied = 0; in getHeaderSlot()
174 occupied |= 1 << hdrSlotUsage[s]; in getHeaderSlot()
177 if ( !(occupied & 0x1) ) { in getHeaderSlot()
181 occupied >>= 1; in getHeaderSlot()
/external/autotest/puppylab/
DClusterTemplate27 # both these will be autocorrected if the ports are occupied.
/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/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/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/llvm/docs/CommandGuide/
Dllvm-ar.rst326 file offset of the member, you must add the number of bytes occupied by the file
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb995 occupationalA occupiedKoccupy 0!'BA&G5occur0&B!$I occurred0&B!$8och#!'?>odd" odd-knut …
/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/cpython2/Doc/howto/
Dunicode.rst136 are less than 127, or less than 255, so a lot of space is occupied by zero
/external/bison/data/m4sugar/
Dm4sugar.m43043 # Delete all elements in SET, and reclaim any memory occupied by the
3182 # although it leaves memory occupied until the next O(n) traversal of
/external/libjpeg-turbo/
Dstructure.txt769 realize routine must allow for space occupied by non-virtual large objects.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf1381 ADJ^V_PAST "occupied" :G2P

12