Searched refs:int (Results 1 – 17 of 17) sorted by relevance
| /optee_os/scripts/ |
| H A D | symbolize.py | 207 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 D | mem_usage.py | 98 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 D | ftrace_format.py | 75 elem = int.from_bytes(s[i:i + 8], byteorder="little", signed=False)
|
| H A D | sign_rproc_fw.py | 127 if isinstance(kind, int): 142 type_id = int(tlv[0], 0) 149 int_val = int(value[2:], 16)
|
| H A D | notify_maintainers.py | 110 pr = repo.get_pull(int(pr_number))
|
| H A D | sign_encrypt.py | 61 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 D | get_maintainer.py | 45 parser.add_argument('-g', '--github-pr', action='append', type=int,
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | int_mulo_impl.inc | 19 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 D | int_div_impl.inc | 74 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/plat-amlogic/scripts/ |
| H A D | aml_bin2img.py | 64 return int(x, 0)
|
| /optee_os/core/arch/arm/plat-telechips/scripts/ |
| H A D | tcmktool.py | 33 targetaddress = int(argv[5], 16)
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp131.dtsi | 660 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 D | stm32mp151.dtsi | 625 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-stm32mp1/scripts/ |
| H A D | stm32image.py | 96 return int(str, 0)
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 198 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 D | ChangeLog | 953 ensure that conversions between size_t, ULONG, and int are 1165 unsigned long long int 1955 mbedtls_xxx() now return int instead of void, and the corresponding 1956 function mbedtls_xxx_ret() which was identical except for returning int 2204 * Fix test suite code on platforms where int32_t is not int, such as 3065 * The HAVEGE state type now uses uint32_t elements instead of int. 3329 the return type from void to int to allow returning error codes when 4066 The new functions change the return type from void to int to allow 4333 void to int to allow returning error codes when using MBEDTLS_AES_ALT, 4353 some data loss when casting a size_t to an unsigned int value in the [all …]
|
| H A D | README.md | 269 - `int` and `size_t` must be at least 32 bits wide.
|