HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 1126 - 1150 of 2876) sorted by null

<<41424344454647484950>>

  /external/icu4c/test/cintltst/
bocu1tst.c 75 /* number of lead bytes */
82 /* number of trail bytes */
86 * number of positive and negative single-byte codes
91 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
210 * @param n Number to be split into quotient and rest.
567 * with the number of trail bytes.
606 * @return number of bytes
673 * @return p advanced by number of bytes output
706 * @param length number of UChar code units in s
708 * @return number of bytes outpu
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 74 * Returns true if the number is a power of 2 (2,4,8,16...)
76 * A good implementation found on the Java boards. note: a number is a power
77 * of two if and only if it is the smallest number with that number of
79 * number will have fewer bits, so ANDing the original number with anything
82 * @param number
83 * The number to test.
86 public static boolean isPowerOfTwo(int number) {
87 return (number > 0) && (number & (number - 1)) == 0
    [all...]
  /external/libvorbis/doc/
09-helper.tex 17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
42 \item ilog(negative number) = 0;
54 host-native floating point number.
05-comment.tex 34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
41 The vector lengths and number of vectors are stored lsb first, according
111 The track number of this piece if part of a specific larger collection or album
214 Vendor string length (32 bit unsigned quantity specifying number of octets)
220 Number of comment fields (32 bit unsigned quantity specifying number of fields)
223 Comment field 0 length (if [Number of comment fields] $>0$; 32 bit unsigned quantity specifying number of octets)
229 Comment field 1 length (if [Number of comment fields] $>1$...)...
06-floor0.tex 43 number for this bitstream is an error condition that also renders the
62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable
64 7) vector [temp_vector] = read vector from bitstream using codebook number [floor0_book_list] element [booknumber] in VQ context.
84 \item The book number used for decode
89 \item The number of scalars read into the vector \varname{[coefficients]}
90 may be greater than \varname{[floor0_order]}, the number actually
  /external/lzma/CPP/Common/
MyString.h 494 int number = 0; local
503 number++;
505 return number;
515 int number = 0; local
525 number++;
527 return number;
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 68 return a->number() < b->number();
79 // Sort the fields of the given Descriptor by number into a new[]'d array
345 printer->Print("public static final int $constant_name$ = $number$;\n",
347 "number", SimpleItoa(descriptor_->field(i)->number()));
435 // Merge the fields and the extension ranges, both sorted by field number.
443 } else if (sorted_fields[i]->number() < sorted_extensions[j]->start) {
857 uint32 tag = WireFormatLite::MakeTag(field->number(),
875 uint32 packed_tag = WireFormatLite::MakeTag(field->number(),
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 35 /|?[_0-9A-F.]/b number
75 # Print a number in a non-decimal output base. Uses registers a,b,c,d.
175 : number
312 square root of negative number
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 56 # a dictionary to map a modifier name into its number
57 _modifier_names = dict([(name, number)
58 for number in range(len(_modifiers))
59 for name in _modifiers[number]])
108 # number of modifiers is the state - the most specific state comes first.
117 that item with individual bits reset, sorted by the number of set bits.
120 "number of bits set in n base 2"
247 # A dictionary to map a type name into its number
248 _type_names = dict([(name, number)
249 for number in range(len(_types)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 56 # a dictionary to map a modifier name into its number
57 _modifier_names = dict([(name, number)
58 for number in range(len(_modifiers))
59 for name in _modifiers[number]])
108 # number of modifiers is the state - the most specific state comes first.
117 that item with individual bits reset, sorted by the number of set bits.
120 "number of bits set in n base 2"
247 # A dictionary to map a type name into its number
248 _type_names = dict([(name, number)
249 for number in range(len(_types)
    [all...]
  /external/chromium/base/win/
scoped_variant_unittest.cc 241 ScopedVariant number(123);
242 EXPECT_EQ(VT_I4, number.type());
243 EXPECT_EQ(123, V_I4(&number));
  /external/chromium_org/base/win/
scoped_variant_unittest.cc 241 ScopedVariant number(123);
242 EXPECT_EQ(VT_I4, number.type());
243 EXPECT_EQ(123, V_I4(&number));
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_test_util.cc 49 return phone.number() + "," +
193 void AddPhoneNumber(const std::string& number,
200 phone->set_number(number);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
navigation_list_model.js 145 * @enum {number}
289 * @param {number} index The index of the entry to get.
300 * Returns the number of items in the model.
301 * @return {number} The length of the model.
311 * @param {number=} opt_fromIndex If provided, then the searching start at
313 * @return {number} The index of the first found element or -1 if not found.
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 242 * Addes '0's to |number| as a string. |width| is length of the string
245 * @param {string} number The number to be converted into a string.
246 * @param {number} width The width of the returned string.
249 function padWithZeros(number, width) {
250 var numberStr = number.toString();
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
search.js 51 * @type {number}
69 * @type {number}
141 * Get the page number associated with the url.
143 * @return {number} Page number.
354 * @return {number} Index of selected pane.
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc 110 // Argument 0 is the stored number to match.
194 // Argument 0 is the stored number to match.
213 unsigned long number = 0; local
214 opcode->GetArgument(0, &number);
215 return (number & value)? EVAL_TRUE : EVAL_FALSE;
policy_low_level.cc 148 // opcode. The skip_count is the currently accumulated number of '?' seen so
278 unsigned long number, RuleOp comparison_op) {
286 if (NULL == opcode_factory_->MakeOpNumberMatch(parameter, number, opts)) {
290 if (NULL == opcode_factory_->MakeOpUlongAndMatch(parameter, number, opts)) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.cpp 242 String identifier = title.isEmpty() ? String(lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber()))
246 String message = title + ": " + String::number(result.iterator->value);
278 String message = "Failed to load resource: the server responded with a status of " + String::number(response.httpStatusCode()) + " (" + response.httpStatusText() + ')';
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 1046 RuleBasedNumberFormat::format(int32_t number,
1050 if (defaultRuleSet) defaultRuleSet->format((int64_t)number, toAppendTo, toAppendTo.length());
1056 RuleBasedNumberFormat::format(int64_t number,
1060 if (defaultRuleSet) defaultRuleSet->format(number, toAppendTo, toAppendTo.length());
1066 RuleBasedNumberFormat::format(double number,
1070 if (defaultRuleSet) defaultRuleSet->format(number, toAppendTo, toAppendTo.length());
1076 RuleBasedNumberFormat::format(int32_t number,
1082 // return format((int64_t)number, ruleSetName, toAppendTo, pos, status);
1090 rs->format((int64_t)number, toAppendTo, toAppendTo.length());
1099 RuleBasedNumberFormat::format(int64_t number,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
read_pwd.c 273 int number; local
288 number=5;
359 while ((!ok) && (number--))
  /external/icu4c/common/
messagepattern.cpp 506 // with the (number-offset).
551 // parse argument name or number
553 int32_t number=parseArgNumber(nameIndex, index); local
554 if(number>=0) {
556 if(length>Part::MAX_LENGTH || number>Part::MAX_VALUE) {
557 setParseError(parseError, nameIndex); // Argument number too large.
562 addPart(UMSGPAT_PART_TYPE_ARG_NUMBER, nameIndex, length, number, errorCode);
563 } else if(number==UMSGPAT_ARG_NAME_NOT_NUMBER) {
572 } else { // number<-1 (ARG_NAME_NOT_VALID)
713 // The choice argument style contains |-separated (number, separator, message) triples
893 int32_t number; local
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 227 IntlTest::appendHex(uint32_t number,
239 while (number > max) {
247 target += digitString[(number >> 28) & 0xF];
249 target += digitString[(number >> 24) & 0xF];
251 target += digitString[(number >> 20) & 0xF];
253 target += digitString[(number >> 16) & 0xF];
255 target += digitString[(number >> 12) & 0xF];
257 target += digitString[(number >> 8) & 0xF];
259 target += digitString[(number >> 4) & 0xF];
261 target += digitString[(number >> 0) & 0xF]
    [all...]
  /external/kernel-headers/original/linux/
atmdev.h 169 /* for ATM_SETSC; actually taken from the ATM_VF number space */
307 short itf; /* interface number */
345 int number; /* device index */ member in struct:atm_dev
416 int number,unsigned long *flags); /* number == -1: pick first available */
417 struct atm_dev *atm_dev_lookup(int number);
  /external/mtpd/
mtpd.c 320 char number[12]; local
322 sprintf(number, "%d", pppox);
326 args[3] = number;

Completed in 1206 milliseconds

<<41424344454647484950>>