Home
last modified time | relevance | path

Searched refs:got_op (Results 1 – 23 of 23) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c201 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
217 got_op |= 1; in dofile()
220 got_op |= 2; in dofile()
223 got_op |= 4; in dofile()
226 got_op |= 8; in dofile()
261 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c201 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
217 got_op |= 1; in dofile()
220 got_op |= 2; in dofile()
223 got_op |= 4; in dofile()
226 got_op |= 8; in dofile()
261 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c201 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
217 got_op |= 1; in dofile()
220 got_op |= 2; in dofile()
223 got_op |= 4; in dofile()
226 got_op |= 8; in dofile()
261 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c201 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
217 got_op |= 1; in dofile()
220 got_op |= 2; in dofile()
223 got_op |= 4; in dofile()
226 got_op |= 8; in dofile()
261 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c201 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
217 got_op |= 1; in dofile()
220 got_op |= 2; in dofile()
223 got_op |= 4; in dofile()
226 got_op |= 8; in dofile()
261 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c201 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
217 got_op |= 1; in dofile()
220 got_op |= 2; in dofile()
223 got_op |= 4; in dofile()
226 got_op |= 8; in dofile()
261 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c201 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
217 got_op |= 1; in dofile()
220 got_op |= 2; in dofile()
223 got_op |= 4; in dofile()
226 got_op |= 8; in dofile()
261 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c201 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
217 got_op |= 1; in dofile()
220 got_op |= 2; in dofile()
223 got_op |= 4; in dofile()
226 got_op |= 8; in dofile()
261 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp115 bool got_op = false; in Decode() local
131 got_op = true; in Decode()
136 got_op = true; in Decode()
141 got_op = true; in Decode()
146 got_op = true; in Decode()
152 got_op = true; in Decode()
156 if (!got_op) { in Decode()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp115 bool got_op = false; in Decode() local
131 got_op = true; in Decode()
136 got_op = true; in Decode()
141 got_op = true; in Decode()
146 got_op = true; in Decode()
152 got_op = true; in Decode()
156 if (!got_op) { in Decode()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp115 bool got_op = false; in Decode() local
131 got_op = true; in Decode()
136 got_op = true; in Decode()
141 got_op = true; in Decode()
146 got_op = true; in Decode()
152 got_op = true; in Decode()
156 if (!got_op) { in Decode()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp115 bool got_op = false; in Decode() local
131 got_op = true; in Decode()
136 got_op = true; in Decode()
141 got_op = true; in Decode()
146 got_op = true; in Decode()
152 got_op = true; in Decode()
156 if (!got_op) { in Decode()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp115 bool got_op = false; in Decode() local
131 got_op = true; in Decode()
136 got_op = true; in Decode()
141 got_op = true; in Decode()
146 got_op = true; in Decode()
152 got_op = true; in Decode()
156 if (!got_op) { in Decode()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp115 bool got_op = false; in Decode() local
131 got_op = true; in Decode()
136 got_op = true; in Decode()
141 got_op = true; in Decode()
146 got_op = true; in Decode()
152 got_op = true; in Decode()
156 if (!got_op) { in Decode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp115 bool got_op = false; in Decode() local
131 got_op = true; in Decode()
136 got_op = true; in Decode()
141 got_op = true; in Decode()
146 got_op = true; in Decode()
152 got_op = true; in Decode()
156 if (!got_op) { in Decode()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp115 bool got_op = false;
131 got_op = true;
136 got_op = true;
141 got_op = true;
146 got_op = true;
152 got_op = true;
156 if (!got_op) {
/dports/irc/evangeline/evangeline/modules/irc.mod/
H A Dmode.c364 static void got_op(struct chanset_t *chan, char *nick, char *from, in got_op() function
1030 got_op(chan, nick, from, op, u, &user, 9); in gotmode()
1137 got_op(chan, "-KICK-", from, op, u, &user, 9); in gotmode()
1142 got_op(chan, "-KICK-", from, op, u, &user, 9); in gotmode()
1145 got_op(chan, nick, from, nick, u, &user, 9); in gotmode()
1146 got_op(chan, "-KICK-", from, op, u, &user, 9); in gotmode()
H A Dirc.h56 static void got_op(struct chanset_t *chan, char *nick, char *from, char *who,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp127 bool got_op = false; in Decode() local
143 got_op = true; in Decode()
148 got_op = true; in Decode()
153 got_op = true; in Decode()
158 got_op = true; in Decode()
164 got_op = true; in Decode()
168 if (!got_op) { in Decode()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp171 bool got_op = false; in Decode() local
187 got_op = true; in Decode()
192 got_op = true; in Decode()
197 got_op = true; in Decode()
202 got_op = true; in Decode()
208 got_op = true; in Decode()
212 if (!got_op) { in Decode()
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/irc.mod/
H A Dirc.h79 static void got_op(struct chanset_t *chan, char *nick, char *from, char *who,
H A Dmode.c400 static void got_op(struct chanset_t *chan, char *nick, char *from, in got_op() function
1228 got_op(chan, nick, from, op, u, &user); in gotmode()
/dports/irc/eggdrop/eggdrop-1.9.1/doc/
H A DChanges1.4718 - Bot was deop'ing itsself in got_op()
959 - Fixed recheck_channel in got_op
1020 - got_op/got_deop were not setting the flags correctly before calling