Searched defs:ASSIGN (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/lib/libc/regex/ |
H A D | regexec.c | 62 #define ASSIGN(d, s) ((d) = (s)) macro 109 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | bfin-parse.h | 127 ASSIGN = 353, enumerator 302 #define ASSIGN 353 macro
|
H A D | bfin-parse.c | 154 ASSIGN = 353, enumerator 329 #define ASSIGN 353 macro
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | m2-exp.c | 89 ASSIGN = 291, enumerator 137 #define ASSIGN 291 macro
|
H A D | p-exp.c | 73 ASSIGN = 275, enumerator 109 #define ASSIGN 275 macro
|
H A D | ada-exp.c | 68 ASSIGN = 270, enumerator 114 #define ASSIGN 270 macro
|
/openbsd-src/sys/netinet/ |
H A D | tcp_usrreq.c | 1218 #define ASSIGN( tcp_sysctl_tcpstat() macro [all...] |
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-bfin.c | 1211 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x) macro
|
/openbsd-src/gnu/usr.bin/perl/lib/B/ |
H A D | Deparse.pm | 2974 sub ASSIGN () { 2 } # has OP= variant global() subroutine [all...] |
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1983 #define ASSIGN(CLASS, TO, SYM, CONSTRAINT) \ macro
|