/external/e2fsprogs/lib/uuid/ |
D | unparse.c | 52 static void uuid_unparse_x(const uuid_t uu, char *out, const char *fmt) in uuid_unparse_x() 64 void uuid_unparse_lower(const uuid_t uu, char *out) in uuid_unparse_lower() 69 void uuid_unparse_upper(const uuid_t uu, char *out) in uuid_unparse_upper() 74 void uuid_unparse(const uuid_t uu, char *out) in uuid_unparse()
|
D | uuid_time.c | 58 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time() 80 int uuid_type(const uuid_t uu) in uuid_type() 88 int uuid_variant(const uuid_t uu) in uuid_variant()
|
D | clear.c | 40 void uuid_clear(uuid_t uu) in uuid_clear()
|
D | isnull.c | 39 int uuid_is_null(const uuid_t uu) in uuid_is_null()
|
D | unpack.c | 39 void uuid_unpack(const uuid_t in, struct uuid *uu) in uuid_unpack()
|
D | pack.c | 39 void uuid_pack(const struct uuid *uu, uuid_t ptr) in uuid_pack()
|
D | parse.c | 43 int uuid_parse(const char *in, uuid_t uu) in uuid_parse()
|
D | gen_uuid.c | 579 struct uuid uu; in uuid__generate_time() local 606 THREAD_LOCAL struct uuid uu; in uuid_generate_time() local 649 struct uuid uu; in uuid__generate_random() local
|
/external/e2fsprogs/lib/e2p/ |
D | uuid.c | 26 int e2p_is_null_uuid(void *uu) in e2p_is_null_uuid() 37 static void e2p_unpack_uuid(void *in, struct uuid *uu) in e2p_unpack_uuid() 63 void e2p_uuid_to_str(void *uu, char *out) in e2p_uuid_to_str() 76 const char *e2p_uuid2str(void *uu) in e2p_uuid2str()
|
/external/clang/test/Analysis/ |
D | unions.cpp | 64 IntOrString uu; in test() local 70 IntOrString uu; in testPositive() local 75 IntOrString uu; in testCopy() local 87 IntOrString uu; in testInvalidation() local 99 IntOrString uu; in testIndirectInvalidation() local
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 132 GLfloat uu = (u - map->u1) * map->du; in vbo_exec_do_EvalCoord1f() local 152 GLfloat uu = (u - map->u1) * map->du; in vbo_exec_do_EvalCoord1f() local 178 GLfloat uu = (u - map->u1) * map->du; in vbo_exec_do_EvalCoord2f() local 201 GLfloat uu = (u - map->u1) * map->du; in vbo_exec_do_EvalCoord2f() local
|
/external/valgrind/helgrind/tests/ |
D | tc23_bogus_condwait.c | 16 void* rescue_me ( void* uu ) in rescue_me() 38 void* grab_the_lock ( void* uu ) in grab_the_lock()
|
/external/e2fsprogs/misc/ |
D | uuidgen.c | 42 uuid_t uu; in main() local
|
D | uuidd.c | 237 uuid_t uu; in server_loop() local 450 uuid_t uu; in main() local
|
D | e4crypt.c | 352 uuid_t uu; in set_policy() local
|
/external/clang/test/CodeGen/ |
D | compound.c | 24 union uu { int a;}; void f(union uu p) { (void) p;} in f() union
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 50 uu = fields[0].split ('..') variable 181 uu = data.keys () variable
|
D | gen-use-table.py | 29 uu = fields[0].split ('..') variable 402 uu = data.keys () variable
|
/external/toybox/toys/other/ |
D | login.c | 51 char uu[33], *username, *pass = 0, *ss; in login_main() local
|
/external/libopus/celt/tests/ |
D | test_unit_cwrs32.c | 99 opus_uint32 uu[KMAX+2U]; in main() local
|
/external/dng_sdk/source/ |
D | dng_temperature.cpp | 104 real64 uu = u - kTempTable [index] . u; in Set_xy_coord() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 143 static void unpack_uuid(void *in, struct uuid *uu) in unpack_uuid() 169 static void uuid_unparse(void *uu, char *out) in uuid_unparse()
|
/external/toybox/toys/posix/ |
D | find.c | 362 int len = strlen(copy), uu, units = (s[1]=='m') ? 60 : 86400; in do_find() local
|
/external/compiler-rt/lib/builtins/ |
D | fp_lib.h | 124 } uu = { .ll = a }; in rep_clz() local
|
/external/ImageMagick/MagickCore/ |
D | resample.c | 576 long uu = ceil(u1); /* actual pixel location (for debug only) */ in ResamplePixelColor() local
|