OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcj_x86
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz_dec_bcj.c
22
BCJ_X86
= 4, /* x86 or x86-64 */
88
static size_t
bcj_x86
(struct xz_dec_bcj *s, uint8_t *buf, size_t size)
function
355
case
BCJ_X86
:
356
filtered =
bcj_x86
(s, buf, size);
540
case
BCJ_X86
:
/external/toybox/toys/pending/
xzcat.c
425
BCJ_X86
= 4, /* x86 or x86-64 */
505
static size_t
bcj_x86
(struct xz_dec_bcj *s, uint8_t *buf, size_t size)
function
772
case
BCJ_X86
:
773
filtered =
bcj_x86
(s, buf, size);
948
case
BCJ_X86
:
[
all
...]
Completed in 39 milliseconds