Home
last modified time | relevance | path

Searched defs:node_offset (Results 1 – 23 of 23) sorted by relevance

/external/u-boot/drivers/usb/common/
Dfsl-dt-fixup.c36 int *node_offset, const char **node_type) in fdt_usb_get_node_type()
61 int node_offset; in fdt_fixup_usb_mode_phy_type() local
92 int node_offset, err; in fsl_fdt_fixup_usb_erratum() local
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.cc57 int node_offset) { in AddDefaultAttrsToGraphDef()
63 int node_offset, bool skip_unknown_ops) { in AddDefaultAttrsToGraphDef()
/external/python/cpython3/Modules/_blake2/clinic/
Dblake2s_impl.c.h38 unsigned long long node_offset = 0; in py_blake2s_new() local
Dblake2b_impl.c.h38 unsigned long long node_offset = 0; in py_blake2b_new() local
/external/u-boot/arch/arm/mach-k3/
Dsysfw-loader.c56 int node_offset; in fit_get_data_by_name() local
/external/arm-trusted-firmware/plat/rockchip/common/
Dparams_setup.c51 int node_offset; in plat_rockchip_dt_process_fdt_uart() local
/external/python/cpython3/Modules/_blake2/impl/
Dblake2.h78 uint8_t node_offset[6];// 14 member
104 uint64_t node_offset; // 16 member
Dblake2b-ref.c109 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
Dblake2s-ref.c102 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
Dblake2s.c139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
Dblake2b.c151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c92 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl()
Dblake2b_impl.c92 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl()
/external/u-boot/common/
Dsplash_source.c307 int node_offset; in splash_load_fit() local
Dfdt_support.c1255 static u64 __of_translate_address(const void *blob, int node_offset, in __of_translate_address()
1328 u64 fdt_translate_address(const void *blob, int node_offset, in fdt_translate_address()
1334 u64 fdt_translate_dma_address(const void *blob, int node_offset, in fdt_translate_dma_address()
/external/u-boot/drivers/pinctrl/
Dpinctrl-generic.c247 int node_offset = dev_of_offset(config); in pinctrl_generic_set_state_one() local
/external/libhevc/encoder/
Dihevce_lap_interface.c306 WORD32 node_offset, curr_layer; in ihevce_lap_init() local
/external/u-boot/drivers/net/fsl-mc/
Dmc.c121 int node_offset; in parse_mc_firmware_fit_image() local
/external/kmod/libkmod/
Dlibkmod-index.c142 enum node_offset { enum
/external/u-boot/prebuilt-intermediates/
Dimage.h1130 int node_offset; /* Offset of signature node */ member
/external/u-boot/include/
Dimage.h1130 int node_offset; /* Offset of signature node */ member
/external/kmod/tools/
Ddepmod.c176 enum node_offset { enum
/external/v8/src/compiler/
Dwasm-compiler.cc123 #define STORE_RAW_NODE_OFFSET(base, node_offset, val, rep, barrier) \ argument