Home
last modified time | relevance | path

Searched defs:gptr (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h357 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument
374 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument
391 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
407 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
423 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument
438 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \ argument
/third_party/ffmpeg/libavfilter/
Dvf_colortemperature.c118 uint8_t *gptr = frame->data[0] + slice_start * glinesize; in temperature_slice8() local
160 uint16_t *gptr = (uint16_t *)frame->data[0] + slice_start * glinesize; in temperature_slice16() local
Dvf_vibrance.c77 uint8_t *gptr = frame->data[0] + slice_start * glinesize; in vibrance_slice8() local
136 uint16_t *gptr = (uint16_t *)frame->data[0] + slice_start * glinesize; in vibrance_slice16() local
Dvf_colorcontrast.c103 uint8_t *gptr = frame->data[0] + slice_start * glinesize; in colorcontrast_slice8() local
157 uint16_t *gptr = (uint16_t *)frame->data[0] + slice_start * glinesize; in colorcontrast_slice16() local
/third_party/backends/backend/pixma/
Dpixma_common.c342 pixma_r_to_ir (uint8_t * gptr, uint8_t * sptr, unsigned w, unsigned c) in pixma_r_to_ir()
367 pixma_rgb_to_gray (uint8_t * gptr, uint8_t * sptr, unsigned w, unsigned c) in pixma_rgb_to_gray()
Dpixma_mp750.c451 rgb_to_gray (uint8_t * gptr, const uint8_t * cptr, unsigned pixels, unsigned c) in rgb_to_gray()
Dpixma_mp800.c1611 uint8_t *sptr, *dptr, *gptr, *cptr; in post_process_image_data() local
Dpixma_mp150.c1174 uint8_t *sptr, *dptr, *gptr, *cptr; in post_process_image_data() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c9470 uint32_t *gptr, *gptrend; in get_branchlength() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp26954 gptr() const { return _M_in_cur; } in gptr() function in std::basic_streambuf