Home
last modified time | relevance | path

Searched defs:cond (Results 776 - 792 of 792) sorted by relevance

1...<<3132

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.c5073 bool cond; in dhd_bus_perform_bp_reset() local
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h4208 static inline ktime_t skb_tstamp_cond(const struct sk_buff *skb, bool cond) in skb_tstamp_cond() argument
/third_party/f2fs-tools/include/
H A Df2fs_fs.h1527 __u8 cond; /* Zone condition */ member
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c4525 emit_cond_branch(struct ntd_context *ctx, const struct dxil_value *cond, in emit_cond_branch() argument
5083 const struct dxil_value *cond = get_src(ctx, &if_stmt->condition, 0, in emit_if() local
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc225 Node* Branch(Node* cond, Node** true_node, Node** false_node, in Branch() argument
1426 Node* WasmGraphBuilder::BranchNoHint(Node* cond, Node** true_node, in BranchNoHint() argument
1431 Node* WasmGraphBuilder::BranchExpectFalse(Node* cond, Node** true_node, in BranchExpectFalse() argument
1436 Node* WasmGraphBuilder::BranchExpectTrue(Node* cond, Node** true_node, in BranchExpectTrue() argument
1441 Node* WasmGraphBuilder::Select(Node *cond, Nod argument
1495 TrapIfTrue(wasm::TrapReason reason, Node* cond, wasm::WasmCodePosition position) TrapIfTrue() argument
1503 TrapIfFalse(wasm::TrapReason reason, Node* cond, wasm::WasmCodePosition position) TrapIfFalse() argument
3796 Node* cond = CheckBoundsAndAlignment() local
3872 Node* cond = gasm_->UintLessThan(end_offset_node, mem_size); BoundsCheckMem() local
3880 Node* cond = gasm_->UintLessThan(index, effective_size); BoundsCheckMem() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h5731 ExpressionT cond = ParseExpression(); in ParseDoWhileStatement() local
5762 ExpressionT cond = ParseExpression(); in ParseWhileStatement() local
6123 ExpressionT cond = impl()->NullExpression(); in ParseForStatement() local
6257 ExpressionT cond = impl()->NullExpression(); ParseStandardForLoopWithLexicalDeclarations() local
6307 ParseStandardForLoop( int stmt_pos, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels, ExpressionT* cond, StatementT* next, StatementT* body) ParseStandardForLoop() argument
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp6048 void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6065 void ImGui::SetWindowPos(const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6071 void ImGui::SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6083 void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) in SetWindowSize() argument
6115 SetWindowSize(const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6120 SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6126 SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6137 SetWindowCollapsed(bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6154 SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6178 SetNextWindowPos(const ImVec2& pos, ImGuiCond cond, const ImVec2& pivot) SetNextWindowPos() argument
6187 SetNextWindowSize(const ImVec2& size, ImGuiCond cond) SetNextWindowSize() argument
6211 SetNextWindowCollapsed(bool collapsed, ImGuiCond cond) SetNextWindowCollapsed() argument
8604 SetDragDropPayload(const char* type, const void* data, size_t data_size, ImGuiCond cond) SetDragDropPayload() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c12677 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
/third_party/toybox/toys/pending/
H A Dbc.c4899 int cond = 0; in bc_program_logical() local
5415 int cond = 0; bc_program_exec() local
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h1175 void B(Condition cond, Label* label) { B(label, cond); } in B() argument
1294 void Cinc(const Register& rd, const Register& rn, Condition cond) { in Cinc() argument
905 Csel(const Register& rd, const Operand& left, const Operand& right, Condition cond) Csel() argument
1301 Cinv(const Register& rd, const Register& rn, Condition cond) Cinv() argument
1400 Cneg(const Register& rd, const Register& rn, Condition cond) Cneg() argument
1417 Cset(const Register& rd, Condition cond) Cset() argument
1423 Csetm(const Register& rd, Condition cond) Csetm() argument
1429 Csinc(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csinc() argument
1439 Csinv(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csinv() argument
1449 Csneg(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csneg() argument
1485 Fccmp(const VRegister& vn, const VRegister& vm, StatusFlags nzcv, Condition cond, FPTrapFlags trap = DisableTrap) Fccmp() argument
1495 Fccmpe(const VRegister& vn, const VRegister& vm, StatusFlags nzcv, Condition cond) Fccmpe() argument
1513 Fcsel(const VRegister& vd, const VRegister& vn, const VRegister& vm, Condition cond) Fcsel() argument
[all...]
H A Dsimulator-aarch64.cc11311 bool cond = false; in Simulator() local
11378 Condition cond = al; Simulator() local
11422 Condition cond = al; Simulator() local
11474 Condition cond; Simulator() local
[all...]
H A Dconstants-aarch64.h299 inline Condition InvertCondition(Condition cond) { in InvertCondition() argument
/third_party/python/Python/
H A Dcompile.c2893 compiler_jump_if(struct compiler *c, expr_ty e, basicblock *next, int cond) in compiler_jump_if() argument
/third_party/glslang/glslang/Include/
H A Dintermediate.h1729 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection() argument
1733 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection() argument
1772 TIntermSwitch(TIntermTyped* cond, TIntermAggregate* b) : condition(cond), body(b), in TIntermSwitch() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp6827 void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6847 void ImGui::SetWindowPos(const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6853 void ImGui::SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6865 void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) in SetWindowSize() argument
6897 SetWindowSize(const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6902 SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6908 SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6926 SetWindowCollapsed(bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6943 SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6967 SetNextWindowPos(const ImVec2& pos, ImGuiCond cond, const ImVec2& pivot) SetNextWindowPos() argument
6977 SetNextWindowSize(const ImVec2& size, ImGuiCond cond) SetNextWindowSize() argument
7011 SetNextWindowCollapsed(bool collapsed, ImGuiCond cond) SetNextWindowCollapsed() argument
10252 SetDragDropPayload(const char* type, const void* data, size_t data_size, ImGuiCond cond) SetDragDropPayload() argument
[all...]
/third_party/glfw/deps/
H A Dnuklear.h16741 nk_window_collapse_if(struct nk_context *ctx, const char *name, enum nk_collapse_states c, int cond) nk_window_collapse_if() argument
16766 nk_window_show_if(struct nk_context *ctx, const char *name, enum nk_show_states s, int cond) nk_window_show_if() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.h3583 atomic_t cond; member

Completed in 205 milliseconds

1...<<3132