Searched refs:cast (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/i386/
H A DMakefile31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
/osnet-11/usr/src/lib/libdns_sd/java/sparc/
H A DMakefile31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java198 Record r = Record.class.cast(o);
237 SymbolValueRecord symbol = SymbolValueRecord.class.cast(rec);
239 KernelSymbolRecord.class.cast(symbol).setSymbol(lookupString);
241 UserSymbolRecord.class.cast(symbol).setSymbol(lookupString);
257 StackValueRecord stack = StackValueRecord.class.cast(rec);
260 KernelStackRecord.class.cast(stack).setStackFrames(frames);
262 UserStackRecord.class.cast(stack).setStackFrames(frames);
296 printa = PrintaRecord.class.cast(record);
354 ScalarRecord scalar = ScalarRecord.class.cast(rec);
355 Integer exitStatus = Integer.class.cast(scala
[all...]
H A DTuple.java277 cmp = ProbeData.compareUnsigned(Comparable.class.cast(o1),
278 Comparable.class.cast(o2));
286 byte[] a1 = byte[].class.cast(o1);
287 byte[] a2 = byte[].class.cast(o2);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py366 rval = _libefi.efi_alloc_and_read(diskfd, cast(datap,
380 rval = _libefi.efi_alloc_and_read(diskfd, cast(datap, POINTER(POINTER(Dk_gpt_t))))
384 dkgpt = cast(datap, POINTER(POINTER(Dk_gpt_t))).contents.contents
516 extpart = cast(pointer(c_void_p()), POINTER(POINTER(Libfdisk_ext_part)))
524 mbrtable = cast(ext_part.mtable, POINTER(Ipart * 4)).contents
822 # To pull out each string, we cast the c_void_p to a c_char_p, which
831 stringvalue = cast(value.contents, c_char_p)
840 stringvalue = cast(value.contents, c_char_p)
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dsyscall.s67 sra %o0, 0, %i0 ! (int) cast
92 sra %o0, 0, %o0 /* (int) cast */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs203 A signed integer. This is cast to the required integer type when
346 cast to a C<float>.
361 return type is cast to the requested numeric type rather than
377 return a variable cast to a C<double>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp274 $cast = qr[(?:\(\s*SV\s*\*\s*\)\s*)?]; # Optional (SV*) cast
283 \s* \( \s* $cast \$arg \s* ,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl644 rv2gv ref-to-glob cast ck_rvconst ds1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1016 * This symbol is defined if the C compiler can cast negative
1022 * This symbol is defined if the C compiler can cast negative
1029 * 1 = couldn't cast < 0
1030 * 2 = couldn't cast >= 0x80000000
1031 * 4 = couldn't cast in argument expression list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm4204 If in doubt, break the expression into simpler terms, or cast all operands
/osnet-11/usr/src/grub/grub2/
H A Dconfigure10295 # The cast to long int works around a bug in the HP C Compiler
10654 # The cast to long int works around a bug in the HP C Compiler
27489 /* Test whether it looks like a cast expression. */
[all...]

Completed in 116 milliseconds