Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 10 of 10) sorted by relevance

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DLexer.cs68 pp.File = file; in Parse()
80 ParseLine(pp, line, row); in Parse()
114 if (!pp.StringSection) in Parse()
129 pp.StringSection = !pp.StringSection; in Parse()
140 if (Char.IsWhiteSpace(current) && !pp.AssignSection && !pp.StringSection) in Parse()
152 if (pp.AssignAhead) in Parse()
167 if (!pp.DotSection) in Parse()
193 pp.Temp.Append(current); in Parse()
199 if (pp.Temp.Length > 0) in ParseLastSymbol()
201 Symbol s = new Symbol(pp.File, pp.Temp.ToString(), row, column); in ParseLastSymbol()
[all …]
/lib/
A Dof_live.c177 pp->length = sz; in unflatten_dt_node()
179 *prev_pp = pp; in unflatten_dt_node()
204 pp->name = "name"; in unflatten_dt_node()
205 pp->length = sz; in unflatten_dt_node()
206 pp->value = pp + 1; in unflatten_dt_node()
207 *prev_pp = pp; in unflatten_dt_node()
415 for (pp = node->properties; !ret && pp; pp = pp->next) { in flatten_node()
416 ret = fdt_property(abuf_data(buf), pp->name, pp->value, in flatten_node()
417 pp->length); in flatten_node()
420 ret = fdt_property(abuf_data(buf), pp->name, pp->value, in flatten_node()
[all …]
A Dbch.c434 int k, pp = -1; in compute_error_locator_polynomial() local
447 k = 2*i-pp; in compute_error_locator_polynomial()
463 pp = 2*i; in compute_error_locator_polynomial()
/lib/lwip/lwip/src/core/ipv4/
A Dip4_addr.c151 u32_t *pp = parts; in ip4addr_aton() local
194 if (pp >= parts + 3) { in ip4addr_aton()
197 *pp++ = val; in ip4addr_aton()
213 switch (pp - parts + 1) { in ip4addr_aton()
/lib/bzip2/
A Dbzlib_decompress.c459 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local
465 pp = s->mtfbase[0]; in BZ2_decompress()
466 uc = s->mtfa[pp+nn]; in BZ2_decompress()
468 Int32 z = pp+nn; in BZ2_decompress()
476 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
478 s->mtfa[pp] = uc; in BZ2_decompress()
483 pp = s->mtfbase[lno] + off; in BZ2_decompress()
484 uc = s->mtfa[pp]; in BZ2_decompress()
485 while (pp > s->mtfbase[lno]) { in BZ2_decompress()
486 s->mtfa[pp] = s->mtfa[pp-1]; pp--; in BZ2_decompress()
A Dbzlib_huffman.c198 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables() local
200 pp = 0; in BZ2_hbCreateDecodeTables()
203 if (length[j] == i) { perm[pp] = j; pp++; }; in BZ2_hbCreateDecodeTables()
/lib/lwip/lwip/src/netif/ppp/
A Dmultilink.c376 TDB_DATA key, rec, pp; in iterate_bundle_links() local
394 pp = tdb_fetch(pppdb, key); in iterate_bundle_links()
395 if (pp.dptr != NULL && pp.dsize > 0) { in iterate_bundle_links()
396 pp.dptr[pp.dsize-1] = 0; in iterate_bundle_links()
397 func(pp.dptr); in iterate_bundle_links()
399 if (pp.dptr != NULL) in iterate_bundle_links()
400 free(pp.dptr); in iterate_bundle_links()
/lib/lwip/lwip/test/unit/dhcp/
A Dtest_dhcp.c262 struct pbuf *pp = p; in lwip_tx_func() local
267 for (i = 0; i < pp->len; i++) { in lwip_tx_func()
268 printf(" %02X", ((u8_t *) pp->payload)[i]); in lwip_tx_func()
270 if (pp->next) { in lwip_tx_func()
271 pp = pp->next; in lwip_tx_func()
273 } while (pp->next); in lwip_tx_func()
/lib/mbedtls/external/mbedtls/3rdparty/everest/library/
A DHacl_Curve25519.c572 uint64_t *pp, in Hacl_EC_AddAndDouble_fmonty() argument
580 uint64_t *x2 = pp; in Hacl_EC_AddAndDouble_fmonty()
581 uint64_t *z2 = pp + (uint32_t)5U; in Hacl_EC_AddAndDouble_fmonty()
/lib/mbedtls/external/mbedtls/3rdparty/everest/library/legacy/
A DHacl_Curve25519.c617 uint64_t *pp, in Hacl_EC_AddAndDouble_fmonty() argument
625 uint64_t *x2 = pp; in Hacl_EC_AddAndDouble_fmonty()
626 uint64_t *z2 = pp + (uint32_t)5U; in Hacl_EC_AddAndDouble_fmonty()

Completed in 74 milliseconds