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

  /external/pcre/dist/doc/
pcre_utf16_to_host_byte_order.3 
pcre_utf32_to_host_byte_order.3 
  /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/pcre/dist/doc/html/
pcre_utf16_to_host_byte_order.html 23 <b> PCRE_SPTR16 <i>input</i>, int <i>length</i>, int *<i>host_byte_order</i>,</b>
38 <i>host_byte_order</i> a NULL value or a non-zero value pointed to means
46 If <i>host_byte_order</i> is not NULL, it is set to indicate the byte order that
pcre_utf32_to_host_byte_order.html 23 <b> PCRE_SPTR32 <i>input</i>, int <i>length</i>, int *<i>host_byte_order</i>,</b>
38 <i>host_byte_order</i> a NULL value or a non-zero value pointed to means
46 If <i>host_byte_order</i> is not NULL, it is set to indicate the byte order that
  /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 426 milliseconds