Searched refs:int (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/scripts/ |
A D | symbolize.py | 225 if int(e[1], 16) == int(l_addr, 16): 233 if int(l_addr, 16) > int(addr, 16): 235 return '0x{:x}'.format(int(addr, 16) - int(l_addr, 16)) 254 i_addr = int(addr, 16) 283 iaddr = int(addr, 16) 284 isize = int(size, 16) 311 iaddr = int(reladdr, 16) 318 ivma = int(vma, 16) 319 isize = int(size, 16) 387 iaddr = int(addr, 16) [all …]
|
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)
|
A D | sign_encrypt.py | 61 return int(str, 0) 454 def int_to_bytes(x: int) -> bytes: argument 560 e = int.from_bytes(e_bytes, 'big') 561 n = int.from_bytes(n_bytes, 'big')
|
A D | get_maintainer.py | 45 parser.add_argument('-g', '--github-pr', action='append', type=int,
|
/optee_os-3.20.0/core/arch/arm/plat-amlogic/scripts/ |
A D | aml_bin2img.py | 64 return int(x, 0)
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/ |
A D | stm32image.py | 96 return int(str, 0)
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp151.dtsi | 131 clock-names = "int"; 164 clock-names = "int"; 198 clock-names = "int"; 230 clock-names = "int"; 264 clock-names = "int"; 282 clock-names = "int"; 300 clock-names = "int"; 322 clock-names = "int"; 344 clock-names = "int"; 627 clock-names = "int"; [all …]
|
/optee_os-3.20.0/lib/libutils/isoc/ |
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-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 322 * Fix test suite code on platforms where int32_t is not int, such as 1176 * The HAVEGE state type now uses uint32_t elements instead of int. 1440 the return type from void to int to allow returning error codes when 2177 The new functions change the return type from void to int to allow 2444 void to int to allow returning error codes when using MBEDTLS_AES_ALT, 2464 some data loss when casting a size_t to an unsigned int value in the 2930 * In the NET module, all "int" and "int *" arguments for file descriptors 2939 mbedtls_x509write_crt_set_key_usage() changed from int to unsigned. 2992 * x509_crt.key_usage changed from unsigned char to unsigned int. 4198 instead of int for buffer lengths and loop variables for [all …]
|
A D | README.md | 205 - `int` and `size_t` must be at least 32 bits wide.
|
Completed in 20 milliseconds