HomeSort by relevance Sort by last modified time
    Searched full:bigger (Results 226 - 250 of 1695) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_randommodule.c 285 unsigned long bigger = keymax << 1; local
286 if ((bigger >> 1) != keymax) {
291 bigger * sizeof(*key));
294 keymax = bigger;
resource.c 168 /* The limits are probably bigger than a long */
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.h 33 // type bigger than or equal to LOCAL_BROADCAST is broadcast.
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SmmCpuFeaturesLib/
SmmCpuFeaturesLib.c 568 // If Width is bigger than the 32-bit mode width, then the specified register can not be accessed
588 // If Width is bigger than the 64-bit mode width, then the specified register can not be accessed
756 // If Width is bigger than the 32-bit mode width, then the specified register can not be accessed
775 // If Width is bigger than the 64-bit mode width, then the specified register can not be accessed
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmramSaveState.c 271 // If Width is bigger than the 32-bit mode width, then the specified register can not be accessed
291 // If Width is bigger than the 64-bit mode width, then the specified register can not be accessed
495 // If Width is bigger than the 32-bit mode width, then the specified register can not be accessed
514 // If Width is bigger than the 64-bit mode width, then the specified register can not be accessed
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 135 * an attribute to build a bigger template; you get a self-embedded
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ST.stg 113 * an attribute to build a bigger template; you get a self-embedded
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 126 * an attribute to build a bigger template; you get a self-embedded
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST4ObjC.stg 196 * an attribute to build a bigger template; you get a self-embedded
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 141 * an attribute to build a bigger template; you get a self-embedded
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
package.html 41 <li>Digits are bigger, so rounding is a greater loss. So, if you
  /external/autotest/client/site_tests/hardware_Usb30Throughput/
hardware_Usb30Throughput.py 42 Generally speaking, the bigger is the file used for
  /external/autotest/client/tests/unixbench/
unixbench.py 31 # 10 secs for small tests, 30 secs for bigger tests
  /external/clang/tools/clang-format/
clang-format.py 14 # VISUAL mode. The line or region is extended to the next bigger syntactic
  /external/curl/lib/
escape.c 171 in = curlx_ultouc(hex); /* this long is never bigger than 255 anyway */
  /external/dtc/
fdtdump.c 206 /* try and locate an embedded fdt in a bigger blob */
  /external/eigen/doc/
TopicLazyEvaluation.dox 55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, experiments showed that it is often beneficial for performance to evaluate immediately matrix products when they are nested into bigger expressions.
  /external/eigen/test/
umeyama.cpp 164 // works also for dimensions bigger than 3...
  /external/elfutils/libelf/
elf_compress_gnu.c 165 /* One more sanity check, size should be bigger than original
  /external/elfutils/tests/
elfputzdata.c 172 printf ("section %zd compressed to bigger size\n",
  /external/guava/guava-tests/benchmark/com/google/common/primitives/
UnsignedLongsBenchmark.java 123 // trivial because the divisor is bigger than the dividend.
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 283 ArrayList<Integer> bigger = Lists.newArrayListWithCapacity(256); local
284 assertEquals(Collections.emptyList(), bigger); local
299 ArrayList<Integer> bigger = Lists.newArrayListWithExpectedSize(256); local
300 assertEquals(Collections.emptyList(), bigger); local
    [all...]
  /external/iproute2/man/man8/
tc-red.8 32 average queue length, although the queue might get bigger.
  /external/iproute2/netem/
maketable.c 85 /* Since entries in the inverse are scaled by TABLEFACTOR, and can't be bigger
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
FramesTest.java 51 * Stack sizes calculated for instrumented classes might be sometimes bigger

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>