/prebuilts/go/linux-x86/src/runtime/ |
mfixalloc.go | 39 // A generic linked list of blocks. (Typically the block is bigger than sizeof(MLink).)
|
/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_mmx.asm | 21 ; * Because the first constant is bigger than 1, to maintain the same 16 bit 28 ; * is bigger than 32768, in signed 16 bit multiply, it becomes a negative
|
/external/v8/src/arm64/ |
instructions-arm64.cc | 322 // TODO(all): If we extend ::InlineData() to support bigger data, we need 333 // TODO(all): If we extend ::InlineData() to support bigger data, we need
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_sse2.c | 108 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); local 113 ef_re_if = _mm_and_ps(bigger, ef_re_if); 114 ef_im_if = _mm_and_ps(bigger, ef_im_if); 115 ef_re = _mm_andnot_ps(bigger, ef_re); 116 ef_im = _mm_andnot_ps(bigger, ef_im); 383 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb); local 388 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl); 390 bigger, _mm_add_ps(vec_weightCurve_hNlFb, vec_one_weightCurve_hNl));
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
example_test.go | 25 "The bigger the interface, the weaker the abstraction.\n", 67 // The bigger the interface, the weaker the abstraction.
|
/prebuilts/go/darwin-x86/src/io/ |
example_test.go | 74 // minimal read size bigger than io.Reader stream 96 // minimal read size bigger than io.Reader stream
|
/prebuilts/go/linux-x86/src/compress/flate/ |
example_test.go | 25 "The bigger the interface, the weaker the abstraction.\n", 67 // The bigger the interface, the weaker the abstraction.
|
/prebuilts/go/linux-x86/src/io/ |
example_test.go | 74 // minimal read size bigger than io.Reader stream 96 // minimal read size bigger than io.Reader stream
|
/system/nfc/src/nfc/llcp/ |
llcp_api.cc | 119 "link_miu shall not be bigger than LLCP_MAX_MIU " 125 /* if Link MIU is bigger than GKI buffer */ 128 "link_miu shall not be bigger than LLCP_MIU (%zu)", LLCP_MIU); 144 "link_timeout shall not be bigger than " 215 ** (NOTE:it must be bigger than 665 "Data length shall not be bigger than peer's link " 886 "Data link MIU shall not be bigger than local link " [all...] |
/system/update_engine/payload_consumer/ |
xz_extent_writer_unittest.cc | 63 // Highly redundant data bigger than the internal buffer, generated with: 128 // Test that even if the output data is bigger than the internal buffer, all
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapTest.java | 257 // abnormal case: (x + width) bigger than source bitmap's width 265 // abnormal case: (y + height) bigger than source bitmap's height 347 // abnormal case: stride less than width and bigger than -width 363 // abnormal case: (offset + width) bigger than colors' length 371 // abnormal case: (lastScanline + width) bigger than colors' length 590 // abnormal case: x bigger than the source bitmap's width 598 // abnormal case: y bigger than the source bitmap's height 855 // abnormal case: x bigger than the source bitmap's width [all...] |
/external/skia/site/dev/design/conical/ |
index.md | 37 there are multiple (at most 2) solutions of $t$, choose the bigger one. 56 smaller one (so $t$ could be the bigger one). 67 find the bigger one if $1 - f > 0$, and smaller one if $1 - f < 0$, so the corresponding $t$ is 68 always the bigger one (note that $f \neq 1$, otherwise we'll swap $C_0, r_0$ with $C_1, r_1$). 90 2. we still need to handle cases of choosing the bigger/smaller $x_t$; 113 positive $x_t > 0$ and bigger $t$, we have our final algorithm: 137 In step 7, we try to select either the smaller or bigger $\hat x_t$ based on whether the final $t$
|
/external/skqp/site/dev/design/conical/ |
index.md | 37 there are multiple (at most 2) solutions of $t$, choose the bigger one. 56 smaller one (so $t$ could be the bigger one). 67 find the bigger one if $1 - f > 0$, and smaller one if $1 - f < 0$, so the corresponding $t$ is 68 always the bigger one (note that $f \neq 1$, otherwise we'll swap $C_0, r_0$ with $C_1, r_1$). 90 2. we still need to handle cases of choosing the bigger/smaller $x_t$; 113 positive $x_t > 0$ and bigger $t$, we have our final algorithm: 137 In step 7, we try to select either the smaller or bigger $\hat x_t$ based on whether the final $t$
|
/frameworks/base/core/res/res/values/ |
dimens.xml | 613 <!-- The maximum height of a big picture in a notification. The images will be reduced to that height in case they are bigger. This value is determined by the maximum notification height --> 615 <!-- The maximum width of a big picture in a notification. The images will be reduced to that width in case they are bigger. This value is determined by the standard panel size --> 617 <!-- The maximum height of a image in a media notification. The images will be reduced to that height in case they are bigger. This value is determined by the expanded media template--> 619 <!-- The maximum width of a image in a media notification. The images will be reduced to that width in case they are bigger.--> 630 <!-- The maximum height of a big picture in a notification. The images will be reduced to that height in case they are bigger. --> 632 <!-- The maximum width of a big picture in a notification. The images will be reduced to that width in case they are bigger. --> 634 <!-- The maximum height of a image in a media notification. The images will be reduced to that height in case they are bigger. --> [all...] |
/external/libffi/src/mips/ |
n32.S | 73 bge bytes, 4 * FFI_SIZEOF_ARG, bigger 77 bigger: label 100 # Is it bigger than 8 * FFI_SIZEOF_ARG?
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
n32.S | 73 bge bytes, 4 * FFI_SIZEOF_ARG, bigger 77 bigger: label 100 # Is it bigger than 8 * FFI_SIZEOF_ARG?
|
/external/python/cpython3/Modules/_ctypes/libffi/src/mips/ |
n32.S | 73 bge bytes, 4 * FFI_SIZEOF_ARG, bigger 77 bigger: label 100 # Is it bigger than 8 * FFI_SIZEOF_ARG?
|
/frameworks/base/cmds/statsd/src/guardrail/ |
StatsdStats.h | 51 // Stores the number of output tuple of condition trackers when it's bigger than 56 // Stores the number of output tuple of metric producers when it's bigger than 62 // when it's bigger than kDimensionKeySizeSoftLimit. When you see the number is
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ChunkedIntArray.java | 122 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot"); 203 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
|
ExpandedNameTable.java | 80 * The initial capacity of the hash table. Use a bigger number 93 * If the number of entries in the hash table is bigger than the threshold,
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerTraceWriter.java | 229 * flush the output buffer and make the buffer bigger to handle. 290 * flush the output buffer and make the buffer bigger to handle.
|
/external/avb/libavb/ |
avb_vbmeta_image.h | 246 * passed in. It's fine if |length| is bigger than the actual image, 275 * NVRAM is bigger than |rollback_index|. You must also update
|
/external/e2fsprogs/ext2ed/ |
README | 13 1) It doesn't work on filesystems bigger than 2GB 135 2. ext2ed currently can't handle filesystems bigger than 2 GB. I am
|
/external/eigen/unsupported/Eigen/src/BVH/ |
KdBVH.h | 146 if(children[idx + 1] < numBoxes) { //second index is always bigger 215 std::vector<int> children; //children of x are children[2x] and children[2x+1], indices bigger than boxes.size() index into objects.
|
/external/kernel-headers/original/uapi/linux/ |
fd.h | 271 * on. If this version number is bigger than the one compiled into the 273 * to bigger structures
|