Searched refs:pps1 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | null01.f90 | 38 procedure(s1), pointer, nopass :: pps1 method 73 dt2x = dt2(pps0=null(mold=dt3x%pps1)) 75 dt3x = dt3(pps1=null(mold=dt2x%pps0)) 76 dt3x = dt3(pps1=null(mold=dt3x%pps1))
|
/external/iptables/extensions/ |
D | libxt_rateest.t | 9 -m rateest --rateest-delta --rateest1 RE1 --rateest-pps1 0 --rateest-lt --rateest-pps2 42 --rateest… 12 -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-lt --rateest-pps2 9;=;OK 13 -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-eq --rateest-pps2 9;=;OK 14 -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-gt --rateest-pps2 9;=;OK
|
D | libxt_rateest.c | 190 info->pps1 = val; in rateest_parse() 362 printf(" %u", info->pps1); in rateest_print() 410 __rateest_save_rate(info, "pps", info->pps1, info->pps2, 1); in rateest_save_rates()
|
D | libxt_rateest.man | 16 (\fBrateest\fP minus \fBrateest-pps1\fP) \fIoperator\fP \fBrateest-pps2\fP 27 (\fBrateest1\fP minus \fBrateest-pps1\fP) \fIoperator\fP 66 \fB\-\-rateest\-pps1\fP [\fIvalue\fP]
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_rateest.h | 30 __u32 pps1; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_rateest.h | 28 __u32 pps1; member
|
/external/clang/test/Preprocessor/ |
D | pushable-diagnostics.c | 36 void pps1(){} // expected-warning {{no previous prototype for function 'pps1'}} in pps1() function
|
/external/llvm-project/clang/test/Preprocessor/ |
D | pushable-diagnostics.c | 39 void pps1(void){} // expected-warning {{no previous prototype for function 'pps1'}} in pps1() function
|
/external/libwebsockets/lib/roles/h2/ |
D | http2.c | 682 lws_start_foreach_llp(struct lws_h2_protocol_send **, pps1, h2n->pps) { in lws_h2_do_pps_send() 683 if ((*pps1)->next == NULL) { /* we are the oldest in the list */ in lws_h2_do_pps_send() 684 pps = *pps1; /* remove us from the list */ in lws_h2_do_pps_send() 685 *pps1 = NULL; in lws_h2_do_pps_send() 688 } lws_end_foreach_llp(pps1, next); in lws_h2_do_pps_send()
|