/external/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_conpro.c | 31 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/ |
D | zlibmodule.c | 149 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/ |
D | audio_widget_link.py | 58 self._link.occupied = True 98 self._link.occupied = False 131 self.occupied = False
|
D | chameleon_audio_helper.py | 135 if not (bus and bus.occupied):
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 145 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/ |
D | sbrdecoder.cpp | 185 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/ |
D | antarctica | 7 # To keep things manageable, we list only locations occupied year-round; see 321 # Amundsen-Scott South Pole Station, continuously occupied since 1956-11-20
|
D | australasia | 631 # 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
|
D | asia | 420 # 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/ |
D | profile.proto | 126 // The limit of the address range occupied by this mapping.
|
/external/eigen/cmake/ |
D | FindScotch.cmake | 27 # SCOTCH_INTSIZE - Number of octets occupied by a SCOTCH_Num
|
D | FindPTSCOTCH.cmake | 35 # PTSCOTCH_INTSIZE - Number of octets occupied by a SCOTCH_Num
|
/external/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 51 // // The two instances of resource P01 are occupied for one cycle. It is one
|
/external/perfetto/protos/third_party/pprof/ |
D | profile.proto | 147 // The limit of the address range occupied by this mapping.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 51 // // 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/ |
D | frame-16.ll | 310 ; Repeat f4 in a case where the index register is already occupied.
|
D | frame-15.ll | 322 ; Repeat f2 in a case where the index register is already occupied.
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 326 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/ |
D | llvm-ar.rst | 326 file offset of the member, you must add the number of bytes occupied by the file
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-16.ll | 310 ; Repeat f4 in a case where the index register is already occupied.
|
D | frame-15.ll | 322 ; Repeat f2 in a case where the index register is already occupied.
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 2001 occupied = 0 2011 occupied += (stop-start)
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-ar.pod | 369 file offset of the member, you must add the number of bytes occupied by the file
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedA57.td | 20 // issued as the reservation station(s) simply don't stay occupied for long.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedA57.td | 20 // issued as the reservation station(s) simply don't stay occupied for long.
|