Home
last modified time | relevance | path

Searched +defs:d +defs:s (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h45 #define _SQUASHFS_SWAP_SUPER_BLOCK(s, d, SWAP_FUNC) {\ argument
67 #define _SQUASHFS_SWAP_DIR_INDEX(s, d, SWAP_FUNC) {\ argument
73 #define _SQUASHFS_SWAP_BASE_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
82 #define _SQUASHFS_SWAP_IPC_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
92 #define _SQUASHFS_SWAP_LIPC_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
103 #define _SQUASHFS_SWAP_DEV_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
114 #define _SQUASHFS_SWAP_LDEV_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
126 #define _SQUASHFS_SWAP_SYMLINK_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
137 #define _SQUASHFS_SWAP_REG_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
150 #define _SQUASHFS_SWAP_LREG_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
[all …]
Dsquashfs_compat.h235 #define SQUASHFS_SWAP_SUPER_BLOCK_3(s, d) {\ argument
266 #define SQUASHFS_SWAP_BASE_INODE_CORE_3(s, d, n)\ argument
275 #define SQUASHFS_SWAP_BASE_INODE_HEADER_3(s, d, n) {\ argument
280 #define SQUASHFS_SWAP_IPC_INODE_HEADER_3(s, d) {\ argument
287 #define SQUASHFS_SWAP_DEV_INODE_HEADER_3(s, d) {\ argument
295 #define SQUASHFS_SWAP_SYMLINK_INODE_HEADER_3(s, d) {\ argument
303 #define SQUASHFS_SWAP_REG_INODE_HEADER_3(s, d) {\ argument
313 #define SQUASHFS_SWAP_LREG_INODE_HEADER_3(s, d) {\ argument
324 #define SQUASHFS_SWAP_DIR_INODE_HEADER_3(s, d) {\ argument
335 #define SQUASHFS_SWAP_LDIR_INODE_HEADER_3(s, d) {\ argument
[all …]
Dswap.c33 unsigned char *s = src; in swap_le16() local
34 unsigned char *d = dest; in swap_le16() local
43 unsigned char *s = src; in swap_le32() local
44 unsigned char *d = dest; in swap_le32() local
55 unsigned char *s = src; in swap_le64() local
56 unsigned char *d = dest; in swap_le64() local
/external/nanopb-c/tests/decode_unittests/
Ddecode_unittests.c74 pb_istream_t s; in main() local
91 pb_istream_t s; in main() local
101 pb_istream_t s; in main() local
110 pb_istream_t s = S("\x01\xFF\xFF\x03"); in main() local
112 uint32_t d; in main() local
123 pb_istream_t s; in main() local
125 int32_t d; in main() local
135 pb_istream_t s; in main() local
137 uint64_t d; in main() local
147 pb_istream_t s; in main() local
[all …]
/external/valgrind/coregrind/
Dpub_core_syscall.h56 #define vgPlain_do_syscall0(s) VG_(do_syscall)((s),0,0,0,0,0,0,0,0) argument
57 #define vgPlain_do_syscall1(s,a) VG_(do_syscall)((s),(a),\ argument
59 #define vgPlain_do_syscall2(s,a,b) VG_(do_syscall)((s),(a),(b),\ argument
61 #define vgPlain_do_syscall3(s,a,b,c) VG_(do_syscall)((s),(a),(b),(c),\ argument
63 #define vgPlain_do_syscall4(s,a,b,c,d) VG_(do_syscall)((s),(a),(b),(c),\ argument
65 #define vgPlain_do_syscall5(s,a,b,c,d,e) VG_(do_syscall)((s),(a),(b),(c),\ argument
67 #define vgPlain_do_syscall6(s,a,b,c,d,e,f) VG_(do_syscall)((s),(a),(b),(c),\ argument
69 #define vgPlain_do_syscall7(s,a,b,c,d,e,f,g) VG_(do_syscall)((s),(a),(b),(c),\ argument
71 #define vgPlain_do_syscall8(s,a,b,c,d,e,f,g,h) VG_(do_syscall)((s),(a),(b),(c),\ argument
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dintreadwrite.h216 # define AV_RN(s, p) (((const union unaligned_##s *) (p))->l) argument
217 # define AV_WN(s, p, v) ((((union unaligned_##s *) (p))->l) = (v)) argument
221 # define AV_RN(s, p) (*((const __unaligned uint##s##_t*)(p))) argument
222 # define AV_WN(s, p, v) (*((__unaligned uint##s##_t*)(p)) = (v)) argument
226 # define AV_RN(s, p) (((const av_alias##s*)(p))->u##s) argument
227 # define AV_WN(s, p, v) (((av_alias##s*)(p))->u##s = (v)) argument
342 # define AV_RN(s, p) AV_RB##s(p) argument
343 # define AV_WN(s, p, v) AV_WB##s(p, v) argument
345 # define AV_RN(s, p) AV_RL##s(p) argument
346 # define AV_WN(s, p, v) AV_WL##s(p, v) argument
[all …]
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h370 #define SQUASHFS_SWAP_SUPER_BLOCK(s, d) {\ argument
401 #define SQUASHFS_SWAP_BASE_INODE_CORE(s, d, n)\ argument
410 #define SQUASHFS_SWAP_BASE_INODE_HEADER(s, d, n) {\ argument
415 #define SQUASHFS_SWAP_IPC_INODE_HEADER(s, d) {\ argument
422 #define SQUASHFS_SWAP_DEV_INODE_HEADER(s, d) {\ argument
430 #define SQUASHFS_SWAP_SYMLINK_INODE_HEADER(s, d) {\ argument
438 #define SQUASHFS_SWAP_REG_INODE_HEADER(s, d) {\ argument
448 #define SQUASHFS_SWAP_LREG_INODE_HEADER(s, d) {\ argument
459 #define SQUASHFS_SWAP_DIR_INODE_HEADER(s, d) {\ argument
470 #define SQUASHFS_SWAP_LDIR_INODE_HEADER(s, d) {\ argument
[all …]
/external/compiler-rt/test/msan/
Dparam_tls_limit.cc28 void f100(S<100> s) { in f100() argument
32 void f800(S<800> s) { in f800()
36 void f801(S<801> s) { in f801()
40 void f1000(S<1000> s) { in f1000()
44 void f_many(int a, double b, S<800> s, int c, double d) { in f_many()
54 void f_many2(int a, S<800 - 8 - 2> s, int c, double d) { in f_many2()
72 double d; in main() local
/external/v8/test/mjsunit/
Dmd5.js36 function hex_md5(s) { argument
132 function md5_cmn(q, a, b, x, s, t) { argument
136 function md5_ff(a, b, c, d, x, s, t) { argument
140 function md5_gg(a, b, c, d, x, s, t) { argument
144 function md5_hh(a, b, c, d, x, s, t) { argument
148 function md5_ii(a, b, c, d, x, s, t) { argument
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dpointer_deleter.pass.cpp65 std::unique_ptr<A, Deleter<A> > s(p, Deleter<A>(5)); in main() local
73 CopyDeleter<A> d(5); in main() local
74 std::unique_ptr<A, CopyDeleter<A> > s(p, d); in main() local
84 NCDeleter<A> d(5); in main() local
85 std::unique_ptr<A, NCDeleter<A>&> s(p, d); in main() local
96 NCConstDeleter<A> d(5); in main() local
97 std::unique_ptr<A, NCConstDeleter<A> const&> s(p, d); in main() local
107 std::unique_ptr<A, Deleter<A> > s(p, Deleter<A>(5)); in main() local
116 std::unique_ptr<void, void(*)(void*)> s(&i, my_free); in main() local
/external/mesa3d/src/glx/apple/
Dapple_glx_surface.c61 struct apple_glx_drawable *d) in surface_make_current()
63 struct apple_glx_surface *s = &d->types.surface; in surface_make_current() local
95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) in surface_destroy()
97 struct apple_glx_surface *s = &d->types.surface; in surface_destroy() local
129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) in create_surface()
131 struct apple_glx_surface *s = &d->types.surface; in create_surface() local
168 struct apple_glx_drawable *d; in apple_glx_surface_create() local
201 struct apple_glx_drawable *d; in apple_glx_surface_destroy() local
/external/boringssl/src/crypto/md5/
Dmd5.c105 #define HASH_MAKE_STRING(c, s) \ argument
125 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
126 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument
127 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
128 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
132 #define R0(a,b,c,d,k,s,t) { \ argument
137 #define R1(a,b,c,d,k,s,t) { \ argument
142 #define R2(a,b,c,d,k,s,t) { \ argument
147 #define R3(a,b,c,d,k,s,t) { \ argument
/external/chromium-trace/catapult/third_party/WebOb/webob/
Dcompat.py24 def text_(s, encoding='latin-1', errors='strict'): argument
29 def bytes_(s, encoding='latin-1', errors='strict'): argument
35 def native_(s, encoding='latin-1', errors='strict'): argument
40 def native_(s, encoding='latin-1', errors='strict'): argument
75 def iteritems_(d): argument
77 def itervalues_(d): argument
80 def iteritems_(d): argument
82 def itervalues_(d): argument
100 def url_unquote(s): argument
/external/skia/src/core/
DSkXfermode.cpp72 static Sk4f clear_4f(const Sk4f& s, const Sk4f& d) { return Sk4f(0); } in clear_4f()
73 static Sk4f src_4f(const Sk4f& s, const Sk4f& d) { return s; } in src_4f()
74 static Sk4f dst_4f(const Sk4f& s, const Sk4f& d) { return d; } in dst_4f()
75 static Sk4f srcover_4f(const Sk4f& s, const Sk4f& d) { return s + inv_alpha(s) * d; } in srcover_4f()
76 static Sk4f dstover_4f(const Sk4f& s, const Sk4f& d) { return d + inv_alpha(d) * s; } in dstover_4f()
77 static Sk4f srcin_4f(const Sk4f& s, const Sk4f& d) { return s * alpha(d); } in srcin_4f()
78 static Sk4f dstin_4f(const Sk4f& s, const Sk4f& d) { return d * alpha(s); } in dstin_4f()
79 static Sk4f srcout_4f(const Sk4f& s, const Sk4f& d) { return s * inv_alpha(d); } in srcout_4f()
80 static Sk4f dstout_4f(const Sk4f& s, const Sk4f& d) { return d * inv_alpha(s); } in dstout_4f()
81 static Sk4f srcatop_4f(const Sk4f& s, const Sk4f& d) { return s * alpha(d) + d * inv_alpha(s); } in srcatop_4f()
[all …]
/external/libedit/src/
Dchartype.h98 #define Strchr(s,c) wcschr(s,c) argument
99 #define Strrchr(s,c) wcsrchr(s,c) argument
100 #define Strstr(s,v) wcsstr(s,v) argument
102 #define Strcpy(d,s) wcscpy(d,s) argument
103 #define Strncpy(d,s,n) wcsncpy(d,s,n) argument
104 #define Strncat(d,s,n) wcsncat(d,s,n) argument
106 #define Strcmp(s,v) wcscmp(s,v) argument
107 #define Strncmp(s,v,n) wcsncmp(s,v,n) argument
108 #define Strcspn(s,r) wcscspn(s,r) argument
153 #define Strchr(s,c) strchr(s,c) argument
[all …]
/external/v8/test/webkit/fast/js/kde/
Dmd5-2.js57 function cmn(q, a, b, x, s, t) argument
61 function ff(a, b, c, d, x, s, t) argument
65 function gg(a, b, c, d, x, s, t) argument
69 function hh(a, b, c, d, x, s, t) argument
73 function ii(a, b, c, d, x, s, t) argument
/external/boringssl/src/crypto/md4/
Dmd4.c83 #define HASH_MAKE_STRING(c, s) \ argument
102 #define F(b, c, d) ((((c) ^ (d)) & (b)) ^ (d)) argument
103 #define G(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
104 #define H(b, c, d) ((b) ^ (c) ^ (d)) argument
108 #define R0(a, b, c, d, k, s, t) \ argument
114 #define R1(a, b, c, d, k, s, t) \ argument
120 #define R2(a, b, c, d, k, s, t) \ argument
/external/google-breakpad/src/processor/
Dbinarystream_unittest.cc110 string s(""); in TEST_F() local
133 string s("abc"); in TEST_F() local
141 uint8_t a, b, c, d, e; in TEST_F() local
171 uint16_t a, b, c, d, e; in TEST_F() local
201 uint32_t a, b, c, d, e; in TEST_F() local
232 uint64_t a, b, c, d, e; in TEST_F() local
270 string s("test"); in TEST_F() local
286 string s(""); in TEST_F() local
298 string s(""); in TEST_F() local
308 string s = stream.str(); in TEST_F() local
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Deval.pass.cpp42 D d(b, b+Np+1, p); in main() local
52 double s = std::accumulate(prob.begin(), prob.end(), 0.0); in main() local
73 double d = (*j - mean); in main() local
102 D d(b, b+Np+1, p); in main() local
112 double s = std::accumulate(prob.begin(), prob.end(), 0.0); in main() local
133 double d = (*j - mean); in main() local
162 D d(b, b+Np+1, p); in main() local
172 double s = std::accumulate(prob.begin(), prob.end(), 0.0); in main() local
193 double d = (*j - mean); in main() local
222 D d(b, b+Np+1, p); in main() local
[all …]
/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java29 private static void check(boolean x, String s) { in check()
36 private static void checkEq(CR x, CR y, String s) { in checkEq()
37 check(x.compareTo(y, TEST_PREC) == 0, s); in checkEq() local
39 private static void checkApprEq(double x, double y, String s) { in checkApprEq()
185 double d = Math.exp(2.0 * r.nextDouble() - 1.0); in testSlowTrig() local
192 double d = Math.exp(200.0 * r.nextDouble()); in testSlowTrig() local
213 double d = Math.exp(10.0 * r.nextDouble() - 1.0); in testSlowExpLn() local
220 double d = Math.exp(200.0 * r.nextDouble()); in testSlowExpLn() local
232 double d = Math.exp(10.0 * r.nextDouble() - 1.0); in testSlowBasic() local
239 double d = Math.exp(600.0 * r.nextDouble()); in testSlowBasic() local
/external/freetype/src/autofit/
Dafglobal.c45 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \ argument
56 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
85 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \ argument
99 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
117 #define STYLE( s, S, d, ws, sc, ss, c ) #s, argument
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
Dcp_size_mode.pass.cpp26 double d = 5.5; in main() local
27 std::string s("cat"); in main() local
36 double d = 5.5; in main() local
37 std::string s("cat"); in main() local
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
Dcp_size_mode.pass.cpp26 double d = 5.5; in main() local
27 std::string s("cat"); in main() local
46 double d = 0; in main() local
47 std::string s; in main() local
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp1681 inline void dng_lossless_decoder::HuffExtend (int32 &x, int32 s) in HuffExtend()
1748 int32 d = 0; in DecodeFirstRow() local
1750 int32 s = HuffDecode (dctbl); in DecodeFirstRow() local
1795 int32 d = 0; in DecodeFirstRow() local
1797 int32 s = HuffDecode (dctbl); in DecodeFirstRow() local
1917 int32 d = 0; in DecodeImage() local
1919 int32 s = HuffDecode (ht [0]); in DecodeImage() local
1947 int32 d = 0; in DecodeImage() local
1949 int32 s = HuffDecode (ht [0]); in DecodeImage() local
1977 int32 d = 0; in DecodeImage() local
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cc51 FdSync *s = (FdSync*)user_alloc(thr, pc, sizeof(FdSync), kDefaultAlignment, in allocsync() local
57 static FdSync *ref(FdSync *s) { in ref()
63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
96 FdDesc *d = fddesc(thr, pc, fd); in init() local
137 FdDesc *d = &tab[l2]; in FdOnFork() local
150 FdDesc *d = &tab[l2]; in FdLocation() local
163 FdDesc *d = fddesc(thr, pc, fd); in FdAcquire() local
164 FdSync *s = d->sync; in FdAcquire() local
174 FdDesc *d = fddesc(thr, pc, fd); in FdRelease() local
[all …]

12345678910>>...43