Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
Dittnotify_config.h455 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument
472 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument
489 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
505 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
521 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument
536 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \ argument
551 #define NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) { \ argument
568 #define NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) { \ argument
/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/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c235 struct rbug_proto_texture_read *gptr = (struct rbug_proto_texture_read *)header; in rbug_texture_read() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c9161 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