HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 426 - 450 of 3847) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 32 // The DLL version of the runtime lacks these functions (bug!?), but in a
103 } in, out; local
104 in.f = C;
105 out.i = SwapByteOrder_32(in.i);
113 } in, out; local
114 in.d = C;
115 out.i = SwapByteOrder_64(in.i);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 32 // The DLL version of the runtime lacks these functions (bug!?), but in a
103 } in, out; local
104 in.f = C;
105 out.i = SwapByteOrder_32(in.i);
113 } in, out; local
114 in.d = C;
115 out.i = SwapByteOrder_64(in.i);