Searched refs:byte (Results 1 - 25 of 953) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A DKconfig24 bool "512 byte / page devices"
28 Enable YAFFS1 support -- yaffs for 512 byte / page devices
43 bool "Use the same ecc byte order as Steven Hill's nand_ecc.c"
47 This makes yaffs_ecc.c use the same ecc byte order as
49 same ecc byte order as SmartMedia.
54 bool "2048 byte (or larger) / page devices"
58 Enable YAFFS2 support -- yaffs for >= 2048 byte / page larger devices
99 512-byte page devices and >=128MB for 2k page devices). They use
H A Dyaffs_ecc.c21 * The ECC can correct single bit errors in a 256-byte page of data. Thus, two such ECC
22 * blocks are used on a 512-byte NAND page.
28 * for each byte of data. These are instead provided in a table in bits7..2.
99 /* Calculate the ECC for a 256-byte block of data */
114 if (b & 0x01) // odd number of bits in the byte
171 /* Correct the ECC on a 256 byte block of data */
190 unsigned byte; local
202 bit = byte = 0;
205 byte |= 0x80;
207 byte |
[all...]
/external/zlib/src/contrib/delphi/
H A DZLib.pas24 next_in: PChar; // next input byte
28 next_out: PChar; // next output byte should be put here
H A Dzlibd32.mak72 # the command line is cut to fit in the MS-DOS 128 byte limit:
/external/zlib/src/contrib/iostream2/
H A Dzstream.h46 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);
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm418 ;;; adjust rdx so that it is offset to the exact byte that mismatched.
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm132 ; saved ebx byte esp + 36
133 ; saved edi byte esp + 40
134 ; saved esi byte esp + 44
135 ; saved ebp byte esp + 48
136 ; return address byte esp + 52
357 ;;; adjust edx so that it is offset to the exact byte that mismatched.
/external/zlib/src/contrib/pascal/
H A Dexample.pas117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
H A Dzlibd32.mak72 # the command line is cut to fit in the MS-DOS 128 byte limit:
H A Dzlibpas.pas29 next_in: PChar; (* next input byte *)
33 next_out: PChar; (* next output byte should be put there *)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h147 /* Define platform specific byte swapping macros */
219 #error Could not determine CPU byte order
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h147 /* Define platform specific byte swapping macros */
219 #error Could not determine CPU byte order
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c227 * Add a byte entry to the dict.
232 * @param value The byte value
416 * Add a byte array entry to the dict.
421 * @param value The byte array
422 * @param value_len The length of the byte array, in bytes
527 * Add a single byte array element to a string array dict entry
748 char byte; local
766 dbus_message_iter_get_basic(iter, &byte);
767 entry->bytearray_value[count] = byte;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h147 /* Define platform specific byte swapping macros */
219 #error Could not determine CPU byte order
/external/valgrind/main/none/tests/s390x/
H A Dclcl.c81 assert((pad & 0xFF) == pad); /* an 8-byte value */
103 printf("FAIL: pad byte modified (unused bits 0)\n");
121 printf("FAIL: pad byte modified (unused bits 1)\n");
155 uint8_t byte, byte1, byte2; local
173 /* Test 3: Compare a single byte against the pad byte */
175 byte = 10;
176 run_test(NULL, 0, &byte, 1, 10); // equal
177 run_test(NULL, 0, &byte, 1, 9); // first operand low
178 run_test(NULL, 0, &byte,
[all...]
H A Dcu12.stdout.exp1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
425 ----- Invalid characters (2nd byte is invalid) -----
587 ----- Invalid characters (3rd byte is invalid) -----
770 ===== Conversion of a four-byte character =====
981 ----- Invalid characters (2nd byte is invalid) -----
1033 ----- Invalid characters (3rd byte is invalid) -----
1085 ----- Invalid characters (4th byte is invalid) -----
H A Dcu12_1.stdout.exp1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
425 ----- Invalid characters (2nd byte is invalid) -----
587 ----- Invalid characters (3rd byte is invalid) -----
770 ===== Conversion of a four-byte character =====
981 ----- Invalid characters (2nd byte is invalid) -----
1033 ----- Invalid characters (3rd byte is invalid) -----
1085 ----- Invalid characters (4th byte is invalid) -----
H A Dcu14.stdout.exp1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
425 ----- Invalid characters (2nd byte is invalid) -----
587 ----- Invalid characters (3rd byte is invalid) -----
770 ===== Conversion of a four-byte character =====
981 ----- Invalid characters (2nd byte is invalid) -----
1033 ----- Invalid characters (3rd byte is invalid) -----
1085 ----- Invalid characters (4th byte is invalid) -----
H A Dcu14_1.stdout.exp1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
425 ----- Invalid characters (2nd byte is invalid) -----
587 ----- Invalid characters (3rd byte is invalid) -----
770 ===== Conversion of a four-byte character =====
981 ----- Invalid characters (2nd byte is invalid) -----
1033 ----- Invalid characters (3rd byte is invalid) -----
1085 ----- Invalid characters (4th byte is invalid) -----
H A Dmvcl.c82 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 use
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c187 array. The macros under each EI_* macro are the values the byte
190 #define EI_MAG0 0 /* File identification byte 0 index */
191 #define ELFMAG0 0x7f /* Magic number byte 0 */
193 #define EI_MAG1 1 /* File identification byte 1 index */
194 #define ELFMAG1 'E' /* Magic number byte 1 */
196 #define EI_MAG2 2 /* File identification byte 2 index */
197 #define ELFMAG2 'L' /* Magic number byte 2 */
199 #define EI_MAG3 3 /* File identification byte 3 index */
200 #define ELFMAG3 'F' /* Magic number byte 3 */
206 #define EI_CLASS 4 /* File class byte inde
[all...]
/external/vixl/benchmarks/
H A Dbench-branch.cc55 byte* assm_buffer = new byte[buffer_size];
H A Dbench-dataop.cc55 byte* assm_buffer = new byte[buffer_size];
/external/vixl/examples/
H A Dabs.cc48 byte assm_buf[BUF_SIZE];
H A Dadd3-double.cc49 byte assm_buf[BUF_SIZE];

Completed in 7941 milliseconds

1234567891011>>