Searched defs:pp (Results 151 - 175 of 696) sorted by last modified time

1234567891011>>

/external/libnl/lib/route/
H A Dqdisc.c99 struct nlmsghdr *n, struct nl_parser_param *pp)
124 err = pp->pp_cb((struct nl_object *) qdisc, pp);
98 qdisc_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, struct nlmsghdr *n, struct nl_parser_param *pp) argument
H A Droute.c31 struct nlmsghdr *nlh, struct nl_parser_param *pp)
39 err = pp->pp_cb((struct nl_object *) route, pp);
30 route_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, struct nlmsghdr *nlh, struct nl_parser_param *pp) argument
H A Drule.c81 struct nlmsghdr *n, struct nl_parser_param *pp)
157 err = pp->pp_cb((struct nl_object *) rule, pp);
80 rule_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, struct nlmsghdr *n, struct nl_parser_param *pp) argument
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/iproute2/ip/
H A Dipxfrm.c250 struct protoent *pp; local
253 pp = getprotobynumber(proto);
254 if (pp)
255 p = pp->p_name;
1165 struct protoent *pp; local
1166 pp = getprotobyname(*argv);
1167 if (pp)
1168 upspec = pp->p_proto;
/external/iproute2/misc/
H A Dss.c220 struct user_ent *p, **pp; local
233 pp = &user_ent_hash[user_ent_hashfn(ino)];
234 p->next = *pp;
235 *pp = p;
/external/iproute2/tc/
H A Dm_gact.c102 struct tc_gact_p pp; local
138 pp.ptype = PGACT_NETRAND;
141 pp.ptype = PGACT_DETERM;
149 pp.paction = action;
156 if (get_u16(&pp.pval, *argv, 10)) {
157 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
160 if (pp.pval > 10000) {
161 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
195 addattr_l(n, MAX_MSG, TCA_GACT_PROB, &pp, sizeof (pp));
211 struct tc_gact_p *pp = NULL; local
[all...]
/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c1151 get_ph2approvalx(iph2, pp)
1153 struct prop_pair *pp;
1159 pr0 = aproppair2saprop(pp);
1197 for (p = pp; p; p = p->next) {
1632 struct saprop *pp; local
1650 pp = iph2->approval;
1658 for (pr = pp->head; pr; pr = pr->next) {
1696 struct saprop *pp; local
1709 for (pp = pp0; pp; p
[all...]
H A Disakmp_quick.c1285 struct saprop *pp = iph2->approval;
1288 if (pp->claim & IPSECDOI_ATTR_SA_LD_TYPE_SEC) {
1289 u_int32_t v = htonl((u_int32_t)pp->lifetime);
1299 if (pp->claim & IPSECDOI_ATTR_SA_LD_TYPE_KB) {
1300 u_int32_t v = htonl((u_int32_t)pp->lifebyte);
1316 for (pr = pp->head; pr; pr = pr->next) {
1284 struct saprop *pp = iph2->approval; local
H A Dpfkey.c843 struct saprop *pp; local
849 pp = iph2->proposal;
852 pp = iph2->approval;
859 ipsecdoi_transportmode(pp)) {
867 for (pr = pp->head; pr != NULL; pr = pr->next) {
937 struct saprop *pp; local
981 pp = iph2->side == INITIATOR ? iph2->proposal : iph2->approval;
983 for (pr = pp->head; pr != NULL; pr = pr->next) {
/external/icu/icu4c/source/i18n/
H A DdecNumber.c5633 Int pp; /* precision for iteration */ local
5717 pp=p+rhs->digits;
5718 needbytes=sizeof(decNumber)+(D2U(MAXI(pp,16))-1)*sizeof(Unit);
5774 pp=9; /* initial precision */
5777 aset.digits=pp; /* working context */
5778 bset.digits=pp+rhs->digits; /* wider context */
5819 if (pp==p) continue; /* precision is at maximum */
5821 pp=pp*2; /* double precision */
5822 if (pp>
[all...]
H A Dnfrule.cpp763 ParsePosition pp; local
786 stripPrefix(workText, prefix, pp);
790 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos());
793 if (pp.getIndex() == 0 && sub1->getPos() != 0) {
796 parsePosition.setErrorIndex(pp.getErrorIndex());
841 pp.setIndex(0);
845 temp, pp, sub1,
849 // null substitution), pp is now pointing at the first unmatched
852 if (pp.getIndex() != 0 || sub1->isNullSubstitution()) {
853 start = pp
998 matchToDelimiter(const UnicodeString& text, int32_t startPos, double _baseValue, const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub, double upperBound) const argument
[all...]
H A Drbt_pars.cpp402 ParsePosition pp; local
433 pp.setIndex(pos-1); // Backup to opening '['
434 buf.append(parser.parseSet(rule, pp, status));
438 pos = pp.getIndex();
613 pp.setIndex(pos);
615 parseReference(rule, pp, limit);
625 pos = pp.getIndex();
H A Dregexcmp.cpp106 UParseError &pp, // Error position info
114 compile(&patternText, pp, e);
125 UParseError &pp, // Error position info
129 fParseErr = &pp;
104 compile( const UnicodeString &pat, UParseError &pp, UErrorCode &e) argument
123 compile( UText *pat, UParseError &pp, UErrorCode &e) argument
H A Dudat.cpp250 ParsePosition pp; local
258 pp.setIndex(*parsePos);
260 res = ((DateFormat*)format)->parse(src, pp);
262 if(pp.getErrorIndex() == -1)
263 *parsePos = pp.getIndex();
265 *parsePos = pp.getErrorIndex();
283 ParsePosition pp; local
286 pp.setIndex(*parsePos);
288 ((DateFormat*)format)->parse(src, *(Calendar*)calendar, pp);
291 if(pp
[all...]
H A Dunum.cpp332 ParsePosition pp; local
335 pp.setIndex(*parsePos);
337 ((const NumberFormat*)fmt)->parse(src, res, pp);
339 if(pp.getErrorIndex() != -1) {
342 *parsePos = pp.getErrorIndex();
345 *parsePos = pp.getIndex();
431 ParsePosition pp; local
433 pp.setIndex(*parsePos);
436 LocalPointer<CurrencyAmount> currAmt(((const NumberFormat*)fmt)->parseCurrency(src, pp));
437 if (pp
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c786 int32_t pp = 0; local
791 parseResult = unum_parse(spellout_def, buffer, len, &pp, &status);
/external/icu/icu4c/source/test/intltest/
H A Dincaltst.cpp520 ParsePosition pp; local
521 fmt->parse(expected, *cal2, pp);
551 ParsePosition pp; local
552 fmt->parse(expected, *cal2, pp);
640 ParsePosition pp=0; local
641 fmt->parse(samplestr, *cal2, pp);
680 ParsePosition pp=0; local
681 fmt->parse(samplestr, *cal2, pp);
H A Dplurfmts.cpp147 ParsePosition *pp = new ParsePosition(); local
148 pf->parseObject((UnicodeString)"",*f,*pp);
154 delete pp;
/external/harfbuzz_ng/src/
H A Dhb-buffer-serialize.cc293 parse_uint (const char *pp, const char *end, uint32_t *pv) argument
296 unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - pp));
297 strncpy (buf, pp, len);
306 if (errno || p == pend || pend - p != end - pp)
314 parse_int (const char *pp, const char *end, int32_t *pv) argument
317 unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - pp));
318 strncpy (buf, pp, len);
327 if (errno || p == pend || pend - p != end - pp)
H A Dhb-shape.cc38 parse_space (const char **pp, const char *end) argument
40 while (*pp < end && ISSPACE (**pp))
41 (*pp)++;
46 parse_char (const char **pp, const char *end, char c) argument
48 parse_space (pp, end);
50 if (*pp == end || **pp != c)
53 (*pp)++;
58 parse_uint (const char **pp, cons argument
82 parse_bool(const char **pp, const char *end, unsigned int *pv) argument
102 parse_feature_value_prefix(const char **pp, const char *end, hb_feature_t *feature) argument
115 parse_feature_tag(const char **pp, const char *end, hb_feature_t *feature) argument
151 parse_feature_indices(const char **pp, const char *end, hb_feature_t *feature) argument
176 parse_feature_value_postfix(const char **pp, const char *end, hb_feature_t *feature) argument
189 parse_one_feature(const char **pp, const char *end, hb_feature_t *feature) argument
[all...]
/external/freetype/src/autofit/
H A Dafcjk.c372 FT_Int pp; local
387 for ( pp = first; pp <= last; pp++ )
388 if ( best_point < 0 || points[pp].x > best_pos )
390 best_point = pp;
391 best_pos = points[pp].x;
396 for ( pp = first; pp <= last; pp
[all...]
H A Daflatin.c387 FT_Int pp; local
400 for ( pp = first; pp <= last; pp++ )
401 if ( best_point < 0 || points[pp].y > best_y )
403 best_point = pp;
404 best_y = points[pp].y;
409 for ( pp = first; pp <= last; pp
[all...]
H A Daflatin2.c252 FT_Int pp; local
265 for ( pp = first; pp <= last; pp++ )
266 if ( best_point < 0 || points[pp].y > best_y )
268 best_point = pp;
269 best_y = points[pp].y;
274 for ( pp = first; pp <= last; pp
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c479 FT_Byte* *pp,
483 FT_Byte* p = *pp;
510 *pp = p;
478 tt_sbit_decoder_load_metrics( TT_SBitDecoder decoder, FT_Byte* *pp, FT_Byte* limit, FT_Bool big ) argument

Completed in 528 milliseconds

1234567891011>>