HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/wilhelm/tools/hashgen/
frag3.c 14 const struct SLInterfaceID_ *xx = SL_IID_array; local
16 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) {
17 if (!memcmp(x, xx, 16)) {
  /external/clang/test/Parser/
builtin_types_compatible.c 35 struct xx { int a; } x, y; struct
38 c = __builtin_choose_expr(0, b, x); // expected-error{{assigning to 'int' from incompatible type 'struct xx'}}
typeof.c 17 int xx; local
  /external/valgrind/main/VEX/test/
fsave.c 45 printf("xx ");
57 int xx = argc > 1; local
65 show_fpustate( buf, xx );
frstor.c 56 printf("xx ");
68 int xx = argc > 1; local
74 show_fpustate( (unsigned char*)buf1, xx );
79 show_fpustate( (unsigned char*)buf2, xx );
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/main/helgrind/tests/
tc04_free_lock.c 10 pthread_mutex_t lock; int morestuff[2000]; } XX;
17 XX* xx = malloc(sizeof(XX)); local
18 assert(xx);
20 pthread_mutex_init( &xx->lock, NULL );
22 pthread_mutex_lock( &xx->lock );
24 free(xx);
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 47 UINT8 xx, yy; local
105 for (xx=0, yy=0; xx< p_result->get_cur_app_val.num_attr; xx++)
126 for (xx=0; ((xx< p_result->set_app_val.num_val) && (buf_len > size_needed)); xx++)
128 p_app_set[xx].attr_id = *p++;
129 p_app_set[xx].attr_val = *p++;
130 if (!avrc_is_valid_player_attrib_value(p_app_set[xx].attr_id, p_app_set[xx].attr_val)
    [all...]
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 20 int xx; //expected-note {{'xx' declared without an initial value}} local
21 int *y = &xx;
26 return xx+3; //expected-warning{{The left operand of '+' is a garbage value}}
96 // CHECK-NEXT: <string>&apos;xx&apos; declared without an initial value</string>
98 // CHECK-NEXT: <string>&apos;xx&apos; declared without an initial value</string>
    [all...]
  /external/clang/test/FixIt/
fixit-function-call.cpp 61 int xx; member in struct:A
  /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]
annotate-tokens.c 8 void *xx = ptr ? : &x; local
91 // CHECK: Keyword: "void" [8:3 - 8:7] VarDecl=xx:8:9 (Definition)
92 // CHECK: Punctuation: "*" [8:8 - 8:9] VarDecl=xx:8:9 (Definition)
93 // CHECK: Identifier: "xx" [8:9 - 8:11] VarDecl=xx:8:9 (Definition)
94 // CHECK: Punctuation: "=" [8:12 - 8:13] VarDecl=xx:8:9 (Definition)
  /external/clang/test/Sema/
bitfield.c 16 float xx : 4; // expected-error {{bit-field 'xx' has non-integral type}} member in struct:a
array-constraint.c 32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}} function
  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 68 X<int> xx; variable
69 only<int> p2 = xx.f(0L);
70 only<double> p3 = xx.g(0L, 1.0);
71 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_main.c 106 UINT8 xx; local
114 for (xx = 0, p_info = nfa_ce_cb.listen_info; xx < NFA_CE_LISTEN_INFO_MAX; xx++, p_info++)
  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 47 int xx, max = NCI_MAX_CONN_CBS; local
51 for (xx = 0; xx < max; xx++)
53 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID)
55 nfc_cb.conn_cb[xx].conn_id = NFC_PEND_CONN_ID; /* to indicate this cb is used */
56 p_conn_cb = &nfc_cb.conn_cb[xx];
99 int xx; local
102 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++
128 int xx; local
195 int xx; local
    [all...]
  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_arm.cpp 46 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local
52 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
93 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
99 src = srcAddr[*xx++]; *colors++ = table[src];
132 const uint16_t* xx = (const uint16_t*)(xy + 1); local
138 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
170 "ldrh r4, [%[xx]], #2 \n\t" // load pixel ptr
177 : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_gamma.cpp 44 int xx = SkScalarRound(SkFloatToScalar(x * 255)); local
45 // printf(" %d\n", xx);
46 table[i] = SkToU8(xx);
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 46 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local
52 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
93 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
99 src = srcAddr[*xx++]; *colors++ = table[src];
132 const uint16_t* xx = (const uint16_t*)(xy + 1); local
138 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
170 "ldrh r4, [%[xx]], #2 \n\t" // load pixel ptr
177 : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors
    [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;
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.c 133 void show ( unsigned char* buf, int xx )
139 if (xx && isFPLsbs(i))
140 printf("xx ");
154 int xx = argc > 1; local
167 show(buf1, xx);
174 show(buf2, xx);
180 show(buf3, xx);
191 show(buf1, xx);
198 show(buf2, xx);
204 show(buf3, xx);
    [all...]
  /external/valgrind/main/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);
  /external/valgrind/main/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);
  /system/extras/tests/bionic/libc/bionic/
test_setjmp.c 49 register int xx = INT_VALUE1; local
52 xx = INT_VALUE2;
55 if (xx != INT_VALUE1) {
60 dummy_int = xx;
67 register double xx = FLOAT_VALUE1; local
70 xx = FLOAT_VALUE2;
73 if (xx != FLOAT_VALUE1) {
78 dummy_double = xx;

Completed in 622 milliseconds

1 2 3 4 5 6 7 8