/toolchain/binutils/binutils-2.27/opcodes/ |
nios2-dis.c | 271 disassemble_info *info, 282 (*info->fprintf_func) (info->stream, "%c", *argptr); 299 (*info->fprintf_func) (info->stream, "%s", reg_base[i].name); 330 (*info->fprintf_func) (info->stream, "%s", reg_base[i].name); 332 (*info->fprintf_func) (info->stream, "unknown"); 387 (*info->fprintf_func) (info->stream, "%s", reg_base[i].name) [all...] |
moxie-dis.c | 43 print_insn_moxie (bfd_vma addr, struct disassemble_info * info) 47 stream = info->stream; 51 fpr = info->fprintf_func; 53 if ((status = info->read_memory_func (addr, buffer, 2, info))) 56 if (info->endian == BFD_ENDIAN_BIG) 83 if ((status = info->read_memory_func (addr + 2, buffer, 4, info))) 85 if (info->endian == BFD_ENDIAN_BIG) 97 if ((status = info->read_memory_func (addr + 2, buffer, 4, info)) [all...] |
/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_state_shader.c | 169 const struct ilo_state_vs_info *info) 196 const struct ilo_state_vs_info *info) 204 if (!vertex_get_gen6_ff(dev, STAGE_VS, &info->kernel, &info->resource, 205 &info->urb, info->per_thread_scratch_size, &ff)) 208 thread_count = vs_get_gen6_thread_count(dev, info); 233 if (info->stats_enable) 235 if (info->dispatch_enable) 254 const struct ilo_state_hs_info *info) 670 struct ilo_state_vs_info info; local 698 struct ilo_state_hs_info info; local 728 struct ilo_state_ds_info info; local 758 struct ilo_state_gs_info info; local [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/ |
ssa.a | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/ |
ssa.a | [all...] |
/external/iptables/extensions/ |
libxt_SET.c | 54 struct xt_set_info_target_v0 *info = local 57 info->add_set.index = 58 info->del_set.index = IPSET_INVALID_ID; 64 struct xt_set_info_v0 *info, const char *what) 66 if (info->u.flags[0]) 80 get_set_byname(optarg, (struct xt_set_info *)info); 81 parse_dirs_v0(argv[optind], info); 108 print_target_v0(const char *prefix, const struct xt_set_info_v0 *info) 113 if (info->index == IPSET_INVALID_ID) 115 get_set_byid(setname, info->index) 130 const struct xt_set_info_target_v0 *info = (const void *)target->data; local 139 const struct xt_set_info_target_v0 *info = (const void *)target->data; local 149 struct xt_set_info_target_v1 *info = local 229 const struct xt_set_info_target_v1 *info = (const void *)target->data; local 238 const struct xt_set_info_target_v1 *info = (const void *)target->data; local 285 struct xt_set_info_target_v2 *info = local 330 const struct xt_set_info_target_v2 *info = (const void *)target->data; local 343 const struct xt_set_info_target_v2 *info = (const void *)target->data; local 418 struct xt_set_info_target_v3 *info = local 480 const struct xt_set_info_target_v3 *info = (const void *)target->data; local 500 const struct xt_set_info_target_v3 *info = (const void *)target->data; local [all...] |
libxt_NFLOG.c | 49 struct xt_nflog_info *info = (struct xt_nflog_info *)t->data; local 51 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD; 68 struct xt_nflog_info *info = cb->data; local 75 info->flags |= XT_NFLOG_F_COPY_LEN; 78 static void nflog_print(const struct xt_nflog_info *info, char *prefix) 80 if (info->prefix[0] != '\0') { 82 xtables_save_string(info->prefix); 84 if (info->group) 85 printf(" %snflog-group %u", prefix, info->group); 86 if (info->flags & XT_NFLOG_F_COPY_LEN 97 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local 104 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local 130 const struct xt_nflog_info *info = local [all...] |
libxt_recent.c | 117 struct xt_recent_mtinfo *info = (struct xt_recent_mtinfo *)match->data; local 121 strncpy(info->name,"DEFAULT", XT_RECENT_NAME_LEN); 124 info->name[XT_RECENT_NAME_LEN-1] = '\0'; 125 info->side = XT_RECENT_SOURCE; 132 struct xt_recent_mtinfo *info = cb->data; local 137 info->check_set |= XT_RECENT_SET; 139 info->invert = true; 142 info->check_set |= XT_RECENT_CHECK; 144 info->invert = true; 147 info->check_set |= XT_RECENT_UPDATE 182 const struct xt_recent_mtinfo_v1 *info = (const void *)match->data; local 223 const struct xt_recent_mtinfo_v1 *info = (const void *)match->data; local [all...] |
libxt_set.c | 57 struct xt_set_info_v0 *info = &myinfo->match_set; local 64 if (info->u.flags[0]) 68 info->u.flags[0] |= IPSET_MATCH_INV; 81 get_set_byname(optarg, (struct xt_set_info *)info); 82 parse_dirs_v0(argv[optind], info); 83 DEBUGP("parse: set index %u\n", info->index); 94 print_match_v0(const char *prefix, const struct xt_set_info_v0 *info) 99 get_set_byid(setname, info->index); 101 (info->u.flags[0] & IPSET_MATCH_INV) ? " !" : "", 105 if (!info->u.flags[i] 117 const struct xt_set_info_match_v0 *info = (const void *)match->data; local 125 const struct xt_set_info_match_v0 *info = (const void *)match->data; local 137 struct xt_set_info *info = &myinfo->match_set; local 195 const struct xt_set_info_match_v1 *info = (const void *)match->data; local 203 const struct xt_set_info_match_v1 *info = (const void *)match->data; local 232 struct xt_set_info *info = &myinfo->match_set; local 275 const struct xt_set_info_match_v1 *info = (const void *)match->data; local 285 const struct xt_set_info_match_v1 *info = (const void *)match->data; local 337 struct xt_set_info_match_v3 *info = local 487 const struct xt_set_info_match_v3 *info = (const void *)match->data; local 495 const struct xt_set_info_match_v3 *info = (const void *)match->data; local 505 struct xt_set_info_match_v4 *info = local 655 const struct xt_set_info_match_v4 *info = (const void *)match->data; local 663 const struct xt_set_info_match_v4 *info = (const void *)match->data; local [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stacktrace_printer.cc | 30 const AddressInfo &info, bool vs_style, 49 buffer->append("0x%zx", info.address); 52 buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix)); 55 buffer->append("0x%zx", info.module_offset); 58 buffer->append("%s", StripFunctionName(info.function, strip_func_prefix)); 61 buffer->append("0x%zx", info.function_offset != AddressInfo::kUnknown 62 ? info.function_offset 66 buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix)); 69 buffer->append("%d", info.line); 72 buffer->append("%d", info.column) [all...] |
/external/skqp/src/image/ |
SkSurface_Raster.cpp | 19 SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef>, const SkSurfaceProps*); 38 bool SkSurfaceValidateRasterInfo(const SkImageInfo& info, size_t rowBytes) { 39 if (info.isEmpty()) { 46 switch (info.colorType()) { 54 if (info.colorSpace()) { 61 if (info.colorSpace() && !info.colorSpace()->gammaCloseToSRGB()) { 66 if (info.colorSpace() && (!info.colorSpace()->gammaIsLinear())) { 78 int shift = SkColorTypeShiftPerPixel(info.colorType()) [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
Gop.c | 22 OUT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *Info
25 Info->Version = 0;
27 Info->PixelFormat = PixelBitMask;
28 Info->PixelInformation.RedMask = PIXEL_RED_MASK;
29 Info->PixelInformation.GreenMask = PIXEL_GREEN_MASK;
30 Info->PixelInformation.BlueMask = PIXEL_BLUE_MASK;
31 Info->PixelInformation.ReservedMask = 0;
33 Info->PixelFormat = PixelBitMask;
34 Info->PixelInformation.RedMask = PIXEL24_RED_MASK;
35 Info->PixelInformation.GreenMask = PIXEL24_GREEN_MASK; [all...] |
/external/vulkan-validation-layers/tests/ |
vktestbinding.h | 160 bool set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkMemoryPropertyFlags properties, 196 void init(const VkDeviceCreateInfo &info); 302 void init(const Device &dev, const VkMemoryAllocateInfo &info); 323 void init(const Device &dev, const VkFenceCreateInfo &info); 337 void init(const Device &dev, const VkSemaphoreCreateInfo &info); 347 void init(const Device &dev, const VkEventCreateInfo &info); 364 void init(const Device &dev, const VkQueryPoolCreateInfo &info); 375 explicit Buffer(const Device &dev, const VkBufferCreateInfo &info) { init(dev, info); } 381 void init(const Device &dev, const VkBufferCreateInfo &info, VkMemoryPropertyFlags mem_props) 444 VkBufferViewCreateInfo info = {}; local 696 VkCommandPoolCreateInfo info = {}; local 731 VkMemoryAllocateInfo info = {}; local 739 VkBufferCreateInfo info = {}; local 754 VkFenceCreateInfo info = {}; local 761 VkFenceCreateInfo info = {}; local 767 VkSemaphoreCreateInfo info = {}; local 774 VkEventCreateInfo info = {}; local 781 VkQueryPoolCreateInfo info = {}; local 789 VkImageCreateInfo info = {}; local 893 VkShaderModuleCreateInfo info = {}; local 976 VkCommandBufferAllocateInfo info = {}; local [all...] |
/external/adhd/cras/src/server/ |
cras_hfp_info.h | 31 void hfp_info_destroy(struct hfp_info *info); 34 int hfp_info_running(struct hfp_info *info); 39 int hfp_info_start(int fd, unsigned int mtu, struct hfp_info *info); 44 int hfp_info_stop(struct hfp_info *info); 48 * info - The hfp_info holding the buffer to query. 52 int hfp_buf_queued(struct hfp_info *info, const struct cras_iodev *dev); 57 * info - The hfp_info holding buffer. 60 int hfp_buf_size(struct hfp_info *info, struct cras_iodev *dev); 65 * info - The hfp_info holding buffer. 71 void hfp_buf_acquire(struct hfp_info *info, struct cras_iodev *dev [all...] |
/external/proguard/src/proguard/optimize/info/ |
AccessMethodMarker.java | 21 package proguard.optimize.info; 144 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 145 if (info != null) 147 info.setAccessesPrivateCode(); 157 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 158 return info == null || info.accessesPrivateCode(); 164 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 165 if (info != null) 167 info.setAccessesPackageCode() 178 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 185 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 198 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local [all...] |
/external/strace/tests/ |
rt_tgsigqueueinfo.c | 43 k_tgsigqueueinfo(const pid_t pid, const int sig, const void *const info) 49 info); 61 TAIL_ALLOC_OBJECT_CONST_PTR(siginfo_t, info); 62 memset(info, 0, sizeof(*info)); 63 info->si_signo = SIGUSR1; 64 info->si_errno = ENOENT; 65 info->si_code = SI_QUEUE; 66 info->si_pid = getpid(); 67 info->si_uid = getuid() [all...] |
/external/strace/tests-m32/ |
rt_tgsigqueueinfo.c | 43 k_tgsigqueueinfo(const pid_t pid, const int sig, const void *const info) 49 info); 61 TAIL_ALLOC_OBJECT_CONST_PTR(siginfo_t, info); 62 memset(info, 0, sizeof(*info)); 63 info->si_signo = SIGUSR1; 64 info->si_errno = ENOENT; 65 info->si_code = SI_QUEUE; 66 info->si_pid = getpid(); 67 info->si_uid = getuid() [all...] |
/external/strace/tests-mx32/ |
rt_tgsigqueueinfo.c | 43 k_tgsigqueueinfo(const pid_t pid, const int sig, const void *const info) 49 info); 61 TAIL_ALLOC_OBJECT_CONST_PTR(siginfo_t, info); 62 memset(info, 0, sizeof(*info)); 63 info->si_signo = SIGUSR1; 64 info->si_errno = ENOENT; 65 info->si_code = SI_QUEUE; 66 info->si_pid = getpid(); 67 info->si_uid = getuid() [all...] |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
open.go | 19 info []byte 41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) { 46 info: info, 59 if len(d.info) < 6 { 60 return nil, DecodeError{"info", Offset(len(d.info)), "too short"} 63 if d.info[0] == 0xff && d.info[1] == 0xff && d.info[2] == 0xff && d.info[3] == 0xff [all...] |
/prebuilts/go/linux-x86/src/debug/dwarf/ |
open.go | 19 info []byte 41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) { 46 info: info, 59 if len(d.info) < 6 { 60 return nil, DecodeError{"info", Offset(len(d.info)), "too short"} 63 if d.info[0] == 0xff && d.info[1] == 0xff && d.info[2] == 0xff && d.info[3] == 0xff [all...] |
/external/lisa/ipynb/examples/android/workloads/ |
Android_Recents_Fling.ipynb | 35 "2016-12-09 14:58:45,902 INFO : root : Using LISA logging configuration:\n", 36 "2016-12-09 14:58:45,902 INFO : root : /home/vagrant/lisa/logging.conf\n" 177 "2016-12-09 14:58:50,762 INFO : TestEnv : Using base path: /home/vagrant/lisa\n", 178 "2016-12-09 14:58:50,763 INFO : TestEnv : Loading custom (inline) target configuration\n", 179 "2016-12-09 14:58:50,764 INFO : TestEnv : External tools using:\n", 180 "2016-12-09 14:58:50,765 INFO : TestEnv : ANDROID_HOME: /home/vagrant/lisa/tools/android-sdk-linux\n", 181 "2016-12-09 14:58:50,766 INFO : TestEnv : CATAPULT_HOME: /home/vagrant/lisa/tools/catapult\n", 182 "2016-12-09 14:58:50,767 INFO : TestEnv : Loading board:\n", 183 "2016-12-09 14:58:50,767 INFO : TestEnv : /home/vagrant/lisa/libs/utils/platforms/pixel.json\n", 184 "2016-12-09 14:58:50,768 INFO : TestEnv : Devlib modules to load: [u'bl', u'cpufreq']\n" [all...] |
/hardware/qcom/display/msm8084/libgralloc/ |
framebuffer.cpp | 93 m->info.activate = FB_ACTIVATE_VBL; 94 m->info.yoffset = (int)(offset / m->finfo.line_length); 95 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 146 struct fb_var_screeninfo info; local 147 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 152 info.reserved[0] = 0; 153 info.reserved[1] = 0; 154 info.reserved[2] = 0; 155 info.xoffset = 0; 156 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8226/libgralloc/ |
framebuffer.cpp | 94 m->info.activate = FB_ACTIVATE_VBL; 95 m->info.yoffset = (int)(offset / m->finfo.line_length); 96 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 147 struct fb_var_screeninfo info; local 148 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 153 info.reserved[0] = 0; 154 info.reserved[1] = 0; 155 info.reserved[2] = 0; 156 info.xoffset = 0; 157 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8909/libgralloc/ |
framebuffer.cpp | 88 m->info.activate = FB_ACTIVATE_VBL; 89 m->info.yoffset = (int)(offset / m->finfo.line_length); 90 if (ioctl(ctx->fbFd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 144 struct fb_var_screeninfo info; local 145 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 150 info.reserved[0] = 0; 151 info.reserved[1] = 0; 152 info.reserved[2] = 0; 153 info.xoffset = 0; 154 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
framebuffer.cpp | 88 m->info.activate = FB_ACTIVATE_VBL; 89 m->info.yoffset = (int)(offset / m->finfo.line_length); 90 if (ioctl(ctx->fbFd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 144 struct fb_var_screeninfo info; local 145 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 150 info.reserved[0] = 0; 151 info.reserved[1] = 0; 152 info.reserved[2] = 0; 153 info.xoffset = 0; 154 info.yoffset = 0 [all...] |