Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 25 of 42) 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/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.py135 if not (bus and bus.occupied):
/external/python/cpython3/Modules/
Dzlibmodule.c145 Py_ssize_t occupied; in arrange_output_buffer_with_maximum() local
150 occupied = 0; in arrange_output_buffer_with_maximum()
153 occupied = zst->next_out - (Byte *)PyBytes_AS_STRING(*buffer); in arrange_output_buffer_with_maximum()
155 if (length == occupied) { in arrange_output_buffer_with_maximum()
171 zst->avail_out = (uInt)Py_MIN((size_t)(length - occupied), UINT_MAX); in arrange_output_buffer_with_maximum()
172 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/cldr/tools/java/org/unicode/cldr/util/data/
Dantarctica7 # To keep things manageable, we list only locations occupied year-round; see
321 # Amundsen-Scott South Pole Station, continuously occupied since 1956-11-20
Daustralasia631 # The Japanese occupied Kieta in July 1942,
1697 # who was occupied by Germany at the time as GMT+10, together with the like
1718 # time for the occupied area and thus it can probably be seen as such.
1731 # occupied by America at the time), Palau and Yap subprefecture rule the
Dasia420 # Japanese-occupied territory.
421 # * Japanese-occupied Manchuria was at UT+9, i.e., Japan time.
429 # different - the occupied districts going by Tokyo time, an hour
2835 # Both areas were occupied by Israel in June 1967, but not annexed (except
3162 # It is unknown what time Manila kept when the British occupied it from
/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/llvm/lib/Target/ARM/
DARMSchedule.td51 // // The two instances of resource P01 are occupied for one cycle. It is one
/external/perfetto/protos/third_party/pprof/
Dprofile.proto147 // The limit of the address range occupied by this mapping.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSchedule.td51 // // The two instances of resource P01 are occupied for one cycle. It is one
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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.py2001 occupied = 0
2011 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedA57.td20 // issued as the reservation station(s) simply don't stay occupied for long.

12