/external/dropbear/libtommath/ |
bn_fast_mp_montgomery_reduce.c | 65 /* now we proceed to zero successive digits 109 /* now fix carry for next digit, W[ix+1] */ 113 /* now we have to propagate the carries and
|
/external/elfutils/ |
NEWS | 34 readelf: use libdw now. 46 libelf: change to GPL from OSL1 for now. 118 libdw: yet more new code. dwarf_child and dwarf_sibling should now actually 123 libdw: 10+ new functions. get-pubnames2 works now fully. Almost all the 202 tests: input files are now distributed, not uuencoded in the shell scripts 334 libebl: ebl_section_name takes now two index arguments to distinguish 445 now flags level 2 (deprecated features) usage. 457 ld now creates the dynamic section and references it. Start adding entries 577 ld now actually can handle DSOs in linker scripts. Handling of DT_RUNPATH, 611 Got file reading correct now. The files are all read while parsin [all...] |
/external/elfutils/libasm/ |
asm_error.c | 45 /* If we have not yet initialized the buffer do it now. */ 80 /* If we have not yet initialized the buffer do it now. */ 124 /* If we have not yet initialized the buffer do it now. */
|
/external/elfutils/libelf/ |
elf32_getshdr.c | 67 /* Try again, maybe the data is there now. */ 98 /* Now copy the data and at the same time convert the byte 141 of the host convert the data now. */
|
nlist.c | 75 /* Now get an ELF descriptor. */ 108 /* SHDR->SH_LINK now contains the index of the string section. */ 157 /* Now it is time to look for the symbols the user asked for.
|
/external/elfutils/tests/ |
sectiondump.c | 57 /* Now proces all the sections mentioned in the rest of the command line. */ 110 /* Get the section data now. */ 115 /* Now proces the different section types accordingly. */
|
/external/libvpx/vpx_scale/arm/nds/ |
yv12extend.c | 75 // Now copy the top and bottom source lines into each line of the respective borders 114 // Now copy the top and bottom source lines into each line of the respective borders 148 // Now copy the top and bottom source lines into each line of the respective borders
|
/external/libvpx/vpx_scale/leapster/ |
yv12extend.c | 70 // Now copy the top and bottom source lines into each line of the respective borders 109 // Now copy the top and bottom source lines into each line of the respective borders 143 // Now copy the top and bottom source lines into each line of the respective borders
|
/external/netcat/scripts/ |
web | 3 ## tiny dismal kludges all band-aided together, and now these bottom-line 17 ## but it saves a lot of typing now. And with netcat as its backend, it's 117 # now put it together and stuff it down a connection. Some lame non-unix
|
websearch | 21 # changed since original: now supplying port numbers and separator lines... 34 # CRLF pairs ferkrissake. Fuck 'em for now, they're hopelessly broken. If 61 # 960208: reply received; here's how we will now handle it:
|
/external/openssl/crypto/bn/ |
bn_kron.c | 112 /* now B is non-zero */ 139 /* now B is positive and odd, so what remains to be done is 154 /* now A is non-zero */
|
/external/ppp/pppd/plugins/rp-pppoe/ |
debug.c | 92 time_t now; local 100 now = (time_t) tv.tv_sec; 102 lt = localtime(&now);
|
/external/proguard/src/proguard/classfile/editor/ |
InstructionWriter.java | 91 // Write out a dummy constant instruction for now. 116 // Write out a dummy variable instruction for now. 195 // Write out a dummy branch instruction for now.
|
/external/qemu/telephony/ |
test2.c | 29 SysTime now = sys_time_ms(); local 32 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. ); 34 sys_timer_set( timer, now + DELAY, timer_func, timer );
|
/external/quake/quake/src/QW/ |
qwrlnote.txt | 44 - Fixed lots of overflow bugs (TF2.6 now works)
77 - Packets are now restricted to 1500 bytes for broken routers.
94 - Demos can now be initiated during a server connection
99 - You can now specify the size of the console in the GL version. For example,
108 - GL_SGIS_multitexture is now supported. This allows some hardware that can
134 - Spectators are now indicated with a (s) on server console "status" command
141 functions. They are empty shells for now (a example of moving spectators
211 - Using localinfo, you can now configure a series of maps to run without
289 - Now execs the config.cfg in a gamedir upon receiving a new gamedir from
292 - Reconnect command will now reconnect to the server it is currently [all...] |
/external/skia/src/effects/ |
SkAvoidXfermode.cpp | 144 // now reverse d if we need to 195 // now reverse d if we need to 236 // now reverse d if we need to
|
/external/webkit/WebCore/css/ |
CSSVariablesDeclaration.cpp | 94 // FIXME: Disabling declarations as variable values for now since they no longer have a common base class with CSSValues. 96 variableValue->setParent(this); // Needed to connect variables that are CSSMutableStyleDeclarations, since the parent couldn't be set until now. 119 // FIXME: Disabling declarations as variable values for now since they no longer have a common base class with CSSValues.
|
/external/webkit/WebCore/platform/graphics/qt/ |
ImageDecoderQt.cpp | 134 // find that out now. 188 // Now get the QImage from Qt and place it in the RGBA32Buffer 193 // now into the RGBA32Buffer - even if the image is not
|
/external/zlib/examples/ |
gzlog.h | 27 Interface changed slightly in that now path is a prefix 28 Compression now occurs as needed during gzlog_write() 29 gzlog_write() now always leaves the log file as valid gzip
|
/frameworks/base/core/java/com/android/internal/widget/ |
TextProgressBar.java | 135 long now = SystemClock.elapsedRealtime(); local 136 if (now >= mDurationBase) { 141 int remaining = (int) (mDurationBase - now);
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-timepicker.jd | 103 <li>Now add our <code>updateDisplay()</code> method: 130 <p>Now when the user is done setting the time (clicks the "Set" button), we update our member fields with 147 <li>Now run it.</li>
|
/frameworks/base/media/libmedia/ |
MediaScannerClient.cpp | 107 // ch1 is now the first byte of the potential native char 112 // ch2 is now the second byte of the potential native char 172 // now convert from native encoding to UTF-8
|
/frameworks/base/services/java/com/android/server/am/ |
EventLogTags.logtags | 28 # An activity has been resumed and is now in the foreground: 46 # An application process that was bad is now marked as good 52 # An activity has been relaunched, resumed, and is now in the foreground:
|
/frameworks/base/services/jni/ |
com_android_server_PowerManagerService.cpp | 85 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); local 86 if (eventTime > now) { 87 eventTime = now;
|
/hardware/msm7k/libgralloc/ |
mapper.cpp | 40 // we need this for now because pmem cannot mmap at an offset 151 // this buffer was mapped, unmap it now 160 // XXX: for now do nothing here
|