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

  /external/wpa_supplicant_8/src/wps/
httpread.c 380 char *bbp; /* pointer into body buffer */ local
520 bbp = h->body + h->body_nbytes;
527 if (bbp-cbp >= 2 && bbp[-2] == '\r' &&
528 bbp[-1] == '\n') {
540 bbp = cbp;
564 if (bbp[-1] == '\n' &&
565 bbp[-2] == '\r') {
569 bbp -= 2;
594 *bbp++ = *rbp++
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrFontScaler.cpp 175 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat()); local
177 memcpy(dst, src, width * bbp);
  /external/skia/src/gpu/
SkGrFontScaler.cpp 193 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat()); local
195 memcpy(dst, src, width * bbp);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.c 134 exa_get_pipe_format(int depth, enum pipe_format *format, int *bbp, int *picture_format)
140 assert(*bbp == 32);
145 assert(*bbp == 32);
150 assert(*bbp == 16);
155 assert(*bbp == 16);
160 assert(*bbp == 8);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.c 134 exa_get_pipe_format(int depth, enum pipe_format *format, int *bbp, int *picture_format)
140 assert(*bbp == 32);
145 assert(*bbp == 32);
150 assert(*bbp == 16);
155 assert(*bbp == 16);
160 assert(*bbp == 8);
  /external/valgrind/main/VEX/priv/
host_arm64_isel.c 6550 HReg bbp = get_baseblock_register(); local
6556 HReg bbp = get_baseblock_register(); local
    [all...]

Completed in 322 milliseconds