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

1 2

  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 405 unsigned int* uints = reinterpret_cast<unsigned int*>(ints.get()); local
406 if (uints == NULL) {
410 int i = wLen; do { i--; uints[i*2+1] = a->d[i] >> 32; uints[i*2] = a->d[i]; } while (i > 0);
412 int i = wLen; do { i--; uints[i] = a->d[i]; } while (i > 0);
  /external/ltrace/
printf.c 133 static enum arg_type uints[] = local
143 format_type = uints[2 + lng - hlf];
  /art/runtime/
lock_word.h 160 // Only Object should be converting LockWords to/from uints.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XI2proto.h 866 uint32_t length; /**< Length in 4 byte uints */
899 uint32_t length; /**< Length in 4 byte uints */
920 uint32_t length; /**< Length in 4 byte uints */
956 uint32_t length; /**< Length in 4 byte uints */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 866 uint32_t length; /**< Length in 4 byte uints */
899 uint32_t length; /**< Length in 4 byte uints */
920 uint32_t length; /**< Length in 4 byte uints */
956 uint32_t length; /**< Length in 4 byte uints */
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ConstantUnion.h 335 unsigned int uConst; // used for uvec, scalar uints
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_keymap.c 89 keySize /= 4; /* convert from bytes to uints */
  /external/mesa3d/src/gallium/auxiliary/util/
u_keymap.c 89 keySize /= 4; /* convert from bytes to uints */
  /external/chromium_org/content/child/webcrypto/
status.h 161 // representing buffer lengths as uints).
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 91 /* LONGMUL32HI -- set w=(u*v)>>32, where w, u, and v are uInts */
389 /* Macros to test if a certain 10 bits of a uInt or pair of uInts */
396 /* declet is at offset k (a multiple of 2) in a pair of uInts: */
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 91 /* LONGMUL32HI -- set w=(u*v)>>32, where w, u, and v are uInts */
389 /* Macros to test if a certain 10 bits of a uInt or pair of uInts */
396 /* declet is at offset k (a multiple of 2) in a pair of uInts: */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 29 * ubytes, ushorts, uints, etc.
s_depth.c 188 * vertex Z values come out as large fragment Z uints.
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 29 * ubytes, ushorts, uints, etc.
s_depth.c 188 * vertex Z values come out as large fragment Z uints.
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_matching.cpp     [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp     [all...]
  /art/compiler/dex/
frontend.cc 628 * Dalvik uses 16-bit uints for instruction and register counts. We'll limit to a quarter
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
framebuffer.c 29 * ushorts, uints, etc.
  /external/mesa3d/src/mesa/main/
framebuffer.c 29 * ushorts, uints, etc.
  /external/valgrind/main/callgrind/
fn.c 603 * of UInts, mapping function numbers to the active count of
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 192 // A (hopefully) unique value for a uniform. For multi-component types creates only one value. Values are in the range [0,1] for floats, [-128, 127] for ints, [0,255] for uints and 0/1 for booleans. Samplers are treated according to the types they return.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c 564 * Store 4 uints into a register. Observe the set-condition-code flags.
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 564 * Store 4 uints into a register. Observe the set-condition-code flags.
    [all...]

Completed in 2284 milliseconds

1 2