/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_rwops.h | 49 source to the area pointed at by 'ptr'. 54 /* Write exactly 'num' objects each of size 'objsize' from the area 107 extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops *area);
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_mouse.h | 40 SDL_Rect area; /* The area of the mouse cursor */ member in struct:SDL_Cursor 44 Uint8 *save[2]; /* Place to save cursor area */
|
SDL_rwops.h | 49 source to the area pointed at by 'ptr'. 54 /* Write exactly 'num' objects each of size 'objsize' from the area 107 extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops *area);
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_mouse.h | 44 SDL_Rect area; /* The area of the mouse cursor */ member in struct:SDL_Cursor 48 Uint8 *save[2]; /* Place to save cursor area */
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_mouse.h | 40 SDL_Rect area; /* The area of the mouse cursor */ member in struct:SDL_Cursor 44 Uint8 *save[2]; /* Place to save cursor area */
|
SDL_rwops.h | 49 source to the area pointed at by 'ptr'. 54 /* Write exactly 'num' objects each of size 'objsize' from the area 107 extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops *area);
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 139 * The caller promises to modify only pixels in the area specified 142 * The content of the buffer outside of the specified area is NOT modified 271 * and the given rectangle is the area of the screen that gets 278 * Only the area defined by this rectangle is guaranteed to be valid, that 282 * The rectangle evaluated during (*post)() and specifies which area
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_mmap.c | 288 info->u.shm.area = NULL; 397 i->u.shm.area = snd_shm_area_create(id, ptr); 398 if (i->u.shm.area == NULL) { 409 i1->u.shm.area = snd_shm_area_share(i->u.shm.area); 505 if (i->u.shm.area) { 506 snd_shm_area_destroy(i->u.shm.area); 507 i->u.shm.area = NULL; 513 if (i1->u.shm.area) { 514 snd_shm_area_destroy(i1->u.shm.area); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/file/ |
SDL_rwops.c | 524 SDL_RWops *area; local 526 area = (SDL_RWops *)SDL_malloc(sizeof *area); 527 if ( area == NULL ) { 530 return(area); 533 void SDL_FreeRW(SDL_RWops *area) 535 SDL_free(area);
|
/external/libffi/src/x86/ |
darwin64.S | 56 movq %rdi, %r10 /* Save a copy of the register area. */ 71 /* Deallocate the reg arg area. */ 77 /* Deallocate stack arg area; local stack frame in redzone. */ 158 leaq -20(%rsp), %rsi /* Scratch area in redzone. */ 162 value to a 16 byte scratch area first. Bits 8, 9, and 10 179 the scratch area to the true destination. */
|
unix64.S | 56 movq %rdi, %r10 /* Save a copy of the register area. */ 71 /* Deallocate the reg arg area. */ 77 /* Deallocate stack arg area; local stack frame in redzone. */ 162 leaq -20(%rsp), %rsi /* Scratch area in redzone. */ 166 value to a 16 byte scratch area first. Bits 8, 9, and 10 183 the scratch area to the true destination. */
|
/external/tcpdump/ |
print-ospf6.c | 142 scope = "area-"; 164 printf(" %sinter-area-prefix %s abr %s", scope, 170 printf(" %sinter-area-router %s rtr %s", scope, 200 printf(" %sintra-area-prefix %s rtr %s", scope, 459 /* Intra-Area-Prefix LSA */ 661 printf(" area %s", ipaddr_string(&op->ospf6_areaid));
|
/frameworks/base/core/java/android/view/ |
MotionEvent.java | 226 * even if the event did not directly pass through the obscured area. 471 * @param size A scaled value of the approximate size of the area being pressed when 533 * @param size A scaled value of the approximate size of the area being pressed when [all...] |
/external/kernel-headers/original/linux/ |
swap.h | 41 * Magic header for a swap area. The first part of the union is 43 * swap area format, the second part of the union adds - in the 44 * old reserved area - some extra information. Note that the first
|
binfmts.h | 77 /* Stack area protections */
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/ |
pvmp3_dct_9_arm.s | 31 AREA |.drectve|, DRECTVE 40 AREA |.rdata|, DATA, READONLY 46 AREA |.text|, CODE, READONLY
|
pvmp3_polyphase_filter_window_wm.asm | 33 AREA |.drectve|, DRECTVE 38 AREA |.pdata|, PDATA 40 AREA |.text|, CODE, ARM
|
/bionic/libc/arch-x86/bionic/ |
__set_tls.c | 82 /* could not set thread local area */
|
/dalvik/libdex/ |
CmdUtils.h | 26 * allocated storage. Maintaining local pointers to items in the shared area
|
/external/kernel-headers/original/asm-generic/ |
ioctl.h | 9 * and to avoid overwriting user space outside the user buffer area.
|
/external/libffi/testsuite/libffi.call/ |
cls_12byte.c | 0 /* Area: ffi_call, closure_call
|
cls_16byte.c | 0 /* Area: ffi_call, closure_call
|
cls_20byte.c | 0 /* Area: ffi_call, closure_call
|
cls_20byte1.c | 0 /* Area: ffi_call, closure_call
|
cls_2byte.c | 0 /* Area: ffi_call, closure_call
|