Searched defs:byte (Results 201 - 204 of 204) sorted by relevance

123456789

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dinst.h854 unsigned char byte[4]; member in union:mips_instruction
/external/pcre/dist/
H A Dpcre_jit_compile.c321 /* First byte code. */
341 /* Last known position of the requested byte. */
2883 /* Fast decoding a UTF-8 character. TMP1 contains the first byte
2898 /* Two byte sequence. */
2912 /* Three byte sequence. */
2917 /* Four byte sequence. */
2931 /* Fast decoding a UTF-8 character. TMP1 contains the first byte
2946 /* Two byte sequence. */
2960 /* Three byte sequence. */
2967 /* Fast decoding a UTF-8 character type. TMP2 contains the first byte
3155 add_prefix_byte(pcre_uint8 byte, pcre_uint8 *bytes) argument
4207 int i, byte, length = 0; local
[all...]
/external/chromium_org/v8/src/
H A Dobjects.cc309 uint8_t byte = *CheckedCast<uint8_t>(ptr); local
311 byte & (0x1 << descriptor.bool_offset));
8416 // common case of sequential one-byte right child.
9583 byte kind) {
10435 void Code::MakeCodeAgeSequenceYoung(byte* sequence, Isolate* isolate) {
10440 void Code::MarkCodeAsExecuted(byte* sequence, Isolate* isolate) {
10459 byte* sequence = FindCodeAgeSequence();
10481 byte* Code::FindCodeAgeSequence() {
10497 byte* sequence = FindCodeAgeSequence();
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c1124 /* Return the guest state offset of byte #6 of a gpr register. */
1131 /* Write byte #6 of a gpr to the guest state. */
1140 /* Read byte #6 of a gpr register. */
1147 /* Return the guest state offset of byte #3 of a gpr register. */
1154 /* Write byte #3 of a gpr to the guest state. */
1163 /* Read byte #3 of a gpr register. */
1170 /* Return the guest state offset of byte #0 of a gpr register. */
1177 /* Write byte #0 of a gpr to the guest state. */
1186 /* Read byte #0 of a gpr register. */
1239 /* Return the guest state offset of byte #
11019 IRTemp byte = newTemp(Ity_I8); local
11524 IRTemp byte = newTemp(Ity_I8); local
16480 UChar byte; local
[all...]

Completed in 176 milliseconds

123456789