Searched refs:decoded (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_test.cpp123 uint8 decoded[format.u.raw_audio.buffer_size * 2]; local
134 // fill buffer part with data from decoded buffer
138 memcpy(buffer + pos + partPos, decoded, size);
142 memmove(decoded, decoded + size, decodedSize);
146 // read next decoded frames
149 if (mediaTrack->ReadFrames(decoded + decodedSize, &frameCount)
/haiku-fatelf/src/kits/mail/
H A DMailComponent.cpp513 // Write out the string which has been both decoded from quoted
521 // Just write out whatever the binary contents are, only decoded from
523 written = data->Write(decoded.String(), decoded.Length());
607 char* string = decoded.LockBuffer(bytes + 1);
621 decoded.UnlockBuffer(dest - string);
622 bytes = decoded.Length(); // Might have shrunk a bit.
630 if (decoded.FindFirst ("\e$B") >= 0 || decoded.FindFirst ("\e$@") >= 0)
639 mail_convert_to_utf8(charset, decoded
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dres.c421 char decoded = X2DIGITS_TO_NUM (ptr[1], ptr[2]); \
422 if (decoded != '/') \
424 c = decoded; \
/haiku-fatelf/headers/os/mail/
H A DMailComponent.h127 BString decoded; member in class:BTextMailComponent
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-exp.y642 if (string.length == strlen (ada_opname_table[i].decoded)-2
643 && strncasecmp (string.ptr, ada_opname_table[i].decoded+1,
646 strncpy (string.ptr, ada_opname_table[i].decoded,
H A Dada-lang.c736 ada_encode (const char *decoded)
743 if (decoded == NULL)
747 2 * strlen (decoded) + 10);
750 for (p = decoded; *p != '\0'; p += 1)
763 && strncmp (mapping->decoded, p,
764 strlen (mapping->decoded)) != 0; mapping += 1)
835 char *decoded;
878 /* Make decoded big enough for possible expansion by operator name. */
880 decoded = decoding_buffer;
895 decoded[
733 ada_encode(const char *decoded) argument
832 char *decoded; local
991 const char *decoded = ada_decode (gsymbol->name); local
[all...]
H A Dada-lang.h69 /* Corresponding encoded/decoded names and opcodes for Ada user-definable
74 const char *decoded; member in struct:ada_opname_map
78 /* Table of Ada operators in encoded and decoded forms. */
H A Dada-exp.c2331 if (string.length == strlen (ada_opname_table[i].decoded)-2
2332 && strncasecmp (string.ptr, ada_opname_table[i].decoded+1,
2335 strncpy (string.ptr, ada_opname_table[i].decoded,

Completed in 116 milliseconds