/frameworks/compile/libbcc/ |
README.rst | 195 boundary (if the sizes of other arguments are no greater than 8.)
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
LexicalHandler.java | 174 * the boundary.</p>
|
/libcore/luni/src/test/java/libcore/java/util/ |
CalendarTest.java | 62 * "00:00 GMT-3" to "01:00 GMT-2". When adding time across this boundary,
|
/packages/apps/Camera/src/com/android/camera/panorama/ |
Mosaic.java | 39 * i.e. if the user follows a curvy trajectory, the image boundary of the resulting mosaic will
|
/system/core/libcutils/ |
mspace.c | 107 /* Break to the first page boundary that satisfies the request.
|
/external/icu4c/i18n/unicode/ |
search.h | 204 * boundary as determined by the <tt>BreakIterator</tt>, 443 * boundary as determined by the <tt>BreakIterator</tt>, 465 * boundary as determined by the <tt>BreakIterator</tt>,
|
/external/kernel-headers/original/sound/ |
asound.h | 382 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_sw_params 410 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ 416 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */ [all...] |
/external/libvpx/vp8/common/arm/neon/ |
mbloopfilter_neon.asm | 472 ; roughly 1/7th difference across boundary 473 ; roughly 2/7th difference across boundary 474 ; roughly 3/7th difference across boundary
|
/external/llvm/include/llvm/CodeGen/ |
SlotIndexes.h | 221 /// Returns the boundary index for associated with this index. The boundary 630 // Check that we don't cross the boundary into this block.
|
/external/llvm/lib/Target/X86/ |
X86JITInfo.cpp | 116 // Align stack on 16-byte boundary. ESP might not be properly aligned 210 "andl $-16, %esp\n" // Align ESP on 16-byte boundary 258 "andl $-16, %esp\n" // Align ESP on 16-byte boundary
|
/external/strace/ |
strace.1 | 128 interface, a close examination of this boundary is very 372 about the user/kernel boundary if only a subset of system calls 570 as data-flow across the user/kernel boundary. Because user-space
|
/external/webkit/Source/WebCore/icu/unicode/ |
usearch.h | 189 * the match's start or end index is not a boundary as 221 * the match's start or end index is not a boundary as 388 * the match's start or end index is not a boundary as
|
/external/webp/src/enc/ |
iterator.c | 73 // boundary pixels if necessary. 313 // We store and update the boundary samples into an array of 37 pixels. They 356 // Import the boundary samples
|
vp8enci.h | 263 uint8_t i4_boundary_[37]; // 32+5 boundary samples needed by intra4x4 264 uint8_t* i4_top_; // pointer to the current top boundary sample 286 // save the boundary values to top_/left_ arrays. block_to_save can be
|
/frameworks/base/libs/ui/ |
InputTransport.cpp | 30 #define ROUND_UP(value, boundary) (((value) + (boundary) - 1) & ~((boundary) - 1))
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
huffcb.cpp | 69 [section boundary] 71 [section boundary] 295 Int base; /* section boundary */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
pp_semaphore_luma.cpp | 148 /* 10/23/2000 no boundary checking*/ 244 /* 10/23/2000 boundary checking*/ 263 /* Perform boundary checking */
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 420 // Find the boundary between headers and the body. 959 // Find the boundary between headers and the body. 1050 // Find the boundary between headers and the body.
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
bcmutils.h | 527 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \ 528 & ~((boundary) - 1))
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 527 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \ 528 & ~((boundary) - 1))
|
/external/qemu/distrib/libpng-1.2.19/ |
pngvcrd.c | [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderText.cpp | 77 TextBreakIterator* boundary = wordBreakIterator(stringWithPrevious.characters(), length + 1); local 78 if (!boundary) 84 int32_t startOfWord = textBreakFirst(boundary); 85 for (endOfWord = textBreakNext(boundary); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = textBreakNext(boundary)) { [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 232 Function to determine if there is a slice boundary on the left side 257 Function to determine if there is a slice boundary above the 326 Function to calculate boundary strength value bs for an inner 361 Function to calculate boundary strength value bs for an inner 389 Function to calculate boundary strength value bs for left- or 419 Function to calculate boundary strength value bs for 486 Function to calculate boundary strength value bs for left- [all...] |
/external/dbus/dbus/ |
dbus-string.c | 1092 * Appends 4 bytes aligned on a 4 byte boundary 1116 * Appends 8 bytes aligned on an 8 byte boundary 1139 * Inserts 2 bytes aligned on a 2 byte boundary 1163 * Inserts 4 bytes aligned on a 4 byte boundary [all...] |
/external/llvm/lib/Support/ |
APFloat.cpp | 418 /* The number of ulps from the boundary (zero, or half if ISNEAREST) 425 integerPart part, boundary; 436 boundary = (integerPart) 1 << (partBits - 1); 438 boundary = 0; 441 if (part - boundary <= boundary - part) 442 return part - boundary; 444 return boundary - part; 447 if (part == boundary) { 453 } else if (part == boundary - 1) [all...] |