Home
last modified time | relevance | path

Searched refs:N_TYPE (Results 26 – 50 of 594) sorted by relevance

12345678910>>...24

/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gnat.dg/specs/
H A Dpack3.ads7 subtype N_TYPE is INTEGER range 0..5; subtype
9 type LIST_ARRAY is array (N_TYPE range <>) of INTEGER;
11 type LIST (N : N_TYPE := 0) is record
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gnat.dg/specs/
H A Dpack3.ads7 subtype N_TYPE is INTEGER range 0..5; subtype
9 type LIST_ARRAY is array (N_TYPE range <>) of INTEGER;
11 type LIST (N : N_TYPE := 0) is record
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dobj-aout.c48 const segT N_TYPE_seg[N_TYPE + 2] =
120 if (! (type & ~ (N_TYPE | N_EXT)))
129 if ((type & N_TYPE) != N_INDR
130 && (type & N_TYPE) != N_SETA
131 && (type & N_TYPE) != N_SETT
132 && (type & N_TYPE) != N_SETD
133 && (type & N_TYPE) != N_SETB
141 switch (type & N_TYPE)
H A Dobj-bout.h148 #define N_TYPE 036 /* Mask for all the type bits */ macro
221 #define S_GET_TYPE(s) ((s)->sy_symbol.n_type & N_TYPE)
232 #define S_SET_SEGMENT(s,seg) ((s)->sy_symbol.n_type &= ~N_TYPE,(s)->sy_symbol.n_type|=SEGMENT_TO_SY…
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dobj-aout.c48 const segT N_TYPE_seg[N_TYPE + 2] =
120 if (! (type & ~ (N_TYPE | N_EXT)))
129 if ((type & N_TYPE) != N_INDR
130 && (type & N_TYPE) != N_SETA
131 && (type & N_TYPE) != N_SETT
132 && (type & N_TYPE) != N_SETD
133 && (type & N_TYPE) != N_SETB
141 switch (type & N_TYPE)
H A Dobj-bout.h146 #define N_TYPE 036 /* Mask for all the type bits */ macro
219 #define S_GET_TYPE(s) ((s)->sy_symbol.n_type & N_TYPE)
230 #define S_SET_SEGMENT(s,seg) ((s)->sy_symbol.n_type &= ~N_TYPE,(s)->sy_symbol.n_type|=SEGMENT_TO_SY…
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dobj-aout.c48 const segT N_TYPE_seg[N_TYPE + 2] =
120 if (! (type & ~ (N_TYPE | N_EXT)))
129 if ((type & N_TYPE) != N_INDR
130 && (type & N_TYPE) != N_SETA
131 && (type & N_TYPE) != N_SETT
132 && (type & N_TYPE) != N_SETD
133 && (type & N_TYPE) != N_SETB
141 switch (type & N_TYPE)
H A Dobj-bout.h146 #define N_TYPE 036 /* Mask for all the type bits */ macro
219 #define S_GET_TYPE(s) ((s)->sy_symbol.n_type & N_TYPE)
230 #define S_SET_SEGMENT(s,seg) ((s)->sy_symbol.n_type &= ~N_TYPE,(s)->sy_symbol.n_type|=SEGMENT_TO_SY…
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/twod/
H A Dtwoproj.c66 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NUMD2project()
145 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NBJT2project()
189 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NBJT2project()
279 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NUMOSproject()
324 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NUMOSproject()
368 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NUMOSproject()
433 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NUMD2update()
497 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NBJT2update()
575 && (!OneCarrier || (OneCarrier == N_TYPE)) ) { in NUMOSupdate()
655 } else if ( OneCarrier == N_TYPE ) { in storeNewRhs()
[all …]
H A Dtwosolve.c79 } else if (OneCarrier == N_TYPE) { in TWOdcSolve()
161 } else if (OneCarrier == N_TYPE) { in TWOdcSolve()
221 } else if (OneCarrier == N_TYPE) { in TWOdcSolve()
357 } else if (OneCarrier == N_TYPE) { in TWOresetJacobian()
579 } else if (OneCarrier == N_TYPE) { in TWObiasSolve()
641 } else if (OneCarrier == N_TYPE) { in TWObiasSolve()
783 } else if (OneCarrier == N_TYPE) { in oldTWOnewDelta()
854 } else if (OneCarrier == N_TYPE) { in TWOnewDelta()
942 } else if (OneCarrier == N_TYPE) { in TWOpredict()
1000 } else if (OneCarrier == N_TYPE) { in TWOtrunc()
[all …]
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dnode.c177 n->type = N_TYPE; in node_type()
247 } else if (n->type == N_TYPE && n->class != (string *) NULL) { in node_toint()
264 } else if (n->type == N_TYPE && n->class != (string *) NULL) { in node_tostr()
294 } else if (n->type == N_TYPE && n->class != (string *) NULL) { in node_free()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Da.out.h181 #if !defined (N_TYPE)
182 #define N_TYPE 036 macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Da.out.h181 #if !defined (N_TYPE)
182 #define N_TYPE 036 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Da.out.h177 #if !defined (N_TYPE)
178 #define N_TYPE 036 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Da.out.h177 #if !defined (N_TYPE)
178 #define N_TYPE 036 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Da.out.h181 #if !defined (N_TYPE)
182 #define N_TYPE 036 macro
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/src/read/macho/
H A Dsymbol.rs331 match self.nlist.n_type() & macho::N_TYPE { in section()
348 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
369 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
429 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
435 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.28.1/src/read/macho/
H A Dsymbol.rs331 match self.nlist.n_type() & macho::N_TYPE { in section()
348 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
369 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
429 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
435 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/object-0.27.1/src/read/macho/
H A Dsymbol.rs331 match self.nlist.n_type() & macho::N_TYPE { in section()
348 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
369 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
429 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
435 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.27.1/src/read/macho/
H A Dsymbol.rs331 match self.nlist.n_type() & macho::N_TYPE { in section()
348 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
369 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
429 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
435 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/object-0.25.3/src/read/macho/
H A Dsymbol.rs326 match self.nlist.n_type() & macho::N_TYPE { in section()
343 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
364 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
424 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
430 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/object-0.27.1/src/read/macho/
H A Dsymbol.rs331 match self.nlist.n_type() & macho::N_TYPE { in section()
348 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
369 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
429 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
435 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/object-0.25.3/src/read/macho/
H A Dsymbol.rs326 match self.nlist.n_type() & macho::N_TYPE { in section()
343 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
364 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
424 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
430 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()
/dports/net/routinator/routinator-0.10.2/cargo-crates/object-0.25.3/src/read/macho/
H A Dsymbol.rs326 match self.nlist.n_type() & macho::N_TYPE { in section()
343 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
364 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
424 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
430 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/object-0.26.2/src/read/macho/
H A Dsymbol.rs329 match self.nlist.n_type() & macho::N_TYPE { in section()
346 self.nlist.n_type() & macho::N_TYPE == macho::N_UNDF in is_undefined()
367 if n_type & macho::N_TYPE == macho::N_UNDF { in scope()
427 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE == macho::N_UNDF in is_undefined()
433 n_type & macho::N_STAB == 0 && n_type & macho::N_TYPE != macho::N_UNDF in is_definition()

12345678910>>...24