/external/dropbear/libtommath/ |
bn_mp_karatsuba_sqr.c | 19 * half size squarings
|
/external/e2fsprogs/lib/ss/ |
pager.c | 86 * Child; dup read half to 0, close all but 0, 1, and 2
|
/external/kernel-headers/original/linux/ |
serial_reg.h | 278 #define UART_RSA_IER_Rx_FIFO_H (1 << 0) /* Enable Rx FIFO half full int. */ 279 #define UART_RSA_IER_Tx_FIFO_H (1 << 1) /* Enable Tx FIFO half full int. */ 287 #define UART_RSA_SRR_Tx_FIFO_NHFL (1 << 1) /* Tx FIFO is not half full (1) */ 290 #define UART_RSA_SRR_Rx_FIFO_NHFL (1 << 4) /* Rx FIFO is not half full (1) */
|
/external/libvpx/vp8/common/arm/neon/ |
shortidct4x4llm_neon.asm | 30 ;it won't go out of range (13+16+1=30bits<32bits). This instruction gives the high half
|
/external/llvm/test/CodeGen/X86/ |
pr1489.ll | 3 ;; magic constants are 3.999f and half of 3.999
|
/external/mesa3d/docs/ |
GL3.txt | 21 Half-float some infrastructure done
|
relnotes-6.5.html | 61 Adds a new half-precision floating point format for image transfers,
|
relnotes-7.0.html | 50 <li>ARB vp state.light[n].half value was incorrect (bug 10987)
|
/external/openssl/crypto/dh/ |
generate | 58 it still covers half the space of possible residues. And an
|
/external/oprofile/events/arm/armv6/ |
events | 14 event:0x0c counters:0,1 um:zero minimum:500 name:DCACHE_WB : data cache writeback, 1 event for every half cacheline
|
/external/oprofile/events/arm/xscale1/ |
events | 15 event:0x0c counters:1,2 um:zero minimum:500 name:DCACHE_WB : data cache writeback, 1 event for every half cacheline
|
/external/oprofile/events/arm/xscale2/ |
events | 15 event:0x0c counters:1,2,3,4 um:zero minimum:500 name:DCACHE_WB : data cache writeback, 1 event for every half cacheline
|
/external/quake/quake/src/ |
readme.txt | 7 build with only C code, but the software rendering versions lose almost half
|
/external/srec/srec/include/ |
sp_fft.h | 48 the radix-2 decomposes one Fourier transform into two half-sized Fourier 119 The positive half frequency Fourier transform will be returned, in addition 166 cosine(sine) tables: 3*N (half can be saved if we only save cosine or sine tables) 263 half of its Fourier transform.
|
/external/stlport/test/eh/ |
test_bit_vector.cpp | 80 // Half the time, choose a size that will guarantee immediate reallocation
|
/external/valgrind/main/none/tests/linux/ |
mremap2.c | 68 // upper half
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTable.cpp | 140 // 2) at least half of cells have borders (or) 141 // 3) at least half of cells have different bg colors than the table, and there is cell spacing 227 // half of the cells had borders, it's a data table 232 // half had different background colors, it's a data table
|
/external/webkit/Source/WebCore/editing/ |
SmartReplaceCF.cpp | 54 CFCharacterSetAddCharactersInRange(smartSet, CFRangeMake(0xFF00, 240)); // Half/Full Width Form (0xFF00 - 0xFFEF)
|
SmartReplaceICU.cpp | 69 uset_addRange(smartSet, 0xFF00, 0xFF00 + 240); // Half/Full Width Form (0xFF00 - 0xFFEF)
|
/external/webkit/Source/WebCore/editing/qt/ |
SmartReplaceQt.cpp | 50 || (c >= 0xFF00 && c <= (0xFF00 + 240)) // Half/Full Width Form (0xFF00 - 0xFFEF)
|
/external/webkit/Source/WebCore/platform/ |
ThreadTimers.cpp | 38 // 100ms is about a perceptable delay in UI, so use a half of that as a threshold.
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
ConvolutionShader.cpp | 65 " // Offset image coords by half of kernel width, in image texels\n"
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
VerticalFocusSearch.java | 111 * Add a skinny button that takes up just less than half of the screen
|
/frameworks/base/media/libeffects/testlibs/ |
AudioPeakingFilter.cpp | 106 // Half bandwidth, in octaves, 15-bit precision
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
me_utils.cpp | 102 Purpose: Interpolate the search region for half-pel search 103 Input/Output: Center of the search, Half-pel memory, width 157 Purpose: Interpolate the search region for half-pel search 159 Input/Output: Center of the search, Half-pel memory, width
|