Searched refs:temp_buffer (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_backing_store.c2699 vm_offset_t temp_buffer; local
2700 vm_allocate(kernel_map, &temp_buffer, total_read, VM_FLAGS_ANYWHERE);
2701 memcpy((void *) temp_buffer, (void *) *bufferp, total_read);
2702 if(vm_map_copyin_page_list(kernel_map, temp_buffer, total_read,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32term.c4151 static short temp_buffer[100];
4285 if (temp_index == sizeof temp_buffer / sizeof (short))
4287 temp_buffer[temp_index++] = msg.msg.wParam;
4309 if (temp_index == sizeof temp_buffer / sizeof (short))
4311 temp_buffer[temp_index++] = msg.msg.wParam;
4130 static short temp_buffer[100]; variable
H A Dxterm.c5579 static short temp_buffer[100];
5582 if (temp_index == sizeof temp_buffer / sizeof (short)) \
5584 temp_buffer[temp_index++] = (keysym)
5559 static short temp_buffer[100]; variable

Completed in 389 milliseconds