/external/libunwind/tests/ |
D | Gtest-dyn1.c | 61 struct fdesc struct 66 # define get_fdesc(fdesc,func) (fdesc = *(struct fdesc *) &(func)) argument 67 # define get_funcp(fdesc) ((template_t) &(fdesc)) argument 68 # define get_gp(fdesc) ((fdesc).gp) argument 70 struct fdesc struct 76 # define get_fdesc(fdesc,func) ({long tmp = (long) &(func); \ argument 77 (fdesc).code = (long) &(func) & ~0x1; \ 78 (fdesc).is_thumb = tmp & 0x1;}) 81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb)) argument 82 # define get_gp(fdesc) (0) argument [all …]
|
D | ia64-test-dyn1.c | 16 # define GET_ENTRY(fdesc) (((uintptr_t *) (fdesc))[0]) argument 17 # define GET_GP(fdesc) (((uintptr_t *) (fdesc))[0]) argument 20 # define GET_ENTRY(fdesc) ((uintptr_t ) (fdesc)) argument 21 # define GET_GP(fdesc) (0) argument
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tracker.c | 85 struct xa_format_descriptor fdesc; in xa_get_pipe_format() local 87 fdesc.xa_format = xa_format; in xa_get_pipe_format() 91 fdesc.format = PIPE_FORMAT_B8G8R8A8_UNORM; in xa_get_pipe_format() 94 fdesc.format = PIPE_FORMAT_B8G8R8X8_UNORM; in xa_get_pipe_format() 97 fdesc.format = PIPE_FORMAT_B5G6R5_UNORM; in xa_get_pipe_format() 100 fdesc.format = PIPE_FORMAT_B5G5R5A1_UNORM; in xa_get_pipe_format() 103 fdesc.format = PIPE_FORMAT_L8_UNORM; in xa_get_pipe_format() 106 fdesc.format = PIPE_FORMAT_Z24X8_UNORM; in xa_get_pipe_format() 109 fdesc.format = PIPE_FORMAT_Z16_UNORM; in xa_get_pipe_format() 112 fdesc.format = PIPE_FORMAT_Z32_UNORM; in xa_get_pipe_format() [all …]
|
D | xa_context.c | 224 src->fdesc.xa_format, in xa_copy_prepare() 225 dst->fdesc.xa_format); in xa_copy_prepare()
|
D | xa_priv.h | 67 struct xa_format_descriptor fdesc; member
|
/external/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 326 struct unw_debug_frame_list *w, *fdesc = 0; in locate_debug_info() local 372 fdesc = malloc (sizeof (struct unw_debug_frame_list)); in locate_debug_info() 374 fdesc->start = start; in locate_debug_info() 375 fdesc->end = end; in locate_debug_info() 376 fdesc->debug_frame = buf; in locate_debug_info() 377 fdesc->debug_frame_size = bufsize; in locate_debug_info() 378 fdesc->segbase_bias = segbase_bias; in locate_debug_info() 379 fdesc->index = NULL; in locate_debug_info() 380 fdesc->next = as->debug_frames; in locate_debug_info() 382 as->debug_frames = fdesc; in locate_debug_info() [all …]
|
/external/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall01.c | 82 char *fdesc; member 114 "return=%ld", TC[i].fdesc, in main() 118 TC[i].fdesc); in main()
|
/external/ltp/testcases/kernel/syscalls/mprotect/ |
D | mprotect04.c | 147 static struct func_desc fdesc; in get_func() local 151 fdesc.func_addr = (uint64_t)mem; in get_func() 152 fdesc.glob_pointer = 0; in get_func() 154 return &fdesc; in get_func()
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 624 def parse_file(fdesc, file_options): argument 631 if fdesc.package: 632 base_name = Names(fdesc.package.split('.')) 636 for enum in fdesc.enum_type: 640 for names, message in iterate_messages(fdesc, base_name): 647 for names, extension in iterate_extensions(fdesc, base_name): 981 def process_file(filename, fdesc, options): argument 998 if not fdesc: 1000 fdesc = descriptor.FileDescriptorSet.FromString(data).file[0] 1019 file_options = get_nanopb_suboptions(fdesc, toplevel_options, Names([filename])) [all …]
|
/external/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite04.c | 241 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument 245 if ((offloc = lseek(fdesc, offset, whence)) != checkoff) { in l_seek() 248 offloc, fdesc, offset, whence, checkoff, errno); in l_seek()
|
D | pwrite01.c | 249 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument 253 if ((offloc = lseek(fdesc, offset, whence)) != checkoff) { in l_seek()
|
/external/ltp/testcases/kernel/syscalls/writev/ |
D | writev02.c | 230 void l_seek(int fdesc, off_t offset, int whence) in l_seek() argument 232 if (lseek(fdesc, offset, whence) == -1) in l_seek()
|
D | writev05.c | 282 long l_seek(int fdesc, long offset, int whence) in l_seek() argument 284 if (lseek(fdesc, offset, whence) < 0) { in l_seek()
|
D | writev03.c | 267 void l_seek(int fdesc, off_t offset, int whence) in l_seek() argument 269 if (lseek(fdesc, offset, whence) == -1) in l_seek()
|
D | writev04.c | 346 long l_seek(int fdesc, long offset, int whence) in l_seek() argument 348 if (lseek(fdesc, offset, whence) < 0) { in l_seek()
|
/external/ltp/testcases/kernel/syscalls/readv/ |
D | readv02.c | 284 long l_seek(int fdesc, long offset, int whence) in l_seek() argument 286 if (lseek(fdesc, offset, whence) < 0) { in l_seek()
|
/external/ltp/testcases/kernel/syscalls/pread/ |
D | pread01.c | 284 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument 288 if ((offloc = lseek(fdesc, offset, whence)) != checkoff) { in l_seek()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |