HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 3726 - 3750 of 4804) sorted by null

<<141142143144145146147148149150>>

  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 90 " -lp{N}: set number of literal pos bits - [0, 4], default: 0\n" +
91 " -pb{N}: set number of pos bits - [0, 4], default: 2\n" +
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c 289 nvc0_graph_set_macro(struct nvc0_screen *screen, uint32_t m, unsigned pos,
298 PUSH_DATA (push, pos);
300 PUSH_DATA (push, pos);
303 return pos + size;
  /external/pixman/pixman/
pixman-mmx.c 497 /* Expand 16 bits positioned at @pos (0-3) of a mmx register into
512 expand565 (__m64 pixel, int pos)
519 p = loongson_extract_pi16 (p, pos);
521 p = shift (shift (p, (3 - pos) * 16), -48);
566 expand8888 (__m64 in, int pos)
568 if (pos == 0)
575 expandx888 (__m64 in, int pos)
577 return _mm_or_si64 (expand8888 (in, pos), MC (full_alpha));
592 pack_565 (__m64 pixel, __m64 target, int pos)
609 return loongson_insert_pi16 (t, p, pos);
    [all...]
  /external/qemu/proxy/
proxy_http_rewriter.c 909 int pos = root->str_pos; local
911 memmove(str->s, str->s+pos, str->n-pos);
912 str->n -= pos;
    [all...]
  /external/skia/include/device/xps/
SkXPSDevice.h 121 const SkScalar pos[], SkScalar constY, int scalarsPerPos,
  /external/skia/include/pdf/
SkPDFDevice.h 103 const SkScalar pos[], SkScalar constY,
  /external/skia/src/animator/
SkScript.h 217 bool setError(Error , const char* pos);
  /external/skia/src/core/
SkPictureRecord.h 73 const SkPoint pos[], const SkPaint&) SK_OVERRIDE;
  /external/skia/src/utils/
SkPictureUtils.cpp 134 const SkScalar pos[], SkScalar constY,
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.c 816 EAS_I32 pos; local
829 if ((result = EAS_HWFilePos(pEASData->hwInstData, pSMFStream->fileHandle, &pos)) != EAS_SUCCESS)
831 pos += (EAS_I32) len;
893 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pSMFStream->fileHandle, pos)) != EAS_SUCCESS)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.c 816 EAS_I32 pos; local
829 if ((result = EAS_HWFilePos(pEASData->hwInstData, pSMFStream->fileHandle, &pos)) != EAS_SUCCESS)
831 pos += (EAS_I32) len;
893 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pSMFStream->fileHandle, pos)) != EAS_SUCCESS)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 821 EAS_I32 pos; local
834 if ((result = EAS_HWFilePos(pEASData->hwInstData, pSMFStream->fileHandle, &pos)) != EAS_SUCCESS)
836 pos += (EAS_I32) len;
898 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pSMFStream->fileHandle, pos)) != EAS_SUCCESS)
    [all...]
  /external/svox/pico/lib/
picoacph.c 351 /* find next POS to the left of 'ind' and return its POS and index */
378 picoos_uint16 lastprev2; /* last index of POS(es) found to the left */
379 picoos_uint8 curpos; /* POS(es) of current word */
380 picoos_uint16 upbound; /* index of last WORDPHON item (with POS) */
419 /* set POS of current word in valbuf[1], will be shifted right afterwards */
421 /* find first POS to the left and set valbuf[0] */
443 /* get and set POS of current item, must be WORDPHON */
447 /* shift all POS elements one position to the right */
452 /* find next POS to the left and set valbuf[0] *
771 picoos_uint16 pos; local
    [all...]
  /external/v8/src/
ast.cc 121 int pos)
126 pos_(pos),
986 int pos)
989 position_(pos),
    [all...]
execution.h 139 Handle<Object> pos,
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 322 u8 next_payload, const u8 *pos, const u8 *end);
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 16 package com.android.ex.camera2.pos;
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 480 for (FieldPosition pos : fields) {
481 Format.Field attribute = pos.getFieldAttribute();
482 as.addAttribute(attribute, attribute, pos.getBeginIndex(), pos.getEndIndex());
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 1040 private int pos = 0; field in class:ObjectInputStreamTest.TestObjectOutputStream
1054 private int pos = 0; field in class:ObjectInputStreamTest.TestObjectInputStream
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_pointer_size.pass.cpp 13 // insert(size_type pos, const charT* s, size_type n);
23 test(S s, typename S::size_type pos, const typename S::value_type* str,
30 s.insert(pos, str, n);
32 assert(pos <= old_size);
37 assert(pos > old_size);
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
755 pos=db_RandomInt(r_seed,last_point);
756 point_pos=point_perm[pos];
757 point_perm[pos]=point_perm[last_point];
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
755 pos=db_RandomInt(r_seed,last_point);
756 point_pos=point_perm[pos];
757 point_perm[pos]=point_perm[last_point];
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
755 pos=db_RandomInt(r_seed,last_point);
756 point_pos=point_perm[pos];
757 point_perm[pos]=point_perm[last_point];
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java     [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 353 int pos = 0; local
363 pos++;
369 if (rec.batteryLevel != lastLevel || pos == 1) {
372 lastInteresting = pos;

Completed in 1101 milliseconds

<<141142143144145146147148149150>>