/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | ICUDurationTest.java | 81 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration() argument 92 private ICUTestDuration(int sgn, Map<Field, Number> f) { in ICUTestDuration() argument 156 private static final ICUTestDuration newDuration(int sgn, int d, int h, int m, float s) { in newDuration() argument 159 private static final ICUTestDuration newDuration(int sgn, int h, int m, float s) { in newDuration() argument 162 private static final ICUTestDuration newDuration(int sgn, float s) { in newDuration() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | ICUDurationTest.java | 84 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration() argument 95 private ICUTestDuration(int sgn, Map<Field, Number> f) { in ICUTestDuration() argument 159 private static final ICUTestDuration newDuration(int sgn, int d, int h, int m, float s) { in newDuration() argument 162 private static final ICUTestDuration newDuration(int sgn, int h, int m, float s) { in newDuration() argument 165 private static final ICUTestDuration newDuration(int sgn, float s) { in newDuration() argument [all...] |
/third_party/lame/misc/ |
H A D | mlame_corr.c | 111 int sgn ( long double x ) in sgn() function
|
H A D | abx.c | 418 int sgn ( double x ) in sgn() function
|
/third_party/libsnd/src/ALAC/ |
H A D | dp_enc.c | 82 int32_t sg, sgn ; in pc_block() local [all...] |
H A D | dp_dec.c | 60 int32_t sum1, sg, sgn, top, dd ; in unpc_block() local [all...] |
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tda18271-fe.c | 434 int sgn, bcal, count, wait, ret; in tda18271_powerscan() local
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | tda18271-fe.c | 434 int sgn, bcal, count, wait, ret; in tda18271_powerscan() local
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | lg2160.c | 560 static int lg216x_get_sgn(struct lg216x_state *state, u8 *sgn) in lg216x_get_sgn() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | lg2160.c | 560 static int lg216x_get_sgn(struct lg216x_state *state, u8 *sgn) in lg216x_get_sgn() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | g726.c | 70 static inline int sgn(int value) in sgn() function
|
/kernel/linux/linux-6.6/drivers/accel/qaic/ |
H A D | qaic_data.c | 169 struct scatterlist *sg, *sgn, *sgf, *sgl; in clone_range_of_sgt_for_slice() local
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plug.c | 235 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed) in check_linear_format() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_etc_decode.c | 462 nir_ssa_def *sgn = nir_isub_imm(&b, 1, msb); in build_shader() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 1535 void ShaderCore::sgn(Vector4f &dst, const Vector4f &src) in sgn() function in sw::ShaderCore 1790 void ShaderCore::sgn(Float4 &dst, const Float4 &src) in sgn() function in sw::ShaderCore
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 826 static const int sgn[][2] = {{1, 1}, {1, -1}, {-1, 1}, {-1, -1}}; in __bpf_fill_pattern() local
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 807 LLVMValueRef sgn; in build_cube_select() local
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 2154 int sgn; in stbi__extend_receive() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 3432 struct svga_shader_signature *sgn = &emit->signature; in emit_passthrough_control_point_signature() local 3865 struct svga_shader_signature *sgn = &emit->signature; in emit_input_declaration() local 3986 struct svga_shader_signature *sgn = &emit->signature; emit_output_declaration() local 4343 struct svga_shader_signature *sgn = &emit->signature; emit_gs_output_declarations() local 4400 struct svga_shader_signature *sgn = &emit->signature; emit_tesslevel_declaration() local 4418 struct svga_shader_signature *sgn = &emit->signature; emit_tcs_output_declarations() local 12783 copy_shader_signature(struct svga_shader_signature *sgn, struct svga_shader_variant *variant) copy_shader_signature() argument [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 23668 int sgn = 0; parseTimezone() local [all...] |