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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
type-definition-in-specifier.cpp 42 static int xx; member in struct:pr19018a
50 void func8(struct { int qq() { return xx; }; } x); // expected-error{{cannot be defined in a parameter type}}
51 void func9(struct t19018 { int qq() { return xx; }; } x); // expected-error{{cannot be defined in a parameter type}}
  /external/fonttools/Lib/fontTools/misc/
transform.py 88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0):
99 self.__affine = xx, xy, yx, yy, dx, dy
111 xx, xy, yx, yy, dx, dy = self.__affine
112 return (xx*x + yx*y + dx, xy*x + yy*y + dy)
123 xx, xy, yx, yy, dx, dy = self.__affine
124 return [(xx*x + yx*y + dx, xy*x + yy*y + dy) for x, y in points]
238 xx, xy, yx, yy, dx, dy = self.__affine
239 det = xx*yy - yx*xy
240 xx, xy, yx, yy = yy/det, -xy/det, -yx/det, xx/de
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_server.c 180 UINT16 rsp_param_len, num_rsp_handles, xx; local
281 for (xx = cont_offset; xx < cont_offset + cur_handles; xx++)
282 UINT32_TO_BE_STREAM (p_rsp, rsp_handles[xx]);
324 UINT16 rsp_param_len, xx; local
421 for (xx = p_ccb->cont_info.next_attr_index; xx < attr_seq.num_attr; xx++)
423 p_attr = sdp_db_find_attr_in_rec (p_rec, attr_seq.attr_entry[xx].start, attr_seq.attr_entry[xx].end)
580 UINT16 rsp_param_len, xx; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 223 struct Double r, xx; local
228 xx.a = (t + x), TRUNC(xx.a);
229 xx.b = x - xx.a; xx.b += t; xx.b += d;
232 x = xx.a + xx.b;
234 xx.a = x, TRUNC(xx.a)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 53 int xx; local
56 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
182 int xx; local
184 for (xx = 0; xx < L2CAP_NUM_FIXED_CHNLS; xx++)
186 if (p_lcb->p_fixed_ccbs[xx])
188 l2cu_release_ccb (p_lcb->p_fixed_ccbs[xx]);
264 int xx; local
1209 int xx; local
1785 UINT16 xx; local
1866 UINT16 xx; local
2185 int xx; local
2215 int xx; local
2298 int xx; local
2573 int xx; local
2755 int xx; local
2823 int xx; local
2887 int xx; local
3000 int xx; local
3030 UINT8 xx; local
3248 int xx; local
3457 UINT8 xx; local
3499 UINT8 xx; local
    [all...]
l2c_ucd.c 54 UINT16 xx; local
58 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++)
127 UINT16 xx; local
131 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++)
269 UINT16 xx; local
284 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++
662 UINT16 xx; local
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 51 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local
57 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
98 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
104 src = srcAddr[*xx++]; *colors++ = table[src];
137 const uint16_t* xx = (const uint16_t*)(xy + 1); local
143 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
175 "ldrh r4, [%[xx]], #2 \n\t" // load pixel ptr
182 : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors
    [all...]
SkBitmapProcState_opts_mips_dsp.cpp 33 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local
45 "pref 0, 16(%[xx]) \n\t"
46 "lhu $t0, 0(%[xx]) \n\t"
47 "lhu $t1, 2(%[xx]) \n\t"
48 "lhu $t2, 4(%[xx]) \n\t"
49 "lhu $t3, 6(%[xx]) \n\t"
50 "lhu $t4, 8(%[xx]) \n\t"
51 "lhu $t5, 10(%[xx]) \n\t"
52 "lhu $t6, 12(%[xx]) \n\t"
53 "lhu $t7, 14(%[xx]) \n\t
163 const uint16_t* xx = (const uint16_t*)(xy + 1); local
    [all...]
  /external/chromium_org/third_party/skia/bench/
VertBench.cpp 51 SkScalar xx = 0; local
53 pts->set(xx, yy);
55 xx += dx;
  /external/clang/test/Sema/
complex-int.c 6 __complex__ unsigned xx; local
16 result = xx*yy;
20 case xx: ; // expected-error{{expression is not an integer constant expression}}
array-constraint.c 32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}} function
expr-address-of.c 2 struct xx { int bitf:1; }; struct
4 struct entry { struct xx *whatever;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
loopfilter_sse2.asm 652 movq xmm4, [rsi] ; xx xx xx xx xx xx xx xx 07 06 05 04 03 02 01 00
653 movq xmm1, [rdi] ; xx xx xx xx xx xx xx xx 17 16 15 14 13 12 11 1
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-798.js 100 xx = {}
101 xx.__proto__ = x
103 xx.a;
104 xx.b;
105 xx.c;
106 xx.a = 1;
107 xx.b = 1;
108 xx.c = 1;
  /external/clang/test/Index/
load-exprs.c 7 void *xx = ptr ? : &x; local
50 // CHECK: load-exprs.c:7:9: VarDecl=xx:7:9 (Definition) Extent=[7:3 - 7:24]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_main.c 108 UINT8 xx; local
116 for (xx = 0, p_info = nfa_ce_cb.listen_info; xx < NFA_CE_LISTEN_INFO_MAX; xx++, p_info++)
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 652 movq xmm4, [rsi] ; xx xx xx xx xx xx xx xx 07 06 05 04 03 02 01 00
653 movq xmm1, [rdi] ; xx xx xx xx xx xx xx xx 17 16 15 14 13 12 11 1
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 220 UINT8 num_interfaces = 0, xx; local
237 for (xx = 0; xx < num_interfaces; xx++)
733 int xx; local
739 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++)
741 nfc_cb.conn_cb[xx].conn_id = NFC_ILLEGAL_CONN_ID;
840 UINT8 xx, yy, num_intf, intf_mask local
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 95 int xx, ret = nfa_ee_cb.cur_ee; local
116 for (xx = 0; (xx < ret) && (num_ret < max_ret); xx++, p_cb++)
118 NFA_TRACE_DEBUG4 ("xx:%d max_ret:%d, num_ret:%d ee_status:0x%x", xx, max_ret, num_ret, p_cb->ee_status);
190 int xx; local
192 for (xx = 0; xx < NFA_EE_MAX_CBACKS; xx++
237 UINT32 xx; local
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc 202 for (GLint xx = 0; bad_count < 16 && xx < kResolution; ++xx) {
203 const uint8* actual = &actual_pixels[(yy * kResolution + xx) * 4];
209 if (xx > 0 && xx < kResolution - 1) {
211 << "pixel at " << xx << ", " << yy
220 EXPECT_GT(actual[0], down[0]) << "pixel at " << xx << ", " << yy;
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadParameterizationTest.cpp 13 double xx = q.x2() * point.fX * point.fX; local
19 double sum = xx + xy + yy + x + y + c;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
datavis.asm 16 .section .xx, "", @ progbits
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 190 IndirectReferenceField::IndirectReferenceField(float &xx) : x(xx) {}
  /external/jemalloc/test/include/test/
math.h 224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; local
233 xx = 0.5 * df;
234 c = xx - 1.0;
238 ch = pow(p * xx * exp(ln_gamma_df_2 + xx * aa), 1.0 / xx);
278 p2 = p - i_gamma(p1, xx, ln_gamma_df_2);
279 t = p2 * exp(xx * aa + ln_gamma_df_2 + p1 - c * log(ch));
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 229 UINT8 xx = 0, updated_len = 0, *p_cur_len; local
243 while (tlv_list_len - xx >= 2) /* at least type and len */
246 type = *(p_tlv_list + xx);
247 len = *(p_tlv_list + xx + 1);
248 p_value = p_tlv_list + xx + 2;
405 if ((updated_len != xx) && (!app_init))
407 memcpy (p_tlv_list + updated_len, p_tlv_list + xx, (len + 2));
411 xx += len + 2; /* move to next TLV */

Completed in 1033 milliseconds

1 23 4 5 6 7 8 91011>>