HomeSort by relevance Sort by last modified time
    Searched refs:host_byte_order (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist/
pcre16_utf16_utils.c 70 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);
pcre32_utf32_utils.c 82 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);
  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 83 #define CHECK_BYTE_ORDER(__v) host_byte_order()==ImageByteOrder(__v->display)
xm_api.c 100 static int host_byte_order( void ) function
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 195 static int host_byte_order( void ) function
322 boolean native_byte_order = (host_byte_order() ==
    [all...]

Completed in 124 milliseconds