HomeSort by relevance Sort by last modified time
    Searched full:out4 (Results 1 - 16 of 16) sorted by null

  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 31 String out4 = mDevice.executeShellCommand(cmd2); local
32 assertOutputs(out3, out4);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 88 INT32 out1, out2, out3, out4, out5; \
122 out4 = ((SRC_SAMPLE(10) + SRC_SAMPLE(-10)) * 306) \
126 out4 = out4 / 30000; \
128 out5 = out1 + out2 - out3 - out4; \
142 INT32 out1, out2, out3, out4, out5; \
177 out4 = ((SRC_SAMPLE(11) + SRC_SAMPLE(-11)) * 201); \
179 out4 = out4 / 30000; \
181 out5 = out1 - out2 + out3 - out4; \
    [all...]
  /external/openssl/crypto/des/asm/
des_enc.m4 107 #define out4 %o4
163 ld [out2+280], out4 ! loop counter
314 ! out4 is loop counter
364 subcc out4, 1, out4
482 ifelse($6,{}, {}, {ld [out2+280], out4}) ! loop counter
645 ! also adds -8 to length in2 and loads loop counter to out4
652 define({temp1},{out4})
758 ld [out2+280], out4 ! loop counter
1136 mov local0, out4
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 200 final float out4 = cycleInterpolator.getInterpolation(0.375f); local
208 final float delta3 = out4 - out3;
209 final float delta4 = out5 - out4;
  /external/oprofile/module/ia64/
IA64syscallstub.h 100 mov out4 = in3; \
182 mov out4 = in4; \
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
break.js 95 out4:
continue.js 98 out4:
  /external/openssl/crypto/aes/asm/
aes-ia64.S 337 add out4=3,in0 };;
341 ld1 out1=[out4],4 };; // s0
345 ld1 out3=[out4],4 };; // s1
349 ld1 out5=[out4],4 };; // s2
353 ld1 out7=[out4] };; // s3
716 add out4=3,in0 };;
720 ld1 out1=[out4],4 };; // s0
724 ld1 out3=[out4],4 };; // s1
728 ld1 out5=[out4],4 };; // s2
732 ld1 out7=[out4] };; // s
    [all...]
  /hardware/invensense/libsensors_iio/software/core/mllite/
ml_math_func.c 250 long in4[4], out4[4]; local
257 inv_q_mult(q_temp1, q_temp2, out4);
258 memcpy(out, &out4[1], 3 * sizeof(long));
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 552 unsigned Out4 = createDupLane(MBB, InsertPt, DL, DSub1, 1);
553 Out2 = createVExt(MBB, InsertPt, DL, Out3, Out4);
  /external/libffi/src/ia64/
unix.S 82 ld8 out4 = [in0], 16
  /external/v8/test/cctest/
test-regexp.cc 1137 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
    [all...]
  /external/wpa_supplicant_8/src/crypto/
milenage.c 102 /* OUT4 = E_K(rot(TEMP XOR OP_C, r4) XOR c4) XOR OP_C */
  /external/openssl/crypto/md5/asm/
md5-ia64.S 95 #define M0_ out4
  /external/icu4c/test/cintltst/
nccbtst.c 1763 out4[]={ U16_LEAD(0x10203), U16_TRAIL(0x10203), 0xfffd, 0x4e00 }; local
    [all...]
  /external/strace/
syscall.c     [all...]

Completed in 481 milliseconds