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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c16 WK_word* dest_buf) {
19 WK_word* dest_next = dest_buf;
45 WK_word* dest_buf) {
47 WK_word* dest_next = dest_buf;
70 WK_word* dest_buf) {
73 WK_word* dest_next = dest_buf;
96 WK_word* dest_buf,
131 next_full_patt = dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16);
137 printf("dest_buf is %u next_full_patt is %u\n", dest_buf, next_full_pat
14 WK_pack_2bits(WK_word* source_buf, WK_word* source_end, WK_word* dest_buf) argument
43 WK_pack_4bits(WK_word* source_buf, WK_word* source_end, WK_word* dest_buf) argument
68 WK_pack_3_tenbits(WK_word* source_buf, WK_word* source_end, WK_word* dest_buf) argument
95 WKdm_compress(WK_word* src_buf, WK_word* dest_buf, unsigned int num_input_words) argument
[all...]
H A DWKdm.h218 WK_word* dest_buf,
222 WK_word* dest_buf,
H A DWKdmDecompress.c126 WK_word* dest_buf,
213 WK_word *next_output = dest_buf;
125 WKdm_decompress(WK_word* src_buf, WK_word* dest_buf, __unused unsigned int words) argument
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c16 WK_word* dest_buf) {
19 WK_word* dest_next = dest_buf;
45 WK_word* dest_buf) {
47 WK_word* dest_next = dest_buf;
70 WK_word* dest_buf) {
73 WK_word* dest_next = dest_buf;
96 WK_word* dest_buf,
131 next_full_patt = dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16);
137 printf("dest_buf is %u next_full_patt is %u\n", dest_buf, next_full_pat
14 WK_pack_2bits(WK_word* source_buf, WK_word* source_end, WK_word* dest_buf) argument
43 WK_pack_4bits(WK_word* source_buf, WK_word* source_end, WK_word* dest_buf) argument
68 WK_pack_3_tenbits(WK_word* source_buf, WK_word* source_end, WK_word* dest_buf) argument
95 WKdm_compress(WK_word* src_buf, WK_word* dest_buf, unsigned int num_input_words) argument
[all...]
H A DWKdmDecompress.c126 WK_word* dest_buf,
213 WK_word *next_output = dest_buf;
125 WKdm_decompress(WK_word* src_buf, WK_word* dest_buf, __unused unsigned int words) argument
/darwin-on-arm/xnu/libkern/libkern/
H A DWKdm.h218 WK_word* dest_buf,
222 WK_word* dest_buf,
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s5 // unsigned int WKdm_compress (WK_word* src_buf, WK_word* dest_buf, unsigned int num_input_words);
69 movl 12(%ebp), %esi // %esi = dest_buf
101 leal 16(%esi,%eax,4), %eax // dest_buf + [TAGS_AREA_OFFSET + (num_input_words / 16)]*4
102 movl %eax, -6256(%ebp) // next_full_patt = dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16);
173 // SET_QPOS_AREA_START(dest_buf,next_full_patt);
175 subl 12(%ebp), %edi // next_full_patt - dest_buf
176 movl %edi, %eax // next_full_patt - dest_buf
178 movl %eax, -6240(%ebp) // save (next_full_patt - dest_buf) in words
179 movl 12(%ebp), %edx // dest_buf
180 movl %eax, 4(%edx) // dest_buf[
[all...]
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c572 ssize_t pipe_read_data(pipe_t p, void *dest_buf, int size);
587 ssize_t pipe_read_data(pipe_t p, void *dest_buf, int size) argument
591 int retval = read(fd, dest_buf, size);

Completed in 36 milliseconds