Home
last modified time | relevance | path

Searched defs:ASSIGN (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/lib/libc/regex/
H A Dregexec.c62 #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 Dregexec.c64 #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 Dbfin-parse.h127 ASSIGN = 353, enumerator
302 #define ASSIGN 353 macro
H A Dbfin-parse.c154 ASSIGN = 353, enumerator
329 #define ASSIGN 353 macro
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.c89 ASSIGN = 291, enumerator
137 #define ASSIGN 291 macro
H A Dp-exp.c73 ASSIGN = 275, enumerator
109 #define ASSIGN 275 macro
H A Dada-exp.c68 ASSIGN = 270, enumerator
114 #define ASSIGN 270 macro
/openbsd-src/sys/netinet/
H A Dtcp_usrreq.c1218 #define ASSIGN( tcp_sysctl_tcpstat() macro
[all...]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-bfin.c1211 #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 DDeparse.pm2974 sub ASSIGN () { 2 } # has OP= variant global() subroutine
[all...]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1983 #define ASSIGN(CLASS, TO, SYM, CONSTRAINT) \ macro