/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/ |
D | fdt.c | 77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() 98 int offset = startoffset; in fdt_next_tag() local 144 int _fdt_check_node_offset(const void *fdt, int offset) in _fdt_check_node_offset() 153 int _fdt_check_prop_offset(const void *fdt, int offset) in _fdt_check_prop_offset() 162 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 202 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() 213 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() 94 int offset; in fdt_get_max_phandle() local 134 static int _nextprop(const void *fdt, int offset) in _nextprop() 158 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() 187 int offset = 0; in fdt_path_offset_namelen() local 255 int offset; in fdt_first_property_offset() local 263 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() 272 int offset, in fdt_get_property_by_offset() 293 int offset, in fdt_get_property_namelen() 336 const void *fdt_getprop_by_offset(const void *fdt, int offset, in fdt_getprop_by_offset() [all …]
|
D | fdt_sw.c | 75 int offset = fdt_size_dt_struct(fdt); in _fdt_grab_space() local 145 int offset; in fdt_add_reservemap_entry() local 206 int struct_top, offset; in _fdt_find_add_string() local 251 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/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/google/cuttlefish/host/frontend/gcastv2/webrtc/ |
D | STUNMessage.cpp | 77 size_t offset = mData.size(); in addAttribute() local 92 size_t offset = mData.size(); in addMessageIntegrityAttribute() local 148 size_t offset = 0; in validate() local 199 size_t offset = 0; in dump() local 279 size_t offset, std::string_view password) const { in verifyMessageIntegrity() 312 size_t offset = mData.size(); in addFingerprint() local 347 size_t offset = 0; in findAttribute() local
|
D | SCTPHandler.cpp | 71 size_t offset = 12; in inject() local 167 size_t offset = 12; in processChunk() local 229 size_t offset = 12; in processChunk() local 262 size_t offset = 12; in processChunk() local 328 size_t offset = 12; in processChunk() local 384 size_t offset = 12; in onSendGreeting() local
|
D | RTPSender.cpp | 132 size_t offset = 8; in processRTCP() local 171 size_t offset = 12; in processRTCP() local 268 size_t offset = 8; in processRTCP() local 336 auto offset = buffer->size(); in appendSR() local 380 auto offset = buffer->size(); in appendSDES() local 419 auto offset = buffer->size(); in appendDLRR() local
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/pl061/ |
D | pl061_gpio.c | 50 unsigned int data, offset; in pl061_get_direction() local 65 unsigned int data, offset; in pl061_set_direction() local 91 unsigned int offset; in pl061_get_value() local 110 int offset; in pl061_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 | 111 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() 120 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices() 130 (T *indices, int count, int offset, in shiftIndicesExcept() 145 (const T *src, T *dst, int count, int offset, in shiftIndicesExcept()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hisi_ipc.c | 97 unsigned int offset; in hisi_ipc_cpu_on_off() local 129 unsigned int offset; in hisi_ipc_cluster_on_off() local 160 unsigned int offset; in hisi_ipc_cpu_suspend() local 176 unsigned int offset; in hisi_ipc_cluster_suspend() local
|
/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/contexthub/firmware/os/algos/calibration/over_temp/ |
D | over_temp_model.h | 41 float offset[3]; member 50 float offset; member
|
/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/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv3.cpp | 215 static void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset) { in glDrawElementsOffset() 264 GLsizei imageSize, GLuint offset) { in glCompressedTexImage2DOffsetAEMU() 271 GLint border, GLsizei imageSize, GLuint offset) { in glCompressedTexImage3DOffsetAEMU() 278 GLenum format, GLsizei imageSize, GLuint offset) { in glCompressedTexSubImage2DOffsetAEMU() 286 GLsizei imageSize, GLuint offset) { in glCompressedTexSubImage3DOffsetAEMU() 312 static void glDrawArraysIndirectOffsetAEMU(GLenum mode, GLuint offset) { in glDrawArraysIndirectOffsetAEMU() 320 static void glDrawElementsIndirectOffsetAEMU(GLenum mode, GLenum type, GLuint offset) { in glDrawElementsIndirectOffsetAEMU() 330 GLuint offset, GLsizei primcount) { in glDrawElementsInstancedOffsetAEMU() 341 GLenum type, GLuint offset) { in glDrawRangeElementsOffsetAEMU() 361 static void glFlushMappedBufferRangeAEMU(GLenum target, GLintptr offset, GLsizeiptr length, in glFlushMappedBufferRangeAEMU() [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/aarch32/ |
D | context.h | 47 #define read_ctx_reg(ctx, offset) ((ctx)->_regs[offset >> WORD_SHIFT]) argument 48 #define write_ctx_reg(ctx, offset, val) (((ctx)->_regs[offset >> WORD_SHIFT]) \ argument
|
/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() 123 uint32_t offset = 0; in eeDataGet() local 130 uint32_t offset = *(uint32_t*)stateP; in eeDataGetAllVersions() local
|
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/assets/js/ |
D | logcat.js | 14 function setU32LE(array, offset, x) { argument 21 function getU32LE(array, offset) { argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fseek.c | 67 off_t offset; in fseek() local
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/ |
D | SplitFspBin.py | 300 def AlignPtr (offset, alignment = 8): argument 351 def __init__(self, offset, secdata): argument 357 def __init__(self, offset, filedata): argument 375 def __init__(self, offset, fvdata): argument 404 def __init__(self, offset, fih, fihoff, patch): argument 441 def __init__(self, offset, fdfile): argument 525 def __init__(self, offset, data): argument
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/crypt/ |
D | crypt.c | 15 #define crypt_read32(offset) \ argument 18 #define crypt_write32(offset, value) \ argument
|