Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 29) sorted by relevance

12

/lib/zstd/common/
A Ddebug.h71 # define RAWLOG(l, ...) { \ argument
75 # define DEBUGLOG(l, ...) { \ argument
81 # define RAWLOG(l, ...) {} /* disabled */ argument
82 # define DEBUGLOG(l, ...) {} /* disabled */ argument
/lib/lwip/lwip/src/netif/ppp/
A Dmultilink.c125 int l, mtu; in mp_join_bundle() local
309 int l; in make_bundle_links() local
349 int l; in remove_bundle_link() local
548 int i, l; local
A Dpppos.c425 pppos_input_tcpip(ppp_pcb *ppp, const void *s, int l) in pppos_input_tcpip()
480 pppos_input(ppp_pcb *ppp, const void *s, int l) in pppos_input()
878 u32_t l = pppos->output_cb(pppos->ppp, nb->payload, nb->len, pppos->ppp->ctx_cb); in pppos_output_append() local
917 u32_t l = pppos->output_cb(ppp, nb->payload, nb->len, ppp->ctx_cb); in pppos_output_last() local
A Dfsm.c318 void fsm_input(fsm *f, u_char *inpacket, int l) { in fsm_input()
A Dupap.c305 static void upap_input(ppp_pcb *pcb, u_char *inpacket, int l) { in upap_input()
A Dutils.c720 int l = (lcp[2] << 8) + lcp[3]; in ppp_dump_packet() local
A Dipcp.c1084 u32_t ciaddr1, ciaddr2, l; in ipcp_nakci() local
1521 int l = *len; /* Length left */ in ipcp_reqci() local
A Dpppoe.c179 size_t l; in pppoe_create() local
/lib/lwip/lwip/src/include/netif/ppp/
A Deui64.h89 #define eui64_set32(e, l) do { \ argument
93 #define eui64_setlo32(e, l) eui64_set32(e, l) argument
A Dppp_impl.h518 #define GETLONG(l, cp) { \ argument
524 #define PUTLONG(l, cp) { \ argument
542 #define BCMP(s1, s2, l) memcmp(s1, s2, l) argument
544 #define PRINTMSG(m, l) { ppp_info(("Remote message: %0.*v", l, m)); } argument
/lib/crypt/
A Dalg-sha256.h10 #define SHA256_Update(c, i, l) sha256_update(c, (const void *)i, l) argument
A Dalg-sha512.h10 #define SHA512_Update(c, i, l) sha512_update(c, (const void *)i, l) argument
/lib/fwu_updates/
A Dfwu_mtd.c163 int i, l, ret; in fwu_gen_alt_info_from_mtd() local
/lib/
A Dbch.c170 const int l = BCH_ECC_WORDS(bch)-1; in encode_bch_unaligned() local
237 const unsigned int l = BCH_ECC_WORDS(bch)-1; in encode_bch() local
430 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() local
687 int i, l, n = 0; in find_poly_deg4_roots() local
751 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() local
1131 const int l = BCH_ECC_WORDS(bch); in build_mod8_tables() local
A Dof_live.c59 int l; in unflatten_dt_node() local
A Dlz4.c109 #define DEBUGLOG(l, ...) {} /* disabled */ argument
A Dtpm_tcg2.c82 u16 l = tpm2_algorithm_to_len(digest_list->digests[i].hash_alg); in tcg2_event_get_size() local
A Dvsprintf.c912 long l, n; in strmhz() local
/lib/dhry/
A Ddhry_1.c407 memcpy (d, s, l) in memcpy() argument
/lib/mbedtls/external/mbedtls/library/
A Daesce.c534 uint8x16_t h, m, l; /* retval high/middle/low */ in poly_mult_128() local
576 uint8x16_t h, m, l; /* input high/middle/low 128b */ in poly_mult_reduce() local
A Dasn1write.c35 for (size_t l = len; l != 0; l >>= 8) { in mbedtls_asn1_write_len() local
/lib/mbedtls/external/mbedtls/tests/src/
A Dhelpers.c590 unsigned char l, h; in mbedtls_test_hexify() local
/lib/lwip/lwip/src/include/lwip/
A Dapi.h301 #define API_EVENT(c,e,l) if (c->callback) { \ argument
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_core.c688 u8_t i, l; in snmp_get_mib_from_oid() local
/lib/bzip2/
A Dbzlib_blocksort.c257 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort() local

Completed in 63 milliseconds

12