/external/harfbuzz_ng/src/ |
hb-buffer-serialize.cc | 71 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local 93 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g)); 103 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint); 106 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster); 144 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local 160 hb_font_glyph_to_string (font, info[i].codepoint, p, 128); 164 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint); 167 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster);
|
hb-icu-le.cc | 143 chars[i] = buffer->info[i].codepoint; 144 clusters[i] = buffer->info[i].cluster; 183 hb_glyph_info_t *info = buffer->info; local 189 info[j].codepoint = glyphs[i]; 190 info[j].cluster = clusters[indices[i]]; 193 info[j].mask = positions[2 * i + 2] - positions[2 * i]; 194 info[j].var1.u32 = 0; 195 info[j].var2.u32 = -positions[2 * i + 1]; 204 hb_glyph_info_t *info = &buffer->info[i] local [all...] |
hb-ot-shape-complex-indic-machine.hh | 1270 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape-complex-myanmar-machine.hh | 274 info[i].syllable() = (syllable_serial << 4) | syllable_type; \ 285 hb_glyph_info_t *info = buffer->info; local 325 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) && 326 ( info[p].myanmar_category()) <= _keys[1] ? 327 ( info[p].myanmar_category()) - _keys[0] : _slen ];
|
hb-ot-shape-complex-sea-machine.hh | 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \ 114 hb_glyph_info_t *info = buffer->info; local 154 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].sea_category()) && 155 ( info[p].sea_category()) <= _keys[1] ? 156 ( info[p].sea_category()) - _keys[0] : _slen ];
|
/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_CT.c | 101 struct xt_ct_target_info *info = cb->data; local 106 info->flags |= XT_CT_NOTRACK; 109 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg); 112 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg); 119 const struct xt_ct_target_info *info = local 123 if (info->flags & XT_CT_NOTRACK) 125 if (info->helper[0]) 126 printf(" helper %s", info->helper); 127 if (info->ct_events) 129 ARRAY_SIZE(ct_event_tbl), info->ct_events) 139 const struct xt_ct_target_info *info = local [all...] |
libxt_NFQUEUE.c | 65 struct xt_NFQ_info_v1 *info = cb->data; local 77 info->queuenum = r[0]; 78 info->queues_total = r[1] - r[0] + 1; 85 struct xt_NFQ_info_v2 *info = cb->data; local 90 info->bypass = 1; 120 const struct xt_NFQ_info_v2 *info = (void *) target->data; local 123 if (info->bypass) 150 const struct xt_NFQ_info_v2 *info = (void *) target->data; local 154 if (info->bypass)
|
libxt_RATEEST.c | 89 struct xt_rateest_target_info *info = (void *)(*target)->data; local 91 RATEEST_info = info; 100 strncpy(info->name, optarg, sizeof(info->name) - 1); 134 struct xt_rateest_target_info *info = RATEEST_info; local 143 for (info->interval = 0; info->interval <= 5; info->interval++) { 144 if (interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4)) 148 if (info->interval > 5 168 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_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;
|
libxt_recent.c | 76 struct xt_recent_mtinfo *info = (void *)(match)->data; local 78 strncpy(info->name,"DEFAULT", XT_RECENT_NAME_LEN); 81 info->name[XT_RECENT_NAME_LEN-1] = '\0'; 82 info->side = XT_RECENT_SOURCE; 87 struct xt_recent_mtinfo *info = cb->data; local 92 info->check_set |= XT_RECENT_SET; 94 info->invert = true; 97 info->check_set |= XT_RECENT_CHECK; 99 info->invert = true; 102 info->check_set |= XT_RECENT_UPDATE 134 const struct xt_recent_mtinfo *info = (const void *)match->data; local 161 const struct xt_recent_mtinfo *info = (const void *)match->data; local [all...] |
/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/jmonkeyengine/engine/src/bullet-native/ |
com_jme3_bullet_objects_PhysicsVehicle.cpp | 144 btWheelInfo* info = &vehicle->addWheel(vec1, vec2, vec3, restLength, radius, tune, frontWheel); local
|
/external/kernel-headers/original/asm-x86/ |
math_emu.h | 13 struct info { struct
|
/external/llvm/lib/Support/ |
Threading.cpp | 81 ThreadInfo Info = { Fn, UserData }; 96 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0) 115 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); local 116 info->func(info->param);
|
/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...] |