Home
last modified time | relevance | path

Searched refs:host_byte_order (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist/
Dpcre16_utf16_utils.c86 int length, int *host_byte_order, int keep_boms) in pcre16_utf16_to_host_byte_order() argument
91 int host_bo = host_byte_order != NULL ? *host_byte_order : 1; in pcre16_utf16_to_host_byte_order()
118 if (host_byte_order != NULL) in pcre16_utf16_to_host_byte_order()
119 *host_byte_order = host_bo; in pcre16_utf16_to_host_byte_order()
125 (void)(host_byte_order); in pcre16_utf16_to_host_byte_order()
Dpcre32_utf32_utils.c98 int length, int *host_byte_order, int keep_boms) in pcre32_utf32_to_host_byte_order() argument
103 int host_bo = host_byte_order != NULL ? *host_byte_order : 1; in pcre32_utf32_to_host_byte_order()
129 if (host_byte_order != NULL) in pcre32_utf32_to_host_byte_order()
130 *host_byte_order = host_bo; in pcre32_utf32_to_host_byte_order()
136 (void)(host_byte_order); in pcre32_utf32_to_host_byte_order()
/external/mesa3d/src/mesa/drivers/x11/
Dxmesa_x.h83 #define CHECK_BYTE_ORDER(__v) host_byte_order()==ImageByteOrder(__v->display)
Dxm_api.c100 static int host_byte_order( void ) in host_byte_order() function
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c195 static int host_byte_order( void ) in host_byte_order() function
322 boolean native_byte_order = (host_byte_order() == in choose_pixel_format()