Home
last modified time | relevance | path

Searched refs:int (Results 1 – 17 of 17) sorted by relevance

/optee_os/scripts/
H A Dsymbolize.py207 r_addr = int(r[0], 16)
208 r_size = int(r[1], 16)
209 i_addr = int(addr, 16)
214 return self._elfs[int(elf_idx)][1]
230 if int(e[1], 16) == int(l_addr, 16):
238 if int(l_addr, 16) > int(addr, 16):
240 return '0x{:x}'.format(int(addr, 16) - int(l_addr, 16))
248 reladdr = '0x{:x}'.format(int(reladdr, 16) +
249 int(self.first_vma('tee.elf'), 16))
270 ireladdr = int(reladdr, 16)
[all …]
H A Dmem_usage.py98 end_of_ram = int(words[1], 16)
130 if int(addr, 16) >= end_of_ram:
135 ram_usage = int(last_addr, 16) + int(last_size, 16) - int(first_addr, 16)
136 print_sect('RAM Usage', int(first_addr, 16), ram_usage, True, True)
142 addr = int(sect['addr'], 16)
143 size = int(sect['size'], 16)
H A Dftrace_format.py75 elem = int.from_bytes(s[i:i + 8], byteorder="little", signed=False)
H A Dsign_rproc_fw.py127 if isinstance(kind, int):
142 type_id = int(tlv[0], 0)
149 int_val = int(value[2:], 16)
H A Dnotify_maintainers.py110 pr = repo.get_pull(int(pr_number))
H A Dsign_encrypt.py61 return int(str, 0)
455 def int_to_bytes(x: int) -> bytes: argument
563 e = int.from_bytes(e_bytes, 'big')
564 n = int.from_bytes(n_bytes, 'big')
H A Dget_maintainer.py45 parser.add_argument('-g', '--github-pr', action='append', type=int,
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dint_mulo_impl.inc19 static __inline fixint_t __muloXi4(fixint_t a, fixint_t b, int *overflow) {
20 const int N = (int)(sizeof(fixint_t) * CHAR_BIT);
H A Dint_div_impl.inc74 const int N = (int)(sizeof(fixint_t) * CHAR_BIT) - 1;
86 const int N = (int)(sizeof(fixint_t) * CHAR_BIT) - 1;
/optee_os/core/arch/arm/dts/
H A Dstm32mp131.dtsi660 clock-names = "int";
676 clock-names = "int";
687 clock-names = "int";
699 clock-names = "int";
715 clock-names = "int";
726 clock-names = "int";
H A Dstm32mp151.dtsi625 clock-names = "int";
659 clock-names = "int";
694 clock-names = "int";
727 clock-names = "int";
762 clock-names = "int";
781 clock-names = "int";
800 clock-names = "int";
823 clock-names = "int";
846 clock-names = "int";
1148 clock-names = "int";
[all …]
/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py64 return int(x, 0)
/optee_os/core/arch/arm/plat-telechips/scripts/
H A Dtcmktool.py33 targetaddress = int(argv[5], 16)
/optee_os/core/arch/arm/plat-stm32mp1/scripts/
H A Dstm32image.py96 return int(str, 0)
/optee_os/lib/libutils/isoc/
H A Dbget.doc198 void bectl(int (*compact)(bufsize sizereq, int sequence),
278 void bpoold(void *pool, int dumpalloc, int dumpfree);
285 int bpoolv(void *pool);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog996 ensure that conversions between size_t, ULONG, and int are
1208 unsigned long long int
1998 mbedtls_xxx() now return int instead of void, and the corresponding
1999 function mbedtls_xxx_ret() which was identical except for returning int
2247 * Fix test suite code on platforms where int32_t is not int, such as
3108 * The HAVEGE state type now uses uint32_t elements instead of int.
3372 the return type from void to int to allow returning error codes when
4109 The new functions change the return type from void to int to allow
4376 void to int to allow returning error codes when using MBEDTLS_AES_ALT,
4396 some data loss when casting a size_t to an unsigned int value in the
[all …]
H A DREADME.md273 - `int` and `size_t` must be at least 32 bits wide.