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

  /src/usr.bin/locate/code/
locate.code.c 100 static int bgindex(char *);
164 if ((code = bgindex(cp)) < 0) {
190 bgindex(char *bg) /* Return location of bg in bigrams or -1. */ function in typeref:typename:int
locate.code.c 100 static int bgindex(char *);
164 if ((code = bgindex(cp)) < 0) {
190 bgindex(char *bg) /* Return location of bg in bigrams or -1. */ function in typeref:typename:int
  /src/sys/dev/stbi/
stb_image.c 4325 int flags, bgindex, ratio, transparent, eflags; member in struct:stbi_gif_struct
4392 g->bgindex = get8(s);
4538 uint8 *c = g->pal[g->bgindex];
stb_image.c 4325 int flags, bgindex, ratio, transparent, eflags; member in struct:stbi_gif_struct
4392 g->bgindex = get8(s);
4538 uint8 *c = g->pal[g->bgindex];

Completed in 33 milliseconds