HomeSort by: relevance | last modified time | path
    Searched defs:format_ret (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xcms/
cmsProp.c 123 int format_ret;
131 XA_INTEGER, &atom_ret, &format_ret,
135 len += nitems_ret * (format_ret >> 3);
141 if (xgwp_ret != Success || format_ret == 0 || nitems_ret == 0) {
148 *pFormat = format_ret;
150 *pNBytes = nitems_ret * (format_ret >> 3);
120 int format_ret; local
  /xsrc/external/mit/transset/dist/
clientwin.c 36 int format_ret; local
43 &type_ret, &format_ret, &num_ret,
123 int format_ret; local
136 XA_WINDOW, &type_ret, &format_ret, &num_ret,
140 if (prop_ret && type_ret == XA_WINDOW && format_ret == 32) {
  /xsrc/external/mit/xprop/dist/
clientwin.c 36 int format_ret; local
43 &type_ret, &format_ret, &num_ret,
123 int format_ret; local
136 XA_WINDOW, &type_ret, &format_ret, &num_ret,
140 if (prop_ret && type_ret == XA_WINDOW && format_ret == 32) {
  /xsrc/external/mit/xwd/dist/
clientwin.c 36 int format_ret; local
43 &type_ret, &format_ret, &num_ret,
123 int format_ret; local
136 XA_WINDOW, &type_ret, &format_ret, &num_ret,
140 if (prop_ret && type_ret == XA_WINDOW && format_ret == 32) {
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imTrX.c 337 int format_ret; local
370 &type_ret, &format_ret, &nitems, &bytes_after_ret, &prop_ret);
371 if (return_code != Success || format_ret == 0 || nitems == 0) {
385 &type_ret, &format_ret, &nitems,
406 &type_ret, &format_ret, &nitems,
423 &type_ret, &format_ret, &nitems, &bytes_after_ret, &prop_ret);
424 if (return_code != Success || format_ret == 0 || nitems == 0) {
  /xsrc/external/mit/xcmsdb/dist/
xcmsdb.c 878 int format_ret;
886 XA_INTEGER, &atom_ret, &format_ret,
890 len += nitems_ret * (format_ret >> 3);
897 if (xgwp_ret != Success || format_ret == 0 || nitems_ret == 0) {
903 *pFormat = format_ret;
905 *pNBytes = nitems_ret * (format_ret >> 3);
871 int format_ret; local

Completed in 9 milliseconds