Searched defs:host_byte_order (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist/
H A Dpcre16_utf16_utils.c70 host_byte_order
86 int length, int *host_byte_order, int keep_boms)
91 int host_bo = host_byte_order != NULL ? *host_byte_order : 1;
118 if (host_byte_order != NULL)
119 *host_byte_order = host_bo;
125 (void)(host_byte_order);
85 pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *output, PCRE_SPTR16 input, int length, int *host_byte_order, int keep_boms) argument
H A Dpcre32_utf32_utils.c82 host_byte_order
98 int length, int *host_byte_order, int keep_boms)
103 int host_bo = host_byte_order != NULL ? *host_byte_order : 1;
129 if (host_byte_order != NULL)
130 *host_byte_order = host_bo;
136 (void)(host_byte_order);
97 pcre32_utf32_to_host_byte_order(PCRE_UCHAR32 *output, PCRE_SPTR32 input, int length, int *host_byte_order, int keep_boms) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c195 static int host_byte_order( void ) function
322 boolean native_byte_order = (host_byte_order() ==
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c100 static int host_byte_order( void ) function
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c195 static int host_byte_order( void ) function
322 boolean native_byte_order = (host_byte_order() ==
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c100 static int host_byte_order( void ) function

Completed in 1038 milliseconds