HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 376 - 400 of 1073) sorted by null

<<11121314151617181920>>

  /external/bison/lib/
abitset.c 318 size_t bytes; local
320 bytes = sizeof (bitset_word) * dst->b.csize;
322 memset (dstp, -1, bytes);
331 size_t bytes; local
333 bytes = sizeof (bitset_word) * dst->b.csize;
335 memset (dstp, 0, bytes);
788 size_t bytes; local
794 bytes = header_size + size * sizeof (bitset_word);
800 bytes += bitset_alignment - 1;
801 bytes -= bytes % bitset_alignment
    [all...]
quotearg.c 359 be the first bytes of multibyte characters, which means
429 size_t bytes = mbrtowc (&w, &arg[i + m], local
431 if (bytes == 0)
433 else if (bytes == (size_t) -1)
438 else if (bytes == (size_t) -2)
454 for (j = 1; j < bytes; j++)
468 m += bytes;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 92 byte[] bytes)
97 char[] dateC = new char[bytes.length];
101 dateC[i] = (char)(bytes[i] & 0xff);
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 102 byte[] bytes = crl
104 if (bytes != null)
107 .fromExtensionValue(bytes));
  /external/dbus/tools/
dbus-launch.c 144 size_t bytes = 0; local
158 to_read = maxlen - bytes;
164 buf + bytes,
180 bytes += chunk;
184 bytes > 0)
189 bytes > 0 &&
190 buf[bytes-1] == '\n')
191 buf[bytes-1] = '\0';
200 size_t bytes = 0; local
211 to_read = sizeof (pid_t) - bytes;
    [all...]
  /external/e2fsprogs/lib/blkid/
getsize.c 54 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
73 * Returns the number of bytes in a partition
189 blkid_loff_t bytes; local
201 bytes = blkid_get_dev_size(fd);
203 (unsigned long long) bytes >> 10);
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 134 kern_return_t kr = _WKPASpawnPluginHost(m_pluginVendorPort, reinterpret_cast<uint8_t*>(const_cast<void*>([data bytes])), [data length], &pluginHostPort);
143 kr = _WKPASpawnPluginHost(m_pluginVendorPort, reinterpret_cast<uint8_t*>(const_cast<void*>([data bytes])), [data length], &pluginHostPort);
170 kr = _WKPHCheckInWithPluginHost(pluginHostPort, (uint8_t*)[data bytes], [data length], clientPort, psn.highLongOfPSN, psn.lowLongOfPSN, renderServerPort,
197 if (_WKPACheckInApplication(pluginAgentPort, (uint8_t*)[appNameData bytes], [appNameData length], &m_pluginVendorPort) != KERN_SUCCESS)
251 kern_return_t kr = _WKPHInstantiatePlugin(hostProxy->port(), requestID, (uint8_t*)[data bytes], [data length], instance->pluginID());
265 kr = _WKPHInstantiatePlugin(hostProxy->port(), requestID, (uint8_t*)[data bytes], [data length], instance->pluginID());
  /frameworks/base/include/utils/
TextOutput.h 101 inline HexDump& setSingleLineCutoff(int32_t bytes);
170 inline HexDump& HexDump::setSingleLineCutoff(int32_t bytes) {
171 mSingleLineCutoff = bytes; return *this;
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
DaemonProxy.java 186 byte[] bytes = s.getBytes();
187 out.write(bytes.length);
188 out.write(bytes);
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarOutputStreamTest.java 81 byte[] bytes = new byte[1024];
83 while ((len = jis.read(bytes)) != -1) {
84 jout.write(bytes, 0, len);
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 158 final byte [] bytes = new byte [m_readpos];
159 System.arraycopy (m_readbuf, 0, bytes, 0, m_readpos);
161 m_cache.put (className, new ClassPathCacheEntry (bytes, srcURL));
258 final byte [] bytes = new byte [m_readpos];
259 System.arraycopy (m_readbuf, 0, bytes, 0, m_readpos);
261 m_cache.put (className, new ClassPathCacheEntry (bytes, srcURL));
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 242 int bytes; local
244 bytes = write(file_, buffer_base + total_written, size - total_written);
245 } while (bytes < 0 && errno == EINTR);
247 if (bytes <= 0) {
258 if (bytes < 0) {
263 total_written += bytes;
387 // Hit the end of the stream. Figure out how many more bytes we still have
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysevents.cc 331 const char *bytes; local
332 if (msg->FindString("bytes", &bytes) == B_OK) {
337 keysym.unicode = Translate2Unicode(bytes);
361 const char *bytes; local
362 if (msg->FindString("bytes", &bytes) == B_OK) {
363 keysym.unicode = Translate2Unicode(bytes);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 123 * shall be left justified. Unused bytes shall be set to 'FF'; or
273 bytesToHexString(byte[] bytes) {
274 if (bytes == null) return null;
276 StringBuilder ret = new StringBuilder(2*bytes.length);
278 for (int i = 0 ; i < bytes.length ; i++) {
281 b = 0x0f & (bytes[i] >> 4);
285 b = 0x0f & bytes[i];
478 int endIndex = offset + (number * 3); // 1 color use 3 bytes
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 137 OMX_U32 bytes
241 OMX_U32 bytes,
361 OMX_U32 bytes);
366 OMX_U32 bytes);
372 OMX_U32 bytes,
379 OMX_U32 bytes,
  /dalvik/vm/mterp/armv5te/
bincmp.S 20 movs r9, r9, asl #1 @ convert to bytes, check sign
zcmp.S 17 movs r9, r9, asl #1 @ convert to bytes, check sign
  /dalvik/vm/mterp/armv6t2/
bincmp.S 19 movs r9, r9, asl #1 @ convert to bytes, check sign
  /development/samples/NFCDemo/src/com/example/android/nfc/simulator/
FakeTagsActivity.java 30 import com.google.common.primitives.Bytes;
54 final byte[] data = Bytes.concat(new byte[] {(byte) status}, langBytes, textBytes);
71 public TagDescription(String title, byte[] bytes) {
74 msgs = new NdefMessage[] {new NdefMessage(bytes)};
  /device/samsung/crespo/liblight/
lights.c 45 int bytes = sprintf(buffer, "%d\n", value); local
46 int amt = write(fd, buffer, bytes);
  /external/blktrace/btt/
mmap.c 63 tp->bytes = be32_to_cpu(t->bytes);
  /external/freetype/include/freetype/internal/
pshints.h 492 * bytes ::
493 * An array of bytes modelling the hint mask.
499 * `bit_count' is the number of meaningful bits in the `bytes' array; it
503 * The `bytes' array can come directly from the Type 2 charstring and
511 const FT_Byte* bytes );
534 * bytes ::
535 * An array of bytes modelling the hint mask.
541 * `bit_count' is the number of meaningful bits in the `bytes' array; it
545 * The `bytes' array can come directly from the Type 2 charstring and
552 const FT_Byte* bytes );
    [all...]
  /external/netcat/data/
showmount.d 8 000 # XID: 4 trash bytes
  /external/openssl/crypto/asn1/
x_name.c 139 if((ret->bytes = BUF_MEM_new()) == NULL) goto memerr;
164 BUF_MEM_free(a->bytes);
195 if(!BUF_MEM_grow(nm.x->bytes, p - q)) goto err;
196 memcpy(nm.x->bytes->data, q, p - q);
234 ret = a->bytes->length;
236 memcpy(*out,a->bytes->data,ret);
277 if (!BUF_MEM_grow(a->bytes,len)) goto memerr;
278 p=(unsigned char *)a->bytes->data;
  /external/skia/src/images/
SkImageDecoder_wbmp.cpp 81 int bytes = bits >> 3; local
83 for (int i = 0; i < bytes; i++) {

Completed in 369 milliseconds

<<11121314151617181920>>