Home
last modified time | relevance | path

Searched refs:fdesc (Results 1 – 23 of 23) sorted by relevance

/external/libunwind/tests/
DGtest-dyn1.c61 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 …]
Dia64-test-dyn1.c16 # 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/
Dxa_tracker.c85 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 …]
Dxa_context.c224 src->fdesc.xa_format, in xa_copy_prepare()
225 dst->fdesc.xa_format); in xa_copy_prepare()
Dxa_priv.h67 struct xa_format_descriptor fdesc; member
/external/libunwind/src/dwarf/
DGfind_proc_info-lsb.c326 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/
Dmlockall01.c82 char *fdesc; member
114 "return=%ld", TC[i].fdesc, in main()
118 TC[i].fdesc); in main()
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c147 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/
Dnanopb_generator.py624 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/
Dpwrite04.c241 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()
Dpwrite01.c249 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/
Dwritev02.c230 void l_seek(int fdesc, off_t offset, int whence) in l_seek() argument
232 if (lseek(fdesc, offset, whence) == -1) in l_seek()
Dwritev05.c282 long l_seek(int fdesc, long offset, int whence) in l_seek() argument
284 if (lseek(fdesc, offset, whence) < 0) { in l_seek()
Dwritev03.c267 void l_seek(int fdesc, off_t offset, int whence) in l_seek() argument
269 if (lseek(fdesc, offset, whence) == -1) in l_seek()
Dwritev04.c346 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/
Dreadv02.c284 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/
Dpread01.c284 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/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...