/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common.cpp | 142 res = ctx->cfg->SetInt(cfg_id, bmd_input); in decklink_select_input() 197 res = ctx->cfg->SetInt(bmdDeckLinkConfigDuplexMode, ctx->duplex_mode == 2 ? bmdDuplexModeFull : bmdDuplexModeHalf); in ff_decklink_set_configs() 217 res = ctx->cfg->SetInt(bmdDeckLinkConfigReferenceInputTimingOffset, cctx->timing_offset); in ff_decklink_set_configs() 223 res = ctx->cfg->SetInt(bmdDeckLinkConfigSDIOutputLinkConfiguration, ctx->link); in ff_decklink_set_configs()
|
/third_party/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 601 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add() 630 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add_uint() 665 dst.SetInt(vform, i, quotient); in sdiv() 764 dst.SetInt(vform, i, dst_val); in smulh() 993 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub() 1022 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub_uint() 1168 dst.SetInt(vform, i, dst_val); in sminmax() 1262 dst.SetInt(vform_dst, 0, dst_val); in addv() 1279 dst.SetInt(vform_dst, 0, dst_val); in saddlv() 1318 dst.SetInt(vfor in sminmaxv() [all...] |
H A D | simulator-aarch64.h | 785 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt() function in vixl::aarch64::LogicVRegister 809 SetInt(vform, i, src[i]); in SetIntArray() 915 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate() 917 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate() 961 SetInt(vform, i, val); in Uhalve() 973 SetInt(vform, i, val); in Halve() 2079 dst.SetInt(vform, index, MemReadInt(msize_in_bytes, addr));
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 668 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add() 986 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub() 1107 dst.SetInt(vform, i, dst_val); in SMinMax() 1182 dst.SetInt(vform_dst, 0, dst_val); in addv() 1197 dst.SetInt(vform_dst, 0, dst_val); in saddlv() 1228 dst.SetInt(vform, 0, dst_val); in SMinMaxV() 1569 dst.SetInt(vform, i, 0); in sshl() 1572 dst.SetInt(vform, i, src_is_negative ? -1 : 0); in sshl() 1649 dst.SetInt(vform, i, (sa == INT64_MIN) ? sa : -sa); in neg() 1664 dst.SetInt(vfor in suqadd() [all...] |
H A D | simulator-arm64.h | 445 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt() function in v8::internal::LogicVRegister 468 SetInt(vform, i, src[i]); in SetIntArray() 566 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate() 568 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate() 612 SetInt(vform, i, val); in Uhalve() 628 SetInt(vform, i, val); in Halve()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 281 void Remove(ImGuiID key, ImPoolIdx idx) { Data[idx].~T(); *(int*)&Data[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); } in Remove()
|
H A D | imgui.h | 1624 IMGUI_API void SetInt(ImGuiID key, int val);
|
H A D | imgui_widgets.cpp | 4728 storage->SetInt(id, is_open); 4737 storage->SetInt(id, is_open); 4857 window->DC.StateStorage->SetInt(id, is_open);
|
H A D | imgui.cpp | 1963 // FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (maximum one a frame) 1964 void ImGuiStorage::SetInt(ImGuiID key, int val) in SetInt() function in ImGuiStorage 1977 SetInt(key, val ? 1 : 0); in SetBool()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 5786 storage->SetInt(id, is_open); 5795 storage->SetInt(id, is_open); 5946 window->DC.StateStorage->SetInt(id, is_open);
|
H A D | imgui.h | 2148 IMGUI_API void SetInt(ImGuiID key, int val);
|
H A D | imgui_internal.h | 630 void Remove(ImGuiID key, ImPoolIdx idx) { Buf[idx].~T(); *(int*)&Buf[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); AliveCount--; }
|
H A D | imgui.cpp | 2014 // FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (maximum one a frame) 2015 void ImGuiStorage::SetInt(ImGuiID key, int val) in SetInt() function in ImGuiStorage 2028 SetInt(key, val ? 1 : 0); in SetBool()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |