Searched refs:oplen (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | loslib.c | 277 int oplen = 1; /* length of options being checked */ in checkoption() local 278 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption() 280 oplen++; /* will check options with next length (+1) */ in checkoption() 281 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption() 282 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption() 283 buff[oplen] = '\0'; in checkoption() 284 return conv + oplen; /* return next item */ in checkoption()
|
| /freebsd/usr.sbin/bluetooth/rtlbtfw/ |
| H A D | rtlbt_fw.c | 263 uint8_t opcode, oplen, project_id; in rtlbt_get_fw_type() local 293 oplen = *--ptr; in rtlbt_get_fw_type() 294 ptr -= oplen; in rtlbt_get_fw_type() 296 rtlbt_debug("code=%x len=%x", opcode, oplen); in rtlbt_get_fw_type() 299 if (oplen != 1) { in rtlbt_get_fw_type()
|
| /freebsd/sys/dev/safe/ |
| H A D | safe.c | 771 int bypass, oplen; in safe_process() local 911 oplen = crp->crp_payload_start + crp->crp_payload_length; in safe_process() 921 bypass, coffset, oplen); in safe_process() 956 oplen = bypass + crp->crp_payload_length; in safe_process() 1141 if (re->re_src.mapsize > oplen) { in safe_process() 1150 (re->re_src.mapsize-oplen) == ses->ses_mlen && in safe_process() 1151 crp->crp_digest_start == oplen)) in safe_process() 1153 re->re_dst_m, oplen); in safe_process() 1227 re->re_desc.d_len = oplen in safe_process() 1233 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()
|