Searched refs:oplen (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | loslib.c | 275 int oplen = 1; /* length of options being checked */ in checkoption() local 276 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption() 278 oplen++; /* will check options with next length (+1) */ in checkoption() 279 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption() 280 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption() 281 buff[oplen] = '\0'; in checkoption() 282 return conv + oplen; /* return next item */ in checkoption()
|
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | rtlbt_fw.c | 252 uint8_t opcode, oplen, project_id; in rtlbt_get_fw_type() local 284 oplen = *--ptr; in rtlbt_get_fw_type() 285 ptr -= oplen; in rtlbt_get_fw_type() 287 rtlbt_debug("code=%x len=%x", opcode, oplen); in rtlbt_get_fw_type() 290 if (oplen != 1) { in rtlbt_get_fw_type()
|
/freebsd/sys/dev/safe/ |
H A D | safe.c | 769 int bypass, oplen; in safe_process() local 909 oplen = crp->crp_payload_start + crp->crp_payload_length; in safe_process() 919 bypass, coffset, oplen); in safe_process() 954 oplen = bypass + crp->crp_payload_length; in safe_process() 1139 if (re->re_src.mapsize > oplen) { in safe_process() 1148 (re->re_src.mapsize-oplen) == ses->ses_mlen && in safe_process() 1149 crp->crp_digest_start == oplen)) in safe_process() 1151 re->re_dst_m, oplen); in safe_process() 1225 re->re_desc.d_len = oplen in safe_process() 1231 safestats.st_ibytes += oplen; in safe_process()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_lineno.c | 648 static uint8_t oplen[] = {0, 1, 1, 1, 1, 0, 0, 0, 1}; variable 715 RCHECK(WRITE_BLOCK(oplen, sizeof(oplen) / sizeof(oplen[0]))); in _dwarf_lineno_gen()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 4893 Dwarf_Small minlen, defstmt, lrange, opbase, oplen; in dump_dwarf_line() local 4984 oplen = re->dw_read(d, &offset, 1); in dump_dwarf_line() 4985 printf(" Opcode %d has %u args\n", i, oplen); in dump_dwarf_line()
|