HomeSort by relevance Sort by last modified time
    Searched full:highest (Results 126 - 150 of 1371) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
boolcond.py 97 # highest precedence (NOT) so if there is a single binary
114 # NOT is the highest precedence, so only need
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
boolcond.py 97 # highest precedence (NOT) so if there is a single binary
114 # NOT is the highest precedence, so only need
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/
biconnected.py 67 (DFS) that keeps track of the highest level that back edges reach
136 (DFS) that keeps track of the highest level that back edges reach
203 (DFS) that keeps track of the highest level that back edges reach
268 (DFS) that keeps track of the highest level that back edges reach
347 (DFS) that keeps track of the highest level that back edges reach
  /external/llvm/include/llvm/Support/
ELF.h 504 // Highest ISA version flags
573 SHN_HIPROC = 0xff1f, // Highest processor-specific index
575 SHN_HIOS = 0xff3f, // Highest operating system-specific index
579 SHN_HIRESERVE = 0xffff // Highest reserved index
607 SHT_HIOS = 0x6fffffff, // Highest operating system-specific type.
626 SHT_HIPROC = 0x7fffffff, // Highest processor arch-specific type.
628 SHT_HIUSER = 0xffffffff // Highest type reserved for applications.
783 STB_HIOS = 12, // Highest operating system-specific binding type
785 STB_HIPROC = 15 // Highest processor-specific binding type
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 211 case VK_PPC_HIGHEST: return "highest";
228 case VK_PPC_TPREL_HIGHEST: return "tprel@highest";
236 case VK_PPC_DTPREL_HIGHEST: return "dtprel@highest";
277 case VK_Mips_HIGHEST: return "HIGHEST";
321 .Case("highest", VK_PPC_HIGHEST)
340 .Case("tprel@highest", VK_PPC_TPREL_HIGHEST)
348 .Case("dtprel@highest", VK_PPC_DTPREL_HIGHEST)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nl80211.h 512 * @NL80211_CMD_MAX: highest used command number
    [all...]
fd.h 213 short maxblock; /* id of highest block read */
214 short maxtrack; /* id of highest half track read */
309 unsigned int badness; /* highest retry count for a read or write
  /external/elfutils/src/libdwfl/
segment.c 156 int highest = -1; local
221 if (resized && idx - 1 >= highest)
226 highest = idx - 1;
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java 151 * Determines the highest (leftmost) bit of the specified integer that is 1
158 * @return the bit mask indicating the highest 1 bit in {@code i}.
187 * the {@link #highestOneBit(int) highest one bit}.
  /external/kernel-headers/original/uapi/linux/
fd.h 214 short maxblock; /* id of highest block read */
215 short maxtrack; /* id of highest half track read */
310 unsigned int badness; /* highest retry count for a read or write
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h 203 /* Return highest supported input value for cpuid instruction. ext can
204 be either 0x0 or 0x8000000 to return highest supported value for
251 /* Host supports cpuid. Return highest supported cpuid input value. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
cpuid.h 194 /* Return highest supported input value for cpuid instruction. ext can
195 be either 0x0 or 0x8000000 to return highest supported value for
242 /* Host supports cpuid. Return highest supported cpuid input value. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h 213 short maxblock; /* id of highest block read */
214 short maxtrack; /* id of highest half track read */
309 unsigned int badness; /* highest retry count for a read or write
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
cpuid.h 194 /* Return highest supported input value for cpuid instruction. ext can
195 be either 0x0 or 0x8000000 to return highest supported value for
242 /* Host supports cpuid. Return highest supported cpuid input value. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
cpuid.h 194 /* Return highest supported input value for cpuid instruction. ext can
195 be either 0x0 or 0x8000000 to return highest supported value for
242 /* Host supports cpuid. Return highest supported cpuid input value. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h 203 /* Return highest supported input value for cpuid instruction. ext can
204 be either 0x0 or 0x8000000 to return highest supported value for
251 /* Host supports cpuid. Return highest supported cpuid input value. */
  /bionic/benchmarks/
semaphore_benchmark.cpp 68 * SCHED_FIFO (highest priority policy) to time the act of running sem_post
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_tanf.c 56 * small terms were added from highest degree down.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
PipeShort.java 124 // Round up to the next highest power of 2
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 86 } while ((value & 0x80) != 0); // highest bit set?
  /device/sample/apps/LeanbackCustomizer/res/values/
config.xml 31 <!-- Highest priority packages up here -->
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/highlighter/
vsync_highlighter.html 47 // Find the lowest and highest index within the viewport.
  /external/freetype/include/internal/
t1types.h 61 /* code_last :: The highest valid character code in the encoding */
  /external/google-breakpad/src/processor/
static_address_map.h 57 // Locates the entry stored at the highest address less than or equal to
  /external/guava/guava/src/com/google/common/escape/
ArrayBasedEscaperMap.java 36 * ArrayBasedUnicodeEscaper is proportional to the highest valued character that

Completed in 1342 milliseconds

1 2 3 4 56 7 8 91011>>