Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_system_private_string.c75 GX_UBYTE *byte; in _gx_system_private_string_copy() local
102 byte = (GX_UBYTE *)string -> gx_string_ptr; in _gx_system_private_string_copy()
103 current_buffer_size = *byte++; in _gx_system_private_string_copy()
105 current_buffer_size = (USHORT)(current_buffer_size | (*byte++)); in _gx_system_private_string_copy()
118 byte = (GX_UBYTE *)string -> gx_string_ptr; in _gx_system_private_string_copy()
119 *byte++ = (GX_UBYTE)(needed_buffer_size >> 8); in _gx_system_private_string_copy()
120 *byte++ = (GX_UBYTE)(needed_buffer_size & 0xff); in _gx_system_private_string_copy()
122 …memcpy(byte, text -> gx_string_ptr, text -> gx_string_length + 1); /* Use case of memcpy is verifi… in _gx_system_private_string_copy()
133 …memcpy(byte, text -> gx_string_ptr, text -> gx_string_length + 1); /* Use case of memcpy is verifi… in _gx_system_private_string_copy()
145 byte = (GX_UBYTE *)string -> gx_string_ptr; in _gx_system_private_string_copy()
[all …]
/GUIX-v6.2.1/test/example_internal/display_resolution/
DREADME.txt1 This demo is used to test studio x-resolution bug. This bug is caused by the four byte alignment ch…
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dftmemory.h234 #define FT_MEM_SET( dest, byte, count ) \ argument
235 ft_memset( dest, byte, (FT_Offset)(count) )
/GUIX-v6.2.1/guix_studio/
Dgif_reader.cpp150 PropertyItem* p_item = (PropertyItem*)(new byte[buffer_size]); in ReadImage()
Dresource_gen.cpp2105 unsigned char byte; in WriteOneStringData() local
2148 byte = *data++; in WriteOneStringData()
2149 if (byte & 0x80) in WriteOneStringData()
2168 byte = *data++; in WriteOneStringData()
2169 out.Format(_T("0x%02x, "), byte); in WriteOneStringData()
Dstudiox.rc748 …CONTROL "reverse byte order",IDC_CHECK_REVERSE_ORDER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP…