HomeSort by relevance Sort by last modified time
    Searched full:100000 (Results 501 - 525 of 593) sorted by null

<<21222324

  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 743 #define PNG_FP_1 100000
    [all...]
pngrtran.c 976 red_int = (png_uint_16)(((png_uint_32)red*32768)/100000);
977 green_int = (png_uint_16)(((png_uint_32)green*32768)/100000);
    [all...]
  /external/libpng/
libpng.3     [all...]
  /external/icu4c/data/sprep/
rfc3491.txt     [all...]
rfc3530csci.txt     [all...]
rfc3722.txt     [all...]
rfc3920node.txt     [all...]
rfc4518ci.txt     [all...]
  /external/icu4c/i18n/
ucurr.cpp 51 static const int32_t POW10[] = { 1, 10, 100, 1000, 10000, 100000,
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/test/testdata/
nfs4_cis_prep.txt     [all...]
nfs4_cs_prep_ci.txt     [all...]
nfs4_mixed_prep_s.txt     [all...]
  /external/linux-tools-perf/util/
trace-event-parse.c     [all...]
  /external/llvm/lib/Target/PowerPC/
README.txt 935 char x[100000];
  /external/oprofile/utils/
opcontrol 159 count: reset counter value e.g. 100000
    [all...]
  /external/valgrind/main/callgrind/docs/
cl-manual.xml 633 scheduler is run. Therefore, the minimum setting useful is about 100000.
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 1040 if VG_BINT_CLO(arg, "--show-top-n", clo_show_top_n, 1, 100000) {}
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 325 if (window.width <= 0 || window.height <= 0 || window.x < -100000 || [self shouldClipOutPlugin]) {
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 221 iwr.u.freq.m = freq * 100000;
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_API.c 573 case M4PTO3GPP_k100_KB: pC->m_MaxFileSize = 100000; break;
    [all...]
  /frameworks/base/services/input/
EventHub.cpp     [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 834 /* have to be real careful in case this is a huge number, eg, %100000d */
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp     [all...]

Completed in 1931 milliseconds

<<21222324