Home
last modified time | relevance | path

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

12345678910>>...37

/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/compiler-rt/test/msan/
Dparam_tls_limit.cc24 void f100(S<100> s) { in f100() argument
28 void f800(S<800> s) { in f800()
32 void f801(S<801> s) { in f801()
36 void f1000(S<1000> s) { in f1000()
40 void f_many(int a, double b, S<800> s, int c, double d) { in f_many()
50 void f_many2(int a, S<800 - 8 - 2> s, int c, double d) { in f_many2()
68 double d; 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/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/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/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/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
130 #define R0(a,b,c,d,k,s,t) { \ argument
135 #define R1(a,b,c,d,k,s,t) { \ argument
140 #define R2(a,b,c,d,k,s,t) { \ argument
145 #define R3(a,b,c,d,k,s,t) { \ argument
/external/chromium-trace/trace-viewer/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/boringssl/src/crypto/md4/
Dmd4.c84 #define HASH_MAKE_STRING(c, s) \ argument
103 #define F(b, c, d) ((((c) ^ (d)) & (b)) ^ (d)) argument
104 #define G(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
105 #define H(b, c, d) ((b) ^ (c) ^ (d)) argument
107 #define R0(a, b, c, d, k, s, t) \ argument
113 #define R1(a, b, c, d, k, s, t) \ argument
119 #define R2(a, b, c, d, k, s, t) \ argument
/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/ksoap2/kobjects/org/ksoap2/kobjects/base64/
DBase64.java55 int d = in encode() local
74 int d = in encode() local
84 int d = (((int) data[i]) & 0x0ff) << 16; in encode() local
118 public static byte[] decode(String s) { in decode()
129 public static void decode(String s, OutputStream os) in decode()
/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/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dmove01.pass.cpp70 Deleter(Deleter<U>&& d, in Deleter() function in Deleter
80 Deleter(Deleter<U> d, in Deleter() function in Deleter
102 void set_state(int s) {state_ = s;} in set_state()
110 std::unique_ptr<A> s(new A); in main() local
119 std::unique_ptr<A, Deleter<A> > s(new A); in main() local
130 CDeleter d; in main() local
131 std::unique_ptr<A, CDeleter&> s(new A, d); in main() local
/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/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/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/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/boringssl/src/crypto/asn1/
Da_gentm.c67 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d) in asn1_generalizedtime_to_tm()
180 int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *d) in ASN1_GENERALIZEDTIME_check()
185 int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str) in ASN1_GENERALIZEDTIME_set_string()
207 ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s, in ASN1_GENERALIZEDTIME_set()
213 ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s, in ASN1_GENERALIZEDTIME_adj()
/external/owasp/sanitizer/src/main/org/owasp/html/
DStrings.java62 char c = a.charAt(i), d = b.charAt(i); in equalsIgnoreCase() local
79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i); in regionMatchesIgnoreCase() local
93 public static boolean isLowerCase(CharSequence s) { in isLowerCase()
111 public static String toLowerCase(String s) { in toLowerCase()
129 public static String toUpperCase(String s) { in toUpperCase()
/external/libexif/libexif/canon/
Dexif-mnote-data-canon.c38 ExifMnoteData *d = (ExifMnoteData *) n; in exif_mnote_data_canon_clear() local
65 unsigned int *m, unsigned int *s) in exif_mnote_data_canon_get_tags()
84 unsigned int m, s; in exif_mnote_data_canon_get_value() local
93 exif_mnote_data_canon_set_byte_order (ExifMnoteData *d, ExifByteOrder o) in exif_mnote_data_canon_set_byte_order()
121 size_t i, o, s, doff; in exif_mnote_data_canon_save() local
235 size_t s; in exif_mnote_data_canon_load() local
302 exif_mnote_data_canon_get_id (ExifMnoteData *d, unsigned int i) in exif_mnote_data_canon_get_id()
317 unsigned int m, s; in exif_mnote_data_canon_get_name() local
329 unsigned int m, s; in exif_mnote_data_canon_get_title() local
362 ExifMnoteData *d; in exif_mnote_data_canon_new() local

12345678910>>...37