/external/ltp/testcases/kernel/fs/doio/ |
D | datapid.c | 93 int woff; /* file offset for the word */ in datapidgen() local 102 woff = offset - cnt; in datapidgen() 105 woff); in datapidgen() 109 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 129 woff = offset + boff; in datapidgen() 131 for (cnt = 0; cnt < num_full_words; woff += NBPW, cnt++) { in datapidgen() 134 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 158 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 190 int woff; /* file offset for the word */ in datapidchk() local 202 woff = offset - cnt; in datapidchk() [all …]
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 403 WOFF_HeaderRec woff; in woff_open_font() local 444 if ( FT_STREAM_READ_FIELDS( woff_header_fields, &woff ) ) in woff_open_font() 448 if ( woff.flavor == TTAG_wOFF || woff.flavor == TTAG_ttcf ) in woff_open_font() 452 if ( woff.length != stream->size || in woff_open_font() 453 woff.num_tables == 0 || in woff_open_font() 454 44 + woff.num_tables * 20UL >= woff.length || in woff_open_font() 455 12 + woff.num_tables * 16UL >= woff.totalSfntSize || in woff_open_font() 456 ( woff.totalSfntSize & 3 ) != 0 || in woff_open_font() 457 ( woff.metaOffset == 0 && ( woff.metaLength != 0 || in woff_open_font() 458 woff.metaOrigLength != 0 ) ) || in woff_open_font() [all …]
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 5 …src: local('Open Sans Light'), local('OpenSans-Light'), url('./Open+Sans:300.woff') format('woff'); 12 src: local('Roboto Light'), local('Roboto-Light'), url('./Roboto+Light:300.woff') format('woff'); 19 … local('Roboto Regular'), local('Roboto-Regular'), url('./Roboto+Regular:400.woff') format('woff'); 26 …src: local('Roboto Medium'), local('Roboto-Medium'), url('./Roboto+Medium:500.woff') format('woff'… 33 src: local('Roboto Bold'), local('Roboto-Bold'), url('./Roboto+Bold:700.woff') format('woff');
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | requires.txt | 69 [woff] 72 [woff:platform_python_implementation != "PyPy"] 75 [woff:platform_python_implementation == "PyPy"]
|
D | PKG-INFO | 188 pip install fonttools[ufo,lxml,woff,unicode] 221 *Extra:* ``woff`` 231 *Extra:* ``woff`` 1439 - [ttx] Add --flavor option for compiling to 'woff' or 'woff2'; add 1693 Provides-Extra: woff
|
/external/fonttools/ |
D | MANIFEST.in | 28 recursive-include Tests *.ttc *.ttf *.dfont *.woff *.woff2
|
D | tox.ini | 12 woff
|
D | README.rst | 178 pip install fonttools[ufo,lxml,woff,unicode] 211 *Extra:* ``woff`` 221 *Extra:* ``woff``
|
/external/libevent/test/ |
D | regress.c | 87 static int woff; variable 185 if (woff + len >= (int)sizeof(wbuf)) in multiple_write_cb() 186 len = sizeof(wbuf) - woff; in multiple_write_cb() 188 len = write(fd, wbuf + woff, len); in multiple_write_cb() 196 woff += len; in multiple_write_cb() 198 if (woff >= (int)sizeof(wbuf)) { in multiple_write_cb() 487 roff = woff = 0; in test_multiple() 498 if (roff == woff) in test_multiple() 516 roff = woff = 0; in test_persistent() 527 if (roff == woff) in test_persistent()
|
/external/freetype/builds/vms/ |
D | ftconfig.h | 123 #pragma set woff 3505
|
/external/freetype/include/freetype/config/ |
D | ftconfig.h | 149 #pragma set woff 3505
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_linux_s390x.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1825 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { 1826 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_386.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1803 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { 1804 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_arm64.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1762 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { 1763 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_mipsle.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1743 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { 1744 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_mips64le.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1798 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { 1799 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_sparc64.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1834 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { 1835 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_arm.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1939 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { 1940 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_mips64.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1798 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { 1799 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_amd64.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1854 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { 1855 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_mips.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1743 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { 1744 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_ppc64.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1865 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { 1866 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
D | zsyscall_linux_ppc64le.go | 440 func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err erro… 441 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui… 1865 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { 1866 …rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), ui…
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 252 int woff, hoff; in get_wedge_mask_inplace() local 257 woff = (a->x_offset * bw) >> 3; in get_wedge_mask_inplace() 261 MASK_MASTER_SIZE / 2 - woff; in get_wedge_mask_inplace()
|
/external/ImageMagick/ |
D | Platforms.txt | 49 CXXFLAGS="-LANG:std -Wl,-woff,84 -O2" CXXCPP="CC -LANG:std -E" \
|