Searched refs:psegment_buf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Dplatform.c141 char *psegment_buf; local in function:FindStringInSeg
148 psegment_buf = (char *) XpressROMPtr;
152 if (*(psegment_buf + i) == *string_ptr) {
158 if (!Strncmp(string_ptr, (psegment_buf + i), string_length)) {
/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Dplatform.c295 char *psegment_buf; local in function:FindStringInSeg
308 psegment_buf = (char *)XpressROMPtr;
317 psegment_buf = segment_buffer;
320 psegment_buf = (char *)XpressROMPtr;
322 psegment_buf = XpressROMPtr;
327 if (*(psegment_buf + i) == *string_ptr) {
333 if (!Strncmp(string_ptr, (psegment_buf + i), string_length)) {

Completed in 3 milliseconds