HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 51 - 75 of 526) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/toybox/lib/
interestingtimes.c 21 int terminal_size(unsigned *xx, unsigned *yy)
43 if (xx && x) *xx = x;
53 int terminal_probesize(unsigned *xx, unsigned *yy)
55 if (terminal_size(xx, yy) && (!xx || *xx) && (!yy || *yy)) return 1;
66 int scan_key_getsize(char *scratch, int miliwait, unsigned *xx, unsigned *yy)
72 if (xx) *xx = (key>>10)&1023
    [all...]
  /external/valgrind/VEX/priv/
host_generic_simd128.c 45 static inline UInt mul32 ( Int xx, Int yy )
47 Long t = ((Long)xx) * ((Long)yy);
51 static inline UInt max32S ( Int xx, Int yy )
53 return toUInt((xx > yy) ? xx : yy);
56 static inline UInt min32S ( Int xx, Int yy )
58 return toUInt((xx < yy) ? xx : yy);
61 static inline UInt max32U ( UInt xx, UInt yy )
63 return toUInt((xx > yy) ? xx : yy)
115 Int xx = (Int)xx0; local
    [all...]
  /external/speex/libspeex/
ltp_sse.h 76 __m128 sum, *xx, *yy; local
79 xx = x;
82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0]));
83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1]));
84 xx += 2;
  /system/bt/stack/avrc/
avrc_pars_tg.cc 102 uint8_t xx, yy; local
162 for (xx = 0, yy = 0; xx < p_result->get_cur_app_val.num_attr; xx++) {
179 for (xx = 0;
180 ((xx < p_result->set_app_val.num_val) && (buf_len > size_needed));
181 xx++) {
182 p_app_set[xx].attr_id = *p++;
183 p_app_set[xx].attr_val = *p++;
184 if (!avrc_is_valid_player_attrib_value(p_app_set[xx].attr_id
    [all...]
avrc_pars_ct.cc 439 for (int xx = 0; ((xx < p_result->get_caps.count) &&
440 (xx < AVRC_CAP_MAX_NUM_COMP_ID));
441 xx++) {
442 BE_STREAM_TO_UINT24(p_result->get_caps.param.company_id[xx], p);
446 for (int xx = 0; ((xx < p_result->get_caps.count) &&
447 (xx < AVRC_CAP_MAX_NUM_EVT_ID));
448 xx++) {
449 BE_STREAM_TO_UINT8(p_result->get_caps.param.event_id[xx], p)
    [all...]
avrc_bld_tg.cc 56 uint8_t xx; local
87 for (xx = 0; xx < p_rsp->count; xx++) {
88 UINT24_TO_BE_STREAM(p_data, p_company_id[xx]);
94 for (xx = 0; xx < p_rsp->count; xx++) {
95 if (AVRC_IS_VALID_EVENT_ID(p_event_id[xx])) {
97 UINT8_TO_BE_STREAM(p_data, p_event_id[xx]);
124 uint8_t xx; local
169 uint8_t xx; local
214 uint8_t xx; local
284 uint8_t xx; local
559 uint8_t xx; local
908 uint8_t *p_len, xx; local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 74 punpcklbw xmm3, xmm0 ; xx05 xx04 xx03 xx02 xx01 xx01 xx-1 xx-2
75 psrldq xmm4, 1 ; xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00 -1
78 punpcklbw xmm4, xmm0 ; xx06 xx05 xx04 xx03 xx02 xx01 xx00 xx-1
80 psrldq xmm5, 2 ; xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00
85 psrldq xmm6, 3 ; xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01
90 psrldq xmm7, 4 ; xx xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 0
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP224R1Field.java 30 public static void addExt(int[] xx, int[] yy, int[] zz)
32 int c = Nat.add(14, xx, yy, zz);
105 public static void reduce(int[] xx, int[] z)
107 long xx10 = xx[10] & M, xx11 = xx[11] & M, xx12 = xx[12] & M, xx13 = xx[13] & M;
111 long t0 = (xx[7] & M) + xx11 - n;
112 long t1 = (xx[8] & M) + xx12;
113 long t2 = (xx[9] & M) + xx13
    [all...]
  /external/valgrind/memcheck/tests/amd64/
fxsave-amd64.c 141 void show ( unsigned char* buf, int xx )
147 if (xx && isFPLsbs(i))
148 printf("xx ");
162 int xx = argc > 1; local
175 show(buf1, xx);
182 show(buf2, xx);
188 show(buf3, xx);
199 show(buf1, xx);
206 show(buf2, xx);
212 show(buf3, xx);
    [all...]
  /external/skia/src/core/
SkPoint.cpp 114 double xx = x; local
116 double magmag = sqrt(xx * xx + yy * yy);
133 double xx = dx; local
135 return (float)sqrt(xx * xx + yy * yy);
161 double xx = x; local
167 double dscale = length / sqrt(xx * xx + yy * yy);
172 scale = (float)(length / sqrt(xx * xx + yy * yy))
198 double xx = x; local
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 59 FT_UInt val1, xx; local
74 for ( xx = 2; xx < width; xx++ )
79 val = line[xx];
88 line[xx - 2] = (FT_Byte)pix;
97 line[xx - 2] = (FT_Byte)pix;
101 line[xx - 1] = (FT_Byte)pix;
207 FT_UInt xx; local
210 for ( xx = 0; xx < width; xx += 3
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftlcdfil.c 59 FT_UInt val1, xx; local
74 for ( xx = 2; xx < width; xx++ )
79 val = line[xx];
88 line[xx - 2] = (FT_Byte)pix;
97 line[xx - 2] = (FT_Byte)pix;
101 line[xx - 1] = (FT_Byte)pix;
207 FT_UInt xx; local
210 for ( xx = 0; xx < width; xx += 3
    [all...]
  /external/libopus/src/
mlp.c 45 opus_val16 xx; /* Q11 */
53 xx = EXTRACT16(SHR32(_x, 8));
55 i = SHR32(ADD32(1024,MULT16_16(25, xx)),11);
57 xx -= EXTRACT16(SHR32(MULT16_16(20972,i),8));
58 /*x = xx*(1./2048);*/
63 yy = yy + MULT16_16_Q14(MULT16_16_Q11(xx,dy),(16384 - MULT16_16_Q11(yy,xx)));
  /external/llvm/test/MC/Mips/
mips-abi-bad.s 6 # CHECK: :[[@LINE-1]]:17: error: unsupported value, expected 'xx', '32' or '64'
10 # FIXME: Add separate test for .set fp=xx/32/64.
11 .set fp=xx,6
13 # CHECK-NEXT: .set fp=xx,6
  /external/valgrind/VEX/test/
fxsave.c 87 void show ( unsigned char* buf, int xx )
93 if (xx && isFPLsbs(i))
94 printf("xx ");
108 int xx = argc > 1; local
118 show(buf1, xx);
125 show(buf2, xx);
131 show(buf3, xx);
  /external/valgrind/memcheck/tests/x86/
fxsave.c 88 void show ( unsigned char* buf, int xx )
94 if (xx && isFPLsbs(i))
95 printf("xx ");
109 int xx = argc > 1; local
119 show(buf1, xx);
126 show(buf2, xx);
132 show(buf3, xx);
fxsave.stdout.exp 7 32 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
8 48 xx xx 68 21 a2 da 0f c9 00 40 00 00 00 00 00 00
9 64 xx xx cf fb 84 9a 20 9a fd 3f 00 00 00 00 00 00
10 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
11 96 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug196.go 23 var xx int
24 xx, ok = i.(int)
28 _, _, _, _, _ = x, ok, xx, a, b
  /prebuilts/go/linux-x86/test/fixedbugs/
bug196.go 23 var xx int
24 xx, ok = i.(int)
28 _, _, _, _, _ = x, ok, xx, a, b
  /system/bt/stack/sdp/
sdp_utils.cc 57 uint16_t xx; local
61 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) {
81 uint16_t xx; local
86 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) {
105 uint16_t xx; local
109 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
157 uint16_t xx; local
570 uint16_t xx; local
785 uint16_t xx; local
    [all...]
  /system/nfc/src/nfa/hci/
nfa_hci_api.c 149 int xx; local
163 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) {
164 if ((nfa_hci_cb.cfg.reg_app_names[xx][0] != 0) &&
165 (!strncmp(p_app_name, &nfa_hci_cb.cfg.reg_app_names[xx][0],
170 if (xx == NFA_HCI_MAX_APP_CB) {
350 uint8_t xx; local
379 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++
874 uint8_t xx; local
929 int xx; local
    [all...]
  /system/nfc/src/nfa/dm/
nfa_dm_discover.c 401 uint8_t params[250], *p, xx; local
507 for (xx = 0; xx < NFA_LF_MAX_SC_NFCID2; xx++) {
508 if ((p_cfg->lf_t3t_flags & (0x0001 << xx)) != 0x0000) {
509 UINT8_TO_STREAM(p, NFC_PMID_LF_T3T_ID1 + xx);
511 ARRAY_TO_STREAM(p, p_cfg->lf_t3t_identifier[xx],
874 uint8_t num_params, xx; local
894 for (xx = 0; xx < NFA_DM_DISC_NUM_ENTRIES; xx++)
1152 uint8_t xx, host_id_in_LRT; local
1315 tNFA_HANDLE xx; local
1693 uint8_t xx; local
2512 uint8_t xx; local
    [all...]
  /external/clang/test/SemaCXX/
warn-shadow.cpp 13 namespace xx { namespace
21 using namespace xx;
  /external/iproute2/ip/
routel 19 do set xx $rest
  /external/valgrind/none/tests/amd64/
bug132918.c 14 double xx = x; local
28 : /*in*/ "m" (f64), "m" (xx), "m" (yy)
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);

Completed in 6717 milliseconds

1 23 4 5 6 7 8 91011>>