| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cmsccoll.c | 1725 static const UChar zero = 0x30; /* digit */ in TestVariableTopSetting() local 1835 static const UChar zero = 0x30; /* digit */ in TestMaxVariable() local [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_nir_lower_ngg.c | 1959 nir_ssa_def *zero = nir_imm_int(b, 0); in ngg_gs_load_out_vtx_primflag_0() local 2564 nir_ssa_def *zero = nir_imm_int(b, 0); in ms_emit_arrayed_outputs() local 2627 nir_ssa_def *zero = nir_imm_int(b, 0); in emit_ms_prelude() local 2838 nir_ssa_def *zero = nir_imm_int(b, 0); in handle_smaller_ms_api_workgroup() local [all...] |
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 308 LLVMValueRef zero = LLVMConstNull(LLVMTypeOf(src0)); in emit_f2b() local 330 LLVMValueRef zero = LLVMConstNull(LLVMTypeOf(src0)); in emit_i2b() local 4837 LLVMValueRef zero = args.g16 ? ctx->ac.f16_0 : ctx->ac.f32_0; in visit_tex() local 5071 LLVMValueRef zero = LLVMConstInt(type, 0, false); visit_ssa_undef() local [all...] |
| H A D | ac_llvm_build.c | 1867 LLVMValueRef zero; in ac_build_umsb() local 2527 LLVMValueRef zero = LLVMConstReal(type, 0.0); in ac_build_fsat() local 2775 LLVMValueRef zero; ac_find_lsb() local [all...] |
| /third_party/libinput/src/ |
| H A D | libinput.c | 3044 const struct normalized_coords zero = { 0.0, 0.0 }; in gesture_notify_swipe_end() local 3071 const struct normalized_coords zero = { 0.0, 0.0 }; in gesture_notify_pinch_end() local 3082 const struct normalized_coords zero = { 0.0, 0.0 }; in gesture_notify_hold() local 3094 const struct normalized_coords zero in gesture_notify_hold_end() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | effect-control-linearizer.cc | 1420 Node* zero = __ Int32Constant(0); in ChangeFloat64ToTagged() local 1598 Node* zero = __ Int32Constant(0); in TruncateTaggedPointerToBit() local 1602 __ GotoIf(__ TaggedEqual(value, __ FalseConstant()), done, zero); in TruncateTaggedPointerToBit() local 1605 __ GotoIf(__ TaggedEqual(value, __ EmptyStringConstant()), done, zero); in TruncateTaggedPointerToBit() local 2119 Node* zero = __ Int32Constant(0); LowerCheckedInt32Div() local 2291 Node* zero = __ Int32Constant(0); LowerCheckedInt32Mod() local 2341 Node* zero = __ Int32Constant(0); LowerCheckedUint32Div() local 2380 Node* zero = __ Int32Constant(0); LowerCheckedUint32Mod() local 2407 Node* zero = __ Int32Constant(0); LowerCheckedInt32Mul() local 3180 Node* zero = __ Int32Constant(0); LowerObjectIsFiniteNumber() local 3191 zero); LowerObjectIsFiniteNumber() local 3213 Node* zero = __ Int32Constant(0); LowerObjectIsInteger() local 3224 zero); LowerObjectIsInteger() local 3239 Node* zero = __ Int32Constant(0); LowerNumberIsSafeInteger() local 3256 Node* zero = __ Int32Constant(0); LowerObjectIsSafeInteger() local 3267 zero); LowerObjectIsSafeInteger() local 3298 Node* zero = __ Int32Constant(0); LowerObjectIsMinusZero() local 3303 __ GotoIf(ObjectIsSmi(value), &done, zero); LowerObjectIsMinusZero() local 3308 zero); LowerObjectIsMinusZero() local 3318 &done, zero); LowerObjectIsMinusZero() local 3351 Node* zero = __ Int32Constant(0); LowerObjectIsNaN() local 3356 __ GotoIf(ObjectIsSmi(value), &done, zero); LowerObjectIsNaN() local 3361 zero); LowerObjectIsNaN() local 5377 Node* zero = __ IntPtrConstant(0); LowerLoadFieldByIndex() local 6222 Node* const zero = __ Float64Constant(0.0); LowerFloat64RoundUp() local 6311 Node* const zero = __ Float64Constant(0.0); BuildFloat64RoundDown() local 6455 Node* const zero = __ Float64Constant(0.0); BuildFloat64RoundTruncate() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 6271 const uint32_t zero in iris_upload_dirty_render_state() local [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard.h | 809 unsigned zero : 3; member [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | curve25519.c | 1549 static const uint8_t zero[32] = {0}; in fe_isnonzero() local
|
| /third_party/node/deps/simdutf/ |
| H A D | simdutf.cpp | 346 static simdutf_really_inline simd8<uint8_t> zero() { return vdupq_n_u8(0); } in zero() function 456 static simdutf_really_inline simd8<int8_t> zero() { return vdupq_n_s8(0); } in zero() function 836 static simdutf_really_inline simd16<T> zero() { return vdupq_n_u16(0); } in zero() function 1760 static simdutf_really_inline simd8<T> zero() { return _mm256_setzero_si256(); } in zero() function 2109 static simdutf_really_inline simd16<T> zero() { return _mm256_setzero_si256(); } in zero() function 2666 static simdutf_really_inline simd8<T> zero() { retur in splat() function 3058 static simdutf_really_inline simd16<T> zero() { return _mm_setzero_si128(); } zero() function 3588 static simdutf_really_inline simd8<T> zero() { return splat(0); } zero() function [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | curve25519.c | 1549 static const uint8_t zero[32] = {0}; in fe_isnonzero() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 7295 const tcu::Float16 zero = tcu::Float16::zero(1); compareFP16Logical() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | LLVMReactor.cpp | 133 llvm::Value *zero = llvm::Constant::getNullValue(v->getType()); in lowerPABS() local 308 llvm::Constant *zero = llvm::ConstantInt::get(ty, 0); in lowerSignMask() local 325 llvm::Constant *zero = llvm::ConstantFP::get(ty, 0); in lowerFPSignMask() local [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | assembler-sve-aarch64.cc | 1163 fcmeq(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, double zero) fcmeq() argument 1180 fcmge(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, double zero) fcmge() argument 1197 fcmgt(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, double zero) fcmgt() argument 1214 fcmle(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, double zero) fcmle() argument 1231 fcmlt(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, double zero) fcmlt() argument 1248 fcmne(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, double zero) fcmne() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_descr.py | 2044 def zero(self): function
|
| /third_party/python/Modules/_decimal/libmpdec/ |
| H A D | mpdecimal.c | 102 static const mpd_t zero = {MPD_STATIC|MPD_CONST_DATA, 0, 1, 1, 1, data_zero}; variable [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 7283 const tcu::Float16 zero = tcu::Float16::zero(1); compareFP16Logical() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ctrl_iface.c | 9286 u8 zero[WPA_TK_MAX_LEN]; in wpas_ctrl_reset_pn() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ctrl_iface.c | 10413 u8 zero[WPA_TK_MAX_LEN]; local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | dpp.c | 2539 u8 zero = 0; in dpp_gen_r_auth() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_pcie.c | 6222 uint32 zero = 0; in dhdpcie_bus_suspend() local 8133 uint32 zero = 0; in dhdpcie_handle_mb_data() local 8183 uint32 zero = 0; in dhdpcie_read_handle_mb_data() local [all...] |
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| H A D | verifier.c | 304 char zero = 0;
in bpf_vlog_reset() local [all...] |
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 8028 zero: global() label [all...] |
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| H A D | cvmx-npei-defs.h | 2885 uint64_t zero:1; member
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
| H A D | cvmx-npei-defs.h | 2885 uint64_t zero:1; member
|