/external/iptables/extensions/ |
libip6t_LOG.c | 72 { .name = "info", .level = LOG_INFO }, 80 struct ip6t_log_info *info = cb->data; local 90 info->logflags |= IP6T_LOG_TCPSEQ; 93 info->logflags |= IP6T_LOG_TCPOPT; 96 info->logflags |= IP6T_LOG_IPOPT; 99 info->logflags |= IP6T_LOG_UID; 102 info->logflags |= IP6T_LOG_MACDECODE;
|
libipt_LOG.c | 72 { .name = "info", .level = LOG_INFO }, 80 struct ipt_log_info *info = cb->data; local 90 info->logflags |= IPT_LOG_TCPSEQ; 93 info->logflags |= IPT_LOG_TCPOPT; 96 info->logflags |= IPT_LOG_IPOPT; 99 info->logflags |= IPT_LOG_UID; 102 info->logflags |= IPT_LOG_MACDECODE;
|
libxt_RATEEST.c | 114 struct xt_rateest_target_info *info = cb->data; local 117 for (info->interval = 0; info->interval <= 5; info->interval++) { 118 if (udata->interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4)) 122 if (info->interval > 5) 125 info->interval -= 2; 127 for (info->ewma_log = 1; info->ewma_log < 32; info->ewma_log++) 142 const struct xt_rateest_target_info *info = (const void *)target->data; local [all...] |
libxt_TCPOPTSTRIP.c | 56 parse_list(struct xt_tcpoptstrip_target_info *info, const char *arg) 83 if (tcpoptstrip_test_bit(info->strip_bmap, option)) 87 tcpoptstrip_set_bit(info->strip_bmap, option); 96 struct xt_tcpoptstrip_target_info *info = cb->data; local 99 parse_list(info, cb->arg); 103 tcpoptstrip_print_list(const struct xt_tcpoptstrip_target_info *info, 111 if (!tcpoptstrip_test_bit(info->strip_bmap, i)) 134 const struct xt_tcpoptstrip_target_info *info = local 138 tcpoptstrip_print_list(info, numeric); 144 const struct xt_tcpoptstrip_target_info *info local [all...] |
libxt_TOS.c | 96 struct ipt_tos_target_info *info = cb->data; local 103 info->tos = cb->val.tos_value; 108 struct xt_tos_target_info *info = cb->data; local 113 info->tos_value = cb->val.tos_value; 114 info->tos_mask = cb->val.tos_mask; 117 info->tos_value = 0; 118 info->tos_mask = ~cb->val.u8; 121 info->tos_value = cb->val.u8; 122 info->tos_mask = cb->val.u8; 125 info->tos_value = cb->val.u8 141 const struct ipt_tos_target_info *info = (const void *)target->data; local 151 const struct xt_tos_target_info *info = (const void *)target->data; local 174 const struct ipt_tos_target_info *info = (const void *)target->data; local 181 const struct xt_tos_target_info *info = (const void *)target->data; local [all...] |
libxt_TPROXY.c | 53 const struct xt_tproxy_target_info *info = (const void *)target->data; local 55 xtables_ipaddr_to_numeric((const struct in_addr *)&info->laddr), 56 ntohs(info->lport), (unsigned int)info->mark_value, 57 (unsigned int)info->mark_mask); 64 const struct xt_tproxy_target_info_v1 *info = local 68 xtables_ipaddr_to_numeric(&info->laddr.in), 69 ntohs(info->lport), (unsigned int)info->mark_value, 70 (unsigned int)info->mark_mask) 77 const struct xt_tproxy_target_info_v1 *info = local 88 const struct xt_tproxy_target_info *info = (const void *)target->data; local 100 const struct xt_tproxy_target_info_v1 *info; local 112 const struct xt_tproxy_target_info_v1 *info; local 123 struct xt_tproxy_target_info *info = cb->data; local 139 struct xt_tproxy_target_info_v1 *info = cb->data; local [all...] |
libxt_devgroup.c | 72 struct xt_devgroup_info *info = cb->data; local 79 info->src_group = id; 80 info->src_mask = mask; 81 info->flags |= XT_DEVGROUP_MATCH_SRC; 83 info->flags |= XT_DEVGROUP_INVERT_SRC; 87 info->dst_group = id; 88 info->dst_mask = mask; 89 info->flags |= XT_DEVGROUP_MATCH_DST; 91 info->flags |= XT_DEVGROUP_INVERT_DST; 113 static void devgroup_show(const char *pfx, const struct xt_devgroup_info *info, 134 const struct xt_devgroup_info *info = (const void *)match->data; local 141 const struct xt_devgroup_info *info = (const void *)match->data; local [all...] |
libxt_ipvs.c | 110 struct xt_ipvs_mtinfo *info = cb->data; local 115 if (info->bitmask & XT_IPVS_ONCE_MASK) { 116 if (info->invert & XT_IPVS_IPVS_PROPERTY) 120 info->bitmask |= XT_IPVS_IPVS_PROPERTY;
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
FramePrinter.java | 79 MethodInfo info = method.getMethodInfo2(); local 80 ConstPool pool = info.getConstPool(); 81 CodeAttribute code = info.getCodeAttribute(); 87 frames = (new Analyzer()).analyze(method.getDeclaringClass(), info);
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ScannerTest.java | 108 MethodInfo info = method.getMethodInfo2(); local 109 info.setAccessFlags(AccessFlag.PUBLIC); 111 Bytecode code = new Bytecode(info.getConstPool(), 2, 9); 175 info.setCodeAttribute(code.toCodeAttribute());
|
/external/kernel-headers/original/uapi/linux/ |
atm_zatm.h | 35 struct zatm_pool_info info; /* actual information */ member in struct:zatm_pool_req
|
/external/libcxxabi/src/Unwind/ |
UnwindLevel1-gcc-ext.c | 88 unw_proc_info_t info; local 92 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS) 93 return (void *)(long) info.start_ip; 170 /// Find dwarf unwind info for an address 'pc' in some function. 177 unw_proc_info_t info; local 181 unw_get_proc_info(&cursor, &info); 182 bases->tbase = (uintptr_t)info.extra; 184 bases->func = (uintptr_t)info.start_ip; 186 (void *)(long) info.unwind_info); 187 return (void *)(long) info.unwind_info [all...] |
/external/libvpx/libvpx/examples/ |
decode_to_md5.c | 86 const VpxVideoInfo *info = NULL; local 101 info = vpx_video_reader_get_info(reader); 103 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
|
set_maps.c | 161 VpxVideoInfo info = {0}; local 176 info.codec_fourcc = encoder->fourcc; 177 info.frame_width = strtol(argv[2], NULL, 0); 178 info.frame_height = strtol(argv[3], NULL, 0); 179 info.time_base.numerator = 1; 180 info.time_base.denominator = fps; 182 if (info.frame_width <= 0 || 183 info.frame_height <= 0 || 184 (info.frame_width % 2) != 0 || 185 (info.frame_height % 2) != 0) [all...] |
simple_encoder.c | 156 VpxVideoInfo info = {0}; local 188 info.codec_fourcc = encoder->fourcc; 189 info.frame_width = strtol(width_arg, NULL, 0); 190 info.frame_height = strtol(height_arg, NULL, 0); 191 info.time_base.numerator = 1; 192 info.time_base.denominator = fps; 194 if (info.frame_width <= 0 || 195 info.frame_height <= 0 || 196 (info.frame_width % 2) != 0 || 197 (info.frame_height % 2) != 0) [all...] |
vp8cx_set_ref.c | 102 VpxVideoInfo info = {0}; local 123 info.codec_fourcc = encoder->fourcc; 124 info.frame_width = strtol(argv[1], NULL, 0); 125 info.frame_height = strtol(argv[2], NULL, 0); 126 info.time_base.numerator = 1; 127 info.time_base.denominator = fps; 129 if (info.frame_width <= 0 || 130 info.frame_height <= 0 || 131 (info.frame_width % 2) != 0 || 132 (info.frame_height % 2) != 0) [all...] |
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugInfoEntry.cpp | 66 Info info = { cu, attr_die_offset, attr, form }; local 67 m_infos.push_back(info); 272 // Extract a debug info entry for a given compile unit from the [all...] |
/external/ltrace/ |
type.h | 60 struct arg_type_info *info; member in struct:arg_type_info::__anon30447::__anon30449 69 /* Return a type info for simple type TYPE (which shall not be array, 75 /* Initialize INFO so it becomes ARGTYPE_STRUCT. The created 78 void type_init_struct(struct arg_type_info *info); 80 /* Add a new field of type FIELD_INFO to a structure INFO. If OWN, 81 * the field type is owned and destroyed together with INFO. */ 82 int type_struct_add(struct arg_type_info *info, 85 /* Get IDX-th field of structure type INFO. */ 86 struct arg_type_info *type_struct_get(struct arg_type_info *info, size_t idx); 88 /* Return number of fields of structure type INFO. * [all...] |
/external/lzma/CPP/7zip/Common/ |
CreateCoder.cpp | 55 CCodecInfoEx info;
local 59 // info.Id.IDSize = (Byte)SysStringByteLen(prop.bstrVal);
60 // memmove(info.Id.ID, prop.bstrVal, info.Id.IDSize);
66 info.Id = prop.uhVal.QuadPart;
71 info.Name = prop.bstrVal;
75 RINOK(ReadNumberOfStreams(codecsInfo, i, NMethodPropID::kInStreams, info.NumInStreams));
76 RINOK(ReadNumberOfStreams(codecsInfo, i, NMethodPropID::kOutStreams, info.NumOutStreams));
77 RINOK(ReadIsAssignedProp(codecsInfo, i, NMethodPropID::kEncoderIsAssigned, info.EncoderIsAssigned));
78 RINOK(ReadIsAssignedProp(codecsInfo, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned)); [all...] |
/external/mdnsresponder/mDNSShared/ |
PlatformCommon.c | 134 DomainAuthInfo *info = (DomainAuthInfo*)mDNSPlatformMemAllocate(sizeof(*info)); local 136 err = mDNS_SetSecretForDomain(m, info, domain, domain, buf, NULL, 0, NULL);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_inline_literals.c | 68 const struct rc_opcode_info * info = local 81 for (src_idx = 0; src_idx < info->NumSrcRegs; src_idx++) {
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.h | 35 struct tgsi_shader_info info; member in struct:r300_fragment_shader_code 74 void r300_shader_read_fs_inputs(struct tgsi_shader_info* info,
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.cpp | 86 pipe_sampler_view info; local 88 u_sampler_view_default_template(&info, pipe, pipe->format); 89 return q.pipe->create_sampler_view(q.pipe, pipe, &info); 100 pipe_surface info {}; 102 info.format = pipe->format; 103 info.usage = pipe->bind; 104 info.writable = rw; 107 info.u.buf.last_element = pipe->width0 - 1; 109 return q.pipe->create_surface(q.pipe, pipe, &info); 121 pipe_resource info {}; [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pbuffer.c | 77 const struct stw_pixelformat_info *info; local 88 info = stw_pixelformat_get_info(iPixelFormat - 1); 89 if (!info) {
|
/external/mesa3d/src/gallium/tests/graw/ |
fs-fragcoord.c | 14 static struct graw_info info; variable in typeref:struct:graw_info 64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 65 info.ctx->bind_vertex_elements_state(info.ctx, handle); 70 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 76 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 94 handle = graw_parse_vertex_shader(info.ctx, text); 95 info.ctx->bind_vs_state(info.ctx, handle) [all...] |