Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 3432) sorted by relevance

12345678910>>...138

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DTimeUnit.java19 public long toNanos(long d) { return d; } in toNanos()
20 public long toMicros(long d) { return d/(C1/C0); } in toMicros()
21 public long toMillis(long d) { return d/(C2/C0); } in toMillis()
22 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds()
23 public long toMinutes(long d) { return d/(C4/C0); } in toMinutes()
24 public long toHours(long d) { return d/(C5/C0); } in toHours()
25 public long toDays(long d) { return d/(C6/C0); } in toDays()
26 public long convert(long d, TimeUnit u) { return u.toNanos(d); } in convert()
27 int excessNanos(long d, long m) { return (int)(d - (m*C2)); } in excessNanos()
30 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); } in toNanos()
[all …]
/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 …]
/external/libexif/libexif/
Dexif-mnote-data.c35 exif_mnote_data_construct (ExifMnoteData *d, ExifMem *mem) in exif_mnote_data_construct()
49 exif_mnote_data_ref (ExifMnoteData *d) in exif_mnote_data_ref()
55 exif_mnote_data_free (ExifMnoteData *d) in exif_mnote_data_free()
71 exif_mnote_data_unref (ExifMnoteData *d) in exif_mnote_data_unref()
80 exif_mnote_data_load (ExifMnoteData *d, const unsigned char *buf, in exif_mnote_data_load()
88 exif_mnote_data_save (ExifMnoteData *d, unsigned char **buf, in exif_mnote_data_save()
96 exif_mnote_data_set_byte_order (ExifMnoteData *d, ExifByteOrder o) in exif_mnote_data_set_byte_order()
103 exif_mnote_data_set_offset (ExifMnoteData *d, unsigned int o) in exif_mnote_data_set_offset()
110 exif_mnote_data_count (ExifMnoteData *d) in exif_mnote_data_count()
117 exif_mnote_data_get_id (ExifMnoteData *d, unsigned int n) in exif_mnote_data_get_id()
[all …]
/external/mesa3d/src/mesa/main/
Dformat_pack.c100 GLuint *d = ((GLuint *) dst); in pack_ubyte_RGBA8888() local
115 GLuint *d = ((GLuint *) dst); in pack_row_ubyte_RGBA8888() local
126 GLuint *d = ((GLuint *) dst); in pack_row_float_RGBA8888() local
144 GLuint *d = ((GLuint *) dst); in pack_ubyte_RGBA8888_REV() local
159 GLuint *d = ((GLuint *) dst); in pack_row_ubyte_RGBA8888_REV() local
170 GLuint *d = ((GLuint *) dst); in pack_row_float_RGBA8888_REV() local
187 GLuint *d = ((GLuint *) dst); in pack_ubyte_ARGB8888() local
202 GLuint *d = ((GLuint *) dst); in pack_row_ubyte_ARGB8888() local
213 GLuint *d = ((GLuint *) dst); in pack_row_float_ARGB8888() local
230 GLuint *d = ((GLuint *) dst); in pack_ubyte_ARGB8888_REV() local
[all …]
/external/dtc/
Ddata.c23 void data_free(struct data d) in data_free()
39 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
61 struct data d; in data_copy_mem() local
74 struct data d; in data_copy_escape_string() local
95 struct data d = empty_data; in data_copy_file() local
120 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
156 struct data d; in data_merge() local
171 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/external/caliper/examples/src/main/java/examples/
DDoubleToStringBenchmark.java30 @Override String convert(double d) { in convert()
33 @Override String convert(Double d) { in convert()
38 @Override String convert(double d) { in convert()
41 @Override String convert(Double d) { in convert()
46 @Override String convert(double d) { in convert()
49 @Override String convert(Double d) { in convert()
54 @Override String convert(double d) { in convert()
57 @Override String convert(Double d) { in convert()
63 abstract String convert(double d); in convert()
64 abstract String convert(Double d); in convert()
[all …]
DDoubleToStringBenchmark2.java34 final double d; field in DoubleToStringBenchmark2.Value
36 Value(double d) { in Value()
46 Double d = value.d; in toString() local
51 double d = value.d; in toString() local
62 Double d = value.d; in stringValueOf() local
67 double d = value.d; in stringValueOf() local
78 Double d = value.d; in stringFormat() local
83 double d = value.d; in stringFormat() local
94 Double d = value.d; in quoteTrick() local
99 double d = value.d; in quoteTrick() local
/external/elfutils/libcpu/
Di386_data.h88 data_prefix (struct output_data *d) in data_prefix()
157 general_mod$r_m (struct output_data *d) in general_mod$r_m()
388 FCT_MOD$R_M (struct output_data *d) in FCT_MOD$R_M()
418 FCT_Mod$R_m (struct output_data *d) in FCT_Mod$R_m()
443 generic_abs (struct output_data *d, const char *absstring in generic_abs()
483 FCT_absval (struct output_data *d) in FCT_absval()
493 FCT_abs (struct output_data *d) in FCT_abs()
503 FCT_ax (struct output_data *d) in FCT_ax()
529 FCT_ax$w (struct output_data *d) in FCT_ax$w()
551 FCT_crdb (struct output_data *d, const char *regstr) in FCT_crdb()
[all …]
/external/skia/src/core/
DSkDither.h21 #define SkDITHER_R32_FOR_565_MACRO(r, d) (r + d - (r >> 5)) argument
22 #define SkDITHER_G32_FOR_565_MACRO(g, d) (g + (d >> 1) - (g >> 6)) argument
23 #define SkDITHER_B32_FOR_565_MACRO(b, d) (b + d - (b >> 5)) argument
25 #define SkDITHER_A32_FOR_4444_MACRO(a, d) (a + 15 - (a >> 4)) argument
26 #define SkDITHER_R32_FOR_4444_MACRO(r, d) (r + d - (r >> 4)) argument
27 #define SkDITHER_G32_FOR_4444_MACRO(g, d) (g + d - (g >> 4)) argument
28 #define SkDITHER_B32_FOR_4444_MACRO(b, d) (b + d - (b >> 4)) argument
31 inline unsigned SkDITHER_R32_FOR_565(unsigned r, unsigned d) in SkDITHER_R32_FOR_565()
39 inline unsigned SkDITHER_G32_FOR_565(unsigned g, unsigned d) in SkDITHER_G32_FOR_565()
47 inline unsigned SkDITHER_B32_FOR_565(unsigned b, unsigned d) in SkDITHER_B32_FOR_565()
[all …]
/external/mesa3d/src/glx/apple/
Dapple_glx_drawable.c105 drawable_unlock(struct apple_glx_drawable *d) in drawable_unlock()
119 reference_drawable(struct apple_glx_drawable *d) in reference_drawable()
127 release_drawable(struct apple_glx_drawable *d) in release_drawable()
137 destroy_drawable(struct apple_glx_drawable *d) in destroy_drawable()
199 destroy_drawable_callback(struct apple_glx_drawable *d) in destroy_drawable_callback()
227 is_pbuffer(struct apple_glx_drawable *d) in is_pbuffer()
233 is_pixmap(struct apple_glx_drawable *d) in is_pixmap()
239 common_init(Display * dpy, GLXDrawable drawable, struct apple_glx_drawable *d) in common_init()
324 struct apple_glx_drawable *d; in apple_glx_drawable_create() local
364 struct apple_glx_drawable *d, *dnext; in apple_glx_garbage_collect_drawables() local
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Dctor_init.pass.cpp25 D d = {}; in main() local
32 D d = {10}; in main() local
39 D d = {10, 30}; in main() local
47 D d = {30, 10}; in main() local
55 D d = {30, 0, 10}; in main() local
64 D d = {0, 30, 10}; in main() local
73 D d = {0, 0, 10}; in main() local
Dctor_iterator.pass.cpp26 D d(p0, p0); in main() local
34 D d(p0, p0+1); in main() local
42 D d(p0, p0+2); in main() local
51 D d(p0, p0+2); in main() local
60 D d(p0, p0+3); in main() local
70 D d(p0, p0+3); in main() local
80 D d(p0, p0+3); in main() local
Dctor_func.pass.cpp31 D d(0, 0, 1, fw); in main() local
38 D d(1, 0, 1, fw); in main() local
45 D d(2, 0.5, 1.5, fw); in main() local
53 D d(4, 0, 2, fw); in main() local
/external/clang/test/Sema/
Dwarn-double-promotion.c3 float ReturnFloatFromDouble(double d) { in ReturnFloatFromDouble()
23 long double ReturnLongDoubleFromDouble(double d) { in ReturnLongDoubleFromDouble()
27 void Assignment(float f, double d, long double ld) { in Assignment()
39 void ArgumentPassing(float f, double d) { in ArgumentPassing()
45 void BinaryOperator(float f, double d, long double ld) { in BinaryOperator()
54 void MultiplicationAssignment(float f, double d, long double ld) { in MultiplicationAssignment()
67 void ConditionalOperator(float f, double d, long double ld, int i) { in ConditionalOperator()
/external/clang/test/CodeGenCXX/
Dtype-metadata.cpp140 void df1(D *d) { in df1()
150 void dg1(D *d) { in dg1()
160 void dh1(D *d) { in dh1()
171 void df2(D *d) { in df2()
181 void df3(D *d) { in df3()
188 D d; variable
218 void f(D *d) { in f()
Dwasm-args-returns.cpp15 struct one_field { double d; }; member
27 struct two_fields { double d, e; }; member
41 double d; member
59 double d, e; member
89 int d:3; member
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DNFAToDFAConverter.java86 DFAState d = (DFAState) work.get(0); in convert() local
201 protected void findNewDFAStatesAndAddDFATransitions(DFAState d) { in findNewDFAStatesAndAddDFATransitions()
408 protected static int addTransition(DFAState d, in addTransition()
457 public void closure(DFAState d) { in closure()
481 d, in closure() local
595 DFAState d, in closure()
712 d, in closure() local
759 d, in closure() local
768 d, in closure() local
809 public static boolean closureIsBusy(DFAState d, in closureIsBusy()
[all …]
/external/clang/test/SemaCXX/
Dconversion-delete-expr.cpp12 void f (D d) in f()
26 void f1 (D1 d) in f1()
40 void f2 (D2 d) in f2()
57 void f3 (D3 d) in f3()
89 void foo6(const Derived cd, Derived d) { in foo6()
105 void foo7 (DD d) in foo7()
Dexceptions.cpp172 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
179 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
185 } catch (D &d) { // Ok in f3() local
206 …} catch (D2 &d) { // expected-warning {{exception of type 'HandlerInversion::D2 &' will be caught… in f6() local
213 } catch (D &d) { // Ok in f7() local
218 } catch (D *d) { // Ok in f7() local
225 …} catch (D2 &d) { // expected-warning {{exception of type 'HandlerInversion::D2 &' will be caught… in f8() local
230 …} catch (const D2 &d) { // expected-warning {{exception of type 'const HandlerInversion::D2 &' wi… in f8() local
235 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
/external/openssh/
Dsshbuf-getput-crypto.c37 const u_char *d; in sshbuf_get_bignum2() local
51 const u_char *d = sshbuf_ptr(buf); in sshbuf_get_bignum1() local
76 get_ec(const u_char *d, size_t len, EC_POINT *v, const EC_GROUP *g) in get_ec()
92 const u_char *d; in sshbuf_get_ec() local
115 const u_char *d; in sshbuf_get_eckey() local
149 u_char d[SSHBUF_MAX_BIGNUM + 1]; in sshbuf_put_bignum2() local
173 u_char d[SSHBUF_MAX_BIGNUM], *dp; in sshbuf_put_bignum1() local
194 u_char d[SSHBUF_MAX_ECPOINT]; in sshbuf_put_ec() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DFieldVector.java101 FieldVector<T> mapAdd(T d); in mapAdd()
109 FieldVector<T> mapAddToSelf(T d); in mapAddToSelf()
116 FieldVector<T> mapSubtract(T d); in mapSubtract()
124 FieldVector<T> mapSubtractToSelf(T d); in mapSubtractToSelf()
131 FieldVector<T> mapMultiply(T d); in mapMultiply()
139 FieldVector<T> mapMultiplyToSelf(T d); in mapMultiplyToSelf()
146 FieldVector<T> mapDivide(T d); in mapDivide()
154 FieldVector<T> mapDivideToSelf(T d); in mapDivideToSelf()
302 FieldVector<T> append(T d); in append()
/external/libexif/libexif/pentax/
Dexif-mnote-data-pentax.c34 ExifMnoteData *d = (ExifMnoteData *) n; in exif_mnote_data_pentax_clear() local
60 exif_mnote_data_pentax_get_value (ExifMnoteData *d, unsigned int i, char *val, unsigned int maxlen) in exif_mnote_data_pentax_get_value()
337 exif_mnote_data_pentax_get_id (ExifMnoteData *d, unsigned int n) in exif_mnote_data_pentax_get_id()
347 exif_mnote_data_pentax_get_name (ExifMnoteData *d, unsigned int n) in exif_mnote_data_pentax_get_name()
357 exif_mnote_data_pentax_get_title (ExifMnoteData *d, unsigned int n) in exif_mnote_data_pentax_get_title()
367 exif_mnote_data_pentax_get_description (ExifMnoteData *d, unsigned int n) in exif_mnote_data_pentax_get_description()
377 exif_mnote_data_pentax_set_offset (ExifMnoteData *d, unsigned int o) in exif_mnote_data_pentax_set_offset()
383 exif_mnote_data_pentax_set_byte_order (ExifMnoteData *d, ExifByteOrder o) in exif_mnote_data_pentax_set_byte_order()
426 ExifMnoteData *d; in exif_mnote_data_pentax_new() local
/external/clang/test/Profile/
Dcxx-implicit.cpp42 Derived::Derived(const Derived &d) : Base(d) {} in Derived()
43 Derived::Derived(Derived &&d) : Base(static_cast<Base&&>(d)) {} in Derived() function in Derived
44 Derived& Derived::operator=(const Derived &d) { in operator =()
48 Derived& Derived::operator=(Derived &&d) { in operator =()
/external/libcxx/test/libcxx/containers/associative/
Dtree_balance_after_insert.pass.cpp41 Node d; in test1() local
96 Node d; in test1() local
151 Node d; in test1() local
206 Node d; in test1() local
261 Node d; in test1() local
336 Node d; in test1() local
411 Node d; in test1() local
486 Node d; in test1() local
654 Node d; in test2() local
726 Node d; in test2() local
[all …]
/external/clang/test/OpenMP/
Dparallel_for_codegen.cpp31 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause()
74 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked()
117 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked()
179 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1()
223 void guided7(float *a, float *b, float *c, float *d) { in guided7()
267 void test_auto(float *a, float *b, float *c, float *d) { in test_auto()
316 void runtime(float *a, float *b, float *c, float *d) { in runtime()

12345678910>>...138