/external/chromium_org/media/mp2t/ |
ts_section_psi.cc | 67 // Discard some leading bytes if needed.
|
/external/chromium_org/net/ftp/ |
ftp_util.h | 51 // remaining part, without leading/trailing whitespace.
|
/external/chromium_org/rlz/lib/ |
string_utils.cc | 43 // Ignore leading whitespace.
|
/external/chromium_org/skia/ext/ |
convolver_unittest.cc | 138 // leading/trailing zeroes. 165 ASSERT_EQ(23, filter_offset); // 22 plus 1 leading zero 166 ASSERT_EQ(4, filter_length); // 5 - 1 leading zero 176 ASSERT_EQ(33, filter_offset); // 33, same as input due to no leading zero 179 // Zeroes in leading & trailing positions 187 ASSERT_EQ(46, filter_offset); // 44 plus 2 leading zeroes 188 ASSERT_EQ(3, filter_length); // 7 - (2 leading + 2 trailing) zeroes 200 ASSERT_EQ(57, filter_offset); // 55 plus 2 leading zeroes 201 ASSERT_EQ(6, filter_length); // 9 - (2 leading + 1 trailing) zeroes
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
BidiResolverTest.cpp | 92 // Test broken surrogate: valid leading, invalid trail. (Lead of U+10858, space) 95 // Test broken surrogate: invalid leading. (Trail of U+10858, U+05D0 Hebrew Alef) 98 // Test broken surrogate: valid leading, invalid trail/valid lead, valid trail. 101 // Test broken surrogate: valid leading, no trail (string too short). (Lead of U+10858)
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
rbutil.c | 46 /* strip off any leading directory portions */
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
format.h | 80 // and taking the leading 64 bits.
|
/external/chromium_org/third_party/opus/src/silk/ |
bwexpander.c | 36 opus_int16 *ar, /* I/O AR filter to be expanded (without leading 1) */
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts1k.test | 54 # The trailing and leading hi-bit chars help with code which tests for
|
fts2l.test | 54 # The trailing and leading hi-bit chars help with code which tests for
|
fts3al.test | 54 # The trailing and leading hi-bit chars help with code which tests for
|
/external/chromium_org/tools/android/forwarder2/ |
command.cc | 84 // Write the full command minus the leading \0 char.
|
/external/chromium_org/v8/src/ |
misc-intrinsics.h | 37 // Returns the index of the leading 1 bit, counting the least significant bit at
|
/external/chromium_org/v8/test/mjsunit/ |
unary-minus-deopt.js | 32 // mode instead of going to double mode, leading to deopt loops.
|
/external/clang/test/Preprocessor/ |
traditional-cpp.c | 44 /* Deliberately check a leading newline with spaces on that line. */
|
/external/compiler-rt/lib/i386/ |
ashrdi3.S | 36 psllq %xmm2, %xmm1 // -1 << (64 - count) = leading sign bits
|
/external/compiler-rt/test/Unit/ |
clzdi2_test.c | 17 // Returns: the number of leading 0-bits
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/ |
der_length_integer.c | 37 /* we only need a leading zero if the msb of the first byte is one */
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/ |
der_length_object_identifier.c | 58 /* leading word is the first two */
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/ |
der_encode_short_integer.c | 75 /* if 31st bit is set output a leading zero and decrement count */
|
/external/dropbear/libtommath/ |
bn_mp_mul_2.c | 60 /* new leading digit? */
|
bn_mp_read_radix.c | 32 /* if the leading digit is a
|
/external/eigen/blas/ |
chbmv.f | 52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 ) 55 * column, with the leading diagonal of the matrix in row 70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 ) 73 * column, with the leading diagonal of the matrix in row 1 of
|
dsbmv.f | 52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 ) 55 * column, with the leading diagonal of the matrix in row 70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 ) 73 * column, with the leading diagonal of the matrix in row 1 of
|
ssbmv.f | 52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 ) 55 * column, with the leading diagonal of the matrix in row 70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 ) 73 * column, with the leading diagonal of the matrix in row 1 of
|