Home
last modified time | relevance | path

Searched refs:pre_offset (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_win32_etw_provider.cc97 int pre_offset = 0; in CodeAddressNotification() local
101 pre_offset = FilterCodeEvents(jevent->name.str, jevent->name.len); in CodeAddressNotification()
102 if (pre_offset >= 0) { in CodeAddressNotification()
104 NODE_V8SYMBOL_ADD(jevent->name.str + pre_offset, in CodeAddressNotification()
105 jevent->name.len - pre_offset, in CodeAddressNotification()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c696 double pre_offset = (factor - 0.5)/factor - 0.5; in lp_build_brilinear_lod() local
704 lp_build_const_vec(bld->gallivm, bld->type, pre_offset)); in lp_build_brilinear_lod()