Home
last modified time | relevance | path

Searched defs:identical (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_pixels.c435 static Uint8 *Map1to1(SDL_Palette *src, SDL_Palette *dst, int *identical) in Map1to1()
488 static Uint8 *MapNto1(SDL_PixelFormat *src, SDL_PixelFormat *dst, int *identical) in MapNto1()
/external/chromium/net/spdy/
Dspdy_framer_test.cc57 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() local