| /f-stack/app/redis-5.0.5/deps/hiredis/adapters/ |
| H A D | libev.h | 80 if (e->reading) { in redisLibevDelRead() 100 if (e->writing) { in redisLibevDelWrite() 110 free(e); in redisLibevCleanup() 122 e = (redisLibevEvents*)malloc(sizeof(*e)); in redisLibevAttach() 123 e->context = ac; in redisLibevAttach() 125 e->loop = loop; in redisLibevAttach() 127 e->loop = NULL; in redisLibevAttach() 129 e->reading = e->writing = 0; in redisLibevAttach() 130 e->rev.data = e; in redisLibevAttach() 131 e->wev.data = e; in redisLibevAttach() [all …]
|
| H A D | ae.h | 64 aeCreateFileEvent(loop,e->fd,AE_READABLE,redisAeReadEvent,e); in redisAeAddRead() 71 if (e->reading) { in redisAeDelRead() 82 aeCreateFileEvent(loop,e->fd,AE_WRITABLE,redisAeWriteEvent,e); in redisAeAddWrite() 89 if (e->writing) { in redisAeDelWrite() 99 free(e); in redisAeCleanup() 111 e = (redisAeEvents*)malloc(sizeof(*e)); in redisAeAttach() 112 e->context = ac; in redisAeAttach() 113 e->loop = loop; in redisAeAttach() 114 e->fd = c->fd; in redisAeAttach() 115 e->reading = e->writing = 0; in redisAeAttach() [all …]
|
| H A D | libevent.h | 56 event_add(e->rev,NULL); in redisLibeventAddRead() 61 event_del(e->rev); in redisLibeventDelRead() 71 event_del(e->wev); in redisLibeventDelWrite() 76 event_del(e->rev); in redisLibeventCleanup() 77 event_del(e->wev); in redisLibeventCleanup() 78 free(e); in redisLibeventCleanup() 90 e = (redisLibeventEvents*)malloc(sizeof(*e)); in redisLibeventAttach() 91 e->context = ac; in redisLibeventAttach() 99 ac->ev.data = e; in redisLibeventAttach() 102 e->rev = event_new(base, c->fd, EV_READ, redisLibeventReadEvent, e); in redisLibeventAttach() [all …]
|
| H A D | ivykis.h | 45 iv_fd_unregister(&e->fd); in redisIvykisCleanup() 46 free(e); in redisIvykisCleanup() 51 redisIvykisEvents *e; in redisIvykisAttach() local 58 e = (redisIvykisEvents*)malloc(sizeof(*e)); in redisIvykisAttach() 59 e->context = ac; in redisIvykisAttach() 67 ac->ev.data = e; in redisIvykisAttach() 70 IV_FD_INIT(&e->fd); in redisIvykisAttach() 71 e->fd.fd = c->fd; in redisIvykisAttach() 74 e->fd.handler_err = NULL; in redisIvykisAttach() 75 e->fd.cookie = e->context; in redisIvykisAttach() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.c | 931 e->args = e->pos; in ngx_http_script_start_args_code() 960 e->line.len = e->sp->len; in ngx_http_script_regex_start_code() 961 e->line.data = e->sp->data; in ngx_http_script_regex_start_code() 1089 e->pos = e->buf.data; in ngx_http_script_regex_start_code() 1130 e->buf.len = e->pos - e->buf.data; in ngx_http_script_regex_end_code() 1155 e->buf.len = e->args - e->buf.data; in ngx_http_script_regex_end_code() 1168 e->buf.len = e->pos - e->buf.data; in ngx_http_script_regex_end_code() 1430 if (e->sp->len && (e->sp->len != 1 || e->sp->data[0] != '0')) { in ngx_http_script_if_code() 1678 e->pos = e->buf.data; in ngx_http_script_complex_value_code() 1680 e->sp->len = e->buf.len; in ngx_http_script_complex_value_code() [all …]
|
| H A D | ngx_http_script.h | 234 void ngx_http_script_copy_code(ngx_http_script_engine_t *e); 236 void ngx_http_script_copy_var_code(ngx_http_script_engine_t *e); 245 void ngx_http_script_return_code(ngx_http_script_engine_t *e); 246 void ngx_http_script_break_code(ngx_http_script_engine_t *e); 247 void ngx_http_script_if_code(ngx_http_script_engine_t *e); 248 void ngx_http_script_equal_code(ngx_http_script_engine_t *e); 250 void ngx_http_script_file_code(ngx_http_script_engine_t *e); 252 void ngx_http_script_value_code(ngx_http_script_engine_t *e); 253 void ngx_http_script_set_var_code(ngx_http_script_engine_t *e); 255 void ngx_http_script_var_code(ngx_http_script_engine_t *e); [all …]
|
| /f-stack/freebsd/opencrypto/ |
| H A D | rmd160.c | 179 e = state[4]; in RMD160Transform() 182 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform() 183 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform() 184 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform() 185 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform() 186 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform() 187 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform() 188 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform() 189 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform() 273 e = state[4]; in RMD160Transform() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sha1.c | 81 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform() 82 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform() 83 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform() 84 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform() 85 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform() 86 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform() 87 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform() 88 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform() 89 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in SHA1Transform() 90 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in SHA1Transform() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.c | 27 #define hasjumps(e) ((e)->t != (e)->f) argument 31 return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP); in isnumeral() 295 e->u.s.info = GETARG_A(getcode(fs, e)); in luaK_setoneret() 305 switch (e->k) { in luaK_dischargevars() 323 e->u.s.info = luaK_codeABC(fs, OP_GETTABLE, 0, e->u.s.info, e->u.s.aux); in luaK_dischargevars() 373 lua_assert(e->k == VVOID || e->k == VJMP); in discharge2reg() 398 if (need_value(fs, e->t) || need_value(fs, e->f)) { in exp2reg() 408 e->f = e->t = NO_JUMP; in exp2reg() 427 exp2reg(fs, e, e->u.s.info); /* put value on it */ in luaK_exp2anyreg() 452 e->u.s.info = (e->k == VNIL) ? nilK(fs) : in luaK_exp2RK() [all …]
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | smt.c | 56 if (e->idx & 1) { in write_smt_entry() 92 row = e->hw_idx; in write_smt_entry() 98 e->hw_idx | in write_smt_entry() 121 for (e = &s->smtab[0], end = &s->smtab[s->smt_size]; e != end; ++e) { in find_or_alloc_smte() 140 e = first_free; in find_or_alloc_smte() 144 return e; in find_or_alloc_smte() 157 if (e) { in t4_smt_alloc_switching() 160 e->pfvf = pfvf; in t4_smt_alloc_switching() 164 e->pfvf = 0; in t4_smt_alloc_switching() 167 e = NULL; in t4_smt_alloc_switching() [all …]
|
| H A D | l2t.c | 42 t4_os_lock(&e->lock); in cxgbe_do_l2t_write_rpl() 45 t4_os_unlock(&e->lock); in cxgbe_do_l2t_write_rpl() 114 for (e = &d->l2tab[0], end = &d->l2tab[d->l2t_size]; e != end; ++e) { in find_or_alloc_l2e() 117 first_free = e; in find_or_alloc_l2e() 121 e->vlan == vlan && e->lport == port) in find_or_alloc_l2e() 128 e = first_free; in find_or_alloc_l2e() 138 return e; in find_or_alloc_l2e() 147 struct l2t_entry *e; in t4_l2t_alloc_switching() local 152 if (e) { in t4_l2t_alloc_switching() 156 e->vlan = vlan; in t4_l2t_alloc_switching() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 27 #define hasjumps(e) ((e)->t != (e)->f) argument 31 return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP); in isnumeral() 372 e->u.info = GETARG_A(getcode(fs, e)); in luaK_setoneret() 399 e->u.info = luaK_codeABC(fs, op, 0, e->u.ind.t, e->u.ind.idx); in luaK_dischargevars() 449 lua_assert(e->k == VVOID || e->k == VJMP); in discharge2reg() 474 if (need_value(fs, e->t) || need_value(fs, e->f)) { in exp2reg() 484 e->f = e->t = NO_JUMP; in exp2reg() 513 if (e->k != VUPVAL || hasjumps(e)) in luaK_exp2anyregup() 533 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK() 540 e->u.info = luaK_numberK(fs, e->u.nval); in luaK_exp2RK() [all …]
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_sha1.c | 26 ctx->e = 0xc3d2e1f0; in ngx_sha1_init() 111 result[16] = (u_char) (ctx->e >> 24); in ngx_sha1_final() 112 result[17] = (u_char) (ctx->e >> 16); in ngx_sha1_final() 113 result[18] = (u_char) (ctx->e >> 8); in ngx_sha1_final() 114 result[19] = (u_char) ctx->e; in ngx_sha1_final() 159 uint32_t a, b, c, d, e, temp; in ngx_sha1_body() local 171 e = ctx->e; in ngx_sha1_body() 178 saved_e = e; in ngx_sha1_body() 193 STEP(F1, a, b, c, d, e, words[0], 0x5a827999); in ngx_sha1_body() 281 e += saved_e; in ngx_sha1_body() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/ |
| H A D | sha1.c | 489 e = ROTATE_LEFT(e, 30); 504 e = ROTATE_LEFT(e, 30); 519 e = ROTATE_LEFT(e, 30); 536 e = ROTATE_LEFT(e, 30); 557 e = ROTATE_LEFT(e, 30); 577 e = ROTATE_LEFT(e, 30); 597 e = ROTATE_LEFT(e, 30); 617 e = ROTATE_LEFT(e, 30); 638 e = ROTATE_LEFT(e, 30); 658 e = ROTATE_LEFT(e, 30); [all …]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | Substfiles.am | 2 -e 's|@bindir[@]|$(bindir)|g' \ 3 -e 's|@sbindir[@]|$(sbindir)|g' \ 4 -e 's|@datadir[@]|$(datadir)|g' \ 5 -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ 6 -e 's|@runstatedir[@]|$(runstatedir)|g' \ 7 -e 's|@initconfdir[@]|$(initconfdir)|g' \ 8 -e 's|@initdir[@]|$(initdir)|g' \ 12 -e 's|@udevdir[@]|$(udevdir)|g' \ 14 -e 's|@zfsexecdir[@]|$(zfsexecdir)|g' \ 15 -e 's|@PYTHON[@]|$(PYTHON)|g' \ [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_script.c | 77 e.session = s; in ngx_stream_complex_value() 78 e.flushed = 1; in ngx_stream_complex_value() 95 e.buf = *value; in ngx_stream_complex_value() 102 *value = e.buf; in ngx_stream_complex_value() 413 e.session = s; in ngx_stream_script_run() 414 e.flushed = 1; in ngx_stream_script_run() 436 return e.pos; in ngx_stream_script_run() 638 p = e->pos; in ngx_stream_script_copy_code() 640 if (!e->skip) { in ngx_stream_script_copy_code() 836 pos = e->pos; in ngx_stream_script_copy_capture_code() [all …]
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | make | 58 -e "s/\//$ngx_regex_dirsep/g"` 74 -e "s/\//$ngx_regex_dirsep/g"` 78 -e "s/\//$ngx_regex_dirsep/g"` 222 -e "s/\//$ngx_regex_dirsep/g"` 226 -e "s/\//$ngx_regex_dirsep/g"` 231 | sed -e "s/\//$ngx_regex_dirsep/g" -e "s/^/$ngx_long_regex_cont/"` 235 | sed -e "s/\//$ngx_regex_dirsep/g" -e "s/^/$ngx_long_regex_cont/"`} 238 | sed -e "s/\//$ngx_regex_dirsep/g" -e "s/^/$ngx_long_regex_cont/"`} 625 | sed -e "s/\//$ngx_regex_dirsep/g" -e "s/^/$ngx_long_regex_cont/"` 629 | sed -e "s/\//$ngx_regex_dirsep/g" -e "s/^/$ngx_long_regex_cont/"`} [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | ksched.c | 111 int e; in getscheduler() local 113 e = 0; in getscheduler() 126 return (e); in getscheduler() 136 if (e == 0) in ksched_setparam() 138 return (e); in ksched_setparam() 176 int e; in ksched_setscheduler() local 178 e = 0; in ksched_setscheduler() 228 int e; in ksched_get_priority_max() local 230 e = 0; in ksched_get_priority_max() 249 int e; in ksched_get_priority_min() local [all …]
|
| H A D | p1003_1b.c | 117 int e; 121 if (e) 122 return (e); 137 return (e); 160 int e; 179 if (e == 0) 181 return (e); 203 int e; 209 if (e) 226 return (e); [all …]
|
| /f-stack/app/micro_thread/ |
| H A D | Makefile | 61 RED = \\e[1m\\e[31m 62 DARKRED = \\e[31m 63 GREEN = \\e[1m\\e[32m 64 DARKGREEN = \\e[32m 65 BLUE = \\e[1m\\e[34m 66 DARKBLUE = \\e[34m 67 YELLOW = \\e[1m\\e[33m 69 MAGENTA = \\e[1m\\e[35m 71 CYAN = \\e[1m\\e[36m 72 DARKCYAN = \\e[36m [all …]
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | packet.txt | 12 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 18 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 24 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 30 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 36 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 42 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 48 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 54 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 60 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 66 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 100 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \ 111 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \ 156 uint32_t e = ctx->state.s32[4]; in SHA256Transform() local 199 SHA256ROUND(a, b, c, d, e, f, g, h, 0, w0); in SHA256Transform() 202 SHA256ROUND(h, a, b, c, d, e, f, g, 1, w1); in SHA256Transform() 205 SHA256ROUND(g, h, a, b, c, d, e, f, 2, w2); in SHA256Transform() 208 SHA256ROUND(f, g, h, a, b, c, d, e, 3, w3); in SHA256Transform() 211 SHA256ROUND(e, f, g, h, a, b, c, d, 4, w4); in SHA256Transform() 349 ctx->state.s32[4] += e; in SHA256Transform() 366 uint64_t e = ctx->state.s64[4]; in SHA512Transform() local [all …]
|
| /f-stack/app/redis-5.0.5/utils/lru/ |
| H A D | lfu-simulation.c | 47 void access_entry(struct entry *e) { in access_entry() argument 48 e->counter = log_incr(e->counter); in access_entry() 49 e->hits++; in access_entry() 54 uint8_t scan_entry(struct entry *e) { in scan_entry() argument 58 if (e->counter) { in scan_entry() 60 e->counter /= 2; in scan_entry() 62 e->counter--; in scan_entry() 67 return e->counter; in scan_entry() 71 void show_entry(long pos, struct entry *e) { in show_entry() argument 79 pos, tag, e->counter, e->decrtime, (unsigned long)e->hits, in show_entry() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_verify.c | 46 struct uni_ierr *e; in uni_mandate_ie() local 48 FOREACH_ERR(e, uni) in uni_mandate_ie() 49 if (e->ie == ie) { in uni_mandate_ie() 50 e->man = 1; in uni_mandate_ie() 66 struct uni_ierr *e; in uni_mandate_epref() local 106 memmove(e, e + 1, in uni_mandate_epref() 327 struct uni_ierr *e; in uni_vfy_collect_ies() local 337 if (e->err == UNI_IERR_MIS || e->man != 0) { in uni_vfy_collect_ies() 338 STUFF_IE(e->ie); in uni_vfy_collect_ies() 345 STUFF_IE(e->ie); in uni_vfy_collect_ies() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | in_debug.c | 53 #define SIN_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, sin->e); in in_show_sockaddr_in() argument 86 #define IA_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, ia->e); in in_show_in_ifaddr() argument 87 #define IA_DB_RPINTF_PTR(f, e) db_printf("\t %s = " f "\n", #e, &ia->e); in in_show_in_ifaddr() argument 88 #define IA_DB_RPINTF_DPTR(f, e) db_printf("\t *%s = " f "\n", #e, *ia->e); in in_show_in_ifaddr() argument
|