Home
last modified time | relevance | path

Searched defs:ll (Results 1 – 25 of 45) sorted by relevance

12

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dll.c12 void ll_init(struct ll *ll) in ll_init()
19 void ll_insert(struct ll *ll, in ll_insert()
36 void ll_delete(struct ll *ll, in ll_delete()
H A Dll.h18 struct ll { struct
19 struct ll_entry *head; argument
20 struct ll_entry *tail; argument
/f-stack/freebsd/crypto/des/
H A Ddes_ecb.c104 DES_LONG ll[2]; in des_ecb_encrypt() local
121 DES_LONG ll[2]; in des_ecb3_encrypt() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.c74 ngx_chain_t *chain, *cl, **ll; in ngx_create_chain_of_bufs() local
129 ngx_chain_t *cl, **ll; in ngx_chain_add_copy() local
H A Dngx_output_chain.c330 ngx_chain_t *cl, **ll; in ngx_output_chain_add_copy() local
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c504 ngx_chain_t *out, **ll, *cl; in ngx_event_pipe_write_to_downstream() local
739 ngx_chain_t *cl, *tl, *next, *out, **ll, **last_out, **last_free; in ngx_event_pipe_write_chain_to_temp_file() local
/f-stack/tools/compat/
H A Dstrtonum.c39 long long ll = 0; in strtonum() local
/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/
H A Dstrings.h37 unsigned __int64 ll; in ffsll() member
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_write_filter_module.c53 ngx_chain_t *cl, *ln, **ll, *chain; in ngx_http_write_filter() local
H A Dngx_http_request_body.c866 ngx_chain_t *cl, *tl, *out, **ll; in ngx_http_request_body_length_filter() local
936 ngx_chain_t *cl, *out, *tl, **ll; in ngx_http_request_body_chunked_filter() local
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_write_filter_module.c58 ngx_chain_t *cl, *ln, **ll, **out, *chain; in ngx_stream_write_filter() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_range_filter_module.c704 ngx_chain_t *out, *cl, **ll; in ngx_http_range_singlepart_body() local
791 ngx_chain_t *out, *hcl, *rcl, *dcl, **ll; in ngx_http_range_multipart_body() local
H A Dngx_http_chunked_filter_module.c111 ngx_chain_t *out, *cl, *tl, **ll; in ngx_http_chunked_body_filter() local
H A Dngx_http_charset_filter_module.c551 ngx_chain_t *cl, *out, **ll; in ngx_http_charset_body_filter() local
693 ngx_chain_t *out, *cl, **ll; in ngx_http_charset_recode_from_utf8() local
972 ngx_chain_t *out, *cl, **ll; in ngx_http_charset_recode_to_utf8() local
1131 ngx_chain_t *cl, **ll; in ngx_http_charset_get_buffer() local
H A Dngx_http_grpc_module.c1109 ngx_chain_t *cl, *out, **ll; in ngx_http_grpc_body_output_filter() local
1855 ngx_chain_t *cl, **ll; in ngx_http_grpc_filter() local
3794 ngx_chain_t *cl, **ll; in ngx_http_grpc_send_settings_ack() local
3831 ngx_chain_t *cl, **ll; in ngx_http_grpc_send_ping_ack() local
3872 ngx_chain_t *cl, **ll; in ngx_http_grpc_send_window_update() local
H A Dngx_http_memcached_module.c480 ngx_chain_t *cl, **ll; in ngx_http_memcached_filter() local
H A Dngx_http_proxy_module.c1577 ngx_chain_t *out, *cl, *tl, **ll, **fl; in ngx_http_proxy_body_output_filter() local
2220 ngx_chain_t *cl, **ll; in ngx_http_proxy_non_buffered_copy_filter() local
2267 ngx_chain_t *cl, **ll; in ngx_http_proxy_non_buffered_chunked_filter() local
H A Dngx_http_ssi_filter_module.c395 ngx_chain_t *cl, **ll; in ngx_http_ssi_body_filter() local
1993 ngx_chain_t *cl, *tl, **ll, *out; in ngx_http_ssi_include() local
H A Dngx_http_fastcgi_module.c1356 ngx_chain_t *cl, *tl, *out, **ll; in ngx_http_fastcgi_body_output_filter() local
2346 ngx_chain_t *cl, **ll; in ngx_http_fastcgi_non_buffered_filter() local
/f-stack/freebsd/crypto/camellia/
H A Dcamellia.c84 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \ argument
93 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \ argument
128 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ argument
/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c497 void addReplyLongLongWithPrefix(client *c, long long ll, char prefix) { in addReplyLongLongWithPrefix()
519 void addReplyLongLong(client *c, long long ll) { in addReplyLongLong()
592 void addReplyBulkLongLong(client *c, long long ll) { in addReplyBulkLongLong()
1288 long long ll; in processMultibulkBuffer() local
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c89 struct list_head ll[BACKLOG + 10]; member
604 double ll; in main() local
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c1085 ngx_chain_t *cl, **ll; in ngx_http_v2_create_headers_frame() local
1189 ngx_chain_t *cl, **ll; in ngx_http_v2_create_push_frame() local
/f-stack/freebsd/kern/
H A Dkern_uuid.c63 uint64_t ll; /* internal, for uuid_last only */ member
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c135 { unsigned ll; in ZSTD_rescaleFreqs() local
180 { unsigned ll; in ZSTD_rescaleFreqs() local

12