OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
module.c
86
LLVMValueRef
isn
;
local
96
for (
isn
= LLVMGetFirstInstruction(bb);
isn
;
97
isn
= LLVMGetNextInstruction(
isn
)) {
99
if (LLVMIsACallInst(
isn
)) {
101
LLVMGetOperand(
isn
, LLVMGetNumOperands(
isn
) - 1);
106
printf(" #
isn
: %u\n", nisn);
/src/sys/external/bsd/ipf/netinet/
ip_state.c
844
ipstate_t *is, *
isn
;
local
853
isn
= ips.ips_next;
854
if (
isn
== NULL) {
855
isn
= softs->ipf_state_list;
856
if (
isn
== NULL) {
871
if (is ==
isn
)
879
ips.ips_next =
isn
->is_next;
880
bcopy((char *)
isn
, (char *)&ips.ips_is, sizeof(ips.ips_is));
881
ips.ips_rule =
isn
->is_rule;
882
if (
isn
->is_rule != NULL
906
ipstate_t *is, *
isn
;
local
[
all
...]
Completed in 45 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026