Home
last modified time | relevance | path

Searched refs:oplen (Results 126 – 150 of 493) sorted by relevance

12345678910>>...20

/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/xt/
H A Dexpr.c403 size_t oplen, oplen_found, wlen; in lookahead() local
438 oplen = strlen (op->name); in lookahead()
439 if (! ((WHOLEWORD (op) ? wlen == oplen : p->elen >= oplen) in lookahead()
440 && memcmp (p->e, op->name, oplen) == 0)) in lookahead()
444 if (op_found && oplen < oplen_found) in lookahead()
450 if (op_found && oplen == oplen_found in lookahead()
458 oplen_found = oplen; in lookahead()
492 oplen = (*p->mpX_number) (SP+1, p->e, p->elen, p->base); in lookahead()
493 if (oplen != 0) in lookahead()
495 p->e += oplen, p->elen -= oplen; in lookahead()
/dports/devel/ga/ga-5.8/tcgmsg/tcgmsg-mpi/
H A Dsndrcv.h19 extern void DGOP_(long *type, double *x, long *n, char *op, int oplen);
21 extern void IGOP_(long *type, long *x, long *n, char *op, int oplen);
/dports/devel/ga/ga-5.8/armci/tcgmsg/
H A Dsndrcv.h19 extern void DGOP_(long *type, double *x, long *n, char *op, int oplen);
21 extern void IGOP_(long *type, long *x, long *n, char *op, int oplen);
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/8051/
H A D8051_disas.c77 ut8 oplen = _8051_ops[i].len; in r_8051_disas() local
81 switch (oplen) { in r_8051_disas()
166 *olen = oplen; in r_8051_disas()
/dports/security/gnome-keyring/gnome-keyring-40.0/pam/
H A Dgkr-pam-client.c305 uint oplen, l; in keyring_daemon_op() local
323 oplen = 8; /* The packet size, and op code */ in keyring_daemon_op()
325 oplen += 4 + strlen (argv[i]); in keyring_daemon_op()
328 egg_buffer_encode_uint32 (buf, oplen); in keyring_daemon_op()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dfcn.c293 if ((addr + un_idx - oplen) == fcn->addr) { in skip_hp()
297 anal->flb.set (anal->flb.f, name, addr, oplen); in skip_hp()
299 fcn->addr += oplen; in skip_hp()
300 r_anal_block_relocate (bb, bb->addr + oplen, bb->size - oplen); in skip_hp()
533 int oplen, idx = 0; in fcn_recurse() local
698 if (r_anal_block_relocate (bb, bb->addr + oplen, bb->size - oplen)) { in fcn_recurse()
699 fcn->addr += oplen; in fcn_recurse()
737 const ut64 newbbsize = bb->size + oplen; in fcn_recurse()
754 bb->jump = at + oplen; in fcn_recurse()
771 idx += oplen; in fcn_recurse()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/net/
H A Dbootp.c828 int oplen, size; in dhcp_process_options() local
834 oplen = *(popt + 1); in dhcp_process_options()
837 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
861 sizeof(net_hostname), oplen); in dhcp_process_options()
869 sizeof(net_root_path), oplen); in dhcp_process_options()
901 oplen); in dhcp_process_options()
915 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/net/
H A Dbootp.c828 int oplen, size; in dhcp_process_options() local
834 oplen = *(popt + 1); in dhcp_process_options()
837 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
861 sizeof(net_hostname), oplen); in dhcp_process_options()
869 sizeof(net_root_path), oplen); in dhcp_process_options()
901 oplen); in dhcp_process_options()
915 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/net/
H A Dbootp.c828 int oplen, size; in dhcp_process_options() local
834 oplen = *(popt + 1); in dhcp_process_options()
837 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
861 sizeof(net_hostname), oplen); in dhcp_process_options()
869 sizeof(net_root_path), oplen); in dhcp_process_options()
901 oplen); in dhcp_process_options()
915 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-chip/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/net/
H A Dbootp.c841 int oplen, size; in dhcp_process_options() local
847 oplen = *(popt + 1); in dhcp_process_options()
850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
914 oplen); in dhcp_process_options()
928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/net/
H A Dbootp.c828 int oplen, size; in dhcp_process_options() local
834 oplen = *(popt + 1); in dhcp_process_options()
837 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
861 sizeof(net_hostname), oplen); in dhcp_process_options()
869 sizeof(net_root_path), oplen); in dhcp_process_options()
901 oplen); in dhcp_process_options()
915 popt += oplen + 2; /* Process next option */ in dhcp_process_options()

12345678910>>...20