| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
| D | fdt.c | 77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() 97 int offset = startoffset; in fdt_next_tag() local 143 int _fdt_check_node_offset(const void *fdt, int offset) in _fdt_check_node_offset() 152 int _fdt_check_prop_offset(const void *fdt, int offset) in _fdt_check_prop_offset() 161 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 201 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() 212 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
|
| D | fdt_ro.c | 58 static int _fdt_nodename_eq(const void *fdt, int offset, in _fdt_nodename_eq() 108 static int _nextprop(const void *fdt, int offset) in _nextprop() 132 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() 161 int offset = 0; in fdt_path_offset() local 223 int offset; in fdt_first_property_offset() local 231 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() 240 int offset, in fdt_get_property_by_offset() 261 int offset, in fdt_get_property_namelen() 305 const void *fdt_getprop_by_offset(const void *fdt, int offset, in fdt_getprop_by_offset() 361 int offset, depth, namelen; in fdt_get_path() local [all …]
|
| D | fdt_sw.c | 75 int offset = fdt_size_dt_struct(fdt); in _fdt_grab_space() local 113 int offset; in fdt_add_reservemap_entry() local 174 int struct_top, offset; in _fdt_find_add_string() local 219 int offset, nextoffset; in fdt_finish() local
|
| D | libfdt_internal.h | 70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) in _fdt_offset_ptr() 75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) in _fdt_offset_ptr_w()
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/ |
| D | hi6553.c | 38 unsigned char hi6553_read_8(unsigned int offset) in hi6553_read_8() 43 void hi6553_write_8(unsigned int offset, unsigned int value) in hi6553_write_8()
|
| D | hisi_ipc.c | 123 unsigned int offset; in hisi_ipc_cpu_on_off() local 153 unsigned int offset; in hisi_ipc_cluster_on_off() local 182 unsigned int offset; in hisi_ipc_cpu_suspend() local 198 unsigned int offset; in hisi_ipc_cluster_suspend() local
|
| /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/ |
| D | bakery_lock_normal.c | 71 #define get_my_bakery_info(offset, id) \ argument 74 #define get_bakery_info_by_index(offset, id, ix) \ argument 87 static unsigned int bakery_get_ticket(int id, unsigned int offset, in bakery_get_ticket() 148 void bakery_lock_get(unsigned int id, unsigned int offset) in bakery_lock_get() 208 void bakery_lock_release(unsigned int id, unsigned int offset) in bakery_lock_release()
|
| /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gpio/ |
| D | gpio.c | 66 unsigned int gc_base, offset, data; in gpio_direction_input() local 81 unsigned int gc_base, offset, data; in gpio_direction_output() local 96 unsigned int gc_base, offset; in gpio_get_value() local 108 unsigned int gc_base, offset; in gpio_set_value() local
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | IndexRangeCache.cpp | 23 size_t offset, in addRange() 35 size_t offset, in findRange() 56 void IndexRangeCache::invalidateRange(size_t offset, size_t size) { in invalidateRange()
|
| D | glUtils.h | 105 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() 114 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices() 124 (T *indices, int count, int offset, in shiftIndicesExcept() 139 (const T *src, T *dst, int count, int offset, in shiftIndicesExcept()
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
| D | SetStamp.c | 179 long offset, in ReadFromFile() 219 long offset, in WriteToFile() 275 unsigned long offset; in SetStamp() local
|
| /device/google/dragon/crash_collector/ |
| D | coredump_writer.cc | 46 bool Seek(int fd, off_t offset) { in Seek() 52 size_t offset, in GetValueFromNote() 92 bool Seek(size_t offset) { in Seek() 194 const size_t offset = sizeof(elf_header) + i * elf_header.e_phentsize; in WriteCoredumpToFD() local 311 const long offset = GetValueFromNote<long>( in GetFileMappings() local 404 const long offset = it != file_mappings.end() ? it->second.offset : 0; in WriteMaps() local
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
| D | Time.c | 93 const long offset, in timesub() 248 const long offset, in time2sub() 403 const long offset, int * const okayp) in time2() 420 const long offset in time1() 665 const long offset, in gmtsub() 715 localsub(const time_t * const timep, const long offset, struct tm * const tmp) in localsub()
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/juno/ |
| D | scp_bootloader.c | 48 uint32_t offset; member 101 static int transfer_block(uint32_t sequence_num, uint32_t offset, uint32_t size) in transfer_block() 121 uintptr_t offset = (uintptr_t)image - MHU_SECURE_BASE; in scp_bootloader_transfer() local
|
| /device/google/dragon/recovery/updater/ |
| D | flash_file.cpp | 105 static int file_read(void *hnd, off_t offset, void *buffer, size_t count) in file_read() 120 static int file_write(void *hnd, off_t offset, void *buffer, size_t count) in file_write() 135 static int file_erase(void *hnd, off_t offset, size_t count) in file_erase()
|
| D | flash_mtd.c | 87 static int mtd_read(void *hnd, off_t offset, void *buffer, size_t count) in mtd_read() 111 static int mtd_write(void *hnd, off_t offset, void *buffer, size_t count) in mtd_write() 134 static int mtd_erase(void *hnd, off_t offset, size_t count) in mtd_erase()
|
| D | vboot_interface.c | 154 struct fmap *fmap_load(struct flash_device *dev, off_t offset) in fmap_load() 187 off_t *offset) in fmap_get_section_offset() 213 const char *name, size_t *size, off_t *offset) in fmap_read_section() 345 int offset; member 419 off_t offset; in vbnv_readwrite() local
|
| /device/google/contexthub/firmware/os/platform/stm32/ |
| D | eeData.c | 28 static void* eeFind(uint32_t nameToFind, uint32_t *offset, bool findFirst, uint32_t *szP) in eeFind() 95 uint32_t offset = 0; in eeDataGet() local 102 uint32_t offset = *(uint32_t*)stateP; in eeDataGetAllVersions() local
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
| D | fseek.c | 67 off_t offset; in fseek() local
|
| /device/google/contexthub/firmware/os/algos/calibration/over_temp/ |
| D | over_temp_cal.c | 190 static bool isValidOtcOffset(const float *offset, float offset_temp_celsius) { in isValidOtcOffset() 261 void overTempCalSetModel(struct OverTempCal *over_temp_cal, const float *offset, in overTempCalSetModel() 348 void overTempCalGetModel(struct OverTempCal *over_temp_cal, float *offset, in overTempCalGetModel() 517 const float *offset, in overTempCalUpdateSensorEstimate() 775 void setNearestEstimate(struct OverTempCal *over_temp_cal, const float *offset, in setNearestEstimate() 964 float offset[3]; in jumpStartModelData() local 1031 bool outlierCheck(struct OverTempCal *over_temp_cal, const float *offset, in outlierCheck()
|
| /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/ |
| D | mm_lib2d_test.c | 114 int32_t offset; member 214 lib2d_error lib2d_test_load_input_yuv_data(char *fileName, int offset, in lib2d_test_load_input_yuv_data() 265 int offset, int32_t input_yuv_stride, int32_t y_plane_stride, in lib2d_test_load_input_yuv_data_linebyline() 345 int32_t offset = 0; in main() local
|
| /device/google/contexthub/util/stm32_flash/ |
| D | stm32_bl.c | 123 uint32_t offset = 0; in read_memory() local 158 uint32_t offset = 0; in write_memory() local
|
| /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/ |
| D | tsp_private.h | 74 #define read_sp_arg(args, offset) ((args)->_regs[offset >> 3]) argument 75 #define write_sp_arg(args, offset, val) (((args)->_regs[offset >> 3]) \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
| D | gzlib.c | 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument 481 z_off64_t offset; local
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
| D | LzFind.c | 486 #define GET_MATCHES_FOOTER(offset, maxLen) \ argument 495 UInt32 offset; in Bt2_MatchFinder_GetMatches() local 506 UInt32 offset; in Bt3Zip_MatchFinder_GetMatches() local 517 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local 550 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local 597 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local 646 UInt32 offset; in Hc3Zip_MatchFinder_GetMatches() local
|