/third_party/spirv-tools/source/val/ |
H A D | validate_memory.cpp | 23 #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 D | val_atomics_test.cpp | 20 #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 D | val_capability_test.cpp | 29 #include "test/val/val_fixtures.h" 32 namespace val { namespace 2798 %val = OpLoad %uint %var in TEST_F() 2981 } // namespace val
|
H A D | val_memory_test.cpp | 22 #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 D | r8168_n.c | 3740 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 D | sqlite3.c | 21082 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 D | spirv_glsl.cpp | 11406 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 D | arkts_native_text_input_bridge.cpp | 1816 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 D | arkts_native_text_area_bridge.cpp | 1346 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 D | scrollable_pattern.cpp | 1961 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 D | rs_main_thread.cpp | 3580 void RSMainThread::SetScreenPowerOnChanged(bool val) in SetScreenPowerOnChanged() argument 3582 screenPowerOnChanged_ = val; in SetScreenPowerOnChanged()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 144 #define ADD_VAL_TO_LIST(list, count, val) \ 151 list[count - 1] = av_strdup(val); \
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1441 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 D | radeon_vcn_dec.c | 2141 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 D | gl32.h | 1422 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 D | pipeline.cc | 1055 for (auto val : source_positions) { in CreatePipelineStatistics() 1059 json_of << val; in CreatePipelineStatistics() local
|
/third_party/mksh/ |
H A D | edit.c | 4222 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 D | vktBindingMutableTests.cpp | 183 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 D | vktBindingMutableTests.cpp | 179 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 D | validationES3.cpp | 5135 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 D | gl32.h | 1443 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 D | IceInstX8632.h | 83 #define X(val, name, prefix) val,
|
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 1000 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 D | gl32.h | 1422 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 D | wpa_auth.c | 4123 static const char * wpa_bool_txt(int val) in wpa_bool_txt() argument 4125 return val ? "TRUE" : "FALSE"; in wpa_bool_txt()
|