Searched refs:x7 (Results 1 - 25 of 700) sorted by relevance

1234567891011>>

/external/libgsm/src/
H A Dgsm_decode.c37 LARc[6] = sr & 0x7; sr >>= 3;
38 LARc[7] = sr & 0x7; sr >>= 3;
45 xmc[0] = sr & 0x7; sr >>= 3;
47 xmc[1] = sr & 0x7; sr >>= 3;
48 xmc[2] = sr & 0x7; sr >>= 3;
50 xmc[3] = sr & 0x7; sr >>= 3;
51 xmc[4] = sr & 0x7; sr >>= 3;
52 xmc[5] = sr & 0x7; sr >>= 3;
54 xmc[6] = sr & 0x7; sr >>= 3;
55 xmc[7] = sr & 0x7; s
[all...]
H A Dgsm_explode.c40 LARc[6] = sr & 0x7; sr >>= 3;
41 LARc[7] = sr & 0x7; sr >>= 3;
50 xmc[0] = sr & 0x7; sr >>= 3;
52 xmc[1] = sr & 0x7; sr >>= 3;
53 xmc[2] = sr & 0x7; sr >>= 3;
55 xmc[3] = sr & 0x7; sr >>= 3;
56 xmc[4] = sr & 0x7; sr >>= 3;
57 xmc[5] = sr & 0x7; sr >>= 3;
59 xmc[6] = sr & 0x7; sr >>= 3;
60 xmc[7] = sr & 0x7; s
[all...]
H A Dgsm_print.c28 LARc[3] = (*c++ & 0x7) << 2;
33 LARc[6] = (*c >> 3) & 0x7;
34 LARc[7] = *c++ & 0x7;
43 xmc[0] = (*c >> 4) & 0x7;
44 xmc[1] = (*c >> 1) & 0x7;
47 xmc[3] = (*c >> 3) & 0x7;
48 xmc[4] = *c++ & 0x7;
49 xmc[5] = (*c >> 5) & 0x7;
50 xmc[6] = (*c >> 2) & 0x7;
53 xmc[8] = (*c >> 4) & 0x7;
[all...]
H A Dgsm_encode.c354 | ((LARc[3] >> 2) & 0x7);
359 | ((LARc[6] & 0x7) << 3)
360 | (LARc[7] & 0x7);
367 | ((xmc[0] & 0x7) << 4)
368 | ((xmc[1] & 0x7) << 1)
371 | ((xmc[3] & 0x7) << 3)
372 | (xmc[4] & 0x7);
373 *c++ = ((xmc[5] & 0x7) << 5) /* 10 */
374 | ((xmc[6] & 0x7) << 2)
377 | ((xmc[8] & 0x7) <<
[all...]
H A Dgsm_implode.c378 | ((LARc[3] >> 2) & 0x7);
383 | ((LARc[6] & 0x7) << 3)
384 | (LARc[7] & 0x7);
402 | ((xmc[0] & 0x7) << 4)
403 | ((xmc[1] & 0x7) << 1)
406 | ((xmc[3] & 0x7) << 3)
407 | (xmc[4] & 0x7);
408 *c++ = ((xmc[5] & 0x7) << 5) /* 10 */
409 | ((xmc[6] & 0x7) << 2)
412 | ((xmc[8] & 0x7) <<
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-r4998.js45 var x7 = 3;
61 x7 = 263;
69 // The loop variable x7 is initialized to 3,
71 // MakeMergeable has forced the loop variable x7 to be spilled,
74 // claims that x7 is synced, and does not save the modified
76 for (x7 = 3; x7 < 10; ++x7) {
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c28 int x5, int x6, int x7, int x8, int x9) {
30 "r" (x4),"r" (x5),"r" (x6),"r" (x7),"r" (x8),"r" (x9));
27 inlineAsmError(int x0, int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9) argument
/external/clang/test/SemaCXX/
H A Dattr-selectany.cpp20 // FIXME: MSVC accepts this and makes x7 externally visible and comdat, but keep
22 static int x7; // expected-note{{previous definition}} variable
23 extern __declspec(selectany) int x7; // expected-warning{{attribute declaration must precede definition}} variable
25 int asdf() { return x7; }
H A Ddependent-types.cpp12 U<T> x7; // expected-error{{declaration of reference variable 'x7' requires an initializer}} local
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
H A Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
H A Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_chroma_copy.s122 ADD x7,x0,x2 //pu1_src_tmp += src_strd
125 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
128 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
131 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
138 SUB x0,x7,x11 //pu1_src = pu1_src_tmp
153 ADD x7,x0,x2 //pu1_src_tmp += src_strd
156 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
175 ADD x7,x0,x2 //pu1_src_tmp += src_strd
179 LD1 {v1.8b},[x7],x2 //vld1_u8(pu1_src_tmp)
182 LD1 {v2.8b},[x7],x
[all...]
H A Dihevc_padding.s131 add x7,x6,x1
141 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
142 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
143 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
144 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
145 st1 {v6.16b},[x7] //128/8 = 16 bytes store
249 add x7,x6,x1
259 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
260 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
261 st1 {v6.16b},[x7],#1
[all...]
H A Dihevc_sao_edge_offset_class3.s58 //x7 => wd
80 MOV x23,x7 //Store pu1_avail in sp
85 MOV x5,x7 //Loads pu1_avail
91 MOV x16,x7 // wd
94 SUB x9,x7,#1 //wd - 1
98 MOV x9,x7 //Move width to x9 for loop count
116 SUB x10,x7,#1 //[wd - 1]
234 MOV x6,x7 //move wd to x6 loop_count
236 CMP x7,#16 //Compare wd with 16
242 MOV x7,x1
[all...]
H A Dihevc_sao_edge_offset_class2.s58 //x7 => wd
73 MOV x5,x7 //Loads pu1_avail
79 MOV x16,x7 // wd
87 SUB x9,x7,#1 //wd - 1
98 MOV x9,x7 //Move width to x9 for loop count
153 SUB x10,x7,#1 //wd - 1
220 MOV x6,x7 //move wd to x6 loop_count
226 CMP x7,#16 //Compare wd with 16
233 MOV x7,x16 //Loads wd
236 CMP x6,x7 //co
[all...]
/external/chromium_org/tools/cygprofile/
H A Dmergetraces_unittest.py16 (100, 14, '2000:2000', 0x7),
28 (100, 14, '2000:2000', 0x7),
/external/llvm/test/MC/AArch64/
H A Darm64-large-relocs.s25 movk x7, #:abs_g2_nc:sym
28 // CHECK: movk x7, #:abs_g2_nc:sym // encoding: [0bAAA00111,A,0b110AAAAA,0xf2]
/external/ceres-solver/internal/ceres/
H A Dcost_function_to_functor_test.cc187 const T* x5, const T* x6, const T* x7, T* residuals) const {
189 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0] + x7[0] * x7[0];
191 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[1] + x7[1] * x7[1];
200 const T* x5, const T* x6, const T* x7, const T* x8,
203 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0] + x7[0] * x7[0]
206 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[1] + x7[1] * x7[
186 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
199 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
215 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
231 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, const T* x10, T* residuals) const argument
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DBra86.c14 UInt32 prevMask = *state & 0x7;
35 prevMask = (prevMask << ((int)prevPosT - 1)) & 0x7;
42 prevMask = ((prevMask << 1) & 0x7) | 1;
78 prevMask = ((prevMask << 1) & 0x7) | 1;
83 *state = ((prevPosT > 3) ? 0 : ((prevMask << ((int)prevPosT - 1)) & 0x7));
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h59 NoV5SubT = 0x7
115 NewValueOpMask = 0x7,
137 ExtendableOpMask = 0x7,
154 AddrModeMask = 0x7,
157 MemAccesSizeMask = 0x7,
/external/lzma/C/
H A DBra86.c14 UInt32 prevMask = *state & 0x7;
35 prevMask = (prevMask << ((int)prevPosT - 1)) & 0x7;
42 prevMask = ((prevMask << 1) & 0x7) | 1;
78 prevMask = ((prevMask << 1) & 0x7) | 1;
83 *state = ((prevPosT > 3) ? 0 : ((prevMask << ((int)prevPosT - 1)) & 0x7));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dunpack_bits.c39 enc_bits->lsf[2] = ((*bitstreamPtr)&0x7)<<4; /* Bit 13..15 */
48 enc_bits->cb_index[0] = ((*bitstreamPtr)&0x7)<<4; /* Bit 13..15 */
65 enc_bits->startIdx = ((*bitstreamPtr)>>5)&0x7; /* Bit 8..10 */
156 enc_bits->gain_index[0] |= ((*bitstreamPtr)>>12)&0x7; /* Bit 1..3 */
158 enc_bits->gain_index[2] = ((*bitstreamPtr)>>7)&0x7; /* Bit 6..8 */
174 enc_bits->gain_index[5] = ((*bitstreamPtr)>>9)&0x7; /* Bit 4..6 */
175 enc_bits->gain_index[6] |= ((*bitstreamPtr)>>6)&0x7; /* Bit 7..9 */
177 enc_bits->gain_index[8] = ((*bitstreamPtr)>>1)&0x7; /* Bit 12..14 */
187 enc_bits->cb_index[2] |= ((*bitstreamPtr)>>13)&0x7; /* Bit 0..2 */
188 enc_bits->gain_index[0] |= ((*bitstreamPtr)>>10)&0x7; /* Bi
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_reg.h176 #define S5_STENCIL_TEST_FUNC_MASK (0x7<<13)
178 #define S5_STENCIL_FAIL_MASK (0x7<<10)
180 #define S5_STENCIL_PASS_Z_FAIL_MASK (0x7<<7)
182 #define S5_STENCIL_PASS_Z_PASS_MASK (0x7<<4)
191 #define S6_ALPHA_TEST_FUNC_MASK (0x7<<28)
196 #define S6_DEPTH_TEST_FUNC_MASK (0x7<<16)
199 #define S6_CBUF_BLEND_FUNC_MASK (0x7<<12)
215 #define BUF_3D_ID_DEPTH (0x7<<24)
238 #define PRIM3D_RECTLIST (0x7<<18)
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_reg.h176 #define S5_STENCIL_TEST_FUNC_MASK (0x7<<13)
178 #define S5_STENCIL_FAIL_MASK (0x7<<10)
180 #define S5_STENCIL_PASS_Z_FAIL_MASK (0x7<<7)
182 #define S5_STENCIL_PASS_Z_PASS_MASK (0x7<<4)
191 #define S6_ALPHA_TEST_FUNC_MASK (0x7<<28)
196 #define S6_DEPTH_TEST_FUNC_MASK (0x7<<16)
199 #define S6_CBUF_BLEND_FUNC_MASK (0x7<<12)
215 #define BUF_3D_ID_DEPTH (0x7<<24)
238 #define PRIM3D_RECTLIST (0x7<<18)
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
99 x7 = (pInVect[11] - pInVect[13])>>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
124 x7 <<= 1 ;
125 x5 = ( x5 <<1 ) - x7 ;
135 /* rearrangement of x3 and x7 as in (15) */
136 x3 -= x7;
137 x7 <<= 1 ;
138 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, x7, x7); /*x
[all...]

Completed in 573 milliseconds

1234567891011>>