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

  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Searching.c 58 #define WHICH8(c) ((unsigned char)(c) >> 3)
75 index = WHICH8(*s2);
100 index = WHICH8(*str);
124 index = WHICH8(*s1);
170 index = WHICH8(*s1);
240 index = WHICH8(*s1);
251 index = WHICH8(*s1);
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c 53 #define WHICH8(c) ((unsigned short)(c) >> 3)
72 index = WHICH8(*s2);
97 index = WHICH8(*str);
121 index = WHICH8(*s1);
163 index = WHICH8(*s1);
236 index = WHICH8(*s1);
247 index = WHICH8(*s1);

Completed in 71 milliseconds