Home
last modified time | relevance | path

Searched refs:SetInt (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common.cpp142 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 Dlogic-aarch64.cc601 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 Dsimulator-aarch64.h785 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 Dsimulator-logic-arm64.cc668 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 Dsimulator-arm64.h445 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 Dimgui_internal.h281 void Remove(ImGuiID key, ImPoolIdx idx) { Data[idx].~T(); *(int*)&Data[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); } in Remove()
H A Dimgui.h1624 IMGUI_API void SetInt(ImGuiID key, int val);
H A Dimgui_widgets.cpp4728 storage->SetInt(id, is_open);
4737 storage->SetInt(id, is_open);
4857 window->DC.StateStorage->SetInt(id, is_open);
H A Dimgui.cpp1963 // 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 Dimgui_widgets.cpp5786 storage->SetInt(id, is_open);
5795 storage->SetInt(id, is_open);
5946 window->DC.StateStorage->SetInt(id, is_open);
H A Dimgui.h2148 IMGUI_API void SetInt(ImGuiID key, int val);
H A Dimgui_internal.h630 void Remove(ImGuiID key, ImPoolIdx idx) { Buf[idx].~T(); *(int*)&Buf[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); AliveCount--; }
H A Dimgui.cpp2014 // 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 Dstylo.hpp[all...]

Completed in 143 milliseconds