HomeSort by relevance Sort by last modified time
    Searched full:outpos (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/llvm/lib/Fuzzer/
FuzzerCrossOver.cpp 24 size_t OutPos = 0;
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) {
33 size_t OutSizeLeft = MaxOutSize - OutPos;
38 memcpy(Out + OutPos, Data + *InPos, ExtraSize);
39 OutPos += ExtraSize;
48 return OutPos;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_msaa.c 44 GLfloat *outPos)
53 index, outPos);
55 outPos[0] = outPos[1] = 0.5f;
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 57 size_t inPos = 0, inSize = 0, outPos = 0;
70 SizeT outProcessed = OUT_BUF_SIZE - outPos;
79 res = LzmaDec_DecodeToBuf(state, outBuf + outPos, &outProcessed,
82 outPos += outProcessed;
86 if (outStream->Write(outStream, outBuf, outPos) != outPos)
89 outPos = 0;
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutDragPreviewProvider.java 82 public float getScaleAndPosition(Bitmap preview, int[] outPos) {
85 float scale = launcher.getDragLayer().getLocationInDragLayer(mView, outPos);
92 outPos[0] += Math.round(scale * iconLeft + (scale * iconSize - preview.getWidth()) / 2 +
94 outPos[1] += Math.round((scale * mView.getHeight() - preview.getHeight()) / 2
  /external/deqp/framework/delibs/destream/
deRingbuffer.c 43 deInt32 outPos;
85 ringbuffer->outPos = 0;
211 if (ringbuffer->outPos == 0)
237 writeSize = deMin32(ringbuffer->blockUsage[ringbuffer->outBlock] - ringbuffer->outPos, bufSize - *read);
238 src = ringbuffer->buffer + ringbuffer->blockSize * ringbuffer->outBlock + ringbuffer->outPos;
243 ringbuffer->outPos += writeSize;
247 if (ringbuffer->outPos == ringbuffer->blockUsage[ringbuffer->outBlock])
250 ringbuffer->outPos = 0;
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
DragPreviewProvider.java 189 public float getScaleAndPosition(Bitmap preview, int[] outPos) {
191 .getDragLayer().getLocationInDragLayer(mView, outPos);
198 outPos[0] = Math.round(outPos[0] -
200 outPos[1] = Math.round(outPos[1] - (1 - scale) * preview.getHeight() / 2
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S2ParametersGenerator.java 89 int outPos = 0;
104 F(salt, iterationCount, iBuf, outBytes, outPos);
105 outPos += hLen;
  /external/libvterm/src/
screen.c 677 size_t outpos = 0; local
683 if(buffer && outpos + thislen <= len) \
684 outpos += fill_utf8((c), (char *)buffer + outpos); \
686 outpos += thislen; \
689 if(buffer && outpos + 1 <= len) \
690 ((uint32_t*)buffer)[outpos++] = (c); \
692 outpos++; \
722 return outpos;
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 561 SizeT outPos = 0;
572 SizeT outLen = kOutBufSize - outPos;
576 xzu.OutBuf + outPos, &outLen,
581 outPos += outLen;
592 if (outPos == kOutBufSize || finished)
594 if (outPos != 0)
596 RINOK(WriteStream(outStream, xzu.OutBuf, outPos));
597 outPos = 0;
602 outPos = 0;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 487 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
511 outPos.x = uint32_t((xRatio * width) + (float)xPos);
512 outPos.y = uint32_t((yRatio * height) + (float)yPos);
513 outPos.w = uint32_t(wRatio * width);
514 outPos.h = uint32_t(hRatio * height);
516 "y = %d w = %d h = %d", __FUNCTION__, outPos.x, outPos.y,
517 outPos.w, outPos.h);
527 xRatio = (float)(outPos.x - xPos)/width
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 474 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
498 outPos.x = uint32_t((xRatio * width) + (float)xPos);
499 outPos.y = uint32_t((yRatio * height) + (float)yPos);
500 outPos.w = uint32_t(wRatio * width);
501 outPos.h = uint32_t(hRatio * height);
503 "y = %d w = %d h = %d", __FUNCTION__, outPos.x, outPos.y,
504 outPos.w, outPos.h);
514 xRatio = (float)(outPos.x - xPos)/width
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 702 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
726 outPos.x = uint32_t((xRatio * width) + (float)xPos);
727 outPos.y = uint32_t((yRatio * height) + (float)yPos);
728 outPos.w = uint32_t(wRatio * width);
729 outPos.h = uint32_t(hRatio * height);
731 "y = %d w = %d h = %d", __FUNCTION__, outPos.x, outPos.y,
732 outPos.w, outPos.h);
742 xRatio = (float)(outPos.x - xPos)/width
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 635 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
659 outPos.x = uint32_t((xRatio * width) + (float)xPos);
660 outPos.y = uint32_t((yRatio * height) + (float)yPos);
661 outPos.w = uint32_t(wRatio * width);
662 outPos.h = uint32_t(hRatio * height);
664 "y = %d w = %d h = %d", __FUNCTION__, outPos.x, outPos.y,
665 outPos.w, outPos.h);
675 xRatio = (float)(outPos.x - xPos)/width
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 328 int outPos = 0;
331 output[outPos] = 0;
332 output[outPos + 1] = 0;
334 outPos += 2;
336 output[outPos] = data[inPos];
338 outPos++;
341 return new ByteArrayInputStream(output, 0, outPos);
  /external/toybox/toys/posix/
cpio.c 67 unsigned val, inpos = 8, outpos; local
76 sscanf(hex, pattern, &val, &outpos);
77 if (inpos != outpos) error_exit("bad header");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 1580 Py_ssize_t outpos; local
1901 Py_ssize_t outpos; local
2204 Py_ssize_t outpos; local
2477 Py_ssize_t outpos; local
2735 Py_ssize_t outpos; local
3158 Py_ssize_t outpos; local
3374 Py_ssize_t outpos; local
3768 Py_ssize_t outpos; local
4061 Py_ssize_t outpos; local
4898 Py_ssize_t outpos = *outp-PyUnicode_AS_UNICODE(*outobj); local
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 686 int pos, tokpos, outpos; /*postion of current char in input string and token and output*/ local
721 outpos = 0;
730 strncpy(&(data[outpos]), &(str[stokstart]), stoklen);
731 outpos += stoklen;
732 strncpy(&(data[outpos]), " ", 1);
734 outpos += 1;
740 if (outpos == 0) {
741 outpos = 1;
743 data[outpos-1] = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 1649 Py_ssize_t outpos; local
1968 Py_ssize_t outpos; local
2271 Py_ssize_t outpos; local
2544 Py_ssize_t outpos; local
2805 Py_ssize_t outpos; local
3206 Py_ssize_t outpos; local
3422 Py_ssize_t outpos; local
3825 Py_ssize_t outpos; local
4118 Py_ssize_t outpos; local
4991 Py_ssize_t outpos = *outp-PyUnicode_AS_UNICODE(*outobj); local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 1654 Py_ssize_t outpos; local
1975 Py_ssize_t outpos; local
2278 Py_ssize_t outpos; local
2551 Py_ssize_t outpos; local
2812 Py_ssize_t outpos; local
3213 Py_ssize_t outpos; local
3429 Py_ssize_t outpos; local
3832 Py_ssize_t outpos; local
4125 Py_ssize_t outpos; local
4998 Py_ssize_t outpos = *outp-PyUnicode_AS_UNICODE(*outobj); local
    [all...]
  /external/sonic/
Sonic.java 634 int outPos,
641 int o = outPos*numChannels + i;
660 int outPos,
667 int o = outPos*numChannels + i;
  /libcore/ojluni/src/main/java/javax/crypto/
CipherSpi.java 770 int outPos = output.position();
771 int outOfs = output.arrayOffset() + outPos;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java 597 private static void hash(Digest d, byte[] input, byte[] output, int outPos)
600 d.doFinal(output, outPos);
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 714 int32_t outPos;
722 // parseOptions expected outPos timeType
    [all...]
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java 418 * @param outPos
423 void setInitialBuffer(byte[] out, int outPos, int outAvail) {
428 pos = outPos;
429 readPos = outPos;
    [all...]
  /external/svox/pico/lib/
picokdt.c 303 picoos_uint16 outpos; local
314 && (PICO_OK == picoos_read_mem_pi_uint16(this->base, &curpos, &outpos))
319 if (inppos && outpos && treepos) {
321 dtp->outmaptable = this->base + outpos;
    [all...]

Completed in 1465 milliseconds

1 2 3