Home
last modified time | relevance | path

Searched refs:val (Results 7076 - 7100 of 7197) sorted by relevance

1...<<281282283284285286287288

/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp23 #include "source/val/instruction.h"
24 #include "source/val/validate.h"
25 #include "source/val/validate_scopes.h"
26 #include "source/val/validation_state.h"
29 namespace val { namespace
1902 } // namespace val
/third_party/spirv-tools/test/val/
H A Dval_atomics_test.cpp20 #include "test/val/val_fixtures.h"
23 namespace val { namespace
2352 %val = OpAtomicAnd %u32 %u32_var %queuefamily %relaxed %u32_1 in TEST_F()
2367 %val = OpAtomicAnd %u32 %u32_var %queuefamily %relaxed %u32_1 in TEST_F()
2481 %val = OpAtomicAnd %u32 %u32_var %device %relaxed %u32_1 in TEST_F()
2500 %val = OpAtomicAnd %u32 %u32_var %device %relaxed %u32_1 in TEST_F()
2717 } // namespace val
H A Dval_capability_test.cpp29 #include "test/val/val_fixtures.h"
32 namespace val { namespace
2798 %val = OpLoad %uint %var in TEST_F()
2981 } // namespace val
H A Dval_memory_test.cpp22 #include "test/val/val_code_generator.h"
23 #include "test/val/val_fixtures.h"
38 namespace val { namespace
5119 } // namespace val
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c3740 int i, val; in rtl8168_wait_phy_reset_complete() local
3743 val = rtl8168_mdio_read(tp, MII_BMCR) & BMCR_RESET; in rtl8168_wait_phy_reset_complete()
3744 if (!val) in rtl8168_wait_phy_reset_complete()
4154 u16 val; in rtl8168_enable_ocp_phy_power_saving() local
4161 val = rtl8168_mdio_read_phy_ocp(tp, 0x0C41, 0x13); in rtl8168_enable_ocp_phy_power_saving()
4162 if (val != 0x0050) { in rtl8168_enable_ocp_phy_power_saving()
4175 u16 val; in rtl8168_disable_ocp_phy_power_saving() local
4182 val = rtl8168_mdio_read_phy_ocp(tp, 0x0C41, 0x13); in rtl8168_disable_ocp_phy_power_saving()
4183 if (val != 0x0500) { in rtl8168_disable_ocp_phy_power_saving()
6468 u16 val; in rtl_ethtool_get_eee() local
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c21082 unsigned long val;
21083 __asm__ __volatile__ ("rdtsc" : "=A" (val));
21084 return val;
23624 int val = 0; getDigits() local
30071 et_getdigit(LONGDOUBLE_TYPE *val, int *cnt) et_getdigit() argument
56628 write32bits(sqlite3_file *fd, i64 offset, u32 val) global() argument
81194 double val = (double)0; global() local
81461 vdbeReleaseAndSetInt64(Mem *pMem, i64 val) global() argument
81471 sqlite3VdbeMemSetInt64(Mem *pMem, i64 val) global() argument
81507 sqlite3VdbeMemSetDouble(Mem *pMem, double val) global() argument
83675 sqlite3VdbeChangeP1(Vdbe *p, int addr, int val) global() argument
83679 sqlite3VdbeChangeP2(Vdbe *p, int addr, int val) global() argument
83683 sqlite3VdbeChangeP3(Vdbe *p, int addr, int val) global() argument
89120 const void *val; global() local
89130 int val = sqlite3_value_bytes( columnMem(pStmt,i) ); global() local
89135 int val = sqlite3_value_bytes16( columnMem(pStmt,i) ); global() local
89140 double val = sqlite3_value_double( columnMem(pStmt,i) ); global() local
89145 int val = sqlite3_value_int( columnMem(pStmt,i) ); global() local
89150 sqlite_int64 val = sqlite3_value_int64( columnMem(pStmt,i) ); global() local
89155 const unsigned char *val = sqlite3_value_text( columnMem(pStmt,i) ); global() local
89170 const void *val = sqlite3_value_text16( columnMem(pStmt,i) ); global() local
97377 i64 val; global() local
165089 int val = (pFunc->zName==leadName ? 1 : -1); global() local
202222 sqlite3_rtree_dbl val; /* Coordinate value convert to a double */ global() local
232456 i64 val = sqlite3_column_int(pIdxSelect, 0); global() local
239246 Fts5Buffer val; global() local
244902 sqlite3CodecIfMemset(unsigned char *input, unsigned char val, int len) global() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp11406 uint32_t val = ops[5];
11409 emit_atomic_func_op(result_type, id, ptr, val, op);
11418 uint32_t val = ops[6];
11422 emit_atomic_func_op(result_type, id, ptr, comp, val, op);
11450 uint32_t val = ops[3];
11452 statement(op, "(", to_non_uniform_aware_expression(ptr), ", ", to_expression(val), ");");
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_input_bridge.cpp1816 func = panda::CopyableGlobal(vm, func)](const std::string& val, NG::TextCommonEvent& info) { in SetOnPaste()
1826 panda::StringRef::NewFromUtf8(vm, val.c_str()), eventObject }; in SetOnPaste()
H A Darkts_native_text_area_bridge.cpp1346 func = panda::CopyableGlobal(vm, func)](const std::string& val, NG::TextCommonEvent& info) { in SetOnPaste()
1356 panda::StringRef::NewFromUtf8(vm, val.c_str()), eventObject }; in SetOnPaste()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1961 void ScrollablePattern::SetCanOverScroll(bool val) in SetCanOverScroll() argument
1966 scrollable->SetCanOverScroll(val); in SetCanOverScroll()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp3580 void RSMainThread::SetScreenPowerOnChanged(bool val) in SetScreenPowerOnChanged() argument
3582 screenPowerOnChanged_ = val; in SetScreenPowerOnChanged()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c144 #define ADD_VAL_TO_LIST(list, count, val) \
151 list[count - 1] = av_strdup(val); \
/third_party/mesa3d/include/GLES3/
H A Dgl32.h1441 typedef void (GL_APIENTRYP PFNGLGETMULTISAMPLEFVPROC) (GLenum pname, GLuint index, GLfloat *val);
1510 GL_APICALL void GL_APIENTRY glGetMultisamplefv (GLenum pname, GLuint index, GLfloat *val);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c2141 static void set_reg(struct radeon_decoder *dec, unsigned reg, uint32_t val) in set_reg() argument
2144 radeon_emit(&dec->cs, val); in set_reg()
/third_party/openGLES/api/GLES3/
H A Dgl32.h1422 typedef void (GL_APIENTRYP PFNGLGETMULTISAMPLEFVPROC) (GLenum pname, GLuint index, GLfloat *val);
1491 GL_APICALL void GL_APIENTRY glGetMultisamplefv (GLenum pname, GLuint index, GLfloat *val);
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1055 for (auto val : source_positions) { in CreatePipelineStatistics()
1059 json_of << val; in CreatePipelineStatistics() local
/third_party/mksh/
H A Dedit.c4222 nlen = strlen(ap->val.s) + 1; in vi_cmd()
4230 memcpy(nbuf, ap->val.s, nlen); in vi_cmd()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp183 std::string toHex (deUint32 val) in toHex() argument
186 s << "0x" << std::hex << val << "u"; in toHex() local
1118 declarations << layoutAttribs << ") uniform uboBlock" << bindingSuffix << " { uint val; } ubo" << nameSuffix;
1122 declarations << layoutAttribs << ") buffer sboBlock" << bindingSuffix << " { uint val; } ssbo" << nameSuffix;
1210 checks << " uint readValue = ubo" << nameSuffix << ".val;\n";
1219 checks << " uint readValue = ssbo" << nameSuffix << ".val;\n";
1224 checks << " ssbo" << nameSuffix << ".val = (readValue | " << mask << ");\n";
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp179 std::string toHex (deUint32 val) in toHex() argument
182 s << "0x" << std::hex << val << "u"; in toHex() local
1114 declarations << layoutAttribs << ") uniform uboBlock" << bindingSuffix << " { uint val; } ubo" << nameSuffix;
1118 declarations << layoutAttribs << ") buffer sboBlock" << bindingSuffix << " { uint val; } ssbo" << nameSuffix;
1206 checks << " uint readValue = ubo" << nameSuffix << ".val;\n";
1215 checks << " uint readValue = ssbo" << nameSuffix << ".val;\n";
1220 checks << " ssbo" << nameSuffix << ".val = (readValue | " << mask << ");\n";
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp5135 const GLfloat *val) in ValidateGetMultisamplefvANGLE()
5144 return ValidateGetMultisamplefvBase(context, entryPoint, pname, index, val); in ValidateGetMultisamplefvANGLE()
5131 ValidateGetMultisamplefvANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum pname, GLuint index, const GLfloat *val) ValidateGetMultisamplefvANGLE() argument
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl32.h1443 typedef void (GL_APIENTRYP PFNGLGETMULTISAMPLEFVPROC) (GLenum pname, GLuint index, GLfloat *val);
1512 GL_APICALL void GL_APIENTRY glGetMultisamplefv (GLenum pname, GLuint index, GLfloat *val);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8632.h83 #define X(val, name, prefix) val,
/third_party/python/Lib/test/
H A Dtest_shutil.py1000 def _raise_on_user_foo(fname, attr, val, **kwargs):
1004 orig_setxattr(fname, attr, val, **kwargs)
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl32.h1422 typedef void (GL_APIENTRYP PFNGLGETMULTISAMPLEFVPROC) (GLenum pname, GLuint index, GLfloat *val);
1491 GL_APICALL void GL_APIENTRY glGetMultisamplefv (GLenum pname, GLuint index, GLfloat *val);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c4123 static const char * wpa_bool_txt(int val) in wpa_bool_txt() argument
4125 return val ? "TRUE" : "FALSE"; in wpa_bool_txt()

Completed in 257 milliseconds

1...<<281282283284285286287288