HomeSort by: relevance | last modified time | path
    Searched refs:next_value (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/
drmsl.c 116 void *next_value; local
121 &next_key, &next_value);
  /xsrc/external/mit/xedit/dist/lisp/
string.c 77 int cmp, value, next_value; local
102 next_value = SCHAR_VALUE(character);
103 if (ignore_case && islower(next_value))
104 next_value = toupper(next_value);
105 if (value == next_value)
120 next_value = SCHAR_VALUE(character);
121 if (ignore_case && islower(next_value))
122 next_value = toupper(next_value);
    [all...]
  /xsrc/external/mit/libdrm/dist/
xf86drmSL.c 233 unsigned long *next_key, void **next_value)
242 *prev_value = *next_value = NULL;
250 *next_value = update[0]->forward[0]->value;
xf86drm.h 771 unsigned long *next_key, void **next_value);

Completed in 8 milliseconds