HomeSort by relevance Sort by last modified time
    Searched refs:occupied (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_conpro.c 31 sem_t occupied; member in struct:__anon32337
44 if (-1 == sem_wait(&buf->occupied)) {
89 if (-1 == sem_post(&buf->occupied)) {
110 if (-1 == sem_init(&buf.occupied, shared, occupied_value)) {
128 sem_destroy(&buf.occupied);
  /external/python/cpython2/Modules/
zlibmodule.c 149 Py_ssize_t occupied; local
154 occupied = 0;
157 occupied = zst->next_out - (Byte *)PyBytes_AS_STRING(*buffer);
159 if (length == occupied) {
175 if ((size_t)(length - occupied) > UINT_MAX) {
178 zst->avail_out = length - occupied;
180 zst->next_out = (Byte *)PyBytes_AS_STRING(*buffer) + occupied;
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget_link.py 43 is occupied until it is released.
58 self._link.occupied = True
98 self._link.occupied = False
124 occupied: True if this widget is occupied by a widget binder.
131 self.occupied = False
chameleon_audio_helper.py 127 """Acquires an available audio bus index that is not occupied yet.
135 if not (bus and bus.occupied):
  /external/python/cpython3/Modules/
zlibmodule.c 145 Py_ssize_t occupied; local
150 occupied = 0;
153 occupied = zst->next_out - (Byte *)PyBytes_AS_STRING(*buffer);
155 if (length == occupied) {
171 zst->avail_out = (uInt)Py_MIN((size_t)(length - occupied), UINT_MAX);
172 zst->next_out = (Byte *)PyBytes_AS_STRING(*buffer) + occupied;
    [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 185 UINT occupied = 0; local
193 occupied = 1;
198 if (occupied) {
199 occupied = 0;
202 occupied |= 1 << hdrSlotUsage[s];
205 if (!(occupied & 0x1)) {
209 occupied >>= 1;
    [all...]
  /external/v8/tools/
codemap.js 56 * Map of memory pages occupied with static code.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py     [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]

Completed in 1646 milliseconds