HomeSort by relevance Sort by last modified time
    Searched refs:nw (Results 1 - 25 of 46) sorted by null

1 2

  /external/openssl/crypto/bn/
bn_shift.c 134 int i,nw,lb,rb; local
142 nw=n/BN_BITS2;
143 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
148 t[a->top+nw]=0;
151 t[nw+i]=f[i];
156 t[nw+i+1]|=(l>>rb)&BN_MASK2;
157 t[nw+i]=(l<<lb)&BN_MASK2;
159 memset(t,0,nw*sizeof(t[0]));
160 /* for (i=0; i<nw; i++)
162 r->top=a->top+nw+1
170 int i,j,nw,lb,rb; local
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
NeighboringCellInfoTest.java 72 NeighboringCellInfo nw = new NeighboringCellInfo(p); local
73 assertEquals(NETWORK_TYPE_GPRS, nw.getNetworkType());
74 assertEquals(rssi, nw.getRssi());
75 assertEquals(0x1234, nw.getLac());
76 assertEquals(0x5678, nw.getCid());
77 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nw.getPsc());
  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 140 NeighboringCellInfo nw = new NeighboringCellInfo(p); local
141 assertEquals(NETWORK_TYPE_GPRS, nw.getNetworkType());
142 assertEquals(rssi, nw.getRssi());
143 assertEquals(0x1234, nw.getLac());
144 assertEquals(0x5678, nw.getCid());
145 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nw.getPsc());
  /external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 27 int nw; member in struct:__anon5170
  /external/skia/src/gl/
SkGLDevice_FBO.cpp 10 int nw = SkNextPow2(bitmap.rowBytesAsPixels()); local
19 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, nw, nh, 0,
SkGL.cpp 275 int nw = SkNextPow2(ow); local
288 SkASSERT(ow == nw);
295 if (ow != nw || oh != nh) {
296 glTexImage2D(GL_TEXTURE_2D, 0, format, nw, nh, 0,
313 max->fX = SkFixedToScalar(bitmap->width() << (16 - SkNextLog2(nw)));
  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 103 protected void onSizeChanged(int nw, int nh, int ow, int oh) {
105 float x1 = nw*0.3333f;
107 float x2 = nw*0.6667f;
113 pts[3*2+0] = nw; pts[3*2+1] = 0;
114 pts[4*2+0] = nw; pts[4*2+1] = y1;
115 pts[5*2+0] = nw; pts[5*2+1] = y2;
117 pts[6*2+0] = nw; pts[6*2+1] = nh;
  /system/core/toolbox/
cat.c 158 ssize_t nr, nw, off; local
174 for (off = 0; nr; nr -= nw, off += nw)
175 if ((nw = write(wfd, buf + off, (size_t)nr)) < 0)
dd.c 492 int64_t cnt, n, nw; local
513 for (cnt = n;; cnt -= nw) {
526 nw = 0;
540 nw = bwrite(out.fd, outp, cnt);
541 if (nw <= 0) {
542 if (nw == 0) {
554 nw = 0;
562 outp += nw;
563 st.bytes += nw;
564 if (nw == n)
    [all...]
  /external/openssl/crypto/threads/
netware.bat 60 echo Environment variable MWCIncludes is not set - see install.nw
65 echo Environment variable PRELUDE is not set - see install.nw
70 echo Environment variable IMPORTS is not set - see install.nw
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 918 int nw;
921 nw = reader.read();
923 nw = srcBuf[srcPos++];
927 nw = -1;
929 nw = srcBuf[0];
934 if (nw == '\r') {
939 if (nw == '\n') {
944 peek[peekCount++] = nw;
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_tialt.c 161 int nw; local
172 nw = writev(fd, iov_cmd, 2);
173 FAILIF(nw != (int) sizeof(cmd) + cmd->plen,
175 nw);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compatibility.h 200 cas32(volatile int32* ptr, int32 old, int32 nw)
205 : "q"(nw), "m"(*(volatile long long*)(ptr)), "0"(old)
213 cas64(volatile int64 *ptr, int64 old, int64 nw)
218 : "q"(nw), "m"(*(volatile long long*)(ptr)), "0"(old)
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 335 g_b_scaler.nw = out_width / gcd_w;
361 g_b_scaler.c_w = (short *)vpx_memalign(32, g_b_scaler.nw * 4 * 2);
373 fixed_mult = (1.0 / (float)g_b_scaler.nw) * 4294967296;
377 for (i = 0; i < g_b_scaler.nw; i++)
379 if (product_val > g_b_scaler.nw)
380 product_val -= g_b_scaler.nw;
468 g_b_scaler.l_w[i] = (i * d_w) / g_b_scaler.nw;
554 if (++phase_offset_w >= g_b_scaler.nw)
  /external/libvpx/vpx_scale/dm642/
bicubic_scaler_c64.c 133 if (1 >= g_b_scaler.nw) phase_offset_w = 0;
135 max_phase = g_b_scaler.nw;
  /system/core/init/
devices.c 481 ssize_t nw = 0; local
483 nw = write(data_fd, buf + nw, nr);
484 if(nw <= 0) {
488 nr -= nw;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 348 for (NextWord nw : bigram) {
349 if (nw.word == secondWord) {
351 nw.frequency += frequency;
353 nw.frequency = frequency;
355 return nw.frequency;
359 NextWord nw = new NextWord(secondWord, frequency); local
360 firstWord.ngrams.add(nw);
  /external/openssl/crypto/perlasm/
x86asm.pl 179 elsif (($type eq "nw-nasm"))
181 #elsif (($type eq "nw-mwasm"))
194 nw-nasm - NetWare NASM format
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 687 wordID wdids[32], nw = 0; local
695 for (word = strtok(copy_of, " "); word; nw++, word = strtok(NULL, " "))
697 wdids[nw] = wordmap_find_index(fst->olabels, word);
698 if (wdids[nw] == MAXwordID)
710 for (j = nw; --j >= 0;)
  /external/openssl/ssl/
s3_pkt.c 598 unsigned int tot,n,nw; local
626 nw = max_plain_length;
628 nw=n;
630 i=do_ssl3_write(s, type, &(buf[tot]), nw, 0);
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 855 int nw; local
868 nw = ::write(fd, buf + written, size - written);
869 if (nw < 0) {
873 written += nw;
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 84 int nw; local
  /build/tools/droiddoc/templates/assets/
jquery-resizable.min.js     [all...]
  /external/libxml2/
parser.c 6898 xmlNodePtr nw = NULL, cur, firstChild = NULL; local
6938 xmlNodePtr nw = NULL, cur, next, last, local
    [all...]
  /external/bison/build-aux/
config.sub 239 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
316 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \

Completed in 655 milliseconds

1 2