Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/tools/memory/src/memory/
H A Dimage.py16 start: Optional[int] = None
19 end: Optional[int] = None
22 length: Optional[int] = None
26 def limit(self) -> Optional[int]:
38 def size(self) -> Optional[int]:
50 def free(self) -> Optional[int]:
74 def symbols(self) -> Dict[str, int]:
H A Delfparser.py30 start: int
31 end: int
32 size: int
45 self._segments: Dict[int, TfaMemObject] = {}
46 self._memory_layout: Dict[str, Dict[str, int]] = {}
53 self._symbols: Dict[str, int] = {
59 self._start: int = elf["e_entry"]
60 self._size: int
61 self._free: int
63 self._end: int = self._start + self._size
[all …]
H A Dprinter.py24 def __init__(self, columns: int, as_decimal: bool = False) -> None: argument
25 self.term_size: int = columns
33 width: int = 10, argument
36 if not fmt and isinstance(args[0], int):
44 width: int = 10, argument
54 rel_pos: int, argument
55 columns: int, argument
56 width: int, argument
114 symbol_table: Dict[str, Dict[str, int]], argument
116 start: int = 12, argument
[all …]
H A Dmapparser.py23 self._symbols: Dict[str, int] = self.read_symbols(map_file)
40 def symbols(self) -> Dict[str, int]:
44 def read_symbols(file: TextIO) -> Dict[str, int]:
46 symbols: Dict[str, int] = {}
53 symbols[name] = int(value, 16)
H A Dsummary.py29 ModuleStats = Dict[str, int]
75 def module_add(self, object_name: str, size: int, section: str): argument
103 new_module: ModuleStats = defaultdict(int)
157 def parse_section(self, line: str) -> Tuple[str, int]:
170 o_size: int = int(is_fill.group(2), 16)
175 o_size: int = int(is_section.group(2), 16)
239 mem_summary: Dict[str, int]
240 subtotal: Dict[str, int]
258 self.mem_summary: Dict[str, int] = {}
261 self.subtotal: Dict[str, int] = {}
[all …]
H A Dmemmap.py54 type=int,
69 width: int, argument
120 def tree(obj: Context, depth: int): argument
196 @click.option("-d", "--depth", type=int, default=2)
205 def summary(file: Path, old: Optional[Path], depth: int, exclude_fill: bool, type: str): argument
/rk3399_ARM-atf/docs/components/
H A Dplatform-interrupt-controller-API.rst9 Function: unsigned int plat_ic_get_running_priority(void); [optional]
15 Return : unsigned int
24 Function: int plat_ic_is_spi(unsigned int id); [optional]
29 Argument : unsigned int
30 Return : int
37 Function: int plat_ic_is_ppi(unsigned int id); [optional]
42 Argument : unsigned int
43 Return : int
50 Function: int plat_ic_is_sgi(unsigned int id); [optional]
55 Argument : unsigned int
[all …]
H A Ddebugfs-design.rst48 int open(const char *name, int flags);
49 int close(int fd);
50 int read(int fd, void *buf, int n);
51 int write(int fd, void *buf, int n);
52 int seek(int fd, long off, int whence);
53 int stat(char *path, dir_t *dir);
63 int mount(char *srv, char *mnt, char *spec);
64 int create(const char *name, int flags);
65 int bind(char *path, char *where);
H A Dfirmware-update.rst295 unsigned int image_id
297 unsigned int block_size
298 unsigned int image_size
301 int : 0 (Success)
344 unsigned int image_id
346 unsigned int image_size
349 int : 0 (Success)
384 unsigned int image_id
387 int : 0 (Success)
441 int : 0 (Success)
[all …]
H A Dras.rst232 typedef int (*err_record_probe_t)(const struct err_record_info *info,
233 int *probe_data);
246 typedef int (*err_record_handler_t)(const struct err_record_info *info,
247 int probe_data, const struct err_handler_data *const data);
267 int ras_err_ser_probe_memmap(const struct err_record_info *info,
268 int *probe_data);
270 int ras_err_ser_probe_sysreg(const struct err_record_info *info,
271 int *probe_data);
/rk3399_ARM-atf/tools/sptool/
H A Dsptool.py39 return int(value).to_bytes(HEADER_ELEMENT_BYTES, 'little')
42 def __init__(self, pm_path : str, img_path : str, pm_offset: int, argument
43 img_offset: int): argument
134 pm_offset = int(args.pm_offset, 0)
135 img_offset = int(args.img_offset, 0)
H A Dsp_mk_generator.py102 return int(sp_node["size"])
106 return int(sp_node["size"], 16)
126 return int(node["offset"], 0)
152 z = [int.from_bytes(i, byteorder='little', signed=False) for i in y]
274 args["split"] = int(MAX_SP / 2)
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-4.rst77 static int bl1_fwu_image_copy(unsigned int image_id,
79 unsigned int block_size,
80 unsigned int image_size,
81 unsigned int flags)
99 static int bl1_fwu_image_auth(unsigned int image_id,
101 unsigned int image_size,
102 unsigned int flags)
H A Dsecurity-advisory-tfv-11.rst72 static int sdei_interrupt_bind(unsigned int intr_num)
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst75 Return : int
98 Argument : int, console_t *
99 Return : int
102 two arguments, a character as int stored in w0, and the ``console_t`` struct pointer
119 Return : int
211 Return : int
243 Argument : console_t*, int
253 It takes a pointer to the console and an int value (which is provided as the
261 Argument : int
279 Argument : int
[all …]
H A Dauth-framework.rst235 int (*verify_signature)(
237 void *data_ptr, unsigned int data_len,
239 void *sig_ptr, unsigned int sig_len,
241 void *sig_alg, unsigned int sig_alg_len,
243 void *pk_ptr, unsigned int pk_len);
244 int (*calc_hash)(
248 void *data_ptr, unsigned int data_len,
251 int (*verify_hash)(
253 void *data_ptr, unsigned int data_len,
255 void *digest_info_ptr, unsigned int digest_info_len);
[all …]
H A Dpsci-pd-tree.rst195 unsigned int cpu_start_idx;
202 unsigned int ncpus;
205 unsigned int parent_node;
214 unsigned int parent_node;
/rk3399_ARM-atf/lib/compiler-rt/builtins/
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;
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot.rst149 int plat_mboot_measure_image(unsigned int image_id,
201 int plat_mboot_measure_critical_data(unsigned int critical_data_id,
220 int plat_mboot_measure_key(const void *pk_oid, const void *pk_ptr,
242 int crypto_mod_tcg_hash(uint32_t tpm_alg_id, void *data,
243 unsigned int len, uint8_t *digest);
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst762 Return : unsigned int
790 Argument : void *, void **, unsigned int *, unsigned int *
791 Return : int
840 Argument : void *, unsigned int *
841 Return : int
858 Argument : void *, unsigned int
859 Return : int
874 Argument : void *, const auth_img_desc_t *, unsigned int
875 Return : int
942 Return : unsigned int
[all …]
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst96 int function_foo(bool bar)
155 int my_function(void)
157 int a;
448 int arg1;
449 int arg2;
458 int arg1;
459 int arg2;
H A Dcoding-guidelines.rst115 int arg1;
116 int arg2;
134 int arg1;
135 int arg2;
352 example, ``char``, ``int``, ``long long``, etc) instead of the standard *C99*
364 - Use ``int`` as the default integer type - it's likely to be the fastest on all
369 - Avoid use of ``short`` as this may end up being slower than ``int`` in some
374 that `int` is 32-bit on Arm platforms, there is no use for it. For integers of
441 unsigned integer on all systems, cast it to ``unsigned int``.
/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py164 self.args.add_argument("--bti", help="Branch Target Identification", type=int)
211 self.args.add_argument("--bti", help="Branch Target Identification", type=int)
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py473 node_image_id: int = node.get_field("image-id")
543 node_image_id: int = node.get_field("image-id")
646 c_image_id: int = c.get_field("image-id")
651 c_image_id: int = c.get_field("image-id")
/rk3399_ARM-atf/docs/plat/
H A Dnvidia-tegra.rst131 int uart\_id;
133 int l2\_ecc\_parity\_prot\_dis;

12