/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/chromium_org/third_party/skia/src/core/ |
SkPoint.cpp | 124 double xx = x; local 126 double magmag = sqrt(xx * xx + yy * yy); 143 double xx = dx; local 145 return (float)sqrt(xx * xx + yy * yy); 170 double xx = x; local 176 double dscale = length / sqrt(xx * xx + yy * yy); 181 scale = (float)(length / sqrt(xx * xx + yy * yy)) 206 double xx = x; local [all...] |
/hardware/invensense/60xx/libsensors/ |
Android.mk | 33 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/platform/include 34 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/platform/include/linux 35 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/platform/linux 36 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/mllite 37 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/mldmp 38 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/external/aichi 39 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/external/akmd
|
/external/chromium_org/third_party/freetype/src/base/ |
ftlcdfil.c | 52 FT_UInt val1, xx; local 68 for ( xx = 2; xx < width; xx++ ) 73 val = line[xx]; 82 line[xx - 2] = (FT_Byte)pix; 91 line[xx - 2] = (FT_Byte)pix; 95 line[xx - 1] = (FT_Byte)pix; 194 FT_UInt xx; local 197 for ( xx = 0; xx < width; xx += 3 [all...] |
/external/freetype/src/base/ |
ftlcdfil.c | 55 FT_UInt val1, xx; local 70 for ( xx = 2; xx < width; xx++ ) 75 val = line[xx]; 84 line[xx - 2] = (FT_Byte)pix; 93 line[xx - 2] = (FT_Byte)pix; 97 line[xx - 1] = (FT_Byte)pix; 195 FT_UInt xx; local 198 for ( xx = 0; xx < width; xx += 3 [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
fxft_ftlcdfil.c | 53 FT_UInt val1, xx; local 69 for ( xx = 2; xx < width; xx++ ) 74 val = line[xx]; 83 line[xx - 2] = (FT_Byte)pix; 92 line[xx - 2] = (FT_Byte)pix; 96 line[xx - 1] = (FT_Byte)pix; 195 FT_UInt xx; local 198 for ( xx = 0; xx < width; xx += 3 [all...] |
/external/chromium_org/third_party/opus/src/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/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/valgrind/main/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);
|
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 );
|
/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);
|
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...] |
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_utils.c | 58 UINT16 xx; local 62 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) 86 UINT16 xx; local 92 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) 115 UINT16 xx; local 119 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++ 180 UINT16 xx; local 640 UINT16 xx; local 885 UINT16 xx; local [all...] |
/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_api.c | 151 int xx; local 167 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) 169 if ( (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0) 170 &&(!strncmp (p_app_name, &nfa_hci_cb.cfg.reg_app_names[xx][0], app_name_len)) ) 174 if (xx == NFA_HCI_MAX_APP_CB) 356 UINT8 xx; local 380 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++ 891 UINT8 xx; local 949 int xx; local [all...] |
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_discover.c | 437 UINT8 params[250], *p, xx; local 549 for (xx = 0; xx < NFA_LF_MAX_SC_NFCID2; xx++) 551 if ((p_cfg->lf_t3t_flags & (0x0001 << xx)) != 0x0000) 553 UINT8_TO_STREAM (p, NFC_PMID_LF_T3T_ID1 + xx); 555 ARRAY_TO_STREAM (p, p_cfg->lf_t3t_identifier[xx], NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN); 951 UINT8 num_params, xx; local 973 for (xx = 0; xx < NFA_DM_DISC_NUM_ENTRIES; xx++ 1209 UINT8 xx, host_id_in_LRT; local 1393 tNFA_HANDLE xx; local 1808 UINT8 xx; local 2648 UINT8 xx; local [all...] |
/external/clang/test/Sema/ |
designated-initializers.c | 144 struct XX { int a, *b; }; 145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member in struct:XY 146 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float, 147 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float, 152 &xy[2].xx.a, &xy[2].xx, &global_floa [all...] |
/external/iproute2/ip/ |
routel | 19 do set xx $rest
|
/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);
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_utils.c | 56 UINT16 xx; local 60 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) 83 UINT16 xx; local 87 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) 112 UINT16 xx; local 116 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++ 273 UINT16 xx; local 325 UINT16 xx; local 555 UINT16 xx, diff = BNEP_MINIMUM_OFFSET - p_buf->offset; local 905 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK; local 1092 UINT16 num_filters, xx; local [all...] |
/external/clang/test/Parser/ |
typeof.c | 17 int xx; local
|
/external/llvm/test/MC/Mips/ |
mips-abi-bad.s | 9 .set fp=xx,6 11 # CHECK-NEXT : .set fp=xx,6
|
/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/skia/src/core/ |
SkPoint.cpp | 123 double xx = x; local 125 double magmag = sqrt(xx * xx + yy * yy); 142 double xx = dx; local 144 return (float)sqrt(xx * xx + yy * yy); 169 double xx = x; local 171 scale = (float)(length / sqrt(xx * xx + yy * yy)); 195 double xx = x local [all...] |
/external/srec/srec/cfront/ |
sh_down.h | 35 static PINLINE int fixed_point_convert(float xx, int shift); 75 static PINLINE int fixed_point_convert(float xx, int shift) 80 scaled_val = xx * (0x01 << shift);
|