HomeSort by relevance Sort by last modified time
    Searched refs:logical (Results 126 - 150 of 243) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/go/linux-x86/src/runtime/race/
race_test.go 168 // 2. Ironically, ThreadSanitizer runtime contains a logical race condition
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 310 dir.start_component(dir.logical, feature, 0)
321 [(key + version, dir.component, key, None, dir.logical)])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 310 dir.start_component(dir.logical, feature, 0)
321 [(key + version, dir.component, key, None, dir.logical)])
    [all...]
  /external/eigen/blas/f2c/
chpmv.c 30 extern logical lsame_(char *, char *, ftnlen, ftnlen);
zhpmv.c 30 extern logical lsame_(char *, char *, ftnlen, ftnlen);
chbmv.c 30 extern logical lsame_(char *, char *, ftnlen, ftnlen);
zhbmv.c 31 extern logical lsame_(char *, char *, ftnlen, ftnlen);
  /external/syslinux/com32/lib/libpng/
CHANGES     [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c 3813 unsigned int arith, logical, compare, popcnt, ldst, insert_extract, permute, round; member in struct:insn_sel_flags_t_struct
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewrite.go 211 // the first logical store in the block.
230 // the first logical store in the block.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewrite.go 211 // the first logical store in the block.
230 // the first logical store in the block.
  /system/extras/ext4_utils/include/ext4_utils/
ext4.h 67 ext4_lblk_t logical; member in struct:ext4_allocation_request
  /build/soong/androidmk/parser/
parser.go 501 // non-whitespace character after the = until the end of the logical line,
  /external/curl/packages/vms/
build_vms.com 6 $! SSL support is controlled by logical names. If SSL$INCLUDE is
9 $! used. If neither logical name is defined, then SSL support will not
70 $! 29-JAN-2004, MSK, moved logical defines into defines.com
88 $! Eliminated needless, persistent logical names.
725 $! TODO: Why are we translating the logical name?
726 $! The logical aname used to find the shared image should just be used
754 $! Define the "curl" (process) logical name for "#include <curl/xxx.h>".
761 "Process logical name ""curl"" is already defined, but this procedure"
767 "to cancel that logical name definition, and then and re-run this procedure."
    [all...]
  /prebuilts/go/darwin-x86/src/io/
multi_test.go 227 // callDepth returns the logical call depth for the given PCs.
  /prebuilts/go/darwin-x86/src/net/
interface_test.go 14 // loopbackInterface returns an available logical network interface
  /prebuilts/go/linux-x86/src/io/
multi_test.go 227 // callDepth returns the logical call depth for the given PCs.
  /prebuilts/go/linux-x86/src/net/
interface_test.go 14 // loopbackInterface returns an available logical network interface
  /prebuilts/go/darwin-x86/src/runtime/
traceback.go 132 // of logical frames to skip rather than physical frames (with inlining, a
135 // N indicates the number of logical frames to skip in pcbuf[0].
379 // skip the logical (inlined) frames
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
traceback.go 132 // of logical frames to skip rather than physical frames (with inlining, a
135 // N indicates the number of logical frames to skip in pcbuf[0].
379 // skip the logical (inlined) frames
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
a.out.go 289 C_BITCON // bitfield and logical immediate masks
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_test.go 153 // not return a logical error in case of broken timestamps
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
a.out.go 289 C_BITCON // bitfield and logical immediate masks
  /prebuilts/go/linux-x86/src/runtime/trace/
trace_test.go 153 // not return a logical error in case of broken timestamps
  /prebuilts/misc/common/swig/include/2.0.11/r/
std_vector.i 525 %{ is.logical($arg) %}
526 %typemap("rtype") std::vector<bool> "logical"
527 %typemap("scoercein") std::vector<bool> , std::vector<bool> const, std::vector<bool> const& "$input = as.logical($input);";
577 %typemap("scoercein") std::vector< std::vector<bool> >, std::vector<std::vector<bool> > const, std::vector<std::vector<bool> >const& "$input = lapply($input, as.logical);";

Completed in 1648 milliseconds

1 2 3 4 56 7 8 910