/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_ct.c | 47 UINT8 xx, yy; local
|
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/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_opts_arm.cpp | 50 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local 56 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7 97 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors) 103 src = srcAddr[*xx++]; *colors++ = table[src]; 136 const uint16_t* xx = (const uint16_t*)(xy + 1); local 142 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7 174 "ldrh r4, [%[xx]], #2 \n\t" // load pixel ptr 181 : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors [all...] |
SkBitmapProcState_matrixProcs_neon.cpp | 65 uint16_t* xx = (uint16_t*)dst; local 67 *xx++ = SkToU16(fx >> 16); fx += dx;
|
/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>'xx' declared without an initial value</string> 98 // CHECK-NEXT: <string>'xx' 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/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/src/opts/ |
SkBitmapProcState_opts_arm.cpp | 50 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local 56 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7 97 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors) 103 src = srcAddr[*xx++]; *colors++ = table[src]; 136 const uint16_t* xx = (const uint16_t*)(xy + 1); local 142 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7 174 "ldrh r4, [%[xx]], #2 \n\t" // load pixel ptr 181 : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors [all...] |
/external/skia/tests/ |
PathOpsQuadParameterizationTest.cpp | 13 double xx = q.x2() * point.fX * point.fX; local 19 double sum = xx + xy + yy + x + y + c;
|
/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;
|
/external/clang/test/Sema/ |
array-constraint.c | 32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}} function
|