Home
last modified time | relevance | path

Searched refs:codep (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/opcodes/
H A Di386-dis.c3001 static unsigned char *codep; variable
11100 FETCH_DATA (the_info, codep + 1); in ckprefix()
11102 switch (*codep) in ckprefix()
11122 newrex = *codep; in ckprefix()
11185 codep++; in ckprefix()
11202 if (*codep != FWAIT_OPCODE) in ckprefix()
11203 all_prefixes[i++] = *codep; in ckprefix()
11205 codep++; in ckprefix()
11486 FETCH_DATA (info, codep + 2); in get_valid_dis386()
11487 vindex = *codep++; in get_valid_dis386()
[all …]
/dflybsd-src/contrib/binutils-2.27/opcodes/
H A Di386-dis.c3148 static unsigned char *codep; variable
12510 FETCH_DATA (the_info, codep + 1); in ckprefix()
12512 switch (*codep) in ckprefix()
12532 newrex = *codep; in ckprefix()
12595 codep++; in ckprefix()
12612 if (*codep != FWAIT_OPCODE) in ckprefix()
12613 all_prefixes[i++] = *codep; in ckprefix()
12615 codep++; in ckprefix()
12894 FETCH_DATA (info, codep + 2); in get_valid_dis386()
12895 vindex = *codep++; in get_valid_dis386()
[all …]
/dflybsd-src/contrib/gdb-7/opcodes/
H A Di386-dis.c2309 static unsigned char *codep; variable
10682 FETCH_DATA (the_info, codep + 1); in ckprefix()
10684 switch (*codep) in ckprefix()
10704 newrex = *codep; in ckprefix()
10760 codep++; in ckprefix()
10777 if (*codep != FWAIT_OPCODE) in ckprefix()
10778 all_prefixes[i++] = *codep; in ckprefix()
10780 codep++; in ckprefix()
11064 FETCH_DATA (info, codep + 2); in get_valid_dis386()
11065 vindex = *codep++; in get_valid_dis386()
[all …]
/dflybsd-src/usr.sbin/ppp/
H A Dfsm.c1049 const struct fsmcodedesc *codep; in fsm_Input() local
1080 codep = FsmCodes + lh.code - 1; in fsm_Input()
1081 if (lh.id != fp->reqid && codep->check_reqid && in fsm_Input()
1084 fp->link->name, codep->name, lh.id, fp->reqid); in fsm_Input()
1089 fp->link->name, codep->name, lh.id, State2Nam(fp->state)); in fsm_Input()
1091 if (codep->inc_reqid && (lh.id == fp->reqid || in fsm_Input()
1092 (!Enabled(fp->bundle, OPT_IDCHECK) && codep->check_reqid))) in fsm_Input()
1095 (*codep->recv)(fp, &lh, bp); in fsm_Input()
/dflybsd-src/lib/libc/stdtime/
H A Dlocaltime.c150 static int_fast32_t detzcode(const char * codep);
151 static int_fast64_t detzcode64(const char * codep);
237 detzcode(const char * const codep) in detzcode() argument
242 result = (codep[0] & 0x80) ? -1 : 0; in detzcode()
244 result = (result << 8) | (codep[i] & 0xff); in detzcode()
249 detzcode64(const char * const codep) in detzcode64() argument
254 result = (codep[0] & 0x80) ? -1 : 0; in detzcode64()
256 result = (result << 8) | (codep[i] & 0xff); in detzcode64()
/dflybsd-src/sbin/ip6fw/
H A Dip6fw.c592 fill_reject_code6(u_short *codep, char *str) in fill_reject_code6() argument
600 *codep = val; in fill_reject_code6()
605 *codep = ic->code; in fill_reject_code6()
/dflybsd-src/sbin/ipfw/
H A Dipfw2.c566 fill_reject_code(u_short *codep, char *str) in fill_reject_code() argument
576 *codep = val; in fill_reject_code()