HomeSort by relevance Sort by last modified time
    Searched refs:UPPER (Results 1 - 7 of 7) sorted by null

  /external/webkit/JavaScriptCore/wtf/
TCPackedCache.h 129 // The types K and V provide upper bounds on the number of valid keys
180 // We are going to pack a value and the upper part of a key into
181 // an entry of type T. The UPPER type is for the upper part of a key,
183 typedef T UPPER;
187 static UPPER EntryToUpper(T t) { return t & kUpperMask; }
189 // If v is a V and u is an UPPER then you can create an entry by
190 // doing u | v. kHashbits determines where in a K to find the upper
193 static UPPER KeyToUpper(K k) {
201 static K UpperToPartialKey(UPPER u)
    [all...]
  /external/openssl/crypto/conf/
keysets.pl 4 $UPPER=0x02;
22 $v|=$UPPER if ($c =~ /[A-Z]/);
41 $v|=$UPPER if ($c =~ /[A-Z]/);
117 #define CONF_UPPER $UPPER
  /external/bluetooth/glib/tests/
gen-casemap-txt.pl 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE $BREAK_CATEGORY $BREAK_NAME $CASE_CODE $CASE_LOWER $CASE_TITLE $CASE_UPPER $CASE_CONDITION);
49 $UPPER = 12;
60 my @upper;
136 $upper[$code] = &make_hex ($fields[$CASE_UPPER]);
204 $upper[$code] = make_hex ($fields[$UPPER]);
211 $upper[$code] = pack ("U", $code);
217 $upper[$code] = make_hex ($fields[$UPPER]);
233 my $upper = $upper[$i]
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
OutputStreamWriterTest.java 44 private static final int UPPER = 0xd800;
367 int upper; local
379 upper = 128;
382 upper = 256;
385 upper = UPPER;
388 for (int c = 0; c < upper; ++c) {
396 for (int expected = 0; expected < upper; ++expected) {
428 int upper; local
441 upper = 128
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 253 UPPER. However the bounds themselves can be either positive or
255 #define IN_RANGE(VALUE, LOWER, UPPER) \
257 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
  /external/libxml2/
HTMLparser.c 237 #define UPPER (toupper(*ctxt->input->cur))
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 214 milliseconds