Searched refs:bbp (Results 1 - 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | httpread.c | 373 char *bbp; /* pointer into body buffer */ in httpread_read_handler() local 528 bbp = h->body + h->body_nbytes; in httpread_read_handler() 535 if (bbp-cbp >= 2 && bbp[-2] == '\r' && in httpread_read_handler() 536 bbp[-1] == '\n') { in httpread_read_handler() 558 bbp = cbp; in httpread_read_handler() 581 if (bbp[-1] == '\n' && in httpread_read_handler() 582 bbp[-2] == '\r') { in httpread_read_handler() 589 bbp -= 2; in httpread_read_handler() 612 *bbp in httpread_read_handler() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | httpread.c | 373 char *bbp; /* pointer into body buffer */ in httpread_read_handler() local 528 bbp = h->body + h->body_nbytes; in httpread_read_handler() 535 if (bbp-cbp >= 2 && bbp[-2] == '\r' && in httpread_read_handler() 536 bbp[-1] == '\n') { in httpread_read_handler() 558 bbp = cbp; in httpread_read_handler() 581 if (bbp[-1] == '\n' && in httpread_read_handler() 582 bbp[-2] == '\r') { in httpread_read_handler() 589 bbp -= 2; in httpread_read_handler() 612 *bbp in httpread_read_handler() [all...] |
/third_party/skia/tests/ |
H A D | GrAHardwareBufferTest.cpp | 152 int bbp = srcBitmap.bytesPerPixel(); in basic_draw_test_helper() local 161 memcpy(dst, src, DEV_W * bbp); in basic_draw_test_helper()
|
H A D | MultiPictureDocumentTest.cpp | 269 int bbp = srcBitmap.bytesPerPixel(); in makeAHardwareBufferTestImage() local 274 memcpy(dst, src, DEV_W * bbp); in makeAHardwareBufferTestImage()
|
H A D | VkHardwareBufferTest.cpp | 1175 int bbp = srcBitmap.bytesPerPixel(); in run_test() local 1179 memcpy(dst, src, DEV_W * bbp); in run_test()
|
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.cpp | 72 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); local 74 memcpy(dst, src, width * bbp);
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlGpu.h | 259 bool clearTexture(GrMtlTexture*, size_t bbp, uint32_t levelMask);
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/math_test_data/ |
H A D | asin_data.h | 442 {0x1.61cac083126e9p-1, 0x1.86971954371bbp-1},
|
H A D | powf_data.h | 244 {0x1p-149, 0x1.e1cacp-1, 0x1.bbp-141},
|
H A D | sinf_data.h | 287 {-0x1.499bbp-6, -0x1.4995fep-6},
|
H A D | sincosf_data.h | 773 {-0x1.470bbp+4, -0x1.ffe5c8p-1, -0x1.47ad4ap-6},
|
Completed in 12 milliseconds