/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/tpm2/ |
D | Object.c | 29 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 …]
|
D | Session.c | 74 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()
|
D | Global.h | 1089 BOOL occupied; member 1142 BOOL occupied; member
|
/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 | 136 if not (bus and bus.occupied):
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 154 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/ |
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/tensorflow/tensorflow/contrib/tpu/profiler/ |
D | tf_op_stats.proto | 52 // 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/ |
D | usage.apt.vm | 166 called antlr3 because the antlr directory is occupied by version 178 directory is occupied by version 2.x grammars.
|
/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/syslinux/gpxe/src/arch/i386/ |
D | README.i386 | 138 returns, the memory occupied by the prefix has most likely been
|
/external/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 51 // // The two instances of resource P01 are occupied for one cycle. It is one
|
/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/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 | 1931 occupied = 0 1941 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/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 2868 occupied = 0 2878 occupied += (stop-start)
|
/external/python/cpython2/Doc/howto/ |
D | unicode.rst | 136 are less than 127, or less than 255, so a lot of space is occupied by zero
|
/external/python/cpython3/Doc/howto/ |
D | unicode.rst | 143 are less than 127, or less than 255, so a lot of space is occupied by ``0x00``
|