HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 251 - 275 of 4500) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
firewire-constants.h 37 #define EXTCODE_FETCH_ADD 0x3
69 #define SCODE_800 0x3
72 #define SCODE_BETA 0x3
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py 59 def x3(n, kwd=None): function in function:register
60 print "running x3(%r, kwd=%r)" % (n, kwd)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py 59 def x3(n, kwd=None): function in function:register
60 print "running x3(%r, kwd=%r)" % (n, kwd)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
  /external/v8/src/arm64/
interface-descriptors-arm64.cc 22 const Register LoadWithVectorDescriptor::VectorRegister() { return x3; }
33 const Register VectorStoreICDescriptor::VectorRegister() { return x3; }
37 const Register VectorStoreTransitionDescriptor::VectorRegister() { return x3; }
41 const Register StoreTransitionDescriptor::MapRegister() { return x3; }
65 const Register ArgumentsAccessNewDescriptor::parameter_pointer() { return x3; }
69 const Register RestParamAccessDescriptor::parameter_pointer() { return x3; }
83 const Register GrowArrayElementsDescriptor::KeyRegister() { return x3; }
132 Register registers[] = {x3};
139 // x3: closure
143 Register registers[] = {x3, x2, x1, x0}
    [all...]
  /system/core/libmincrypt/
p256.c 341 p256_int y2, x3; local
350 p256_modmul(&SECP256r1_p, x, 0, x, &x3); // x^2
351 p256_modmul(&SECP256r1_p, x, 0, &x3, &x3); // x^3
352 if (p256_sub(&x3, x, &x3)) p256_add(&x3, &SECP256r1_p, &x3); // x^3 - x
353 if (p256_sub(&x3, x, &x3)) p256_add(&x3, &SECP256r1_p, &x3); // x^3 - 2
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
54 bez->x3 = bez->x3 + t * (bez->x4 - bez->x3);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
60 left->x3 = left->x2 + t * (left->x3 - left->x2)
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_luma_vert.s 85 //x3 => dst_strd
117 add x5, x2, x3
119 add x8, x5, x3
121 add x10, x8, x3
123 lsl x11, x3, #2
190 lsl x5, x3, #3 //8*stride
232 st1 {v18.8b, v19.8b}, [x2], x3
235 st1 {v3.8b, v4.8b}, [x5], x3
242 st1 {v1.8b, v2.8b}, [x2], x3
245 st1 {v6.8b, v7.8b}, [x5], x3
    [all...]
  /external/libavc/encoder/armv8/
ime_distortion_metrics_av8.s 99 lsl x3, x3, #1
107 ld1 {v1.16b}, [x1], x3
109 ld1 {v3.16b}, [x1], x3
118 ld1 {v5.16b}, [x1], x3
120 ld1 {v7.16b}, [x1], x3
188 ld1 {v1.16b}, [x1], x3
190 ld1 {v3.16b}, [x1], x3
199 ld1 {v5.16b}, [x1], x3
201 ld1 {v7.16b}, [x1], x3
    [all...]
  /external/libgsm/src/
gsm_encode.c 351 *c++ = ((LARc[0] & 0x3) << 6)
355 *c++ = ((LARc[3] & 0x3) << 6)
357 | ((LARc[5] >> 2) & 0x3);
358 *c++ = ((LARc[5] & 0x3) << 6)
364 | ((Mc[0] & 0x3) << 5)
370 *c++ = ((xmc[2] & 0x3) << 6)
375 | ((xmc[7] >> 1) & 0x3);
380 *c++ = ((xmc[10] & 0x3) << 6)
386 | ((Mc[1] & 0x3) << 5)
392 *c++ = ((xmc[15] & 0x3) << 6
    [all...]
gsm_implode.c 375 *c++ = ((LARc[0] & 0x3) << 6)
379 *c++ = ((LARc[3] & 0x3) << 6)
381 | ((LARc[5] >> 2) & 0x3);
382 *c++ = ((LARc[5] & 0x3) << 6)
394 | ((Mc[0] & 0x3) << 5)
405 *c++ = ((xmc[2] & 0x3) << 6)
410 | ((xmc[7] >> 1) & 0x3);
415 *c++ = ((xmc[10] & 0x3) << 6)
427 | ((Mc[1] & 0x3) << 5)
439 *c++ = ((xmc[15] & 0x3) << 6
    [all...]

Completed in 1444 milliseconds

<<11121314151617181920>>