Searched refs:oplen (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/lua/src/
H A Dloslib.c275 int oplen = 1; /* length of options being checked */ local
276 for (; *option != '\0' && oplen <= convlen; option += oplen) {
278 oplen++; /* will check options with next length (+1) */
279 else if (memcmp(conv, option, oplen) == 0) { /* match? */
280 memcpy(buff, conv, oplen); /* copy valid option to buffer */
281 buff[oplen] = '\0';
282 return conv + oplen; /* return next item */
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c648 static uint8_t oplen[] = {0, 1, 1, 1, 1, 0, 0, 0, 1}; variable
715 RCHECK(WRITE_BLOCK(oplen, sizeof(oplen) / sizeof(oplen[0])));
/freebsd-current/sys/dev/safe/
H A Dsafe.c770 int bypass, oplen; local
910 oplen = crp->crp_payload_start + crp->crp_payload_length;
919 printf("bypass %d coffset %d oplen %d\n",
920 bypass, coffset, oplen);
955 oplen = bypass + crp->crp_payload_length;
1140 if (re->re_src.mapsize > oplen) {
1149 (re->re_src.mapsize-oplen) == ses->ses_mlen &&
1150 crp->crp_digest_start == oplen))
1152 re->re_dst_m, oplen);
1226 re->re_desc.d_len = oplen
[all...]
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c4893 Dwarf_Small minlen, defstmt, lrange, opbase, oplen; local
4984 oplen = re->dw_read(d, &offset, 1);
4985 printf(" Opcode %d has %u args\n", i, oplen);

Completed in 146 milliseconds