Home
last modified time | relevance | path

Searched refs:assertI (Results 1 – 4 of 4) sorted by relevance

/dports/math/ised/ised-2.7.1/src/
H A Dvm.cpp51 int syscl=a[0].assertI("Q{n ...}"); in syscall()
83 *functrl=a[1].assertI("Q{103 n}")-1; in syscall()
95 int tmp=a[1].assertI("Q{105 n}"); in syscall()
122 int newmemroot=a[1].assertI("Q{2000 n}"); in syscall()
150 int newmempos=a[1].assertI("Q{2002 n}"); in syscall()
173 int indx=a[i].assertI("Q{2003 n}"); in syscall()
196 int indx=a[i].assertI("Q{2050 n}"); in syscall()
275 int t_req = a[i].assertI("Q{5000 n}"); in syscall()
422 int index=a[i].assertI("${n}"); in evaluate_operator()
588 int index=a[0].assertI("``"); in evaluate_operator()
[all …]
H A Dbase.h178 itype assertI(const char* op);
H A Dbase.cpp106 itype value::assertI(const char* op){ in assertI() function in value
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DmDNSEmbeddedAPI.h3511 char assertI[(sizeof(IPv6Header ) == 40 ) ? 1 : -1]; member