/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/ |
ScanMem16Wrapper.c | 38 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
39 If Length is not aligned on a 16-bit boundary, then ASSERT().
|
ScanMem32Wrapper.c | 37 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
38 If Length is not aligned on a 32-bit boundary, then ASSERT().
|
ScanMem64Wrapper.c | 38 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
39 If Length is not aligned on a 64-bit boundary, then ASSERT().
|
SetMemWrapper.c | 68 If Buffer is not aligned on a UINTN boundary, then ASSERT().
69 If Length is not aligned on a UINTN boundary, then ASSERT().
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/ |
ScanMem16Wrapper.c | 38 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
39 If Length is not aligned on a 16-bit boundary, then ASSERT().
|
ScanMem32Wrapper.c | 37 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
38 If Length is not aligned on a 32-bit boundary, then ASSERT().
|
ScanMem64Wrapper.c | 38 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
39 If Length is not aligned on a 64-bit boundary, then ASSERT().
|
SetMemWrapper.c | 68 If Buffer is not aligned on a UINTN boundary, then ASSERT().
69 If Length is not aligned on a UINTN boundary, then ASSERT().
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryLib/ |
ScanMem16Wrapper.c | 38 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
39 If Length is not aligned on a 16-bit boundary, then ASSERT().
|
ScanMem32Wrapper.c | 37 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
38 If Length is not aligned on a 32-bit boundary, then ASSERT().
|
ScanMem64Wrapper.c | 38 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
39 If Length is not aligned on a 64-bit boundary, then ASSERT().
|
SetMemWrapper.c | 68 If Buffer is not aligned on a UINTN boundary, then ASSERT().
69 If Length is not aligned on a UINTN boundary, then ASSERT().
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryLib/ |
ScanMem16Wrapper.c | 38 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
39 If Length is not aligned on a 16-bit boundary, then ASSERT().
|
ScanMem32Wrapper.c | 37 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
38 If Length is not aligned on a 32-bit boundary, then ASSERT().
|
ScanMem64Wrapper.c | 38 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
39 If Length is not aligned on a 64-bit boundary, then ASSERT().
|
SetMemWrapper.c | 68 If Buffer is not aligned on a UINTN boundary, then ASSERT().
69 If Length is not aligned on a UINTN boundary, then ASSERT().
|
/external/e2fsprogs/tests/progs/test_data/ |
test.icount | 8 # First let's test the boundary cases for illegal arguments 21 # OK, now let's test fetch and store. We also test the boundary cases
|
/external/google-breakpad/src/common/mac/ |
HTTPMultipartUpload.h | 31 // Each parameter pair is sent as a boundary 42 NSString *boundary_; // The boundary string (STRONG)
|
/external/icu/icu4c/source/common/unicode/ |
utf16.h | 219 * Get a code point from a string at a code point boundary offset, 220 * and advance the offset to the next code point boundary. 245 * Get a code point from a string at a code point boundary offset, 246 * and advance the offset to the next code point boundary. 328 * Advance the string offset from one code point boundary to the next. 344 * Advance the string offset from one code point boundary to the next. 363 * Advance the string offset from one code point boundary to the n-th next one, 383 * Advance the string offset from one code point boundary to the n-th next one, 406 * Adjust a random-access offset to a code point boundary 425 * Adjust a random-access offset to a code point boundary [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzbdtest.h | 32 * Date.toString().substring() Boundary Test 35 * startMode as a SUBSTRING. The boundary will be tested to be
|
/external/libmojo/base/android/java/src/org/chromium/base/metrics/ |
RecordHistogram.java | 64 * Records a sample in an enumerated histogram of the given name and boundary. Note that 65 * |boundary| identifies the histogram - it should be the same at every invocation. This is the 68 * @param sample sample to be recorded, at least 0 and at most |boundary| - 1 69 * @param boundary upper bound for legal sample values - all sample values have to be strictly 70 * lower than |boundary| 72 public static void recordEnumeratedHistogram(String name, int sample, int boundary) { 75 long result = nativeRecordEnumeratedHistogram(name, key, sample, boundary); 265 String name, long key, int sample, int boundary);
|
/external/speex/libspeex/ |
vq.h | 40 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries); 41 int scal_quant32(spx_word32_t in, const spx_word32_t *boundary, int entries);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
spectrum_ar_model_tables.h | 62 /* quantization boundary levels for reflection coefficients */ 82 /* squared quantization boundary levels for Gain coefficient */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_outside.cpp | 68 the pixels that are outside the VOP using the boundary pixels for the block. 77 First, this functions determines which VOP boundary(ies) the motion vector 80 of block pixels inside the the boundary in the x and y directions are stored 82 boundary, the respectively end is set to 0. 84 After the boundaries are tested, any pixels lying outside a boundary are 85 interpolated from the boundary pixels. For example, if the block is outside the 86 bottom boundary, boundary pixels alone the bottom of the VOP as used to 87 interpolated those pixels lying outside the bottom boundary. The interpolation 88 used is a simple column-wise or row-wise copy of the boundary pixels (inside th [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DCT8x8blk.c | 49 * be aligned on a 16-byte boundary. Input values (pixel 55 * be aligned on a 16-byte boundary.
|