/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
D | SDL_QWin.cc | 129 gs_fastRotateBlit_3 ( unsigned short *fb, in gs_fastRotateBlit_3() argument 154 dp1 = (ulong *)fb + (159 - starty) + startx*320; in gs_fastRotateBlit_3() 186 gs_fastRotateBlit_1 ( unsigned short *fb, in gs_fastRotateBlit_1() argument 207 fb += 320*239; // Move "fb" to top left corner in gs_fastRotateBlit_1() 210 dp1 = (ulong*)fb - startx * 320 - starty; in gs_fastRotateBlit_1() 244 uchar *fb = (uchar*)my_painter->frameBuffer(); in repaintRotation0() local 247 SDL_memcpy(fb, buf, width()*height()*2); in repaintRotation0() 253 fb += (rect.left()<<1) + rect.top() * my_painter->lineStep(); in repaintRotation0() 256 SDL_memcpy(fb, buf, wd); in repaintRotation0() 257 fb += fblineadd; in repaintRotation0() [all …]
|
/external/skia/src/core/ |
D | SkScan_AntiPath.cpp | 164 int fb = start & SUPER_Mask; in blitH() local 170 fb = fe - fb; in blitH() 176 if (fb == 0) in blitH() 179 fb = (1 << SHIFT) - fb; in blitH() 181 fRuns.add(x >> SHIFT, coverage_to_alpha(fb), n, coverage_to_alpha(fe), in blitH() 315 int fb = start & SUPER_Mask; in blitH() local 322 add_aa_span(row, coverage_to_alpha(fe - fb)); in blitH() 326 fb = (1 << SHIFT) - fb; in blitH() 327 add_aa_span(row, coverage_to_alpha(fb), n, coverage_to_alpha(fe), in blitH()
|
D | SkAntiRun.h | 42 int fb = start & kMask; 48 fb = fe - fb; 54 if (fb == 0) 57 fb = (1 << kShift) - fb; 60 fStartAlpha = coverage_to_alpha(fb);
|
D | SkFloat.cpp | 309 float fa, fb; in UnitTest() local 351 fb = (float)bb / 65536.0f; in UnitTest() 353 b.assertEquals(fb); in UnitTest() 355 fb = b.getFloat(); in UnitTest() 357 c.assertEquals(fa * fb, 1); in UnitTest() 365 c.assertEquals(fa / fb, 1); in UnitTest()
|
/external/srec/portable/src/ |
D | pstream.c | 111 FileBufferFrame *fb = NULL; in CreateFileBufferFrame() local 114 fb = (FileBufferFrame *)MALLOC(sizeof(FileBufferFrame), "FileBufferFrame"); in CreateFileBufferFrame() 115 if (fb) in CreateFileBufferFrame() 117 fb->next = NULL; in CreateFileBufferFrame() 118 fb->prev = NULL; in CreateFileBufferFrame() 119 fb->index = 0; in CreateFileBufferFrame() 120 fb->size = size; in CreateFileBufferFrame() 121 fb->bMalloc = FALSE; in CreateFileBufferFrame() 124 fb->buffer = buffer; in CreateFileBufferFrame() 128 if ((fb->buffer = (unsigned char *)MALLOC(size, "FileBufferFrame Buffer")) == NULL) in CreateFileBufferFrame() [all …]
|
/external/srec/srec/cfront/ |
D | chelmel4.c | 64 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc); 93 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc) in icostrans() argument 106 temp += fb[j] * cp[j]; in icostrans()
|
/external/aes/ |
D | aestab.c | 163 #define v0(p) bytes2word(fe(p), f9(p), fd(p), fb(p)) 164 #define v1(p) bytes2word(fb(p), fe(p), f9(p), fd(p)) 165 #define v2(p) bytes2word(fd(p), fb(p), fe(p), f9(p)) 166 #define v3(p) bytes2word(f9(p), fd(p), fb(p), fe(p)) 178 #define fb(x) (f8(x) ^ f2(x) ^ x) macro 187 #define fb(x) ((x) ? pow[log[x] + 0x68] : 0) 341 w = bytes2word(fe(b), f9(b), fd(b), fb(b));
|
/external/strace/linux/ |
D | ioctlent.sh | 62 lookup_ioctls 46 linux/fb.h
|
/external/strace/strace/linux/ |
D | ioctlent.sh | 62 lookup_ioctls 46 linux/fb.h
|
/external/webkit/WebCore/html/ |
D | HTMLTitleElement.idl | 24 InterfaceUUID=036211fb-c1e9-4265-aac5-c5874e4a499c,
|
/external/webkit/WebCore/css/ |
D | CSSFontFaceRule.idl | 26 InterfaceUUID=8afa4b1a-39fe-49fb-be6d-4d56e81d9b4a,
|
/external/qemu/fpu/ |
D | softfloat-native.c | 31 #define remainderf(fa, fb) ((float)remainder(fa, fb)) argument
|
/external/openssl/crypto/x509v3/ |
D | v3_addr.c | 1129 IPAddressFamily *fb = sk_IPAddressFamily_value(b, j); in v3_addr_subset() local 1130 if (!addr_contains(fb->ipAddressChoice->u.addressesOrRanges, in v3_addr_subset() 1132 length_from_afi(v3_addr_get_afi(fb)))) in v3_addr_subset()
|
/external/opencore/protocols/sdp/common/include/ |
D | media_info.h | 534 inline void setrtcp_fb(rtcp_fbType fb) in setrtcp_fb() argument 536 rtcp_fb = fb; in setrtcp_fb()
|
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3parser.cpp | 1853 OsclFloat fa, fb, fx; in SeekPointFromTimestamp() local 1869 fb = (OsclFloat)iXingHeader.TOC[pc+1]; in SeekPointFromTimestamp() 1871 fb = 256.00f; in SeekPointFromTimestamp() 1877 fx = fa + (fb - fa) * ((100.00f * fpc) - (OsclFloat)pc); in SeekPointFromTimestamp()
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMEvents.idl | 50 uuid(7f8a0a96-f864-44fb-87fb-c5f03666e8e6),
|
/external/webkit/WebCore/rendering/ |
D | RenderBlock.cpp | 1312 int fb = max(previousFloatBottom, floatBottom()); in layoutBlockChildren() local 1313 if (fb > height() || fb > yPosEstimate) in layoutBlockChildren()
|
/external/icu4c/test/testdata/ |
D | idna_conf.txt | 827 namezone: xn--simplecapddn-1fb
|
/external/strace/ |
D | ChangeLog | 854 linux/fb.h (0x46..), linux/kd.h (0x4B..), linux/cdrom.h (0x53..),
|
/external/opencore/protocols/rtp_payload_parser/util/output/ |
D | pv_rtp.bin | 991 p(��X�߬���d���R�՚s0�%�1�5�[��JJ��(��o�fb?��Z���L�X��t��u���Nt)���jN�m�V��>)v�Ee�… 6885 p(��Xfb��/���QT34e��H���̨�����h3g?���9Q9tL��)����N���;x�b}���� ��S��8?yب"…
|
/external/icu4c/data/mappings/ |
D | softbank-shift_jis-2007.ucm | 7 <icu:state> 0-80, 81-9f:1, a0-df, e0-fc:1, f7:2, f9:2, fb:2, fd-ff
|