Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 35) sorted by relevance

12

/optee_os/ldelf/
H A Ddl.c13 TEE_UUID zero = { }; in dlopen_entry() local
18 if (!memcmp(&arg->dlopen.uuid, &zero, sizeof(zero))) in dlopen_entry()
27 TEE_UUID zero = { }; in dlsym_entry() local
29 if (memcmp(&arg->dlsym.uuid, &zero, sizeof(zero))) { in dlsym_entry()
H A Dstart_rv64.S40 addi t4, zero, R_RISCV_RELATIVE
/optee_os/core/arch/riscv/mm/
H A Dtlb_helpers_rv.S11 sfence.vma zero, zero
17 sfence.vma a0, zero
23 sfence.vma zero, a0
/optee_os/core/arch/riscv/kernel/
H A Dcsr_detect.S13 csrrw \reg, CSR_XIE, zero
39 mv a0, zero
51 csrrw \reg2, \csr, zero
H A Dentry.S158 STR zero, (t0)
168 csrw CSR_SATP, zero
184 STR zero, (t2)
340 sw zero, THREAD_CORE_LOCAL_FLAGS(s3)
388 csrw CSR_SATP, zero
502 sfence.vma zero, zero
H A Dthread_rv.S64 bge a0, zero, exception_from_kernel
287 bge a0, zero, exception_from_user
307 csrrw gp, CSR_XSCRATCH, zero
436 csrrw gp, CSR_XSCRATCH, zero
454 csrw CSR_XIE, zero
548 csrrw gp, CSR_XSCRATCH, zero
740 csrw CSR_XSCRATCH, zero
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A DextF80M_mul.c106 if ( ! sigA ) goto zero; in extF80M_mul()
112 if ( ! sigB ) goto zero; in extF80M_mul()
130 zero: in extF80M_mul()
H A Df32_mul.c86 if ( ! sigA ) goto zero; in f32_mul()
92 if ( ! sigB ) goto zero; in f32_mul()
117 zero: in f32_mul()
H A Df64_mul.c97 if ( ! sigA ) goto zero; in f64_mul()
103 if ( ! sigB ) goto zero; in f64_mul()
144 zero: in f64_mul()
H A Df128M_mul.c116 if ( expA == -128 ) goto zero; in f128M_mul()
125 if ( expB == -128 ) goto zero; in f128M_mul()
148 zero: in f128M_mul()
H A Df64_div.c92 goto zero; in f64_div()
107 if ( ! sigA ) goto zero; in f64_div()
166 zero: in f64_div()
H A Df32_div.c95 goto zero; in f32_div()
110 if ( ! sigA ) goto zero; in f32_div()
174 zero: in f32_div()
H A DextF80_mul.c104 if ( ! sigA ) goto zero; in extF80_mul()
111 if ( ! sigB ) goto zero; in extF80_mul()
150 zero: in extF80_mul()
H A DextF80M_div.c98 goto zero; in extF80M_div()
115 if ( ! sigA ) goto zero; in extF80M_div()
185 zero: in extF80M_div()
H A Df128M_div.c97 goto zero; in f128M_div()
105 goto zero; in f128M_div()
177 zero: in f128M_div()
H A DextF80_sqrt.c88 if ( ! sigA ) goto zero; in extF80_sqrt()
95 if ( ! sigA ) goto zero; in extF80_sqrt()
160 zero: in extF80_sqrt()
H A Df128_mul.c104 if ( ! (sigA.v64 | sigA.v0) ) goto zero; in f128_mul()
110 if ( ! (sigB.v64 | sigB.v0) ) goto zero; in f128_mul()
155 zero: in f128_mul()
H A DextF80_div.c102 goto zero; in extF80_div()
119 if ( ! sigA ) goto zero; in extF80_div()
195 zero: in extF80_div()
H A Df128_div.c100 goto zero; in f128_div()
115 if ( ! (sigA.v64 | sigA.v0) ) goto zero; in f128_div()
191 zero: in f128_div()
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_export.c22 unsigned long zero=0; in rsa_export() local
41 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in rsa_export()
/optee_os/lib/libutee/include/
H A Duser_ta_header.h123 char zero; member
132 char zero; member
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_export.c22 unsigned long zero=0; in dsa_export() local
40 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in dsa_export()
H A Ddsa_import.c22 unsigned long zero = 0, len; in dsa_import() local
76 LTC_ASN1_SHORT_INTEGER, 1UL, &zero, in dsa_import()
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/
H A Dccm_test.c109 unsigned char buf[64], buf2[64], tag[16], tag2[16], tag3[16], zero[64]; in ccm_test()
114 zeromem(zero, 64); in ccm_test()
228 … if (compare_testvector(buf2, tests[x].ptlen, zero, tests[x].ptlen, "CCM decrypt wrong tag", x)) { in ccm_test()
/optee_os/mk/
H A Dclang.mk32 -Wno-gnu-zero-variadic-macro-arguments \

12