Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 18 of 18) sorted by relevance

/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/
Ddemo_guix_screenshot_to_bitmap_16bpp.c99 CHAR *pointer; in start_filex() local
102 pointer = (CHAR *)first_unused_memory; in start_filex()
109 pointer, DEMO_STACK_SIZE, in start_filex()
111 pointer = pointer + DEMO_STACK_SIZE; in start_filex()
114 ram_disk_memory = pointer; in start_filex()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/
Ddemo_guix_screenshot_to_bitmap_32bpp.c99 CHAR *pointer; in start_filex() local
102 pointer = (CHAR *)first_unused_memory; in start_filex()
109 pointer, DEMO_STACK_SIZE, in start_filex()
111 pointer = pointer + DEMO_STACK_SIZE; in start_filex()
114 ram_disk_memory = pointer; in start_filex()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/
Ddemo_guix_screenshot_to_bitmap_332rgb.c99 CHAR *pointer; in start_filex() local
102 pointer = (CHAR *)first_unused_memory; in start_filex()
109 pointer, DEMO_STACK_SIZE, in start_filex()
111 pointer = pointer + DEMO_STACK_SIZE; in start_filex()
114 ram_disk_memory = pointer; in start_filex()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/
Ddemo_guix_screenshot_to_bitmap_monochrome.c73 CHAR *pointer; in start_filex() local
76 pointer = (CHAR *)first_unused_memory; in start_filex()
83 pointer, DEMO_STACK_SIZE, in start_filex()
85 pointer = pointer + DEMO_STACK_SIZE; in start_filex()
88 ram_disk_memory = pointer; in start_filex()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/
Ddemo_guix_screenshot_to_bitmap_8bit_palette.c99 CHAR *pointer; in start_filex() local
102 pointer = (CHAR *)first_unused_memory; in start_filex()
109 pointer, DEMO_STACK_SIZE, in start_filex()
111 pointer = pointer + DEMO_STACK_SIZE; in start_filex()
114 ram_disk_memory = pointer; in start_filex()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/
Ddemo_guix_screenshot_to_bitmap_1555xrgb.c99 CHAR *pointer; in start_filex() local
102 pointer = (CHAR *)first_unused_memory; in start_filex()
109 pointer, DEMO_STACK_SIZE, in start_filex()
111 pointer = pointer + DEMO_STACK_SIZE; in start_filex()
114 ram_disk_memory = pointer; in start_filex()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/
Ddemo_guix_screenshot_to_bitmap_4444argb.c99 CHAR *pointer; in start_filex() local
102 pointer = (CHAR *)first_unused_memory; in start_filex()
109 pointer, DEMO_STACK_SIZE, in start_filex()
111 pointer = pointer + DEMO_STACK_SIZE; in start_filex()
114 ram_disk_memory = pointer; in start_filex()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/
Ddemo_guix_screenshot_to_bitmap_4bpp.c102 CHAR *pointer; in start_filex() local
105 pointer = (CHAR *)first_unused_memory; in start_filex()
112 pointer, DEMO_STACK_SIZE, in start_filex()
114 pointer = pointer + DEMO_STACK_SIZE; in start_filex()
117 ram_disk_memory = pointer; in start_filex()
/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h1783 UCHAR **_tx_misra_indirect_void_to_uchar_pointer_convert(VOID **pointer);
1784 UCHAR **_tx_misra_uchar_to_indirect_uchar_pointer_convert(UCHAR *pointer);
1786 TX_BLOCK_POOL *_tx_misra_void_to_block_pool_pointer_convert(VOID *pointer);
1787 UCHAR *_tx_misra_void_to_uchar_pointer_convert(VOID *pointer);
1788 TX_BLOCK_POOL *_tx_misra_uchar_to_block_pool_pointer_convert(UCHAR *pointer);
1789 UCHAR **_tx_misra_void_to_indirect_uchar_pointer_convert(VOID *pointer);
1790 TX_BYTE_POOL *_tx_misra_void_to_byte_pool_pointer_convert(VOID *pointer);
1792 ALIGN_TYPE *_tx_misra_uchar_to_align_type_pointer_convert(UCHAR *pointer);
1793 TX_BYTE_POOL **_tx_misra_uchar_to_indirect_byte_pool_pointer_convert(UCHAR *pointer);
1794 TX_EVENT_FLAGS_GROUP *_tx_misra_void_to_event_flags_pointer_convert(VOID *pointer);
[all …]
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dftsystem.h214 void* pointer; member
Dfttypes.h415 const FT_Byte* pointer; member
/GUIX-v6.2.1/guix_studio/
Dstudiox_screen_driver.c302 VOID *pointer; in guix_memory_allocate() local
303 pointer = malloc(size); in guix_memory_allocate()
304 return pointer; in guix_memory_allocate()
/GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt282 … gx_multi_line_text_button_line_pointers_set.c Validated pointer value.
660 modified gx_display_driver_24xrgb_setup.c to remove obsolete function pointer initialization
661 modified gx_display_driver_32argb_setup.c to remove obsolete function pointer initialization
662 modified gx_display_driver_565rgb_setup.c to remove obsolete function pointer initialization
663 modified gx_display_driver_8bi_palette_setup.c to remove obsolete function pointer initialization
664 modified gx_display_driver_monochrome_setup.c to remove obsolete function pointer initialization
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Dreadme_guix_generic.txt282 … gx_multi_line_text_button_line_pointers_set.c Validated pointer value.
660 modified gx_display_driver_24xrgb_setup.c to remove obsolete function pointer initialization
661 modified gx_display_driver_32argb_setup.c to remove obsolete function pointer initialization
662 modified gx_display_driver_565rgb_setup.c to remove obsolete function pointer initialization
663 modified gx_display_driver_8bi_palette_setup.c to remove obsolete function pointer initialization
664 modified gx_display_driver_monochrome_setup.c to remove obsolete function pointer initialization
/GUIX-v6.2.1/docs/
Drevision_history.txt92 …Add new API to allow the application to define the canvas memory pointer without directly modifyin…
950 … gx_multi_line_text_button_line_pointers_set.c Validated pointer value.
1328 modified gx_display_driver_24xrgb_setup.c to remove obsolete function pointer initialization
1329 modified gx_display_driver_32argb_setup.c to remove obsolete function pointer initialization
1330 modified gx_display_driver_565rgb_setup.c to remove obsolete function pointer initialization
1331 modified gx_display_driver_8bi_palette_setup.c to remove obsolete function pointer initialization
1332 modified gx_display_driver_monochrome_setup.c to remove obsolete function pointer initialization
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dpsaux.h621 FT_Byte** pointer,
626 FT_Byte** pointer,
/GUIX-v6.2.1/
DREADME.md59 /* pointer for use in ISR processing later, and finding the first */
/GUIX-v6.2.1/guix_studio/libs/libgit2/
DLICENSE.txt313 the "copyright" line and a pointer to where the full notice is found.
932 "copyright" line and a pointer to where the full notice is found.