HomeSort by relevance Sort by last modified time
    Searched defs:byte (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c 39 int byte; local
42 byte = (int)*buff;
43 byte &= 0xFF;
44 *code |= byte;
  /external/chromium/net/base/
dnssec_unittest.cc 593 unsigned byte = bit_to_flip >> 3; local
    [all...]
  /external/icu4c/io/
ufmt_cmn.c 206 /* Get the first nibble of the byte */
207 uint8_t byte = (uint8_t)ufmt_digitvalue(buffer[count]); local
210 /* Get the second nibble of the byte when available */
211 byte = (uint8_t)(byte + (ufmt_digitvalue(buffer[--count]) << 4));
213 /* Write the byte into the array */
214 result.bytes[resultIdx] = byte;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_0.c 48 Uint8 byte = 0, bit; local
51 byte = *src++;
53 bit = (byte&0x80)>>7;
58 byte <<= 1;
65 Uint8 byte = 0, bit; local
68 byte = *src++;
70 bit = (byte&0x80)>>7;
75 byte <<= 1;
101 Uint8 byte = 0, bit; local
104 byte = *src++
135 Uint8 byte = 0, bit; local
173 Uint8 byte = 0, bit; local
207 Uint8 byte = 0, bit; local
224 Uint8 byte = 0, bit; local
259 Uint8 byte = 0, bit; local
292 Uint8 byte = 0, bit; local
326 Uint8 byte = 0, bit; local
362 Uint8 byte = 0, bit; local
409 Uint8 byte = 0, bit; local
    [all...]
  /external/qemu-pc-bios/vgabios/
biossums.c 22 typedef unsigned char byte; typedef
28 long chksum_bios_get_offset( byte* data, long offset );
29 byte chksum_bios_calc_value( byte* data, long offset );
30 byte chksum_bios_get_value( byte* data, long offset );
31 void chksum_bios_set_value( byte* data, long offset, byte value );
36 long chksum_pmid_get_offset( byte* data, long offset );
37 byte chksum_pmid_calc_value( byte* data, long offset )
    [all...]
  /external/valgrind/main/none/tests/s390x/
mvcl.c 82 assert((pad & 0xFF) == pad); /* an 8-byte value */
107 printf("FAIL: pad byte modified (unused bits 0)\n");
126 printf("FAIL: pad byte modified (unused bits 1)\n");
174 uint8_t byte, buf[10], small[5], i; local
188 run_test(&byte, 1, NULL, 0, 'a');
196 byte = 'x';
197 run_test(&byte, 1, &byte, 1, 'a');
225 Pad byte unused */
243 Pad byte used; len2 == 0 *
    [all...]
  /external/zlib/contrib/iostream2/
zstream.h 46 struct Val { unsigned char byte; size_t word; } val; member in struct:zstringlen::Val
130 zs > val.byte;
131 if (val.byte == 255) zs > val.word;
132 else val.word = val.byte;
278 val.byte = 255; val.word = ::strlen(x);
279 if (val.word < 255) zs < (val.byte = val.word);
  /bionic/libc/kernel/common/linux/
i2c.h 72 __u8 byte; member in union:i2c_smbus_data
  /development/ndk/platforms/android-3/include/linux/
i2c.h 61 __u8 byte; member in union:i2c_smbus_data
  /external/compiler-rt/lib/
gcc_personality_v0.c 87 unsigned char byte; local
90 byte = *p++;
91 result |= (byte & 0x7f) << shift;
93 } while (byte & 0x80);
  /external/dbus/tools/
dbus-send.c 68 unsigned char byte; local
75 byte = strtoul (value, NULL, 0);
76 dbus_message_iter_append_basic (iter, DBUS_TYPE_BYTE, &byte);
212 else if (!strcmp (arg, "byte"))
  /external/harfbuzz/src/
harfbuzz-gdef.c 655 HB_UShort byte, bits; local
682 byte = ngc[array_index][glyph_index / 4];
683 bits = byte >> ( 16 - ( glyph_index % 4 + 1 ) * 4 );
988 HB_UShort byte, bits, mask; local
1048 byte = ngc[array_index][glyph_index / 4];
1049 bits = byte >> ( 16 - ( glyph_index % 4 + 1 ) * 4 );
1090 * then that class value is the high byte of the result,
1091 * otherwise the low byte contains the basic type of the glyph
1105 /* The high byte of LookupFlags has the meaning
  /external/icu4c/common/
bytestriebuilder.cpp 29 * of the byte sequences, until the BytesTrie is built.
78 // If the stringOffset is non-negative, then the first strings byte contains
246 // Create and byte-serialize the trie for the elements.
307 char byte=elements[i++].charAt(byteIndex, *strings); local
308 while(i<limit && byte==elements[i].charAt(byteIndex, *strings)) {
319 char byte=elements[i++].charAt(byteIndex, *strings); local
320 while(byte==elements[i].charAt(byteIndex, *strings)) {
328 BytesTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const {
329 char b=(char)byte;
398 BytesTrieBuilder::write(int32_t byte) {
    [all...]
  /external/icu4c/i18n/
ucol_wgt.cpp 68 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) {
69 uint32_t mask; /* 0xffffffff except a 00 "hole" for the index-th byte */
88 return (uint32_t)((weight&mask)|(byte<<idx));
108 uint32_t byte; local
111 byte=getWeightByte(weight, length);
112 if(byte<maxByte) {
113 return setWeightByte(weight, length, byte+1);
115 /* roll over, set this byte to UCOL_BYTE_FIRST_TAILORED and increment the previous one */
322 /* number of usable byte values 3..maxByte */
377 /* sum up the number of elements that fit into ranges of each byte length *
419 uint32_t byte; local
    [all...]
  /external/icu4c/test/intltest/
strtest.cpp 31 uint8_t byte; member in union:__anon7117
35 if(U_IS_BIG_ENDIAN!=u.byte) {
  /external/ppp/pppd/
md4.c 25 ** MD.buffer[3]. (Least-significant byte of each word
84 ** Order is from low-order byte of buffer[0] to high-order byte of
86 ** Each byte is printed with high-order hexadecimal digit first.
198 ** (if not a multiple of 8, uses high bits of last byte.)
214 unsigned int i, tmp, bit, byte, mask; local
249 byte = count >> 3;
252 for (i=0;i<=byte;i++) XX[i] = X[i];
253 for (i=byte+1;i<64;i++) XX[i] = 0;
254 /* Add padding '1' bit and low-order zeros in last byte */
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 232 uint8 byte; local
233 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0);
263 uint8 byte; local
264 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0);
  /external/qemu-pc-bios/bochs/bios/
biossums.c 25 typedef unsigned char byte; typedef
35 long chksum_bios_get_offset( byte* data, long offset );
36 byte chksum_bios_calc_value( byte* data, long offset );
37 byte chksum_bios_get_value( byte* data, long offset );
38 void chksum_bios_set_value( byte* data, long offset, byte value );
46 long chksum__32__get_offset( byte* data, long offset );
47 byte chksum__32__calc_value( byte* data, long offset )
    [all...]
  /external/quake/quake/src/QW/client/
common.h 22 typedef unsigned char byte; typedef
41 byte *data;
67 #define STRUCT_FROM_LINK(l,t,m) ((t *)((byte *)l - (int)&(((t *)0)->m)))
200 byte *COM_LoadStackFile (char *path, void *buffer, int bufsize);
201 byte *COM_LoadTempFile (char *path);
202 byte *COM_LoadHunkFile (char *path);
219 byte COM_BlockSequenceCheckByte (byte *base, int length, int sequence, unsigned mapchecksum);
220 byte COM_BlockSequenceCRCByte (byte *base, int length, int sequence);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 293 int byte = readByte(buf, xorOffset + (pixelNo >> 3)); local
296 // Read all of the bits in this byte.
305 colorBit = (byte & m) >> shift;
321 int byte = readByte(buf, xorOffset + (pixelNo >> 1)); local
322 int pixel = (byte >> 4) & 0xF;
329 pixel = byte & 0xF;
  /external/tcpdump/
print-esp.c 119 u_int byte; local
121 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]);
122 return byte;
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 345 UChar byte; local
351 byte = * data ++;
354 result |= ((ULong)(byte & 0x7f)) << shift;
359 while (byte & 0x80);
364 if (sign && (shift < 64) && (byte & 0x40))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 229 * Add a byte entry to the dict.
234 * @param value The byte value
437 * Add a byte array entry to the dict.
442 * @param value The byte array
443 * @param value_len The length of the byte array, in bytes
654 char byte; local
668 dbus_message_iter_get_basic(iter, &byte);
669 entry->bytearray_value[count] = byte;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c 233 * Add a byte entry to the dict.
238 * @param value The byte value
422 * Add a byte array entry to the dict.
427 * @param value The byte array
428 * @param value_len The length of the byte array, in bytes
533 * Add a single byte array element to a string array dict entry
754 char byte; local
771 dbus_message_iter_get_basic(iter, &byte);
772 entry->bytearray_value[count] = byte;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 37 1. There is a problem when output the last bits(which can not form a byte yet
38 so when you output, you need to stuff to make sure it is a byte
39 2. I now hard coded byte to be 8 bits*/
265 numbyte = bitused >> 3; /* number of byte fully used */
303 // *ptr = (UChar)((word>>shift)&0xFF); /* need to do it for the last fractional byte */
360 /* Question: in MPEG-4 , short_video_header[0]==0 => even already byte aligned, will still stuff 8 bits
437 if (!offset) /* bitstream1 is byte-aligned */
444 /* since bitstream1 doesn't have to be byte-aligned, we have to process byte by byte */
583 UChar *ptr, byte; local
683 UChar *pSrc, *pDst, byte; local
    [all...]

Completed in 2042 milliseconds

12 3 4 5