HomeSort by relevance Sort by last modified time
    Searched refs:logical (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/
not.hpp 18 # include <boost/preprocessor/logical/bool.hpp>
19 # include <boost/preprocessor/logical/compl.hpp>
and.hpp 18 # include <boost/preprocessor/logical/bool.hpp>
19 # include <boost/preprocessor/logical/bitand.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/
if.hpp 19 # include <boost/preprocessor/logical/bool.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/comparison/
less_equal.hpp 19 # include <boost/preprocessor/logical/not.hpp>
  /bionic/libc/kernel/arch-x86/asm/
io_apic_32.h 104 } logical; member in union:IO_APIC_route_entry::__anon277
  /development/ndk/platforms/android-9/arch-x86/include/asm/
io_apic_32.h 104 } logical; member in union:IO_APIC_route_entry::__anon1471
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTUtils.cpp 140 unsigned char* logical = data + originalDataSize + nameTableLogicalSize; local
142 for (; logical < physical; ++logical) {
143 *logical = 0;
  /external/kernel-headers/original/asm-x86/
io_apic_32.h 73 dest_mode : 1, /* 0: physical, 1: logical */
90 } logical; member in union:IO_APIC_route_entry::__anon21631
  /external/skia/src/sfnt/
SkOTUtils.cpp 140 unsigned char* logical = data + originalDataSize + nameTableLogicalSize; local
142 for (; logical < physical; ++logical) {
143 *logical = 0;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
adt.hpp 19 # include <boost/preprocessor/logical/compl.hpp>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
io_apic_32.h 89 } logical; member in union:IO_APIC_route_entry::__anon44343
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
io_apic_32.h 89 } logical; member in union:IO_APIC_route_entry::__anon45128
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
io_apic_32.h 89 } logical; member in union:IO_APIC_route_entry::__anon46988
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
io_apic_32.h 89 } logical; member in union:IO_APIC_route_entry::__anon47698
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
io_apic_32.h 89 } logical; member in union:IO_APIC_route_entry::__anon51336
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
io_apic_32.h 104 } logical; member in union:IO_APIC_route_entry::__anon52817
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
io_apic_32.h 104 } logical; member in union:IO_APIC_route_entry::__anon55542
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
io_apic_32.h 104 } logical; member in union:IO_APIC_route_entry::__anon57288
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
io_apic_32.h 104 } logical; member in union:IO_APIC_route_entry::__anon58588
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
io_apic_32.h 104 } logical; member in union:IO_APIC_route_entry::__anon61341
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 8 This document describes using Ogg logical and physical transport
16 bitstream overview} and \href{framing.html}{Ogg logical
33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
74 first page of the logical Ogg stream. This results in a first Ogg
75 page of exactly 58 bytes at the very beginning of the logical stream.
85 the logical stream. However many pages they span, the third header
95 The first audio packet of the logical stream begins a fresh Ogg page.
  /external/e2fsprogs/lib/ext2fs/
extent.c 602 * Go to the node at leaf_level which contains logical block blk.
1121 * Sets the physical block for a logical file block in the extent tree.
1143 blk64_t logical, blk64_t physical, int flags)
1146 int mapped = 1; /* logical is mapped? */
1164 handle->ino, logical, physical, flags);
1184 newextent.e_lblk = logical;
1208 /* go to the logical spot we want to (re/un)map */
1209 retval = ext2fs_extent_goto(handle, logical);
1217 logical);
1226 * This may be the extent *before* the requested logical,
1852 blk_t logical; local
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
old_statusfile.py 84 def string(self, logical):
104 def string(self, logical):
105 if logical:
143 def string(self, logical=False):
145 return "['%s', %s]" % (self.right.string(True), self.left.string(logical))
147 if logical:
153 return "%s %s %s" % (self.left.string(logical), self.op,
154 self.right.string(logical))
320 """Parses a logical expression into an Expression object"""
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1167.js 30 // Deoptimization after a logical not in an effect context should not see a
31 // value for the logical not expression.
  /external/v8/test/mjsunit/regress/
regress-1167.js 30 // Deoptimization after a logical not in an effect context should not see a
31 // value for the logical not expression.

Completed in 664 milliseconds

1 2 3 4