HomeSort by relevance Sort by last modified time
    Searched full:upper (Results 326 - 350 of 1208) sorted by null

<<11121314151617181920>>

  /external/bluetooth/glib/tests/
slice-threadinit.c 55 guint i, j, n_trials = N_PAGES * PAGE_SIZE / SAMPLE_SIZE; /* upper bound */
  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 113 * upper words x1/y1 must have a known number of digits
  /external/dropbear/
random.c 209 * max is a *mp_int specifying an upper bound.
  /external/grub/stage2/
mb_info.h 179 /* is there basic lower/upper memory information? */
  /external/gtest/test/
gtest_throw_on_failure_test.py 64 env_var = env_var.upper()
  /external/guava/src/com/google/common/collect/
ImmutableSortedMap.java 414 int upper = toIndex - 1; local
416 while (lower <= upper) {
417 int middle = lower + (upper - lower) / 2;
421 upper = middle - 1;
  /external/icu4c/data/unidata/
PropertyValueAliases.txt 921 SB ; UP ; Upper
967 # Uppercase (Upper)
969 Upper; N ; No ; F ; False
970 Upper; Y ; Yes ; T ; True
  /external/icu4c/test/intltest/
rndmcoll.cpp 34 "$caseFirstOptions = off | upper | lower;"
  /external/jpeg/
coderules.doc 34 are similar but upper case (MULTI_WORD_NAME). Names should be unique within
  /external/libxml2/include/libxml/
xlink.h 67 * The link detection module interact with the upper layers using
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastcodemb.cpp 580 cur1 = cur1 + (cur1 << 16); /* add upper and lower 16 bit sum */
581 sad = ((UInt)cur1 >> 16); /* take upper 16 bit */
618 load1 = load1 + (load1 << 16); /* add upper and lower 16 bit sum */
619 sad = ((UInt)load1 >> 16); /* take upper 16 bit */
  /external/openssl/crypto/buffer/
Makefile 65 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
  /external/openssl/crypto/camellia/
Makefile 76 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
  /external/openssl/crypto/comp/
Makefile 68 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
  /external/openssl/crypto/md5/
Makefile 82 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
  /external/openssl/crypto/mdc2/
Makefile 65 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
  /external/openssl/crypto/ripemd/
Makefile 80 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
  /external/quake/quake/src/QW/client/
bspfile.h 22 // upper design bounds
  /external/srec/portable/include/
LCHAR.h 116 * Convert string to upper case
  /external/tcpdump/
print-null.c 107 * If the upper 16 bits aren't all zero, assume it's byte-swapped.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
properties-002.js 45 * Note 2^32 -1 is the upper bound for uint32's, but doubles can go
  /external/webkit/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 60 // First character of the prefix within the property name may be upper or lowercase.
  /external/webkit/WebCore/platform/graphics/gtk/
ImageGtk.cpp 136 * the upper 8 bits, then red, then green, then blue. The 32-bit
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
README.VMS 49 invoking flex, upper- or mixed-case command line options must be enclosed
  /external/webkit/WebKitTools/simplejson/
_speedups.c 103 /* This is an upper bound */

Completed in 251 milliseconds

<<11121314151617181920>>